]> Pileus Git - ~andy/gtk/history - gtk/a11y/gtktreeviewaccessible.c
treeview: Rename function
[~andy/gtk] / gtk / a11y / gtktreeviewaccessible.c
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
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-17 Matthias ClasenUse canonical names
2011-07-10 Matthias ClasenAvoid more shadowing warnings
2011-07-10 Matthias ClasenConvert GailCellParent to GtkCellAccessibleParent
2011-07-10 Matthias ClasenConvert GailTextCell to GtkTextCellAccessible
2011-07-10 Matthias ClasenConvert GailImageCell to GtkImageCellAccessible
2011-07-10 Matthias ClasenConvert GailRendererCell to GtkRendererCellAccessible
2011-07-10 Matthias ClasenConvert GailBooleanCell to GtkBooleanCellAccessible
2011-07-10 Matthias ClasenConvert GailContainerCell to GtkContainerCellAccessible
2011-07-10 Matthias ClasenConvert GailCell to GtkCellAccessible
2011-07-09 Matthias ClasenReduce the number of unwanted exports
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-06 Javier Jardongtktreeviewaccessible: free the string in the correct...
2011-07-05 Matthias ClasenDrop use of factories for cell accessibles
2011-07-05 Matthias ClasenInitial conversion of GailWidget to GtkWidgetAccessible
2011-07-05 Matthias ClasenConvert GailContainer to GtkContainerAccessible
2011-07-05 Matthias ClasenConvert GailTreeView to GtkTreeViewAccessible