]> Pileus Git - ~andy/gtk/log
~andy/gtk
12 years agoUpdate expected test output
Matthias Clasen [Sun, 17 Jul 2011 23:38:23 +0000 (19:38 -0400)]
Update expected test output

There was some stipple left there, still.

12 years agoDon't run testfocus in 'make check'
Matthias Clasen [Sun, 17 Jul 2011 23:37:39 +0000 (19:37 -0400)]
Don't run testfocus in 'make check'

It is not meant for that.

12 years agoMake destroying assistants work again
Matthias Clasen [Sun, 17 Jul 2011 23:35:37 +0000 (19:35 -0400)]
Make destroying assistants work again

During destruction, we need to be careful to not ask the content
notebook to remove itself from itself.

12 years agoUse canonical names
Matthias Clasen [Sun, 17 Jul 2011 22:47:19 +0000 (18:47 -0400)]
Use canonical names

Use canonical names for both signals and properties.

12 years agoDon't emit a nonexisting signal
Matthias Clasen [Sun, 17 Jul 2011 22:45:46 +0000 (18:45 -0400)]
Don't emit a nonexisting signal

The signal is called "popdown", not "podown".

12 years agoDon't return a value from a void function
Matthias Clasen [Sun, 17 Jul 2011 22:05:17 +0000 (18:05 -0400)]
Don't return a value from a void function

Reported in bug 654720, patch by Brian Cameron.

12 years agoUpdated Lithuanian translation.
Aurimas Černius [Sat, 16 Jul 2011 14:23:39 +0000 (17:23 +0300)]
Updated Lithuanian translation.

12 years agoUpdated Lithuanian translation.
Aurimas Černius [Sat, 16 Jul 2011 14:09:54 +0000 (17:09 +0300)]
Updated Lithuanian translation.

12 years agoAdd an initial focus testbed
Matthias Clasen [Sat, 16 Jul 2011 14:03:20 +0000 (10:03 -0400)]
Add an initial focus testbed

This is an attempt to explore differences in GTK+'s and gails
notions of which widget currently has the focus. Since gail
does all its focus updates in an idle, we cannot do the
comparisons synchronously, so just check ever so often in
a timeout.

12 years agoGtkLabelAccessible: avoid extra selection-changed emissions
Matthias Clasen [Sat, 16 Jul 2011 13:44:02 +0000 (09:44 -0400)]
GtkLabelAccessible: avoid extra selection-changed emissions

This copies the same code that the entry accessible uses
to check for selection changes.

https://bugzilla.gnome.org/show_bug.cgi?id=654428

12 years agotheming-engine: Adjust register_property() to recent glib change
Florian Müllner [Fri, 15 Jul 2011 18:45:59 +0000 (20:45 +0200)]
theming-engine: Adjust register_property() to recent glib change

GParamSpec now uses an intern'ed string for 'name', so the code
in gtk_theming_engine_register_property() which prefixes the name
with a namespace has to be adjusted.

https://bugzilla.gnome.org/show_bug.cgi?id=654695

12 years agox11: Skip GenericEvents with no cookie data in the xi2 device manager
Carlos Garnacho [Fri, 15 Jul 2011 16:33:44 +0000 (18:33 +0200)]
x11: Skip GenericEvents with no cookie data in the xi2 device manager

https://bugzilla.gnome.org/show_bug.cgi?id=653947

It could happen that a cookie event has been already allocated/freed
in an event filter, as it can't be allocated a second time, all GDK
can do is skipping the event. Spotted by Guillaume Desmottes.

12 years agogdk/x11: Add gdk_x11_device_manager_lookup()
Carlos Garnacho [Thu, 14 Jul 2011 15:49:44 +0000 (17:49 +0200)]
gdk/x11: Add gdk_x11_device_manager_lookup()

This function can be used to find the GdkDevice wrapping
an XInput2 device ID. For core devices, the Virtual Core
Pointer/Keyboard IDs (2/3) may be used.

12 years agogdk/x11: Add gdk_x11_device_get_id()
Carlos Garnacho [Thu, 14 Jul 2011 15:43:59 +0000 (17:43 +0200)]
gdk/x11: Add gdk_x11_device_get_id()

This function can be used to find out the XInput2 device ID
behind a GdkDevice, mostly useful when you need to interact
with say Clutter, or raw libXi calls.

12 years agoDon't use deprecated style api
Matthias Clasen [Fri, 15 Jul 2011 15:07:38 +0000 (11:07 -0400)]
Don't use deprecated style api

gtk_widget_modify_font() has been superseded by
gtk_widget_override_font(), so use that in GtkMessageDialog.

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 15 Jul 2011 08:03:43 +0000 (11:03 +0300)]
Updated Hebrew translation.

12 years agoAdd some GtkAccessible documentation
Matthias Clasen [Thu, 14 Jul 2011 23:50:21 +0000 (19:50 -0400)]
Add some GtkAccessible documentation

Describe the current thinking about how to provide
3rd party accessible implementations.

12 years agoDrop private GtkAccessible api
Matthias Clasen [Thu, 14 Jul 2011 23:42:12 +0000 (19:42 -0400)]
Drop private GtkAccessible api

We no longer use factories anywhere.

12 years agoDrop unneeded includes
Matthias Clasen [Thu, 14 Jul 2011 23:38:17 +0000 (19:38 -0400)]
Drop unneeded includes

We no longer use the private GtkAccessible api here.

12 years agoRevert "Add a getter for the accessible type of a widget class"
Matthias Clasen [Thu, 14 Jul 2011 23:28:07 +0000 (19:28 -0400)]
Revert "Add a getter for the accessible type of a widget class"

This reverts commit 9a212b31205e5c2566f2fc946812609b688c19ce.

12 years agoquartz: Remove call to deprecated gdk_pointer_ungrab
Kristian Rietveld [Thu, 14 Jul 2011 12:22:38 +0000 (14:22 +0200)]
quartz: Remove call to deprecated gdk_pointer_ungrab

12 years agoBug 653450 - gtkfilechooser crashes when added favorite
John Ralls [Sun, 3 Jul 2011 23:40:03 +0000 (16:40 -0700)]
Bug 653450 - gtkfilechooser crashes when added favorite

Ensure that display is set during drag-and-drop, and that string lists'
memory is zeroed after allocation to prevent g_strfreev() from
over-running.

12 years agoDist the VS 2008 a11y/libgail-util projects
Chun-wei Fan [Thu, 14 Jul 2011 03:57:22 +0000 (11:57 +0800)]
Dist the VS 2008 a11y/libgail-util projects

Accidently left out this item in my last commit...

12 years agoAdded VS projects for a11y and libgail-util
Chun-wei Fan [Thu, 14 Jul 2011 03:52:58 +0000 (11:52 +0800)]
Added VS projects for a11y and libgail-util

-Added projects to compile the a11y portion of GTK+.  This is now necessary
 as a11y/GAIL is now integrated into the main GTK+ library, and it must
 be built before compiling/linking GTK+.  This project is done like the
 GDK/GTK+ projects, where the source file listings for the VS2008/2010
 projects are fed into templates (.vcprojin, .vcxprojin and
 .vcxproj.filtersin) during 'make dist'
-Added projects to compile the libgail-util DLL (no templates for this
 as this does not have source files added/removed often)
-Added the new projects into distribution, and headers, DLLs and .LIB files
 into the "install" stage

12 years agoAdd a getter for the accessible type of a widget class
Matthias Clasen [Thu, 14 Jul 2011 02:46:13 +0000 (22:46 -0400)]
Add a getter for the accessible type of a widget class

This will be necessary to port out-of-tree a11y implementations
from the atk object factory approach to this new way of doing
things.

12 years agoSave selection to recent-files in the asynchronous Save cases
Federico Mena Quintero [Wed, 13 Jul 2011 21:04:54 +0000 (16:04 -0500)]
Save selection to recent-files in the asynchronous Save cases

Various paths in SAVE or CREATE_FOLDER return from ::should_respond() but
leave an asynchronous process running.  This process checks some things
in the user's selection, for example, 'does the file exist, and if so
do we need to bring up an overwrite-confirmation dialog?'.  When these
async processes complete *and* it is indeed time for the dialog to
be terminated (via the response-requested signal), we also need to
save the selection to the recently-used list - as ::should_respond() does
by itself in the cases when it can request a response immediately.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
12 years ago[l10n] Updated German translation
Mario Blättermann [Wed, 13 Jul 2011 18:25:15 +0000 (20:25 +0200)]
[l10n] Updated German translation

12 years ago[l10n] Updated German translation
Mario Blättermann [Wed, 13 Jul 2011 18:14:27 +0000 (20:14 +0200)]
[l10n] Updated German translation

12 years agoUpdate VS 2010 property sheet
Chun-wei Fan [Wed, 13 Jul 2011 08:05:20 +0000 (16:05 +0800)]
Update VS 2010 property sheet

The output folder of the .def files needs to be updated as well

12 years agoDon't include unistd.h unconditionally
Chun-wei Fan [Wed, 13 Jul 2011 07:27:28 +0000 (15:27 +0800)]
Don't include unistd.h unconditionally

12 years agoUpdated Polish translation
Piotr Drąg [Wed, 13 Jul 2011 06:46:37 +0000 (08:46 +0200)]
Updated Polish translation

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Tue, 12 Jul 2011 18:15:39 +0000 (21:15 +0300)]
Updated Latvian translation.

12 years agoUpdated Latvian translation.
Rudolfs Mazurs [Tue, 12 Jul 2011 18:04:31 +0000 (21:04 +0300)]
Updated Latvian translation.

12 years agoLog to recent-files when confirming the file chooser
Federico Mena Quintero [Tue, 12 Jul 2011 16:35:57 +0000 (11:35 -0500)]
Log to recent-files when confirming the file chooser

To make life easier for users, when apps don't properly update the recently-used list
after choosing a file, we now do that directly from the file chooser.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 12 Jul 2011 10:45:42 +0000 (12:45 +0200)]
Updated Norwegian bokmål translation

12 years agoAdd a test for atk_get_root()
Matthias Clasen [Tue, 12 Jul 2011 03:57:56 +0000 (23:57 -0400)]
Add a test for atk_get_root()

12 years agoDon't install any gail headers
Matthias Clasen [Tue, 12 Jul 2011 03:52:22 +0000 (23:52 -0400)]
Don't install any gail headers

There is no public API here.

12 years agoMake gtk_container_remove work for assistants
Matthias Clasen [Tue, 12 Jul 2011 02:13:39 +0000 (22:13 -0400)]
Make gtk_container_remove work for assistants

12 years agoDrop an unneeded include
Matthias Clasen [Tue, 12 Jul 2011 01:47:23 +0000 (21:47 -0400)]
Drop an unneeded include

12 years agoAdd gtk_assistant_remove_page
Matthias Clasen [Tue, 12 Jul 2011 01:46:38 +0000 (21:46 -0400)]
Add gtk_assistant_remove_page

This was suspiciously missing, considering we have the usual
append/prepend/insert_page methods.

12 years agoGMountOperation::show-processes support for OpenBSD using kvm(3)
Jonathan Matthew [Fri, 8 Jul 2011 00:24:32 +0000 (10:24 +1000)]
GMountOperation::show-processes support for OpenBSD using kvm(3)

12 years agotests: Add a test for menus
Benjamin Otte [Mon, 11 Jul 2011 01:10:04 +0000 (03:10 +0200)]
tests: Add a test for menus

12 years agoa11y: Only advertise action if menuitems are selectable
Benjamin Otte [Mon, 11 Jul 2011 01:08:32 +0000 (03:08 +0200)]
a11y: Only advertise action if menuitems are selectable

There's no "click" action for separatormenuitems, for example.

12 years agoa11y: Don't advertise ROLE_MENU in submenuitems
Benjamin Otte [Mon, 11 Jul 2011 00:24:08 +0000 (02:24 +0200)]
a11y: Don't advertise ROLE_MENU in submenuitems

We use submenuitems for all menuitems now. So they shouldn't be all
advertised as menus. For the ones that do have submenus, we still
advertise ROLE_MENU per the last patch.

12 years agoa11y: Make menuitem accessible return ROLE_MENU when it has a submenu
Benjamin Otte [Mon, 11 Jul 2011 00:21:34 +0000 (02:21 +0200)]
a11y: Make menuitem accessible return ROLE_MENU when it has a submenu

Otherwise keep using the role set via atk_object_set_role().

12 years agoUpdated Galician translations
Fran Dieguez [Sun, 10 Jul 2011 22:12:43 +0000 (00:12 +0200)]
Updated Galician translations

12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 10 Jul 2011 19:05:37 +0000 (21:05 +0200)]
Updated Spanish translation

12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 10 Jul 2011 19:05:06 +0000 (21:05 +0200)]
Updated Spanish translation

12 years agoUpdated POTFILES.in
Piotr Drąg [Sun, 10 Jul 2011 12:44:49 +0000 (14:44 +0200)]
Updated POTFILES.in

12 years agoUpdated Spanish translation
Daniel Mustieles [Sun, 10 Jul 2011 08:55:50 +0000 (10:55 +0200)]
Updated Spanish translation

12 years agoMake all of a11y/ compile with -Wshadow
Matthias Clasen [Sun, 10 Jul 2011 04:24:26 +0000 (00:24 -0400)]
Make all of a11y/ compile with -Wshadow

12 years agoAvoid more shadowing warnings
Matthias Clasen [Sun, 10 Jul 2011 04:20:17 +0000 (00:20 -0400)]
Avoid more shadowing warnings

12 years agoAvoid more compiler warnings
Matthias Clasen [Sun, 10 Jul 2011 04:16:53 +0000 (00:16 -0400)]
Avoid more compiler warnings

Turns out link is a shadow-happy name, too.

12 years agoAvoid compiler warnings
Matthias Clasen [Sun, 10 Jul 2011 04:10:54 +0000 (00:10 -0400)]
Avoid compiler warnings

The text variable in gtk_label_accessible_get_selection was
shadowing a parameter of the same name.

12 years agoAvoid compiler warnings
Matthias Clasen [Sun, 10 Jul 2011 04:04:25 +0000 (00:04 -0400)]
Avoid compiler warnings

The obj variable in gtk_notebook_accessible_notify_gtk was shadowing
the parameter of the same name.

12 years agoAvoid unnecessary includes
Matthias Clasen [Sun, 10 Jul 2011 04:02:02 +0000 (00:02 -0400)]
Avoid unnecessary includes

Including string.h makes the compiler complain about parameters
and variables called index, which is not nice.

12 years agoConvert GailCellParent to GtkCellAccessibleParent
Matthias Clasen [Sun, 10 Jul 2011 03:56:42 +0000 (23:56 -0400)]
Convert GailCellParent to GtkCellAccessibleParent

12 years agoConvert GailTextCell to GtkTextCellAccessible
Matthias Clasen [Sun, 10 Jul 2011 03:26:59 +0000 (23:26 -0400)]
Convert GailTextCell to GtkTextCellAccessible

12 years agoConvert GailImageCell to GtkImageCellAccessible
Matthias Clasen [Sun, 10 Jul 2011 02:59:15 +0000 (22:59 -0400)]
Convert GailImageCell to GtkImageCellAccessible

12 years agoConvert GailRendererCell to GtkRendererCellAccessible
Matthias Clasen [Sat, 9 Jul 2011 23:19:38 +0000 (19:19 -0400)]
Convert GailRendererCell to GtkRendererCellAccessible

12 years agoConvert GailBooleanCell to GtkBooleanCellAccessible
Matthias Clasen [Sat, 9 Jul 2011 23:02:42 +0000 (19:02 -0400)]
Convert GailBooleanCell to GtkBooleanCellAccessible

Including assorted cleanups and _-prefixing of exported API.

12 years agoConvert GailContainerCell to GtkContainerCellAccessible
Matthias Clasen [Sat, 9 Jul 2011 22:51:27 +0000 (18:51 -0400)]
Convert GailContainerCell to GtkContainerCellAccessible

Including assorted cleanups and _-prefixing of exported API.

12 years agoConvert GailCell to GtkCellAccessible
Matthias Clasen [Sat, 9 Jul 2011 22:30:59 +0000 (18:30 -0400)]
Convert GailCell to GtkCellAccessible

Including _-prefixing the API to reduce unwanted exports.

12 years agoGtkAssistant doesn't notice destroyed pages
Matthew Barnes [Sat, 9 Jul 2011 18:48:04 +0000 (14:48 -0400)]
GtkAssistant doesn't notice destroyed pages

Listen for GtkContainer::remove signals from the internal notebook.

https://bugzilla.gnome.org/show_bug.cgi?id=653705

12 years agoDrop a few more unwanted exports
Matthias Clasen [Sat, 9 Jul 2011 20:43:39 +0000 (16:43 -0400)]
Drop a few more unwanted exports

Remaining now are just cell accessibles.

12 years agoReduce the number of unwanted exports
Matthias Clasen [Sat, 9 Jul 2011 20:32:40 +0000 (16:32 -0400)]
Reduce the number of unwanted exports

_-prefix most of the get_type functions in a11y/.
There are still some more symbols left.

12 years agoAnother forgotten static
Matthias Clasen [Sat, 9 Jul 2011 20:04:45 +0000 (16:04 -0400)]
Another forgotten static

12 years agoAnother forgotten static
Matthias Clasen [Sat, 9 Jul 2011 20:04:13 +0000 (16:04 -0400)]
Another forgotten static

12 years agoAdd a forgotten static
Matthias Clasen [Sat, 9 Jul 2011 03:43:31 +0000 (23:43 -0400)]
Add a forgotten static

12 years agoDrop the fake GailUtil subclass
Matthias Clasen [Sat, 9 Jul 2011 03:42:01 +0000 (23:42 -0400)]
Drop the fake GailUtil subclass

Since it is not a subclass at all. Instead, just have a function
that overrides the vfuncs in AtkUtilClass.

12 years agofilechooser: Fix set-but-not-used warning from gcc
Benjamin Otte [Sat, 9 Jul 2011 19:24:41 +0000 (21:24 +0200)]
filechooser: Fix set-but-not-used warning from gcc

12 years agoa11y: Fix warnings when removing widgets that don't have accessibles
Benjamin Otte [Sat, 9 Jul 2011 19:20:39 +0000 (21:20 +0200)]
a11y: Fix warnings when removing widgets that don't have accessibles

The remove handler would not check that removed widgets do indeed have
an accessible associated with them and would happily run all the removal
code with a NULL object. Not good.

12 years agogtkaccelmap: the data gtk_accel_map_foreach needs to be annotated as allow-none
Ignacio Casal Quinteiro [Sat, 9 Jul 2011 10:53:34 +0000 (12:53 +0200)]
gtkaccelmap: the data gtk_accel_map_foreach needs to be annotated as allow-none

12 years agoAdd a test for AtkUtil functions
Matthias Clasen [Sat, 9 Jul 2011 03:21:53 +0000 (23:21 -0400)]
Add a test for AtkUtil functions

This test revealed the horrors commented on in the previous
commit.

12 years agoThis is more horrible than I had realized
Matthias Clasen [Sat, 9 Jul 2011 03:20:06 +0000 (23:20 -0400)]
This is more horrible than I had realized

Due to tragic misunderstandings at the birth of ATK, AtkUtil
can't actually be properly derived. Instead, each implementation
has to poke its vfuncs directly into the AtkUtilClass struct.

So painful to have shipped this stuff for 10 years...

12 years agoClean up gailutil.c a bit
Matthias Clasen [Sat, 9 Jul 2011 03:05:51 +0000 (23:05 -0400)]
Clean up gailutil.c a bit

12 years agoSeparate GailUtil and GailMisc
Matthias Clasen [Sat, 9 Jul 2011 02:52:03 +0000 (22:52 -0400)]
Separate GailUtil and GailMisc

Not sure how these ended up as siamese twins in the same
source file. Of course, separating them doesn't make them
any more beautiful.

12 years agoConvert GailToplevel to GtkToplevelAccessible
Matthias Clasen [Sat, 9 Jul 2011 02:39:00 +0000 (22:39 -0400)]
Convert GailToplevel to GtkToplevelAccessible

12 years agoDrop remaining uses of gail_misc api
Matthias Clasen [Sat, 9 Jul 2011 02:03:13 +0000 (22:03 -0400)]
Drop remaining uses of gail_misc api

Fold them into their last remaining user, in gailtextcell.c

12 years agoDrop now unused gail_misc API
Matthias Clasen [Sat, 9 Jul 2011 00:12:45 +0000 (20:12 -0400)]
Drop now unused gail_misc API

12 years agoDrop gailtextutil from gtk/a11y
Matthias Clasen [Fri, 8 Jul 2011 22:38:05 +0000 (18:38 -0400)]
Drop gailtextutil from gtk/a11y

The last user was GailTextCell, and that can use gtk_pango
api instead.

12 years agoNo longer need to strip the decorations when generating gtk.def, either
Matthias Clasen [Fri, 8 Jul 2011 20:59:30 +0000 (16:59 -0400)]
No longer need to strip the decorations when generating gtk.def, either

12 years agogtk.symbols: remove remaining G_GNUC_ decorations
Matthias Clasen [Fri, 8 Jul 2011 20:55:39 +0000 (16:55 -0400)]
gtk.symbols: remove remaining G_GNUC_ decorations

These are no longer used for anything

12 years agoFixed bug #654125 "gdkoffscreenwindow set any impl handlers to null but adhoc gdk_win...
Juan Pablo Ugarte [Fri, 8 Jul 2011 22:14:41 +0000 (19:14 -0300)]
Fixed bug #654125 "gdkoffscreenwindow set any impl handlers to null but adhoc gdk_window_set_* do not cope"

12 years agoWe're no longer a module
Matthias Clasen [Fri, 8 Jul 2011 20:37:07 +0000 (16:37 -0400)]
We're no longer a module

And we don't support not loading the module anymore, either.
So take out the code that looks at environment variables for
that purpose, and don't print a misleading message about
module loading.

12 years agogail_misc_add_attribute no longer used outside gailmisc.c
Matthias Clasen [Fri, 8 Jul 2011 20:31:48 +0000 (16:31 -0400)]
gail_misc_add_attribute no longer used outside gailmisc.c

This reduces the number of unwanted exported gail symbols
from 90 to 89. Still some way to go...

12 years agoMerge bgo593793-filechooser-recent-folders-master branch.
Federico Mena Quintero [Fri, 8 Jul 2011 16:43:32 +0000 (11:43 -0500)]
Merge bgo593793-filechooser-recent-folders-master branch.

The file chooser now starts up in recent-files mode, or in recent-folders mode,
if the caller didn't set a current_folder on it.  Setting a current_folder is
now discouraged, so that the file chooser can have a chance of presenting
useful locations to the user.

See https://live.gnome.org/DocumentCentricGnome/Help%20the%20user%20choose%20a%20place%20to%20put%20a%20new%20file
for the rationale behind these changes.

12 years agoiconview: make it possible for selected cells to render a border
Cosimo Cecchi [Thu, 7 Jul 2011 17:25:24 +0000 (13:25 -0400)]
iconview: make it possible for selected cells to render a border

Call gtk_render_frame() after gtk_render_background() there.

https://bugzilla.gnome.org/show_bug.cgi?id=654179

12 years agoClarify that gtk_builder_connect_signals can only be connected once
Johan Dahlin [Thu, 7 Jul 2011 18:39:28 +0000 (15:39 -0300)]
Clarify that gtk_builder_connect_signals can only be connected once

12 years agoAdded UG translation
Abduxukur Abdurixit [Thu, 7 Jul 2011 15:06:54 +0000 (17:06 +0200)]
Added UG translation

12 years agotests/a11y/Makefile.am: Use AM_CPPFLAGS instead deprecated INCLUDES
Javier Jardón [Thu, 7 Jul 2011 12:49:26 +0000 (13:49 +0100)]
tests/a11y/Makefile.am: Use AM_CPPFLAGS instead deprecated INCLUDES

12 years agoRevert "asd"
Javier Jardón [Thu, 7 Jul 2011 12:47:59 +0000 (13:47 +0100)]
Revert "asd"

Not appropriate commit message

This reverts commit f02812c0d65ca6c0dc6e6bb845d6be11714f4af6.

12 years agoRevert "docs: fix building for libgail-util"
Javier Jardón [Thu, 7 Jul 2011 12:47:41 +0000 (13:47 +0100)]
Revert "docs: fix building for libgail-util"

libgail-util is going away

This reverts commit 13db79db63ba21a74055e6d83243cd070a4d7665.

12 years agodocs: fix building for libgail-util
Rico Tzschichholz [Thu, 7 Jul 2011 07:05:19 +0000 (09:05 +0200)]
docs: fix building for libgail-util

12 years agoasd
Javier Jardón [Wed, 6 Jul 2011 16:08:34 +0000 (17:08 +0100)]
asd

12 years agoDrop gail_misc_buffer_get_run_attributes
Matthias Clasen [Thu, 7 Jul 2011 03:19:40 +0000 (23:19 -0400)]
Drop gail_misc_buffer_get_run_attributes

Instead fold the code into the sole caller and get rid
of gailmisc usage in the text view accessible altogether.

12 years agoDrop an unneeded include
Matthias Clasen [Thu, 7 Jul 2011 03:18:52 +0000 (23:18 -0400)]
Drop an unneeded include

One step close to dropping gailmisc.

12 years agogtkpango: Count letters properly
Benjamin Otte [Thu, 7 Jul 2011 01:37:52 +0000 (03:37 +0200)]
gtkpango: Count letters properly

The code was using the wrong variable and that then caused assertions

12 years agoa11y: Make submenu code handle non-existing submenus
Benjamin Otte [Wed, 6 Jul 2011 18:55:11 +0000 (20:55 +0200)]
a11y: Make submenu code handle non-existing submenus

As we're going to merge the two accessibles for submenus, we need to
make sure the code that insisted on submenus can handle the case where
no submenu exists.

12 years agoa11y: Fix leaking of state sets
Benjamin Otte [Wed, 6 Jul 2011 18:48:35 +0000 (20:48 +0200)]
a11y: Fix leaking of state sets