summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GtkTextViewAccessible: get rid of GailTextUtil usageMatthias Clasen2011-07-052-57/+61
* GtkTextBuffer: Add accessible apiMatthias Clasen2011-07-052-0/+315
* Convert GailLinkButton to GtkLinkButtonAccessibleMatthias Clasen2011-07-056-105/+104
* Convert GailImage to GtkImageAccessibleMatthias Clasen2011-07-059-332/+267
* Convert GailProgressBar to GtkProgressBarAccessibleMatthias Clasen2011-07-057-189/+170
* Convert GailScrollbar to GtkScrollbarAccessibleMatthias Clasen2011-07-057-88/+76
* Update test results for recent changesMatthias Clasen2011-07-059-138/+440
* Convert GailFrame to GtkFrameAccessibleMatthias Clasen2011-07-057-141/+123
* Remove GailBoxMatthias Clasen2011-07-055-108/+16
* Remove GailCalendarMatthias Clasen2011-07-055-108/+16
* Adapt to expected output to recent changesMatthias Clasen2011-07-051-3/+3
* 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
* tests: Update range tests for slider value in descriptionBenjamin Otte2011-07-051-0/+1
* stylecontext: #include <math.h> when using math functionsBenjamin Otte2011-07-051-0/+1
* a11y: Make it compile againBenjamin Otte2011-07-051-1/+1
* a11y: Update tests after removing AtkText from GailExpanderBenjamin Otte2011-07-051-31/+0
* a11y: Update tests after removing AtkText from GailRangeBenjamin Otte2011-07-051-31/+0
* 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
* tests: Add an a11y test for scalesBenjamin Otte2011-07-053-1/+50
* gail: Remove AtkText implementation from GailScaleBenjamin Otte2011-07-052-465/+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
* Add some texts for text selection signalsMatthias Clasen2011-07-051-0/+45
* 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
* Skip line-related tests for GtkEntryMatthias Clasen2011-07-051-2/+12
* 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-055-661/+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
* Add some tests for selection handlingMatthias Clasen2011-07-051-0/+46
* Add some more basic testsMatthias Clasen2011-07-051-14/+50