| Commit message (Expand) | Author | Age | Files | Lines |
* | a11y: Remove keysnooping support | Benjamin Otte | 2012-01-06 | 1 | -123/+0 |
* | Remove an unnecessary warning | Matthias Clasen | 2011-12-30 | 1 | -7/+8 |
* | a11y: emit entry signals immediately | Benjamin Otte | 2011-12-19 | 2 | -49/+11 |
* | a11y: implement widget_(un)set in ContainerCell | Benjamin Otte | 2011-12-19 | 1 | -0/+32 |
* | a11y: Make GtkCellAccessible a GtkAccessible | Benjamin Otte | 2011-12-19 | 3 | -26/+14 |
* | widget: Set widget in accessible's constructor | Benjamin Otte | 2011-12-19 | 1 | -3/+0 |
* | a11y: Don't connect_destroyed anymore | Benjamin Otte | 2011-12-19 | 1 | -1/+0 |
* | iconview: Simplify adjustment monitoring for accessible | Benjamin Otte | 2011-12-19 | 2 | -106/+8 |
* | a11y: Remove widget_destroyed call | Benjamin Otte | 2011-12-19 | 1 | -22/+0 |
* | a11y: Use widget_unset vfunc in treeview | Benjamin Otte | 2011-12-19 | 1 | -21/+4 |
* | a11y: Fix crash in notebook | Benjamin Otte | 2011-12-19 | 1 | -13/+2 |
* | iconview: Split out iconview accessible | Benjamin Otte | 2011-12-19 | 3 | -0/+1706 |
* | a11y: Simplify code | Benjamin Otte | 2011-12-19 | 1 | -54/+25 |
* | a11y: Don't emit children-changed when nothing changed | Benjamin Otte | 2011-12-16 | 1 | -14/+20 |
* | a11y: Remove unused gtk_cell_accessible_set_cell_data() | Benjamin Otte | 2011-12-16 | 5 | -53/+0 |
* | a11y: Make boolean cell render report its states the new way | Benjamin Otte | 2011-12-16 | 1 | -8/+24 |
* | a11y: Refactor treeview code even more | Benjamin Otte | 2011-12-16 | 1 | -115/+54 |
* | a11y: Redo function signature | Benjamin Otte | 2011-12-16 | 1 | -36/+26 |
* | a11y: Implement GtkContainerCellAccessible.update_cache | Benjamin Otte | 2011-12-16 | 1 | -1/+16 |
* | a11y: Move update_cache to GtkCellAccesible | Benjamin Otte | 2011-12-16 | 7 | -26/+42 |
* | a11y: Redo cell update function | Benjamin Otte | 2011-12-16 | 5 | -47/+31 |
* | a11y: Remove unused function | Benjamin Otte | 2011-12-16 | 1 | -10/+0 |
* | a11y: remove now unused property lists | Benjamin Otte | 2011-12-16 | 5 | -55/+0 |
* | a11y: Don't copy data between renderers | Benjamin Otte | 2011-12-16 | 1 | -55/+0 |
* | a11y: Use cell renderer creation funcs unconditionally | Benjamin Otte | 2011-12-16 | 8 | -78/+2 |
* | a11y: Use the accessible type | Benjamin Otte | 2011-12-16 | 3 | -9/+11 |
* | a11y: Add GtkRendererCellAcessible::renderer | Benjamin Otte | 2011-12-16 | 1 | -1/+54 |
* | a11y: Remove unused variable | Benjamin Otte | 2011-12-16 | 1 | -5/+1 |
* | treeview: Send changed signal directly to a11y code | Benjamin Otte | 2011-12-16 | 2 | -79/+30 |
* | a11y: Improve treeview's add/remove_selection() | Benjamin Otte | 2011-12-16 | 1 | -89/+42 |
* | a11y: Improve get_selected_rows() | Benjamin Otte | 2011-12-16 | 1 | -217/+34 |
* | a11y: Improve table_is_row_selected() | Benjamin Otte | 2011-12-16 | 1 | -9/+10 |
* | treeview: Signal selection changes to the accessible | Benjamin Otte | 2011-12-16 | 1 | -50/+6 |
* | a11y: Emit children-changed properly for treeviews | Benjamin Otte | 2011-12-16 | 1 | -70/+16 |
* | treeview: Remove unnecessary accessible_expanded() | Benjamin Otte | 2011-12-16 | 2 | -20/+0 |
* | treeview: Add add() function to accessible | Benjamin Otte | 2011-12-16 | 2 | -8/+29 |
* | treeview: Set expandable flag from treeview | Benjamin Otte | 2011-12-16 | 1 | -144/+0 |
* | a11y: Redo cell accessible action handling | Benjamin Otte | 2011-12-16 | 5 | -254/+163 |
* | a11y: Remove "toggle" action from cell renderers | Benjamin Otte | 2011-12-16 | 1 | -51/+0 |
* | treeview: Set EXPANDED state directly on a11y elements | Benjamin Otte | 2011-12-16 | 1 | -36/+3 |
* | a11y: Remove destroy_count_func usage | Benjamin Otte | 2011-12-16 | 2 | -41/+0 |
* | a11y: Emit row-deleted signal when rows get deleted | Benjamin Otte | 2011-12-16 | 1 | -18/+15 |
* | a11y: Revert 22a47c3dbd7875af10df58feedd81d7b661222b6 | Benjamin Otte | 2011-12-16 | 1 | -9/+1 |
* | treeview: Don't use signals in a11y row expansion | Benjamin Otte | 2011-12-16 | 2 | -137/+25 |
* | a11y: Add _gtk_tree_view_accessible_add_state() | Benjamin Otte | 2011-12-16 | 2 | -0/+67 |
* | a11y: Split out function | Benjamin Otte | 2011-12-16 | 1 | -9/+26 |
* | a11y: Readd FOCUSABLE state | Benjamin Otte | 2011-12-16 | 1 | -1/+2 |
* | a11y: Remove old notify about showing/visible | Benjamin Otte | 2011-12-16 | 2 | -221/+1 |
* | a11y: Add _gtk_cell_accessible_state_changed() | Benjamin Otte | 2011-12-16 | 2 | -0/+39 |
* | a11y: Split out renderer<->atk state matching | Benjamin Otte | 2011-12-16 | 1 | -25/+28 |