summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtktextviewaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ATKEmmanuele Bassi2020-07-261-1819/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-34/+34
* Replace "gint" with "int"Benjamin Otte2020-07-251-68/+68
* a11y: Simplify GtkTextViewAccessibleEmmanuele Bassi2020-06-051-20/+14
* textview: Derive from GtkWidgetMatthias Clasen2020-05-111-1/+1
* textview: revert renaming of buffer_to_surface_coords()Christian Hergert2019-10-041-1/+1
* a11y: Stop supporting ATK_XY_SCREENMatthias Clasen2019-05-281-41/+5
* Return -1 for AtkText::get_caret_offset on failureMartin Robinson2019-03-261-1/+1
* gtktextviewaccessible: update cursor position after text suppressionSamuel Thibault2018-04-041-13/+27
* Continue renaming window to surfaceAlexander Larsson2018-03-211-17/+17
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-2/+2
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-1/+1
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-8/+8
* a11y: Port to GdkClipboardBenjamin Otte2017-12-031-11/+14
* widget: gtk_widget_get_clipboard => gtk_widget_get_old_clipboardBenjamin Otte2017-12-031-3/+3
* a11y: Remove AtkStreamableContent implementationBenjamin Otte2017-11-291-143/+1
* textview: Remove GdkWindow usage from the public APIBenjamin Otte2017-11-041-2/+2
* Use GdkRGBA for text attributesMatthias Clasen2016-11-011-6/+6
* Make GtkTextAttributes privateMatthias Clasen2016-11-011-0/+1
* Remove some more GdkColor propertieswip/baedert/boxTimm Bäder2016-10-201-6/+6
* Fix a few GtkTextTag:*-gdk referencesTimm Bäder2016-10-161-5/+5
* Split off a private header for GtkTextBufferMatthias Clasen2015-10-151-0/+1
* a11y: handle atk race condition where widget has been destroyedChristian Hergert2015-03-211-0/+8
* Do not return NULL AtkStateSetPeter Bloomfield2015-02-281-3/+6
* a11y: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* a11y: Emit text-changed signals when the text-buffer changesBenjamin Otte2013-02-261-0/+10
* CosmeticsMatthias Clasen2012-12-271-1/+1
* Make accessible implementations publicMatthias Clasen2012-12-271-7/+7
* GtkTextViewAccessible: add a private structMatthias Clasen2012-10-151-5/+14
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* a11y: Disconnect from buffer signalsBenjamin Otte2012-01-121-33/+61
* Improve AtkText implementationsMatthias Clasen2011-11-191-3/+6
* GtkTextViewAccessible: Respect display linesMatthias Clasen2011-11-151-9/+76
* Use canonical namesMatthias Clasen2011-07-171-10/+10
* Don't include unistd.h unconditionallyChun-wei Fan2011-07-131-0/+4
* Reduce the number of unwanted exportsMatthias Clasen2011-07-091-6/+6
* Drop gail_misc_buffer_get_run_attributesMatthias Clasen2011-07-061-44/+521
* a11y: Redo TextView cursor/selection signal handlingBenjamin Otte2011-07-061-183/+45
* a11y: Use the canonical way to connect to signalsBenjamin Otte2011-07-061-9/+4
* a11y: Simplify codeBenjamin Otte2011-07-061-4/+1
* Initial conversion of GailWidget to GtkWidgetAccessibleMatthias Clasen2011-07-051-4/+2
* Convert GailContainer to GtkContainerAccessibleMatthias Clasen2011-07-051-1/+1
* GtkTextViewAccessible: get rid of GailTextUtil usageMatthias Clasen2011-07-051-55/+61
* GtkTextviewAccessible: some initial cleanup and code rearrangementMatthias Clasen2011-07-051-802/+582
* Initial move GailTextView -> GtkTextViewAccessibleMatthias Clasen2011-07-051-0/+1742