summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* xMatthias Clasen2005-03-091-16/+16
* Patch from jorn@nl.linux.org (Jorn Baayen) to notice changes toJonathan Blandford2005-02-231-1/+1
* Fixes for #143829, Tommi Komulainen, Christian Persch:Matthias Clasen2005-02-161-3/+22
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-2/+2
* Avoid spurious drags. (#164884)Matthias Clasen2005-01-231-2/+2
* Don't crash if the tree is empty. (#164669, Priit Laes)Matthias Clasen2005-01-201-1/+2
* Allow to reset the property to its default value -1.Matthias Clasen2005-01-151-2/+2
* Make the headers-visible property readwrite instead of just writable, andMatthias Clasen2005-01-131-3/+2
* Fix a typo. (#162339, Alessio Dessi)Matthias Clasen2004-12-271-1/+1
* Don't crash if enable_search is FALSE. (#161267, Jorn Baayen)Matthias Clasen2004-12-161-3/+5
* Fix #145463, reported by Michael Natterer.Matthias Clasen2004-12-091-1/+5
* Use button->event_window for the fake leave event, otherwise the buttonMatthias Clasen2004-12-081-1/+1
* Tiny cleanupMatthias Clasen2004-11-031-2/+1
* Don't try to activate a node if the cursor is not valid.Matthias Clasen2004-11-031-10/+12
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Disconnect from the remove-widget signal after removing the signal.Matthias Clasen2004-10-281-0/+5
* Invalidate the window if the tree is empty, to avoid resizing artifactsMatthias Clasen2004-10-241-1/+21
* Don't start a drag if we loose the grab.Matthias Clasen2004-10-081-0/+12
* Set cell data unconditionally. (#152562, Federico Mena Quintero)Matthias Clasen2004-10-081-9/+8
* Set the cursor before changing the selection to make the file chooserMatthias Clasen2004-10-061-1/+1
* Fix positioning near the monitor boundaries. (#154341, Ken Harris)Matthias Clasen2004-10-031-0/+5
* Fix typo in docs. (#153811, Billy Biggs)Matthias Clasen2004-09-271-1/+1
* Don't leak old_text. (#153467, Christian Persch)Matthias Clasen2004-09-221-2/+4
* Set the cursor to the first selected row instead of always to the firstMatthias Clasen2004-09-141-1/+16
* Change the default expander size to 12 to compensate for the recent changeMatthias Clasen2004-09-131-1/+1
* Make it compile.Matthias Clasen2004-08-301-0/+5
* Fix for #131226, allow selection of singleton list items in multi-selectBill Haneman2004-08-261-0/+25
* initialize path so we don't potentially use an undefined pointer.Manish Singh2004-08-261-2/+3
* activate the typeahead entry on enter.Jonathan Blandford2004-08-251-4/+31
* Don't handle the event if we have no children.Jonathan Blandford2004-08-251-3/+4
* Take header height and adjustment into account. (#136496, Pawek Salek)Matthias Clasen2004-08-241-1/+3
* Initialize height from fixed_height before we do anything, so it alwaysManish Singh2004-08-181-6/+6
* 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