summaryrefslogtreecommitdiff
path: root/gtk/a11y
Commit message (Expand)AuthorAgeFilesLines
* a11y: Remove keysnooping supportBenjamin Otte2012-01-061-123/+0
* Remove an unnecessary warningMatthias Clasen2011-12-301-7/+8
* a11y: emit entry signals immediatelyBenjamin Otte2011-12-192-49/+11
* a11y: implement widget_(un)set in ContainerCellBenjamin Otte2011-12-191-0/+32
* a11y: Make GtkCellAccessible a GtkAccessibleBenjamin Otte2011-12-193-26/+14
* widget: Set widget in accessible's constructorBenjamin Otte2011-12-191-3/+0
* a11y: Don't connect_destroyed anymoreBenjamin Otte2011-12-191-1/+0
* iconview: Simplify adjustment monitoring for accessibleBenjamin Otte2011-12-192-106/+8
* a11y: Remove widget_destroyed callBenjamin Otte2011-12-191-22/+0
* a11y: Use widget_unset vfunc in treeviewBenjamin Otte2011-12-191-21/+4
* a11y: Fix crash in notebookBenjamin Otte2011-12-191-13/+2
* iconview: Split out iconview accessibleBenjamin Otte2011-12-193-0/+1706
* 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-165-53/+0
* a11y: Make boolean cell render report its states the new wayBenjamin Otte2011-12-161-8/+24
* a11y: Refactor treeview code even moreBenjamin Otte2011-12-161-115/+54
* a11y: Redo function signatureBenjamin Otte2011-12-161-36/+26
* a11y: Implement GtkContainerCellAccessible.update_cacheBenjamin Otte2011-12-161-1/+16
* a11y: Move update_cache to GtkCellAccesibleBenjamin Otte2011-12-167-26/+42
* a11y: Redo cell update functionBenjamin Otte2011-12-165-47/+31
* a11y: Remove unused functionBenjamin Otte2011-12-161-10/+0
* a11y: remove now unused property listsBenjamin Otte2011-12-165-55/+0
* a11y: Don't copy data between renderersBenjamin Otte2011-12-161-55/+0
* a11y: Use cell renderer creation funcs unconditionallyBenjamin Otte2011-12-168-78/+2
* a11y: Use the accessible typeBenjamin Otte2011-12-163-9/+11
* a11y: Add GtkRendererCellAcessible::rendererBenjamin Otte2011-12-161-1/+54
* a11y: Remove unused variableBenjamin Otte2011-12-161-5/+1
* treeview: Send changed signal directly to a11y codeBenjamin Otte2011-12-162-79/+30
* 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-162-20/+0
* treeview: Add add() function to accessibleBenjamin Otte2011-12-162-8/+29
* treeview: Set expandable flag from treeviewBenjamin Otte2011-12-161-144/+0
* a11y: Redo cell accessible action handlingBenjamin Otte2011-12-165-254/+163
* 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-162-41/+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-162-137/+25
* a11y: Add _gtk_tree_view_accessible_add_state()Benjamin Otte2011-12-162-0/+67
* a11y: Split out functionBenjamin Otte2011-12-161-9/+26
* a11y: Readd FOCUSABLE stateBenjamin Otte2011-12-161-1/+2
* a11y: Remove old notify about showing/visibleBenjamin Otte2011-12-162-221/+1
* a11y: Add _gtk_cell_accessible_state_changed()Benjamin Otte2011-12-162-0/+39
* a11y: Split out renderer<->atk state matchingBenjamin Otte2011-12-161-25/+28