| Commit message (Expand) | Author | Age | Files | Lines |
* | add keynav handling for unselect all, focus column header, change focus | Kristian Rietveld | 2002-02-21 | 1 | -2/+4 |
* | s/obj/klass/ where appropriate | jacob berkman | 2001-12-12 | 1 | -1/+1 |
* | maybe fix #64160 Also, forgot to save gtktreeview.h | Jonathan Blandford | 2001-11-15 | 1 | -0/+1 |
* | New function to get a GdkWindow to compare event->window to. | Jonathan Blandford | 2001-11-15 | 1 | -1/+0 |
* | Add row_draggable() vfunc, and wrapper function. | Owen Taylor | 2001-11-06 | 1 | -17/+4 |
* | Clean up height code a bit. I don't think it's completely correct yet, but | Jonathan Blandford | 2001-11-02 | 1 | -2/+0 |
* | Added a "cursor_changed" signal, #62850. | Jonathan Blandford | 2001-10-31 | 1 | -0/+1 |
* | Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto. | Jonathan Blandford | 2001-10-25 | 1 | -1/+1 |
* | add a finalize and destroy handler. | Jonathan Blandford | 2001-10-01 | 1 | -1/+2 |
* | only start editing when you select with a keyboard. | Jonathan Blandford | 2001-09-27 | 1 | -0/+1 |
* | Stop being stupid and emitting the signal every time. | Jonathan Blandford | 2001-09-27 | 1 | -3/+3 |
* | Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, | Jonathan Blandford | 2001-09-25 | 1 | -0/+3 |
* | Make a GtkCellEditable (get_widget_window_size): Change to let it honor | Jonathan Blandford | 2001-09-25 | 1 | -1/+4 |
* | pass in user data. | Jonathan Blandford | 2001-09-01 | 1 | -1/+2 |
* | Add "use_align" to give people the option to just make a cell visible. | Jonathan Blandford | 2001-08-24 | 1 | -0/+1 |
* | Fix selection. I think it's all dandy now. We check the current event for | Jonathan Blandford | 2001-08-22 | 1 | -4/+0 |
* | Add heavily modified patch from Kristian Rietveld to handle interactive | Jonathan Blandford | 2001-08-17 | 1 | -4/+21 |
* | Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are now | Jonathan Blandford | 2001-06-29 | 1 | -2/+2 |
* | fix stupid missing statement | Jonathan Blandford | 2001-06-26 | 1 | -0/+15 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+1 |
* | New function to test if a node is expanded. | Jonathan Blandford | 2001-06-19 | 1 | -0/+2 |
* | changed expand_row/collapse_row to be 2 signals each -- test_expand_row | Jonathan Blandford | 2001-06-11 | 1 | -2/+8 |
* | New keybinding. (gtk_tree_view_focus): Fix merge conflict. | Jonathan Blandford | 2001-06-08 | 1 | -0/+1 |
* | new function to clean up cursor handling. | Jonathan Blandford | 2001-06-08 | 1 | -3/+7 |
* | Handle key bindings to expand and collapse rows. | Jonathan Blandford | 2001-06-07 | 1 | -23/+24 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -1/+13 |
* | get sizes an icon set can render without falling back to missing image | Havoc Pennington | 2001-05-25 | 1 | -0/+7 |
* | Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros to | Jonathan Blandford | 2001-05-22 | 1 | -0/+1 |
* | You can now set all sorts of properties in any order you wan, whether or | Jonathan Blandford | 2001-05-16 | 1 | -0/+4 |
* | New function to let user control where columns are dragged. | Jonathan Blandford | 2001-05-09 | 1 | -0/+4 |
* | New "columns_changed" signal. | Jonathan Blandford | 2001-05-09 | 1 | -0/+1 |
* | new function. (gtk_tree_view_move_column_after): Clean up interface. | Jonathan Blandford | 2001-04-30 | 1 | -3/+3 |
* | Massive reorder/cleanup of a lot of the code. Some documentation added. | Jonathan Blandford | 2001-04-28 | 1 | -153/+146 |
* | add missing '}' that got munched by #endif. | Jonathan Blandford | 2001-04-23 | 1 | -13/+13 |
* | fix a fixme. | Jonathan Blandford | 2001-04-12 | 1 | -6/+23 |
* | Bug fix to make trees work again when not sorted. | Jonathan Blandford | 2001-04-02 | 1 | -6/+10 |
* | modified to use "row_activated" signal. | Jonathan Blandford | 2001-03-16 | 1 | -71/+69 |
* | s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN | Jonathan Blandford | 2001-03-16 | 1 | -5/+8 |
* | Move handling of buttons fully in gtktreeviewcolumn. This code is less | Jonathan Blandford | 2001-03-02 | 1 | -0/+6 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 1 | -0/+3 |
* | fix bug in here where prev pointer was set to the wrong thing | Havoc Pennington | 2001-01-31 | 1 | -3/+3 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -11/+8 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 1 | -2/+102 |
* | Doc fixups. | Owen Taylor | 2001-01-09 | 1 | -1/+1 |
* | hack on this a bit | Havoc Pennington | 2001-01-06 | 1 | -2/+2 |
* | New function. | Jonathan Blandford | 2000-10-30 | 1 | -5/+10 |
* | Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators | Jonathan Blandford | 2000-10-26 | 1 | -35/+41 |
* | New function proposed by Guy Harris <gharris@flashcom.net>. Also, added | Jonathan Blandford | 2000-10-16 | 1 | -4/+7 |
* | Fix GtkTreeNode *node ->GtkTreeNode node issue. | 5 | 2000-10-15 | 1 | -3/+3 |
* | Checked in initial draft of the new tree widget. | 4 | 2000-10-05 | 1 | -0/+105 |