| Commit message (Expand) | Author | Age | Files | Lines |
* | added a check which avoids processing updates on bin_window and scrolling | Kristian Rietveld | 2005-06-19 | 1 | -2/+11 |
* | only keep the row at the same position if the full row is visible. | Kristian Rietveld | 2005-06-19 | 1 | -2/+2 |
* | set dy to zero if treeview's height is smaller than the current page_size | Kristian Rietveld | 2005-06-19 | 1 | -1/+3 |
* | Make mousewheel scrolling possible in typeahead mode, suggestion from | Kristian Rietveld | 2005-06-19 | 1 | -0/+27 |
* | pass the event on to treeview, so it has a change of selecting a row, etc. | Kristian Rietveld | 2005-06-19 | 1 | -0/+3 |
* | This commit includes a fix for #169463, Stefan Kost. | Kristian Rietveld | 2005-06-19 | 1 | -2/+5 |
* | undo merging of the separate loop setting cell data with cell drawing loop | Kristian Rietveld | 2005-06-18 | 1 | -6/+16 |
* | remove unused variable height_old. | Manish Singh | 2005-06-18 | 1 | -1/+0 |
* | Typo fixes | Matthias Clasen | 2005-06-18 | 1 | -1/+1 |
* | Fix #160281, testcase from Peter Bloomfield. | Kristian Rietveld | 2005-06-17 | 1 | -0/+20 |
* | make sure the row above 'above_path' is always in a validated state, so it | Kristian Rietveld | 2005-06-17 | 1 | -0/+36 |
* | don't try to update the top_row rowref ourselves here, but just have | Kristian Rietveld | 2005-06-17 | 1 | -9/+3 |
* | Fixes #307914 (Alexander Larsson), fixing some breakage caused by my | Kristian Rietveld | 2005-06-17 | 1 | -1/+11 |
* | Patch for #163214 (reported by Tommi Komulainen) and fixes some other | Kristian Rietveld | 2005-06-14 | 1 | -52/+48 |
* | Check start_button_mask before starting a drag. (#149058, Andreas Volz) | Matthias Clasen | 2005-06-12 | 1 | -6/+2 |
* | Don't crash if search_window is NULL. (#304914, Victor Osadci, testcase by | Matthias Clasen | 2005-06-08 | 1 | -1/+2 |
* | Draw the background of rows insensitive when the treeview is insensitive. | Matthias Clasen | 2005-05-25 | 1 | -1/+3 |
* | Remove an unused variable. (#305130, Jaap A. Haitsma) | Matthias Clasen | 2005-05-23 | 1 | -2/+0 |
* | Fix some errors in the handling of drop columns. (#143355, John Finlay) | Matthias Clasen | 2005-05-18 | 1 | -3/+3 |
* | Always initialize child-visible to FALSE, otherwise we may end up with the | Matthias Clasen | 2005-05-06 | 1 | -1/+8 |
* | Another one | Matthias Clasen | 2005-05-06 | 1 | -1/+1 |
* | typo fix | Matthias Clasen | 2005-05-06 | 1 | -1/+1 |
* | Set background upon state changes. (#301651, Billy Biggs) | Matthias Clasen | 2005-04-29 | 1 | -1/+5 |
* | Set background upon state changes. (#301651, Billy Biggs) | Matthias Clasen | 2005-04-29 | 1 | -0/+18 |
* | Fix double-click to autosize treeview columns. This was probably broken | Matthias Clasen | 2005-04-08 | 1 | -1/+2 |
* | Add a hint about hiding expanders. | Matthias Clasen | 2005-04-07 | 1 | -3/+6 |
* | Pass the target list to the underlying dnd implementation, otherwise we | Matthias Clasen | 2005-04-07 | 1 | -4/+4 |
* | Document -1 as possible value. | Matthias Clasen | 2005-04-07 | 1 | -1/+1 |
* | Avoid a few unnecessary calls to gdk_window_get_pointer(). (#168015, Billy | Matthias Clasen | 2005-04-06 | 1 | -9/+12 |
* | Add some more docs on interactive search. | Matthias Clasen | 2005-04-05 | 1 | -4/+13 |
* | change to use gtk_tree_view_real_expand_row() instead of doing this by | Jonathan Blandford | 2005-04-04 | 1 | -47/+15 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-03-30 | 1 | -1/+11 |
* | Make enable_search control only typeahead, not C-f. (#170435, Sven | Matthias Clasen | 2005-03-30 | 1 | -12/+8 |
* | Don't pop up the context menu of the search entry if it is not visible. | Matthias Clasen | 2005-03-28 | 1 | -0/+7 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -23/+23 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -20/+21 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -16/+16 |
* | Patch from jorn@nl.linux.org (Jorn Baayen) to notice changes to | Jonathan Blandford | 2005-02-23 | 1 | -1/+1 |
* | Fixes for #143829, Tommi Komulainen, Christian Persch: | Matthias Clasen | 2005-02-16 | 1 | -3/+22 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -2/+2 |
* | Avoid spurious drags. (#164884) | Matthias Clasen | 2005-01-23 | 1 | -2/+2 |
* | Don't crash if the tree is empty. (#164669, Priit Laes) | Matthias Clasen | 2005-01-20 | 1 | -1/+2 |
* | Allow to reset the property to its default value -1. | Matthias Clasen | 2005-01-15 | 1 | -2/+2 |
* | Make the headers-visible property readwrite instead of just writable, and | Matthias Clasen | 2005-01-13 | 1 | -3/+2 |
* | Fix a typo. (#162339, Alessio Dessi) | Matthias Clasen | 2004-12-27 | 1 | -1/+1 |
* | Don't crash if enable_search is FALSE. (#161267, Jorn Baayen) | Matthias Clasen | 2004-12-16 | 1 | -3/+5 |
* | Fix #145463, reported by Michael Natterer. | Matthias Clasen | 2004-12-09 | 1 | -1/+5 |
* | Use button->event_window for the fake leave event, otherwise the button | Matthias Clasen | 2004-12-08 | 1 | -1/+1 |
* | Tiny cleanup | Matthias Clasen | 2004-11-03 | 1 | -2/+1 |