summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Whoops. Stupid scoping error pointed out by matthiasc@poet.de.Jonathan Blandford2001-07-311-3/+5
* Fix part of #57714.Jonathan Blandford2001-07-301-1/+5
* Add support for animating expanders.Anders Carlsson2001-07-221-51/+212
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-4/+15
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-11/+10
* New function for language bindings.Jonathan Blandford2001-06-301-4/+2
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-14/+17
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-131/+126
* Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are nowJonathan Blandford2001-06-291-56/+69
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-271-33/+22
* fix stupid missing statementJonathan Blandford2001-06-261-1/+60
* s/RESIZEABLE/RESIZABLE/Havoc Pennington2001-06-251-2/+2
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+18
* Fix bug noticed by Brian Cameron. (gtk_tree_view_real_expand_row): Fix bugJonathan Blandford2001-06-221-8/+8
* clean up (gtk_tree_view_move_cursor_page_up_down): implement.Jonathan Blandford2001-06-201-44/+59
* New function to test if a node is expanded.Jonathan Blandford2001-06-191-0/+27
* Fix bug where collapsing a selected row would result in the cursor/anchorJonathan Blandford2001-06-181-56/+60
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-151-1/+1
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-141-1/+0
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-121-33/+36
* changed expand_row/collapse_row to be 2 signals each -- test_expand_rowJonathan Blandford2001-06-111-14/+56
* New keybinding. (gtk_tree_view_focus): Fix merge conflict.Jonathan Blandford2001-06-081-5/+54
* new function to clean up cursor handling.Jonathan Blandford2001-06-081-89/+201
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-8/+10
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-071-2/+1
* hook up arrow buttons. Fixes #55460 reported by matthiasc@poet.de.Jonathan Blandford2001-06-071-1/+3
* centralize expansion/collapsing so it only happens in one place.Jonathan Blandford2001-06-071-98/+89
* fix silly bug reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.Jonathan Blandford2001-06-071-1/+2
* Handle key bindings to expand and collapse rows.Jonathan Blandford2001-06-071-220/+390
* Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.Jonathan Blandford2001-06-051-29/+27
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-115/+287
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-251-77/+47
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-2/+45
* You can now set all sorts of properties in any order you wan, whether orJonathan Blandford2001-05-161-27/+123
* New function to let user control where columns are dragged.Jonathan Blandford2001-05-091-7/+73
* New "columns_changed" signal.Jonathan Blandford2001-05-091-69/+262
* Fix typo in filename.Owen Taylor2001-05-051-1/+1
* fix bug in dropping columns. Moving columns now basically works modulaJonathan Blandford2001-05-021-3/+8
* Add autoscroll support. It mostly works, but could use some fine tuning.Jonathan Blandford2001-05-011-95/+127
* new function. (gtk_tree_view_move_column_after): Clean up interface.Jonathan Blandford2001-04-301-20/+19
* s/G_PARAM_WRITE/G_PARAM_WRITABLE/James Henstridge2001-04-281-1/+1
* Massive reorder/cleanup of a lot of the code. Some documentation added.Jonathan Blandford2001-04-281-2426/+2544
* clean up column dragging code. Revealed some (potential) GdkWindow bugs.Jonathan Blandford2001-04-261-187/+307
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-70/+280
* get this to compile.Tim Janik2001-04-121-1/+1
* fix a fixme.Jonathan Blandford2001-04-121-76/+212
* Bug fix to make trees work again when not sorted.Jonathan Blandford2001-04-021-35/+88
* BOXED,BOXED,BOXED,BOXED): new marshaller.Jonathan Blandford2001-04-021-17/+21
* Now we listen to the reorder signal.Jonathan Blandford2001-03-301-0/+5