summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.h
Commit message (Expand)AuthorAgeFilesLines
* gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.hMichael Natterer2008-06-241-2/+0
* Seal GtkTreeViewTim Janik2008-06-201-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-4/+4
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-1/+0
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+5
* add more convenience API.Kristian Rietveld2007-07-191-0/+10
* #408327, improve tooltip positioning.Kristian Rietveld2007-07-131-0/+10
* new function to check whether a rubber banding operation is currentlyKristian Rietveld2007-07-021-0/+2
* Audit of GtkTreeView coordinate system usage. (#142494).Kristian Rietveld2007-06-131-0/+35
* add getter/setter for show-expanders property, queue a redraw when thisKristian Rietveld2006-10-081-0/+6
* Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell).Kristian Rietveld2006-06-121-0/+6
* Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView.Kristian Rietveld2006-06-021-0/+3
* #322591, Jonathan Blandford.Kristian Rietveld2006-01-241-0/+13
* Implement a getter for headers-clickable. (#163851, Richard Hult)Matthias Clasen2005-11-101-0/+1
* new function. (fixes #105252, suggestion from Mikael Hallendal).Kristian Rietveld2005-07-131-0/+3
* Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, BenoitMatthias Clasen2005-06-211-6/+5
* 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