summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Use the GTK selection types rather than GtkTreeSelectionMode.Jonathan Blandford2001-08-271-3/+3
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-19/+41
* clean up selection when changing models.Jonathan Blandford2001-08-221-5/+7
* Fix selection. I think it's all dandy now. We check the current event forJonathan Blandford2001-08-221-102/+21
* Tue Aug 21 02:57:13 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-211-2/+15
* Grr... Get it right.Jonathan Blandford2001-08-211-4/+9
* *** empty log message ***Jonathan Blandford2001-08-211-12/+12
* Fix up warnings, #58928.Jonathan Blandford2001-08-191-26/+88
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-5/+9
* 2 new signals; is_expander/is_expanded.Jonathan Blandford2001-08-191-11/+33
* Add missing parameters to utf8 functions to make it compile.Darin Adler2001-08-181-4/+4
* Add heavily modified patch from Kristian Rietveld to handle interactiveJonathan Blandford2001-08-171-93/+703
* const correct string parameter.Tim Janik2001-08-171-98/+63
* 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