summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Remove GailCalendarMatthias Clasen2011-07-055-108/+16
* Drop GailSeparatorMatthias Clasen2011-07-055-109/+15
* Convert GailArrow to GtkArrowAccessibleMatthias Clasen2011-07-057-179/+152
* Convert GailScale to GtkScaleAccessibleMatthias Clasen2011-07-056-80/+76
* stylecontext: #include <math.h> when using math functionsBenjamin Otte2011-07-051-0/+1
* GtkTextviewAccessible: some initial cleanup and code rearrangementMatthias Clasen2011-07-051-802/+582
* GtkEntryAccessible: Slight simplification of attribute handlingMatthias Clasen2011-07-051-10/+8
* GtkLabelAccessible: avoid some pointless variablesMatthias Clasen2011-07-051-4/+3
* Initial move GailTextView -> GtkTextViewAccessibleMatthias Clasen2011-07-055-209/+209
* gail: Remove AtkText implementation from GailScaleBenjamin Otte2011-07-051-461/+1
* cellareacontext: Don't ever return -1 for preferred sizedBenjamin Otte2011-07-051-18/+10
* Revert 'Insert an LRM, to prevent -20 to come out as 20- in RTL'Benjamin Otte2011-07-051-2/+1
* a11y: Export the printed value of a scale as the description.Benjamin Otte2011-07-051-0/+20
* a11y: Remove AtkText implementation from GailMenuitemBenjamin Otte2011-07-051-366/+2
* a11y: Remove AtkText implementation from GailExpanderBenjamin Otte2011-07-051-363/+1
* Minor optimizationMatthias Clasen2011-07-051-3/+2
* GtkLabelAccessible: some selection handling fixesMatthias Clasen2011-07-051-1/+5
* GtkLabel: optimize away some ::notify emissionsMatthias Clasen2011-07-051-3/+7
* GtkEntryAccessible: shorten some function namesMatthias Clasen2011-07-051-85/+71
* Remove a bit of dead codeMatthias Clasen2011-07-051-3/+0
* GtkEntryAccessible: Clean up the AtkAction implementation a bitMatthias Clasen2011-07-052-100/+62
* Purge traces of insert idle handlerMatthias Clasen2011-07-052-14/+0
* GtkEntryAccessible: Rework text_changed handlingMatthias Clasen2011-07-052-102/+63
* Fix up signal ordering issues in GtkEntryMatthias Clasen2011-07-051-4/+20
* Add a test for entry signalsMatthias Clasen2011-07-052-0/+325
* GtkEntryAccessible: port from GailTextUtil to GtkPangoMatthias Clasen2011-07-052-639/+445
* Allow use of private api in a11y/Matthias Clasen2011-07-051-0/+1
* Trivial whitespace fixMatthias Clasen2011-07-051-1/+1
* GtkSpinButtonAccessible: Coding style cleanupsMatthias Clasen2011-07-051-139/+101
* First cut at GailEntry -> GtkEntryAccessibleMatthias Clasen2011-07-059-324/+315
* Avoid warnings in clipboard codeMatthias Clasen2011-07-051-10/+15
* Port GtkLabelAccessible from GailTextUtil to GtkPango apiMatthias Clasen2011-07-052-484/+294
* GtkStyleContext: add some aux. a11y apiMatthias Clasen2011-07-052-0/+61
* Add some aux. pango api to help AtkText implementationsMatthias Clasen2011-07-052-9/+1104
* GtkLabel: factor out two gettersMatthias Clasen2011-07-052-16/+29
* messagedialog: Initialize style values in init()Benjamin Otte2011-07-051-0/+2
* a11y: Remove setters for column description/headerBenjamin Otte2011-07-051-112/+8
* a11y: Make treeview header and caption no longer settableBenjamin Otte2011-07-052-93/+0
* a11y: Remove setters for row description/headerBenjamin Otte2011-07-052-300/+0
* GtkHSV: set a suitable role for the accessibleMatthias Clasen2011-07-051-0/+15
* GtkSpinner: set a suitable role for the accessibleMatthias Clasen2011-07-051-0/+1
* GtkLabelAccessible: remove redundant checkMatthias Clasen2011-07-051-41/+7
* GtkLabel: freeze property notification where appropriateMatthias Clasen2011-07-051-0/+8
* GtkLabelAccessible: remove broken workaroundsMatthias Clasen2011-07-052-62/+5
* GailLabel -> GtkLabelAccessibleMatthias Clasen2011-07-055-188/+188
* Remove gail_widget_new()Matthias Clasen2011-07-052-18/+0
* Forgotten fileMatthias Clasen2011-07-051-1/+3
* GailTreeView: optimize a bitMatthias Clasen2011-07-051-390/+270
* Don't pass NULL to functions expecing a real stringMatthias Clasen2011-07-051-5/+10
* gail: Add support for action_set_descriptionBenjamin Otte2011-07-0514-400/+0