summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtktextcellaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ATKEmmanuele Bassi2020-07-261-701/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* Replace "gfloat" with "float"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-22/+22
* Replace "gint" with "int"Benjamin Otte2020-07-251-61/+61
* a11y: Stop using gdk_surface_get_originMatthias Clasen2019-05-291-46/+6
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-1/+1
* a11y: Stop supporting ATK_XY_SCREENMatthias Clasen2019-05-281-1/+0
* Return -1 for AtkText::get_caret_offset on failureMartin Robinson2019-03-261-0/+1
* Continue renaming window to surfaceAlexander Larsson2018-03-211-19/+19
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-2/+2
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-2/+2
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-4/+4
* treeview: Remove gtk_tree_view_get_bin_window()Benjamin Otte2017-01-081-5/+11
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-2/+1
* a11y: Only emit signals when cells change; not upon creationJoanmarie Diggs2015-04-101-5/+7
* a11y: Only emit name-changed onceJoanmarie Diggs2015-03-251-5/+3
* a11y: Free the cell text after emitting text-changed:delete.Joanmarie Diggs2015-03-251-6/+4
* a11y: Refactor codeJoanmarie Diggs2015-03-251-19/+11
* a11y: Refactor textcellaccessible codeJoanmarie Diggs2015-03-251-11/+7
* stylecontext: Move private a11y function to private headerBenjamin Otte2014-08-161-0/+1
* A11y: Fix text functions for table cellsMike Gorse2014-01-131-31/+22
* a11y: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* CosmeticsMatthias Clasen2012-12-271-1/+1
* Make accessible implementations publicMatthias Clasen2012-12-271-11/+11
* text-cell-accessible: fix a double unrefCosimo Cecchi2012-11-071-1/+0
* GtkTextCellAccessible: add a private structMatthias Clasen2012-10-141-31/+38
* GtkRendererCellAccessible: add a private structMatthias Clasen2012-10-141-8/+19
* a11y: fix a typo leading to a crashCosimo Cecchi2012-06-071-5/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* a11y: Move update_cache to GtkCellAccesibleBenjamin Otte2011-12-161-5/+7
* a11y: Redo cell update functionBenjamin Otte2011-12-161-19/+10
* a11y: remove now unused property listsBenjamin Otte2011-12-161-38/+0
* a11y: Use cell renderer creation funcs unconditionallyBenjamin Otte2011-12-161-22/+0
* a11y: Implement ref_state_set using the new APIsBenjamin Otte2011-11-241-2/+12
* Use canonical namesMatthias Clasen2011-07-171-4/+4
* Make all of a11y/ compile with -WshadowMatthias Clasen2011-07-101-2/+2
* Convert GailCellParent to GtkCellAccessibleParentMatthias Clasen2011-07-091-7/+9
* Convert GailTextCell to GtkTextCellAccessibleMatthias Clasen2011-07-091-0/+804