summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* added a check which avoids processing updates on bin_window and scrollingKristian Rietveld2005-06-191-2/+11
* only keep the row at the same position if the full row is visible.Kristian Rietveld2005-06-191-2/+2
* set dy to zero if treeview's height is smaller than the current page_sizeKristian Rietveld2005-06-191-1/+3
* Make mousewheel scrolling possible in typeahead mode, suggestion fromKristian Rietveld2005-06-191-0/+27
* pass the event on to treeview, so it has a change of selecting a row, etc.Kristian Rietveld2005-06-191-0/+3
* This commit includes a fix for #169463, Stefan Kost.Kristian Rietveld2005-06-191-2/+5
* undo merging of the separate loop setting cell data with cell drawing loopKristian Rietveld2005-06-181-6/+16
* remove unused variable height_old.Manish Singh2005-06-181-1/+0
* Typo fixesMatthias Clasen2005-06-181-1/+1
* Fix #160281, testcase from Peter Bloomfield.Kristian Rietveld2005-06-171-0/+20
* make sure the row above 'above_path' is always in a validated state, so itKristian Rietveld2005-06-171-0/+36
* don't try to update the top_row rowref ourselves here, but just haveKristian Rietveld2005-06-171-9/+3
* Fixes #307914 (Alexander Larsson), fixing some breakage caused by myKristian Rietveld2005-06-171-1/+11
* Patch for #163214 (reported by Tommi Komulainen) and fixes some otherKristian Rietveld2005-06-141-52/+48
* Check start_button_mask before starting a drag. (#149058, Andreas Volz)Matthias Clasen2005-06-121-6/+2
* Don't crash if search_window is NULL. (#304914, Victor Osadci, testcase byMatthias Clasen2005-06-081-1/+2
* Draw the background of rows insensitive when the treeview is insensitive.Matthias Clasen2005-05-251-1/+3
* Remove an unused variable. (#305130, Jaap A. Haitsma)Matthias Clasen2005-05-231-2/+0
* Fix some errors in the handling of drop columns. (#143355, John Finlay)Matthias Clasen2005-05-181-3/+3
* Always initialize child-visible to FALSE, otherwise we may end up with theMatthias Clasen2005-05-061-1/+8
* Another oneMatthias Clasen2005-05-061-1/+1
* typo fixMatthias Clasen2005-05-061-1/+1
* Set background upon state changes. (#301651, Billy Biggs)Matthias Clasen2005-04-291-1/+5
* Set background upon state changes. (#301651, Billy Biggs)Matthias Clasen2005-04-291-0/+18
* Fix double-click to autosize treeview columns. This was probably brokenMatthias Clasen2005-04-081-1/+2
* Add a hint about hiding expanders.Matthias Clasen2005-04-071-3/+6
* Pass the target list to the underlying dnd implementation, otherwise weMatthias Clasen2005-04-071-4/+4
* Document -1 as possible value.Matthias Clasen2005-04-071-1/+1
* Avoid a few unnecessary calls to gdk_window_get_pointer(). (#168015, BillyMatthias Clasen2005-04-061-9/+12
* Add some more docs on interactive search.Matthias Clasen2005-04-051-4/+13
* change to use gtk_tree_view_real_expand_row() instead of doing this byJonathan Blandford2005-04-041-47/+15
* Merged from gtk-2-6:Federico Mena Quintero2005-03-301-1/+11
* Make enable_search control only typeahead, not C-f. (#170435, SvenMatthias Clasen2005-03-301-12/+8
* Don't pop up the context menu of the search entry if it is not visible.Matthias Clasen2005-03-281-0/+7
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-23/+23
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-20/+21
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* 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