summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Make fixed height mode handle insertions. (135955, Michael Vogt, testcaseMatthias Clasen2004-08-131-1/+4
* Don't start a drag if the treeview is only a drag destination. (#149836,Matthias Clasen2004-08-111-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Make the column drag code a bit more robust (still scary, though).Matthias Clasen2004-08-071-2/+4
* Fix an off-by-one error. (#141809, Markku Vire)Matthias Clasen2004-08-061-1/+1
* s/childs/children/g.Matthias Clasen2004-08-041-1/+1
* Add a new boolean property ::hover-expand and make the treeviewMatthias Clasen2004-08-021-4/+126
* New argumentsJonathan Blandford2004-08-011-15/+215
* Replace the EXPANDER_MAX macro by ROW_HEIGHT. (#145528)Matthias Clasen2004-07-281-85/+21
* Add a frame around the C-f popup to stop it from merging visually inMatthias Clasen2004-07-271-2/+15
* Remove unnecessary checks. (#148175, Morten Welinder)Matthias Clasen2004-07-231-2/+1
* Don't leak the adjustments. (#148073, Tommi Komulainen)Matthias Clasen2004-07-221-0/+11
* Set drag_pos before grabbing the focus, since we may reenter intoMatthias Clasen2004-07-201-2/+3
* Don't use uninitialized node pointer. (#147911, Peter Zelezny)Matthias Clasen2004-07-201-5/+3
* Add a combo box cell renderer.Matthias Clasen2004-07-161-3/+5
* Correct the declared default values of several properties to be in syncMatthias Clasen2004-07-151-3/+3
* Fix #126295:Federico Mena Quintero2004-07-151-42/+59
* Fix build error.Matthias Clasen2004-07-131-4/+6
* Prepare to handle composite implementations of GtkCellEditable, butMatthias Clasen2004-07-131-1/+89
* Improve the EXPANDER_MAX warning.Matthias Clasen2004-07-091-5/+6
* Allow to restore the default search function. (#145365, John Finlay)Matthias Clasen2004-07-081-2/+2
* Stop editing when a new model is set. (#145566, Dmitry M. Shatrov)Matthias Clasen2004-07-081-2/+3
* Small documentation fixes.Matthias Clasen2004-07-071-2/+3
* Small documentation fixes.Matthias Clasen2004-07-071-1/+1
* Support separators in combo boxes and more generally in tree viewsMatthias Clasen2004-07-071-49/+230
* Fix for #136496, Pawel Salek:Jonathan Blandford2004-07-061-0/+16
* Make sure we check for a NULL model first.Anders Carlsson2004-07-021-1/+3
* Use g_return_if_fail to make sure that the model is a GtkTreeModel.Anders Carlsson2004-06-301-0/+1
* Revert the patch from 2003/Sep/12. This kept DnD in tree views withinFederico Mena Quintero2004-06-081-4/+1
* Bail out if the model is empty. Fixes #143536.Federico Mena Quintero2004-06-021-1/+2
* New function to go from tree window to tree coordinates, kept static forMatthias Clasen2004-05-141-13/+34
* Use GTK_SELECTION_BROWSE.Matthias Clasen2004-05-111-5/+9
* Add a note about COLUMN_FIXED restriction.Matthias Clasen2004-05-101-2/+3
* Use hover selection mode. (#127648, Dave Bordoley)Matthias Clasen2004-05-101-28/+176
* propagate expose events to children.Jonathan Blandford2004-04-141-1/+22
* remove unused variable. (gtk_tree_view_button_press): If we activated theJonathan Blandford2004-04-131-4/+9
* Typo fix.Matthias Clasen2004-04-121-1/+1
* Moved search entries into priv data.Jonathan Blandford2004-04-111-106/+84
* set the height correctly for fixed height when inserting a node, #138082Jonathan Blandford2004-04-021-7/+10
* Mention GtkTreeViewSearchEqualFunc return value oddity here as well.Owen Taylor2004-03-151-8/+13
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* scroll to the new path.Jonathan Blandford2004-03-051-1/+4
* Clarify the doc comment. (#118602)Matthias Clasen2004-03-051-2/+2
* only draw the sort column as different if there are 3 or more visibleJonathan Blandford2004-02-241-3/+16
* Document the tree DND API.Matthias Clasen2004-02-151-0/+62
* Call gtk_drag_source_set(), so that things like gtk_drag_set_icon_*() workMatthias Clasen2004-02-121-0/+6
* Add init_hadjust_value and prev_width. Initialize them here. ...and here.Matthias Clasen2004-02-021-2/+29
* Fix #130846, reported by R. McFarland <rwmcfa1@neces.com>.Federico Mena Quintero2004-02-021-3/+3
* Fixes #132929.Not Zed2004-01-301-2/+6
* Don't crash when there are no columns, or all columns are hidden, #131402Jonathan Blandford2004-01-231-6/+16