summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.h
Commit message (Expand)AuthorAgeFilesLines
* maybe fix #64160 Also, forgot to save gtktreeview.hJonathan Blandford2001-11-151-0/+1
* New function to get a GdkWindow to compare event->window to.Jonathan Blandford2001-11-151-1/+0
* Add row_draggable() vfunc, and wrapper function.Owen Taylor2001-11-061-17/+4
* Clean up height code a bit. I don't think it's completely correct yet, butJonathan Blandford2001-11-021-2/+0
* Added a "cursor_changed" signal, #62850.Jonathan Blandford2001-10-311-0/+1
* Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto.Jonathan Blandford2001-10-251-1/+1
* add a finalize and destroy handler.Jonathan Blandford2001-10-011-1/+2
* only start editing when you select with a keyboard.Jonathan Blandford2001-09-271-0/+1
* Stop being stupid and emitting the signal every time.Jonathan Blandford2001-09-271-3/+3
* Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0,Jonathan Blandford2001-09-251-0/+3
* Make a GtkCellEditable (get_widget_window_size): Change to let it honorJonathan Blandford2001-09-251-1/+4
* pass in user data.Jonathan Blandford2001-09-011-1/+2
* Add "use_align" to give people the option to just make a cell visible.Jonathan Blandford2001-08-241-0/+1
* Fix selection. I think it's all dandy now. We check the current event forJonathan Blandford2001-08-221-4/+0
* Add heavily modified patch from Kristian Rietveld to handle interactiveJonathan Blandford2001-08-171-4/+21
* Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are nowJonathan Blandford2001-06-291-2/+2
* fix stupid missing statementJonathan Blandford2001-06-261-0/+15
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+1
* New function to test if a node is expanded.Jonathan Blandford2001-06-191-0/+2
* changed expand_row/collapse_row to be 2 signals each -- test_expand_rowJonathan Blandford2001-06-111-2/+8
* New keybinding. (gtk_tree_view_focus): Fix merge conflict.Jonathan Blandford2001-06-081-0/+1
* new function to clean up cursor handling.Jonathan Blandford2001-06-081-3/+7
* Handle key bindings to expand and collapse rows.Jonathan Blandford2001-06-071-23/+24
* Initial stab at getting the focus code to work.Jonathan Blandford2001-06-011-1/+13
* get sizes an icon set can render without falling back to missing imageHavoc Pennington2001-05-251-0/+7
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-221-0/+1
* You can now set all sorts of properties in any order you wan, whether orJonathan Blandford2001-05-161-0/+4
* New function to let user control where columns are dragged.Jonathan Blandford2001-05-091-0/+4
* New "columns_changed" signal.Jonathan Blandford2001-05-091-0/+1
* new function. (gtk_tree_view_move_column_after): Clean up interface.Jonathan Blandford2001-04-301-3/+3
* Massive reorder/cleanup of a lot of the code. Some documentation added.Jonathan Blandford2001-04-281-153/+146
* add missing '}' that got munched by #endif.Jonathan Blandford2001-04-231-13/+13
* fix a fixme.Jonathan Blandford2001-04-121-6/+23
* Bug fix to make trees work again when not sorted.Jonathan Blandford2001-04-021-6/+10
* modified to use "row_activated" signal.Jonathan Blandford2001-03-161-71/+69
* s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMNJonathan Blandford2001-03-161-5/+8
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-0/+6
* remove validation idleHavoc Pennington2001-02-081-0/+3
* fix bug in here where prev pointer was set to the wrong thingHavoc Pennington2001-01-311-3/+3
* adapt to handle PangoColorHavoc Pennington2001-01-261-11/+8
* sync to tree changesHavoc Pennington2001-01-191-2/+102
* Doc fixups.Owen Taylor2001-01-091-1/+1
* hack on this a bitHavoc Pennington2001-01-061-2/+2
* New function.Jonathan Blandford2000-10-301-5/+10
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-35/+41
* New function proposed by Guy Harris <gharris@flashcom.net>. Also, addedJonathan Blandford2000-10-161-4/+7
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-151-3/+3
* Checked in initial draft of the new tree widget.42000-10-051-0/+105