]> Pileus Git - ~andy/gtk/history - gtk/a11y
gdk/x11: Add gdk_x11_device_manager_lookup()
[~andy/gtk] / gtk / a11y /
2011-07-14 Chun-wei FanAdded VS projects for a11y and libgail-util
2011-07-13 Chun-wei FanDon't include unistd.h unconditionally
2011-07-12 Matthias ClasenDon't install any gail headers
2011-07-11 Benjamin Ottea11y: Only advertise action if menuitems are selectable
2011-07-11 Benjamin Ottea11y: Don't advertise ROLE_MENU in submenuitems
2011-07-11 Benjamin Ottea11y: Make menuitem accessible return ROLE_MENU when...
2011-07-10 Matthias ClasenMake all of a11y/ compile with -Wshadow
2011-07-10 Matthias ClasenAvoid more shadowing warnings
2011-07-10 Matthias ClasenAvoid more compiler warnings
2011-07-10 Matthias ClasenAvoid compiler warnings
2011-07-10 Matthias ClasenAvoid compiler warnings
2011-07-10 Matthias ClasenAvoid unnecessary includes
2011-07-10 Matthias ClasenConvert GailCellParent to GtkCellAccessibleParent
2011-07-10 Matthias ClasenConvert GailTextCell to GtkTextCellAccessible
2011-07-10 Matthias ClasenConvert GailImageCell to GtkImageCellAccessible
2011-07-10 Matthias ClasenConvert GailRendererCell to GtkRendererCellAccessible
2011-07-10 Matthias ClasenConvert GailBooleanCell to GtkBooleanCellAccessible
2011-07-10 Matthias ClasenConvert GailContainerCell to GtkContainerCellAccessible
2011-07-10 Matthias ClasenConvert GailCell to GtkCellAccessible
2011-07-09 Matthias ClasenDrop a few more unwanted exports
2011-07-09 Matthias ClasenReduce the number of unwanted exports
2011-07-09 Matthias ClasenAnother forgotten static
2011-07-09 Matthias ClasenAnother forgotten static
2011-07-09 Matthias ClasenAdd a forgotten static
2011-07-09 Matthias ClasenDrop the fake GailUtil subclass
2011-07-09 Benjamin Ottea11y: Fix warnings when removing widgets that don't...
2011-07-09 Matthias ClasenThis is more horrible than I had realized
2011-07-09 Matthias ClasenClean up gailutil.c a bit
2011-07-09 Matthias ClasenSeparate GailUtil and GailMisc
2011-07-09 Matthias ClasenConvert GailToplevel to GtkToplevelAccessible
2011-07-09 Matthias ClasenDrop remaining uses of gail_misc api
2011-07-09 Matthias ClasenDrop now unused gail_misc API
2011-07-08 Matthias ClasenDrop gailtextutil from gtk/a11y
2011-07-08 Matthias ClasenWe're no longer a module
2011-07-08 Matthias Clasengail_misc_add_attribute no longer used outside gailmisc.c
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-07 Matthias ClasenDrop gail_misc_buffer_get_run_attributes
2011-07-07 Matthias ClasenDrop an unneeded include
2011-07-06 Benjamin Ottea11y: Make submenu code handle non-existing submenus
2011-07-06 Benjamin Ottea11y: Fix leaking of state sets
2011-07-06 Benjamin Ottea11y: Redo TextView cursor/selection signal handling
2011-07-06 Benjamin Ottea11y: Use the canonical way to connect to signals
2011-07-06 Benjamin Ottea11y: Simplify code
2011-07-06 Benjamin Ottea11y: Remove idle handler for switch action handling
2011-07-06 Benjamin Ottea11y: Remove set_description handling from GtkSwitch
2011-07-06 Benjamin Otterange: Do not use idles to trigger actions
2011-07-06 Benjamin Ottea11y: Don't use an idle handler for entry actions
2011-07-06 Rico TzschichholzFix two typos in Makefiles
2011-07-06 Javier Jardongtktreeviewaccessible: free the string in the correct...
2011-07-05 Matthias ClasenAdd api for setting the layer
2011-07-05 Matthias ClasenSilence compiler warnings
2011-07-05 Matthias ClasenSet accessible parents of notebook children
2011-07-05 Matthias ClasenDrop use of factories for cell accessibles
2011-07-05 Matthias ClasenChange the toolkit name in GailUtil to 'gtk', too
2011-07-05 Matthias ClasenChange the toolkit attribute from gail to gtk
2011-07-05 Matthias ClasenMove GtkSwitchAccessible to a11y/
2011-07-05 Matthias ClasenMove GtkSpinnerAccessible to a11y/
2011-07-05 Matthias ClasenDrop the atk_component_add/remove_focus_handler impleme...
2011-07-05 Matthias ClasenInitial conversion of GailWidget to GtkWidgetAccessible
2011-07-05 Matthias ClasenConvert GailContainer to GtkContainerAccessible
2011-07-05 Matthias ClasenConvert GailMenuShell to GtkMenuShellAccessible
2011-07-05 Matthias ClasenConvert GailMenu to GtkMenuAccessible
2011-07-05 Matthias ClasenConvert GailWindow to GtkWindowAccessible
2011-07-05 Matthias ClasenConvert GailButton to GtkButtonAccessible
2011-07-05 Matthias ClasenDrop unneeded includes of gdkkeysyms.h
2011-07-05 Matthias ClasenDrop unneeded includes gailtextutil.h
2011-07-05 Matthias ClasenConvert Gail(Sub)MenuItem to GtkAccessible classes
2011-07-05 Matthias ClasenConvert GailCheck(Sub)MenuItem to GtkAccessible classes
2011-07-05 Matthias ClasenConvert GailRadio(Sub)MenuItem to GtkAccessible classes
2011-07-05 Matthias ClasenConvert GailExpander to GtkExpanderAccessible
2011-07-05 Matthias ClasenConvert GailStatusbar to GtkStatusbarAccessible
2011-07-05 Matthias ClasenConvert GailNotebookPage to GtkNotebookPageAccessible
2011-07-05 Matthias ClasenAvoid excessive child_changed::added emissions
2011-07-05 Matthias ClasenConvert GailNotebook to GtkNotebookAccessible
2011-07-05 Matthias ClasenConvert GailTreeView to GtkTreeViewAccessible
2011-07-05 Matthias ClasenConvert GailComboBox to GtkComboBoxAccessible
2011-07-05 Benjamin Ottea11y: Make notebookpage emit child-added signal sync
2011-07-05 Benjamin Ottea11y: Keep the gail notebook in the notebook page
2011-07-05 Benjamin Ottea11y: Redo notebook page management
2011-07-05 Benjamin Ottea11y: Redo notebok page lifetime management
2011-07-05 Benjamin Ottea11y: Remove idle handler from menuitem action
2011-07-05 Benjamin Ottea11y: Remove idle handler for expander actions
2011-07-05 Benjamin Ottea11y: Remove idle handler for combo box action
2011-07-05 Benjamin Ottea11y: Remove idle handler from GailButton
2011-07-05 Benjamin Ottea11y: Use gtk_button_clicked() to click a button.
2011-07-05 Benjamin Ottea11y: Remove "press" and "release" actions from buttons
2011-07-05 Benjamin Ottea11y: Do actions on cells immediately
2011-07-05 Benjamin Ottea11y: Use simple code for window name change tracking
2011-07-05 Matthias ClasenEmit the same changed_children details as everybody...
2011-07-05 Matthias ClasenDrop gail-private-macros.h
2011-07-05 Matthias ClasenConvert GailScrolledWindow to GtkScrolledWindowAccessible
2011-07-05 Matthias ClasenDrop use of gail_return_if_fail
2011-07-05 Matthias ClasenFix a test crash
2011-07-05 Matthias ClasenRemove old files
2011-07-05 Matthias ClasenConvert GailScaleButton to GtkScaleButtonAccessible
2011-07-05 Matthias ClasenDrop another unused include
2011-07-05 Matthias ClasenConvert GailToggleButton to GtkToggleButtonAccessible
2011-07-05 Matthias ClasenNuke GailAdjustment
2011-07-05 Matthias ClasenGtkAdjustment: add an auxiliary function
2011-07-05 Matthias ClasenDrop an unneeded include
next