]> Pileus Git - ~andy/gtk/shortlog
~andy/gtk
2011-07-06 Javier JardónUse AM_CPPFLAGS instead the obsolete INCLUDES
2011-07-06 Benjamin Ottea11y: Redo TextView cursor/selection signal handling
2011-07-06 Benjamin Ottetests: Update text test for textview
2011-07-06 Benjamin Ottemodules: Blacklist gail
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-06 Javier JardonDo not initialize the priv pointer before check type
2011-07-06 Javier JardonFix few typos in the migration docs
2011-07-05 Matthias ClasenFix the build
2011-07-05 Matthias ClasenUpdate assistant tests
2011-07-05 Matthias ClasenDrop the factory from the icon view accessible
2011-07-05 Matthias ClasenDrop the factory from GtkAssistantAccessible
2011-07-05 Matthias ClasenUpdate expected test output
2011-07-05 Matthias ClasenGtkSeparatorMenuItem: Drop the accessible factory
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 ClasenVerify that notify::accessible parent is emitted
2011-07-05 Matthias ClasenDrop use of factories for cell accessibles
2011-07-05 Matthias ClasenAdd an initial focus handling test
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 ClasenAdd a test for menus
2011-07-05 Matthias ClasenConvert GailExpander to GtkExpanderAccessible
2011-07-05 Matthias ClasenAdd a placeholder-text test
2011-07-05 Matthias ClasenConvert GailStatusbar to GtkStatusbarAccessible
2011-07-05 Matthias ClasenConvert GailNotebookPage to GtkNotebookPageAccessible
2011-07-05 Matthias ClasenDon't overwrite roles
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 ClasenAdd more children tests
2011-07-05 Matthias ClasenConvert GailComboBox to GtkComboBoxAccessible
2011-07-05 Benjamin Ottetests: Don't print selection count
2011-07-05 Benjamin Ottetests: Make accessibility-dump output selected children...
2011-07-05 Benjamin Ottetests: Fix compiler warnings
2011-07-05 Benjamin Ottetests: Add assert to accessibility-dump
2011-07-05 Matthias ClasenSilence compiler warnings
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 ClasenAdd more child-handling related tests
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 ClasenAdd a test for scrolled window child count
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
2011-07-05 Matthias ClasenConvert GailRadioButton to GtkRadioButtonAccessible
2011-07-05 Matthias ClasenGtkLabelAccessible: drop an unneeded include
2011-07-05 Matthias ClasenConvert GailPaned to GtkPanedAccessible
2011-07-05 Matthias ClasenConvert GailRange to GtkRangeAccessible
2011-07-05 Matthias ClasenGtkTextViewAccessible: get rid of GailTextUtil usage
2011-07-05 Matthias ClasenGtkTextBuffer: Add accessible api
2011-07-05 Matthias ClasenConvert GailLinkButton to GtkLinkButtonAccessible
2011-07-05 Matthias ClasenConvert GailImage to GtkImageAccessible
2011-07-05 Matthias ClasenConvert GailProgressBar to GtkProgressBarAccessible
2011-07-05 Matthias ClasenConvert GailScrollbar to GtkScrollbarAccessible
2011-07-05 Matthias ClasenUpdate test results for recent changes
2011-07-05 Matthias ClasenConvert GailFrame to GtkFrameAccessible
2011-07-05 Matthias ClasenRemove GailBox
2011-07-05 Matthias ClasenRemove GailCalendar
2011-07-05 Matthias ClasenAdapt to expected output to recent changes
2011-07-05 Matthias ClasenDrop GailSeparator
next