summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.h
Commit message (Expand)AuthorAgeFilesLines
* Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner)Matthias Clasen2005-03-081-1/+1
* Mark as const.Matthias Clasen2004-11-231-1/+1
* Add a new boolean property ::hover-expand and make the treeviewMatthias Clasen2004-08-021-0/+3
* Small documentation fixes.Matthias Clasen2004-07-071-1/+1
* Support separators in combo boxes and more generally in tree viewsMatthias Clasen2004-07-071-0/+9
* Use hover selection mode. (#127648, Dave Bordoley)Matthias Clasen2004-05-101-0/+6
* add a gtk_list_store_sort_iter_changed line for some special case ...Kristian Rietveld2002-11-261-7/+7
* Deprecation cleanupManish Singh2002-10-131-6/+6
* added gtk_tree_view_expand_to_path.Kristian Rietveld2002-06-041-0/+2
* The "big treeview focus patch". Fixes several issues and adds someKristian Rietveld2002-05-051-0/+5
* make args const, 74159 (gtk_tree_view_insert_column_with_attributes):Jonathan Blandford2002-03-151-2/+2
* get rid of really bad focus loop. (gtk_tree_view_clamp_node_visible): onlyJonathan Blandford2002-03-081-1/+1
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* add keynav handling for unselect all, focus column header, change focusKristian Rietveld2002-02-211-2/+4
* s/obj/klass/ where appropriatejacob berkman2001-12-121-1/+1
* 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