summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtktreeviewaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-1/+1
* Stop using gtk_widget_is_toplevelMatthias Clasen2019-05-281-1/+1
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-11/+3
* a11y: Stop supporting ATK_XY_SCREENMatthias Clasen2019-05-281-12/+0
* all: Don't warn about deprecated gtk_window_present usageBastien Nocera2019-02-251-1/+5
* Rename GtkRBTree to GtkTreeRBTreeMatthias Clasen2019-01-141-89/+89
* a11y: Check display in `*grab_cell_focus()`Olivier Fourdan2019-01-071-4/+5
* A11y: Add support for AtkTableCellMike Gorse2018-12-141-0/+52
* Continue renaming window to surfaceAlexander Larsson2018-03-211-6/+6
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-2/+2
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-3/+3
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-3/+3
* Fix fallout from g_object_ref changeMatthias Clasen2017-12-081-2/+2
* a11y: Handle a treeview with no columnsBenjamin Otte2017-11-131-1/+1
* treeviewaccessible: Don't rely on nonexistent style propertiesTimm Bäder2017-07-191-4/+4
* treeview: Remove gtk_tree_view_get_bin_window()Benjamin Otte2017-01-081-7/+7
* a11y: Only emit signals when cells change; not upon creationJoanmarie Diggs2015-04-101-2/+2
* cellarea: don't use focus-line-widthCosimo Cecchi2014-05-091-7/+0
* a11y: atk_table_get_row_at_index is deprecatedJonas Danielsson2014-04-011-1/+1
* a11y: Move relationset updating to new vfuncBenjamin Otte2014-03-241-23/+68
* a11y: Fix refcounting for treeview cellsBenjamin Otte2014-02-261-1/+1
* a11y: Refactor functionBenjamin Otte2014-02-261-18/+16
* a11y: Split out a functionBenjamin Otte2014-02-261-6/+15
* a11y: Remove unused variableBenjamin Otte2014-02-261-5/+1
* a11y: Use more obvious function nameBenjamin Otte2014-02-261-1/+1
* a11y: Split out creation of cell infoBenjamin Otte2014-02-261-13/+2
* a11y: Split out a functionBenjamin Otte2014-02-261-6/+20
* Revert "Fix memory leak in GtkTreeViewAccessible"Ignacio Casal Quinteiro2014-02-061-1/+1
* Fix memory leak in GtkTreeViewAccessibleJohn Lindgren2014-01-131-1/+1
* gtktreeviewaccessible: Fix potential uses of uninitialised variablesPhilip Withnall2013-12-021-2/+12
* gtktreeviewaccessible: Fix a potential division by zeroPhilip Withnall2013-11-241-1/+1
* a11y: Use new macros for defining private dataEmmanuele Bassi2013-07-091-5/+2
* a11y: Emit active-descendants-changed when focus changesBenjamin Otte2013-03-051-0/+8
* a11y: Only emit expandable/expanded for expander columnBenjamin Otte2013-02-201-43/+52
* CosmeticsMatthias Clasen2012-12-271-1/+1
* Make accessible implementations publicMatthias Clasen2012-12-271-18/+21
* GtkTreeViewAccessible: add a private structMatthias Clasen2012-10-151-9/+19
* a11y: Fix for -Wmissing-declarationsBenjamin Otte2012-10-021-26/+26
* a11y: Don't mess up if column gets hiddenBenjamin Otte2012-07-091-11/+28
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Symbol exporting fixesMatthias Clasen2012-02-211-1/+1
* a11y: Mark cells as defunct when deleting themBenjamin Otte2012-02-121-0/+1
* a11y: Redo ref_accessible_at_point()Benjamin Otte2012-02-111-115/+17
* a11y: create focus cell accessibles when they get focusedBenjamin Otte2012-02-111-14/+13
* a11y: Split out cell creation functionBenjamin Otte2012-02-111-56/+67
* a11y: Set relations without tree pathBenjamin Otte2012-02-111-16/+6
* a11y: Remove unused variableBenjamin Otte2012-02-111-7/+3
* a11y: Keep treeview accessibles aroundBenjamin Otte2012-02-111-26/+5
* a11y: Remove old treeview focus tracking codeBenjamin Otte2012-02-111-152/+0
* a11y: Emit focus change events when focus cell changesBenjamin Otte2012-02-111-0/+37