| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't try to activate a node if the cursor is not valid. | Matthias Clasen | 2004-11-03 | 1 | -10/+12 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Disconnect from the remove-widget signal after removing the signal. | Matthias Clasen | 2004-10-28 | 1 | -0/+5 |
* | Invalidate the window if the tree is empty, to avoid resizing artifacts | Matthias Clasen | 2004-10-24 | 1 | -1/+21 |
* | Don't start a drag if we loose the grab. | Matthias Clasen | 2004-10-08 | 1 | -0/+12 |
* | Set cell data unconditionally. (#152562, Federico Mena Quintero) | Matthias Clasen | 2004-10-08 | 1 | -9/+8 |
* | Set the cursor before changing the selection to make the file chooser | Matthias Clasen | 2004-10-06 | 1 | -1/+1 |
* | Fix positioning near the monitor boundaries. (#154341, Ken Harris) | Matthias Clasen | 2004-10-03 | 1 | -0/+5 |
* | Fix typo in docs. (#153811, Billy Biggs) | Matthias Clasen | 2004-09-27 | 1 | -1/+1 |
* | Don't leak old_text. (#153467, Christian Persch) | Matthias Clasen | 2004-09-22 | 1 | -2/+4 |
* | Set the cursor to the first selected row instead of always to the first | Matthias Clasen | 2004-09-14 | 1 | -1/+16 |
* | Change the default expander size to 12 to compensate for the recent change | Matthias Clasen | 2004-09-13 | 1 | -1/+1 |
* | Make it compile. | Matthias Clasen | 2004-08-30 | 1 | -0/+5 |
* | Fix for #131226, allow selection of singleton list items in multi-select | Bill Haneman | 2004-08-26 | 1 | -0/+25 |
* | initialize path so we don't potentially use an undefined pointer. | Manish Singh | 2004-08-26 | 1 | -2/+3 |
* | activate the typeahead entry on enter. | Jonathan Blandford | 2004-08-25 | 1 | -4/+31 |
* | Don't handle the event if we have no children. | Jonathan Blandford | 2004-08-25 | 1 | -3/+4 |
* | Take header height and adjustment into account. (#136496, Pawek Salek) | Matthias Clasen | 2004-08-24 | 1 | -1/+3 |
* | Initialize height from fixed_height before we do anything, so it always | Manish Singh | 2004-08-18 | 1 | -6/+6 |
* | Make fixed height mode handle insertions. (135955, Michael Vogt, testcase | Matthias Clasen | 2004-08-13 | 1 | -1/+4 |
* | Don't start a drag if the treeview is only a drag destination. (#149836, | Matthias Clasen | 2004-08-11 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Make the column drag code a bit more robust (still scary, though). | Matthias Clasen | 2004-08-07 | 1 | -2/+4 |
* | Fix an off-by-one error. (#141809, Markku Vire) | Matthias Clasen | 2004-08-06 | 1 | -1/+1 |
* | s/childs/children/g. | Matthias Clasen | 2004-08-04 | 1 | -1/+1 |
* | Add a new boolean property ::hover-expand and make the treeview | Matthias Clasen | 2004-08-02 | 1 | -4/+126 |
* | New arguments | Jonathan Blandford | 2004-08-01 | 1 | -15/+215 |
* | Replace the EXPANDER_MAX macro by ROW_HEIGHT. (#145528) | Matthias Clasen | 2004-07-28 | 1 | -85/+21 |
* | Add a frame around the C-f popup to stop it from merging visually in | Matthias Clasen | 2004-07-27 | 1 | -2/+15 |
* | Remove unnecessary checks. (#148175, Morten Welinder) | Matthias Clasen | 2004-07-23 | 1 | -2/+1 |
* | Don't leak the adjustments. (#148073, Tommi Komulainen) | Matthias Clasen | 2004-07-22 | 1 | -0/+11 |
* | Set drag_pos before grabbing the focus, since we may reenter into | Matthias Clasen | 2004-07-20 | 1 | -2/+3 |
* | Don't use uninitialized node pointer. (#147911, Peter Zelezny) | Matthias Clasen | 2004-07-20 | 1 | -5/+3 |
* | Add a combo box cell renderer. | Matthias Clasen | 2004-07-16 | 1 | -3/+5 |
* | Correct the declared default values of several properties to be in sync | Matthias Clasen | 2004-07-15 | 1 | -3/+3 |
* | Fix #126295: | Federico Mena Quintero | 2004-07-15 | 1 | -42/+59 |
* | Fix build error. | Matthias Clasen | 2004-07-13 | 1 | -4/+6 |
* | Prepare to handle composite implementations of GtkCellEditable, but | Matthias Clasen | 2004-07-13 | 1 | -1/+89 |
* | Improve the EXPANDER_MAX warning. | Matthias Clasen | 2004-07-09 | 1 | -5/+6 |
* | Allow to restore the default search function. (#145365, John Finlay) | Matthias Clasen | 2004-07-08 | 1 | -2/+2 |
* | Stop editing when a new model is set. (#145566, Dmitry M. Shatrov) | Matthias Clasen | 2004-07-08 | 1 | -2/+3 |
* | Small documentation fixes. | Matthias Clasen | 2004-07-07 | 1 | -2/+3 |
* | Small documentation fixes. | Matthias Clasen | 2004-07-07 | 1 | -1/+1 |
* | Support separators in combo boxes and more generally in tree views | Matthias Clasen | 2004-07-07 | 1 | -49/+230 |
* | Fix for #136496, Pawel Salek: | Jonathan Blandford | 2004-07-06 | 1 | -0/+16 |