]> Pileus Git - ~andy/gtk/history - gtk/a11y/gtkentryaccessible.c
Fix a typo
[~andy/gtk] / gtk / a11y / gtkentryaccessible.c
2013-02-04 Matthias ClasenImprove AtkAction implementations
2012-12-27 Matthias ClasenCosmetics
2012-12-27 Matthias ClasenMake accessible implementations public
2012-12-09 Mario Sanchez PradaAdd missing NULL-check in GtkEntryAccessible
2012-11-12 Mike GorseAdd accessibles for GtkEntry icons
2012-10-14 Matthias ClasenGtkEntryAccessible: add a private struct
2012-08-16 Colin WaltersGtkEntryAccessible: Remove unused variable
2012-08-10 Mario Sanchez PradaExpose the masked string for password fields to assisti...
2012-02-27 Javier JardónChange FSF Address
2011-12-19 Benjamin Ottea11y: emit entry signals immediately
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-10 Dan WinshipFix cut-and-paste error in GtkEntryAccessible/GtkLabelA...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-17 Matthias ClasenUse canonical names
2011-07-10 Matthias ClasenAvoid unnecessary includes
2011-07-09 Matthias ClasenReduce the number of unwanted exports
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-06 Benjamin Ottea11y: Don't use an idle handler for entry actions
2011-07-05 Matthias ClasenInitial conversion of GailWidget to GtkWidgetAccessible
2011-07-05 Matthias ClasenDrop unneeded includes of gdkkeysyms.h
2011-07-05 Matthias ClasenConvert GailComboBox to GtkComboBoxAccessible
2011-07-05 Matthias ClasenGtkEntryAccessible: Slight simplification of attribute...
2011-07-05 Matthias ClasenMinor optimization
2011-07-05 Matthias ClasenGtkEntryAccessible: shorten some function names
2011-07-05 Matthias ClasenRemove a bit of dead code
2011-07-05 Matthias ClasenGtkEntryAccessible: Clean up the AtkAction implementati...
2011-07-05 Matthias ClasenPurge traces of insert idle handler
2011-07-05 Matthias ClasenGtkEntryAccessible: Rework text_changed handling
2011-07-05 Matthias ClasenGtkEntryAccessible: port from GailTextUtil to GtkPango
2011-07-05 Matthias ClasenFirst cut at GailEntry -> GtkEntryAccessible