| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make sure we check for a NULL model first. | Anders Carlsson | 2004-07-02 | 1 | -1/+3 |
* | Use g_return_if_fail to make sure that the model is a GtkTreeModel. | Anders Carlsson | 2004-06-30 | 1 | -0/+1 |
* | Revert the patch from 2003/Sep/12. This kept DnD in tree views within | Federico Mena Quintero | 2004-06-08 | 1 | -4/+1 |
* | Bail out if the model is empty. Fixes #143536. | Federico Mena Quintero | 2004-06-02 | 1 | -1/+2 |
* | New function to go from tree window to tree coordinates, kept static for | Matthias Clasen | 2004-05-14 | 1 | -13/+34 |
* | Use GTK_SELECTION_BROWSE. | Matthias Clasen | 2004-05-11 | 1 | -5/+9 |
* | Add a note about COLUMN_FIXED restriction. | Matthias Clasen | 2004-05-10 | 1 | -2/+3 |
* | Use hover selection mode. (#127648, Dave Bordoley) | Matthias Clasen | 2004-05-10 | 1 | -28/+176 |
* | propagate expose events to children. | Jonathan Blandford | 2004-04-14 | 1 | -1/+22 |
* | remove unused variable. (gtk_tree_view_button_press): If we activated the | Jonathan Blandford | 2004-04-13 | 1 | -4/+9 |
* | Typo fix. | Matthias Clasen | 2004-04-12 | 1 | -1/+1 |
* | Moved search entries into priv data. | Jonathan Blandford | 2004-04-11 | 1 | -106/+84 |
* | set the height correctly for fixed height when inserting a node, #138082 | Jonathan Blandford | 2004-04-02 | 1 | -7/+10 |
* | Mention GtkTreeViewSearchEqualFunc return value oddity here as well. | Owen Taylor | 2004-03-15 | 1 | -8/+13 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | scroll to the new path. | Jonathan Blandford | 2004-03-05 | 1 | -1/+4 |
* | Clarify the doc comment. (#118602) | Matthias Clasen | 2004-03-05 | 1 | -2/+2 |
* | only draw the sort column as different if there are 3 or more visible | Jonathan Blandford | 2004-02-24 | 1 | -3/+16 |