summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtkcellaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* CellAccessible: Fix return type of row|column_spanDaniel Boles2018-12-301-2/+2
* a11y: Fix function return typeBenjamin Otte2018-12-181-1/+1
* A11y: Add support for AtkTableCellMike Gorse2018-12-141-1/+87
* a11y: Only emit signals when cells change; not upon creationJoanmarie Diggs2015-04-101-3/+7
* a11y: Add API to update relationsets of cells to their parentsBenjamin Otte2014-03-241-0/+22
* a11y: Don't unref relationsBenjamin Otte2014-03-241-32/+0
* a11y: Fix refcounting for treeview cellsBenjamin Otte2014-02-261-16/+23
* a11y: Fix copy-paste error in state flag notificationBenjamin Otte2013-02-191-1/+1
* Improve AtkAction implementationsMatthias Clasen2013-02-041-3/+22
* CosmeticsMatthias Clasen2012-12-271-1/+1
* Make accessible implementations publicMatthias Clasen2012-12-271-34/+26
* GtkCellAccessible: Add missing break statementsMatthias Clasen2012-11-291-0/+3
* GtkContainerCellAccessible: add a private structMatthias Clasen2012-10-141-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* a11y: Make GtkCellAccessible a GtkAccessibleBenjamin Otte2011-12-191-21/+10
* a11y: Remove unused gtk_cell_accessible_set_cell_data()Benjamin Otte2011-12-161-23/+0
* a11y: Move update_cache to GtkCellAccesibleBenjamin Otte2011-12-161-0/+28
* a11y: Redo cell accessible action handlingBenjamin Otte2011-12-161-132/+39
* a11y: Readd FOCUSABLE stateBenjamin Otte2011-12-161-1/+2
* a11y: Add _gtk_cell_accessible_state_changed()Benjamin Otte2011-12-161-0/+36
* a11y: Split out renderer<->atk state matchingBenjamin Otte2011-12-161-25/+28
* a11y: Don't duplicate information anymoreBenjamin Otte2011-12-161-20/+5
* a11y: Implement ref_state_set using the new APIsBenjamin Otte2011-11-241-26/+53
* a11y: Add get_renderer_state() to cell accessiblesBenjamin Otte2011-11-241-0/+35
* a11y: Add _gtk_cell_accessible_set_cell_data()Benjamin Otte2011-11-241-0/+24
* a11y: Remove index from cellaccessibleBenjamin Otte2011-11-161-18/+2
* a11y: Add a special-case for cell index queryingBenjamin Otte2011-11-161-0/+5
* a11y: Add _gtk_cell_accessible_parent_get_child_index()Benjamin Otte2011-11-161-0/+10
* Use canonical namesMatthias Clasen2011-07-171-2/+2
* Convert GailCellParent to GtkCellAccessibleParentMatthias Clasen2011-07-091-4/+5
* Convert GailContainerCell to GtkContainerCellAccessibleMatthias Clasen2011-07-091-3/+3
* Convert GailCell to GtkCellAccessibleMatthias Clasen2011-07-091-0/+423