]> Pileus Git - ~andy/gtk/history - gtk/a11y
GtkBubbleWindow: rework how drawing is done
[~andy/gtk] / gtk / a11y /
2012-02-11 Benjamin Ottea11y: Update treeview focused status
2012-02-11 Benjamin Ottetreeview: Notify accessible about focus changes
2012-02-11 Benjamin Ottetreeview: Tell accessible about focus column changes
2012-01-19 Benjamin Ottea11y: Invoke key snooper directly
2012-01-18 Benjamin OtteRevert "a11y: Remove keysnooping support"
2012-01-17 Matthias ClasenRemove a check that broke the color chooser a11y dump
2012-01-12 Benjamin Ottea11y: Disconnect from buffer signals
2012-01-06 Benjamin Ottea11y: Remove keysnooping support
2011-12-30 Matthias ClasenRemove an unnecessary warning
2011-12-19 Benjamin Ottea11y: emit entry signals immediately
2011-12-19 Benjamin Ottea11y: implement widget_(un)set in ContainerCell
2011-12-19 Benjamin Ottea11y: Make GtkCellAccessible a GtkAccessible
2011-12-19 Benjamin Ottewidget: Set widget in accessible's constructor
2011-12-19 Benjamin Ottea11y: Don't connect_destroyed anymore
2011-12-19 Benjamin Otteiconview: Simplify adjustment monitoring for accessible
2011-12-19 Benjamin Ottea11y: Remove widget_destroyed call
2011-12-19 Benjamin Ottea11y: Use widget_unset vfunc in treeview
2011-12-19 Benjamin Ottea11y: Fix crash in notebook
2011-12-19 Benjamin Otteiconview: Split out iconview accessible
2011-12-19 Benjamin Ottea11y: Simplify code
2011-12-16 Benjamin Ottea11y: Don't emit children-changed when nothing changed
2011-12-16 Benjamin Ottea11y: Remove unused gtk_cell_accessible_set_cell_data()
2011-12-16 Benjamin Ottea11y: Make boolean cell render report its states the...
2011-12-16 Benjamin Ottea11y: Refactor treeview code even more
2011-12-16 Benjamin Ottea11y: Redo function signature
2011-12-16 Benjamin Ottea11y: Implement GtkContainerCellAccessible.update_cache
2011-12-16 Benjamin Ottea11y: Move update_cache to GtkCellAccesible
2011-12-16 Benjamin Ottea11y: Redo cell update function
2011-12-16 Benjamin Ottea11y: Remove unused function
2011-12-16 Benjamin Ottea11y: remove now unused property lists
2011-12-16 Benjamin Ottea11y: Don't copy data between renderers
2011-12-16 Benjamin Ottea11y: Use cell renderer creation funcs unconditionally
2011-12-16 Benjamin Ottea11y: Use the accessible type
2011-12-16 Benjamin Ottea11y: Add GtkRendererCellAcessible::renderer
2011-12-16 Benjamin Ottea11y: Remove unused variable
2011-12-16 Benjamin Ottetreeview: Send changed signal directly to a11y code
2011-12-16 Benjamin Ottea11y: Improve treeview's add/remove_selection()
2011-12-16 Benjamin Ottea11y: Improve get_selected_rows()
2011-12-16 Benjamin Ottea11y: Improve table_is_row_selected()
2011-12-16 Benjamin Ottetreeview: Signal selection changes to the accessible
2011-12-16 Benjamin Ottea11y: Emit children-changed properly for treeviews
2011-12-16 Benjamin Ottetreeview: Remove unnecessary accessible_expanded()
2011-12-16 Benjamin Ottetreeview: Add add() function to accessible
2011-12-16 Benjamin Ottetreeview: Set expandable flag from treeview
2011-12-16 Benjamin Ottea11y: Redo cell accessible action handling
2011-12-16 Benjamin Ottea11y: Remove "toggle" action from cell renderers
2011-12-16 Benjamin Ottetreeview: Set EXPANDED state directly on a11y elements
2011-12-16 Benjamin Ottea11y: Remove destroy_count_func usage
2011-12-16 Benjamin Ottea11y: Emit row-deleted signal when rows get deleted
2011-12-16 Benjamin Ottea11y: Revert 22a47c3dbd7875af10df58feedd81d7b661222b6
2011-12-16 Benjamin Ottetreeview: Don't use signals in a11y row expansion
2011-12-16 Benjamin Ottea11y: Add _gtk_tree_view_accessible_add_state()
2011-12-16 Benjamin Ottea11y: Split out function
2011-12-16 Benjamin Ottea11y: Readd FOCUSABLE state
2011-12-16 Benjamin Ottea11y: Remove old notify about showing/visible
2011-12-16 Benjamin Ottea11y: Add _gtk_cell_accessible_state_changed()
2011-12-16 Benjamin Ottea11y: Split out renderer<->atk state matching
2011-12-16 Benjamin Ottea11y: Don't duplicate information anymore
2011-12-16 Benjamin Ottea11y: Set new treeview flags
2011-12-10 Benjamin Ottetreeview: Use _gtk_rbtree_contains() in a11y code
2011-11-29 Benjamin Ottetreeview: Rename function
2011-11-24 Benjamin Ottea11y: Implement ref_state_set using the new APIs
2011-11-24 Benjamin Ottea11y: Add get_renderer_state() to cell accessibles
2011-11-24 Benjamin Ottea11y: Add _gtk_cell_accessible_set_cell_data()
2011-11-24 Benjamin Ottetreeview: Notify a11y about reordered rows
2011-11-24 Benjamin Ottea11y: Don't create fake cell renderers
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-20 Matthias ClasenImprove AtkText implementations
2011-11-19 Matthias ClasenAdd a missing static
2011-11-16 Benjamin Ottea11y: Merge function into only caller
2011-11-16 Benjamin Ottetreeview: Call a11y functions for culmn changes directly
2011-11-16 Benjamin Ottea11y: Unify column-by-index getting
2011-11-16 Benjamin Ottea11y: Use gtk_tree_view_get_n_columns()
2011-11-16 Benjamin Ottea11y: Fix get_column_index()
2011-11-16 Benjamin Ottea11y: remove argument from get_column_number()
2011-11-16 Benjamin Ottea11y: remove useless argument
2011-11-16 Benjamin Ottea11y: Remove clean_rows function
2011-11-16 Benjamin Ottea11y: Don't crete cell infos for non-children
2011-11-16 Benjamin Ottea11y: Make find by index lookup use the hash table...
2011-11-16 Benjamin Ottea11y: Add a hash function for cell infos
2011-11-16 Benjamin Ottea11y: Compute the cell index quicker
2011-11-16 Benjamin Ottea11y: Compute index the easy way
2011-11-16 Benjamin Ottea11y: Redo indexing
2011-11-16 Benjamin Ottetreeview: Redo row tracking
2011-11-16 Benjamin Ottea11y: Remove needless checks
2011-11-16 Benjamin Ottea11y: Add a cell_info_get_path() function
2011-11-16 Benjamin Ottea11y: Mark object as defunct in destroy notify
2011-11-16 Benjamin Ottea11y: Remove in_use member
2011-11-16 Benjamin Ottea11y: Don't garbage collect anymore
2011-11-16 Benjamin Ottea11y: Improve cell_infos table
2011-11-16 Benjamin Ottea11y: Implement find_cell_info() using qdata lookup
2011-11-16 Benjamin Ottea11y: Store the cellinfo in the cell's qdata
2011-11-16 Benjamin Ottea11y: Remove index from cellaccessible
2011-11-16 Benjamin Ottea11y: Don't use the cell's index anymore
2011-11-16 Benjamin Ottea11y: Implement get_child_index in treeview
2011-11-16 Benjamin Ottea11y: Implement get_child_index in treeviewaccessible
2011-11-16 Benjamin Ottea11y: Make the cache lookup function inefficient
2011-11-16 Benjamin Ottea11y: Change function declaration
2011-11-16 Benjamin Ottea11y: Add a special-case for cell index querying
2011-11-16 Benjamin Ottea11y: Add _gtk_cell_accessible_parent_get_child_index()
next