summaryrefslogtreecommitdiff
path: root/gtk/gtktreeview.c
Commit message (Expand)AuthorAgeFilesLines
* new function. (fixes #105252, suggestion from Mikael Hallendal).Kristian Rietveld2005-07-131-0/+47
* paint a flat box on the area the treeview got allocated extra verticallyKristian Rietveld2005-07-131-3/+16
* let's take the MIN of width and max_width here, not width and max_width !=Kristian Rietveld2005-07-131-1/+1
* when !separator, don't add the focus_line_width to width/height (happensKristian Rietveld2005-07-131-3/+3
* add binding entry for ctrl + backspace (move focus to parent withoutKristian Rietveld2005-07-111-8/+12
* remove unneeded check for negative window_y.Kristian Rietveld2005-07-101-3/+0
* also move to the next match when ctrl+g is pressed. (#156657, Matt T.Kristian Rietveld2005-07-101-0/+7
* rework function to make page up/down behave the same as in GtkTextView.Kristian Rietveld2005-07-101-8/+11
* when open_all is TRUE, traverse the newly built tree to emit row_expandedKristian Rietveld2005-07-091-0/+8
* Fixes #165034, reported by Jorn Baayen.Kristian Rietveld2005-07-081-5/+12
* in the 'main' expose loop, add back the calls to _set_cell_data removedKristian Rietveld2005-07-051-0/+6
* Stop column header drag operations if the grab is broken.Matthias Clasen2005-06-261-0/+23
* Change the keynav for header reordering and resizing to Alt-arrows andMatthias Clasen2005-06-231-4/+5
* 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