| Commit message (Expand) | Author | Age | Files | Lines |
* | Audit of GtkTreeView coordinate system usage. (#142494). | Kristian Rietveld | 2007-06-13 | 1 | -0/+35 |
* | add getter/setter for show-expanders property, queue a redraw when this | Kristian Rietveld | 2006-10-08 | 1 | -0/+6 |
* | Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell). | Kristian Rietveld | 2006-06-12 | 1 | -0/+6 |
* | Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView. | Kristian Rietveld | 2006-06-02 | 1 | -0/+3 |
* | #322591, Jonathan Blandford. | Kristian Rietveld | 2006-01-24 | 1 | -0/+13 |
* | Implement a getter for headers-clickable. (#163851, Richard Hult) | Matthias Clasen | 2005-11-10 | 1 | -0/+1 |
* | new function. (fixes #105252, suggestion from Mikael Hallendal). | Kristian Rietveld | 2005-07-13 | 1 | -0/+3 |
* | Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit | Matthias Clasen | 2005-06-21 | 1 | -6/+5 |
* | Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) | Matthias Clasen | 2005-03-08 | 1 | -1/+1 |
* | Mark as const. | Matthias Clasen | 2004-11-23 | 1 | -1/+1 |
* | Add a new boolean property ::hover-expand and make the treeview | Matthias Clasen | 2004-08-02 | 1 | -0/+3 |
* | Small documentation fixes. | Matthias Clasen | 2004-07-07 | 1 | -1/+1 |
* | Support separators in combo boxes and more generally in tree views | Matthias Clasen | 2004-07-07 | 1 | -0/+9 |
* | Use hover selection mode. (#127648, Dave Bordoley) | Matthias Clasen | 2004-05-10 | 1 | -0/+6 |
* | add a gtk_list_store_sort_iter_changed line for some special case ... | Kristian Rietveld | 2002-11-26 | 1 | -7/+7 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -6/+6 |
* | added gtk_tree_view_expand_to_path. | Kristian Rietveld | 2002-06-04 | 1 | -0/+2 |
* | The "big treeview focus patch". Fixes several issues and adds some | Kristian Rietveld | 2002-05-05 | 1 | -0/+5 |
* | make args const, 74159 (gtk_tree_view_insert_column_with_attributes): | Jonathan Blandford | 2002-03-15 | 1 | -2/+2 |
* | get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): only | Jonathan Blandford | 2002-03-08 | 1 | -1/+1 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -0/+6 |
* | 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 |