]> Pileus Git - ~andy/gtk/history - gtk/a11y/gtktreeviewaccessible.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / a11y / gtktreeviewaccessible.c
2013-03-05 Benjamin Ottea11y: Emit active-descendants-changed when focus changes
2013-02-20 Benjamin Ottea11y: Only emit expandable/expanded for expander column
2012-12-27 Matthias ClasenCosmetics
2012-12-27 Matthias ClasenMake accessible implementations public
2012-10-15 Matthias ClasenGtkTreeViewAccessible: add a private struct
2012-10-02 Benjamin Ottea11y: Fix for -Wmissing-declarations
2012-07-08 Benjamin Ottea11y: Don't mess up if column gets hidden
2012-02-27 Javier JardónChange FSF Address
2012-02-21 Matthias ClasenSymbol exporting fixes
2012-02-12 Benjamin Ottea11y: Mark cells as defunct when deleting them
2012-02-11 Benjamin Ottea11y: Redo ref_accessible_at_point()
2012-02-11 Benjamin Ottea11y: create focus cell accessibles when they get focused
2012-02-11 Benjamin Ottea11y: Split out cell creation function
2012-02-11 Benjamin Ottea11y: Set relations without tree path
2012-02-11 Benjamin Ottea11y: Remove unused variable
2012-02-11 Benjamin Ottea11y: Keep treeview accessibles around
2012-02-11 Benjamin Ottea11y: Remove old treeview focus tracking code
2012-02-11 Benjamin Ottea11y: Emit focus change events when focus cell changes
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
2011-12-19 Benjamin Ottea11y: Make GtkCellAccessible a GtkAccessible
2011-12-19 Benjamin Ottea11y: Use widget_unset vfunc in treeview
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: Refactor treeview code even more
2011-12-16 Benjamin Ottea11y: Redo function signature
2011-12-16 Benjamin Ottea11y: Move update_cache to GtkCellAccesible
2011-12-16 Benjamin Ottea11y: Redo cell update function
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: 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: Remove old notify about showing/visible
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: 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-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: Remove idle handler for focus notifications
2011-11-16 Benjamin Ottea11y: Re-implement gtk_tree_view_accessible_get_n_rows()
2011-11-10 Benjamin Ottea11y: Fix gcc warning
2011-11-10 Benjamin Ottea11y: It's not a bug if there's no row at some point
2011-11-10 Guillaume Desmottesgtktreeviewaccessible: use a value_destroy_func with...
2011-11-10 Guillaume Desmottesgtktreeviewaccessible: factor out cell_info_free()
2011-10-15 Javier JardónUse G_VALUE_INIT
2011-09-23 Alban Crequygtktreeviewaccessible: do not trigger an assertion
next