summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtktreeviewaccessible.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* a11y: Update treeview focused statusBenjamin Otte2012-02-111-2/+42
* treeview: Notify accessible about focus changesBenjamin Otte2012-02-111-0/+12
* treeview: Tell accessible about focus column changesBenjamin Otte2012-02-111-0/+7
* a11y: Make GtkCellAccessible a GtkAccessibleBenjamin Otte2011-12-191-1/+1
* a11y: Use widget_unset vfunc in treeviewBenjamin Otte2011-12-191-21/+4
* a11y: Simplify codeBenjamin Otte2011-12-191-54/+25
* a11y: Don't emit children-changed when nothing changedBenjamin Otte2011-12-161-14/+20
* a11y: Remove unused gtk_cell_accessible_set_cell_data()Benjamin Otte2011-12-161-10/+0
* a11y: Refactor treeview code even moreBenjamin Otte2011-12-161-115/+54
* a11y: Redo function signatureBenjamin Otte2011-12-161-36/+26
* a11y: Move update_cache to GtkCellAccesibleBenjamin Otte2011-12-161-1/+1
* a11y: Redo cell update functionBenjamin Otte2011-12-161-5/+5
* a11y: Don't copy data between renderersBenjamin Otte2011-12-161-55/+0
* a11y: Use cell renderer creation funcs unconditionallyBenjamin Otte2011-12-161-8/+1
* a11y: Use the accessible typeBenjamin Otte2011-12-161-1/+1
* a11y: Remove unused variableBenjamin Otte2011-12-161-5/+1
* treeview: Send changed signal directly to a11y codeBenjamin Otte2011-12-161-78/+26
* a11y: Improve treeview's add/remove_selection()Benjamin Otte2011-12-161-89/+42
* a11y: Improve get_selected_rows()Benjamin Otte2011-12-161-217/+34
* a11y: Improve table_is_row_selected()Benjamin Otte2011-12-161-9/+10
* treeview: Signal selection changes to the accessibleBenjamin Otte2011-12-161-50/+6
* a11y: Emit children-changed properly for treeviewsBenjamin Otte2011-12-161-70/+16
* treeview: Remove unnecessary accessible_expanded()Benjamin Otte2011-12-161-17/+0
* treeview: Add add() function to accessibleBenjamin Otte2011-12-161-8/+26
* treeview: Set expandable flag from treeviewBenjamin Otte2011-12-161-144/+0
* a11y: Redo cell accessible action handlingBenjamin Otte2011-12-161-109/+67
* a11y: Remove "toggle" action from cell renderersBenjamin Otte2011-12-161-51/+0
* treeview: Set EXPANDED state directly on a11y elementsBenjamin Otte2011-12-161-36/+3
* a11y: Remove destroy_count_func usageBenjamin Otte2011-12-161-40/+0
* a11y: Emit row-deleted signal when rows get deletedBenjamin Otte2011-12-161-18/+15
* a11y: Revert 22a47c3dbd7875af10df58feedd81d7b661222b6Benjamin Otte2011-12-161-9/+1
* treeview: Don't use signals in a11y row expansionBenjamin Otte2011-12-161-135/+22
* a11y: Add _gtk_tree_view_accessible_add_state()Benjamin Otte2011-12-161-0/+58
* a11y: Split out functionBenjamin Otte2011-12-161-9/+26
* a11y: Remove old notify about showing/visibleBenjamin Otte2011-12-161-219/+1
* a11y: Don't duplicate information anymoreBenjamin Otte2011-12-161-10/+1
* a11y: Set new treeview flagsBenjamin Otte2011-12-161-0/+10