summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkentryaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'get_caret_offset_negative_one' into 'master'Matthias Clasen2019-03-261-2/+8
|\
| * Return -1 for AtkText::get_caret_offset on failureMartin Robinson2019-03-261-2/+8
* | a11y: More entry fixesMatthias Clasen2019-03-141-45/+47
|/
* entry accessible: Make work with almost-entriesMatthias Clasen2019-02-221-90/+117
* entry accessible: Make this work with the text widgetMatthias Clasen2019-02-191-15/+20
* widget: Make width, height and transform be widget-relativeBenjamin Otte2019-02-151-1/+1
* gtkentry: Use gestures for entry iconsCarlos Garnacho2018-06-211-14/+1
* a11y/entry: Fix copy-pasteo re 2ndary icon tooltip1160-crash-clearing-gtkentry-icon-tooltip-masterDaniel Boles2018-06-191-1/+1
* gdk: Get rid of gdk_event_free()Benjamin Otte2018-05-291-1/+1
* gtkentryaccessible: Fix text-changed::delete lengthSamuel Thibault2018-04-041-1/+1
* Continue renaming window to surfaceAlexander Larsson2018-03-211-20/+20
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-3/+3
* GdkSurface: Rename lots of stuff from window->surfaceAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-8/+8
* gtk/a11y: Use allocated eventsCarlos Garnacho2017-12-141-11/+12
* gdk: Refurbish GdkEvent struct hierarchyCarlos Garnacho2017-12-141-3/+3
* a11y: Port to GdkClipboardBenjamin Otte2017-12-031-11/+14
* widget: gtk_widget_get_clipboard => gtk_widget_get_old_clipboardBenjamin Otte2017-12-031-3/+3
* widget: Remove gtk_widget_has_screen()Benjamin Otte2017-10-311-9/+0
* a11y/entry: Fixups for previous commitDaniel Boles2017-10-151-2/+3
* a11y/entry: Fix text coords not adjusted for allocSamuel Thibault2017-10-151-2/+5
* entry accessible: Give up on GdkEvent api for nowMatthias Clasen2017-09-191-0/+3
* Remove redundant declarationsEmmanuele Bassi2016-10-171-4/+0
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-2/+1
* stylecontext: Move private a11y function to private headerBenjamin Otte2014-08-161-0/+1
* a11y: Remove an outdated commentBenjamin Otte2014-06-101-5/+0
* GtkEntryAccessible: Emit signal after insertionJoanmarie Diggs2014-06-101-3/+5
* a11y: atk_component_get_position is deprecatedJonas Danielsson2014-04-011-1/+2
* a11y: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* GtkEntryAccessible: also handle entry icon tooltip NULL in notify_gtk.Alban Browaeys2013-03-171-4/+20
* Improve AtkAction implementationsMatthias Clasen2013-02-041-3/+23
* CosmeticsMatthias Clasen2012-12-271-1/+1
* Make accessible implementations publicMatthias Clasen2012-12-271-17/+17
* Add missing NULL-check in GtkEntryAccessibleMario Sanchez Prada2012-12-091-2/+4
* Add accessibles for GtkEntry iconsMike Gorse2012-11-121-0/+527
* GtkEntryAccessible: add a private structMatthias Clasen2012-10-141-12/+22
* GtkEntryAccessible: Remove unused variableColin Walters2012-08-161-1/+0
* Expose the masked string for password fields to assistive technologies.Mario Sanchez Prada2012-08-101-44/+40
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* a11y: emit entry signals immediatelyBenjamin Otte2011-12-191-45/+11
* Fix cut-and-paste error in GtkEntryAccessible/GtkLabelAccessibleDan Winship2011-08-101-1/+1
* Use canonical namesMatthias Clasen2011-07-171-5/+5
* Avoid unnecessary includesMatthias Clasen2011-07-101-5/+4
* Reduce the number of unwanted exportsMatthias Clasen2011-07-091-9/+9
* a11y: Don't use an idle handler for entry actionsBenjamin Otte2011-07-061-40/+1
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-3/+3
* Drop unneeded includes of gdkkeysyms.hMatthias Clasen2011-07-051-1/+0
* Convert GailComboBox to GtkComboBoxAccessibleMatthias Clasen2011-07-051-2/+2
* GtkEntryAccessible: Slight simplification of attribute handlingMatthias Clasen2011-07-051-10/+8
* Minor optimizationMatthias Clasen2011-07-051-3/+2