| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the second ref command on the child_model, we only have to ref it | Kristian Rietveld | 2002-11-02 | 1 | -1/+0 |
* | Behaviour change, apply changes if the entry of the editable gets a focus | Kristian Rietveld | 2002-10-14 | 1 | -2/+64 |
* | Deprecation cleanup | Manish Singh | 2002-10-07 | 1 | -13/+14 |
* | fix warning. (gtk_tree_view_search_iter): fix warning, #85884 | Jonathan Blandford | 2002-07-05 | 1 | -2/+2 |
* | Discussed in #76249. | Kristian Rietveld | 2002-06-04 | 1 | -0/+49 |
* | Built an iter directly instead of using | Dave Camp | 2002-05-24 | 1 | -3/+5 |
* | Use indices[i] >= level->array->len rather than level->array->len > | Dave Camp | 2002-05-24 | 1 | -1/+1 |
* | Fix so that you can set a new sort func. | Jonathan Blandford | 2002-04-29 | 1 | -3/+7 |
* | resort if we're already in 'unsorted' state, and update the docs | Kristian Rietveld | 2002-04-24 | 1 | -1/+6 |
* | A bunch of trivial doc fixes. | Matthias Clasen | 2002-04-20 | 1 | -3/+4 |
* | so this function was completely broken. Fix it and improve readability. | Kristian Rietveld | 2002-04-17 | 1 | -5/+12 |
* | add check for y > tree_view->priv->height (fixes #76974) | Kristian Rietveld | 2002-04-01 | 1 | -0/+1 |
* | recommit after tagging 2_0_1 | Owen Taylor | 2002-03-30 | 1 | -2/+1 |
* | revert change for tagging 2_0_1GTK_2_0_1 | Owen Taylor | 2002-03-30 | 1 | -1/+2 |
* | revert the latest stamp increment changes, as it broke stuff for trees | Kristian Rietveld | 2002-03-30 | 1 | -2/+1 |
* | remove call to gtk_tree_model_sort_increment_stamp | Kristian Rietveld | 2002-03-29 | 1 | -1/+2 |
* | just return when we have an input_only window (fix by Owen Taylor) | Kristian Rietveld | 2002-03-16 | 1 | -1/+3 |
* | gtk/gtktreemodelsort.c typo in docs for | Vitaly Tishkov | 2002-03-14 | 1 | -1/+1 |
* | Update offsets before finding where to insert the new value. | Darin Adler | 2002-03-07 | 1 | -8/+8 |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 1 | -3/+18 |
* | at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2002-02-24 | 1 | -2/+2 |
* | emit row_deleted before we start unreffing the nodes ourselves | Kristian Rietveld | 2002-02-12 | 1 | -3/+13 |
* | Consider reordering the row even when there's no sort column, if there's a | Darin Adler | 2002-02-12 | 1 | -44/+47 |
* | convert the iter to a child iter again, after doing _iter_children. It's | Kristian Rietveld | 2002-02-09 | 1 | -0/+6 |
* | fix evil ref bug where the wrong row and a deleted row was unreffed. Found | Jonathan Blandford | 2002-02-09 | 1 | -8/+21 |
* | Pass the ref_node and unref_node calls through to the child model. | Darin Adler | 2002-02-08 | 1 | -0/+10 |
* | rip out all the debugging ifdefs, as modelsort seems to be stable (and | Kristian Rietveld | 2002-02-06 | 1 | -49/+0 |
* | add some more stamp checks (pointed out by Anders Carlsson) | Kristian Rietveld | 2002-01-22 | 1 | -5/+6 |
* | fix a load of open line ends, (gtk_tree_model_sort_set_model): only free | Kristian Rietveld | 2002-01-15 | 1 | -68/+69 |
* | various cleanups, (get_child_iter_from_elt): removed, | Kristian Rietveld | 2002-01-13 | 1 | -96/+20 |
* | gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c | Vitaly Tishkov | 2002-01-10 | 1 | -1/+1 |
* | fix a few places where I was confused between modelsort iters and other | Kristian Rietveld | 2001-12-27 | 1 | -6/+0 |
* | ensure we are unprelighted before reordering | Kristian Rietveld | 2001-12-26 | 1 | -109/+154 |
* | new "model" construct property for language bindings. | Jonathan Blandford | 2001-11-14 | 1 | -0/+68 |
* | chain finalize to parent class to get removed from the toplevel_list. | Hans Breuer | 2001-11-03 | 1 | -0/+5 |
* | it's amazing how well things work sometimes, even when they're completely | Jonathan Blandford | 2001-11-01 | 1 | -3/+10 |
* | massize rewrite. Static models now totally work. I'm not 100% sure about | Jonathan Blandford | 2001-10-31 | 1 | -127/+82 |
* | Darn. I can't believe this took this long to fix. | Jonathan Blandford | 2001-10-29 | 1 | -1/+1 |
* | fix reordered signal. | Jonathan Blandford | 2001-10-29 | 1 | -44/+24 |
* | sync minor clenup | Jonathan Blandford | 2001-10-26 | 1 | -46/+12 |
* | Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto. | Jonathan Blandford | 2001-10-25 | 1 | -146/+111 |
* | treat s_path as a child path | Kristian Rietveld | 2001-10-24 | 1 | -1/+12 |
* | more changes in an attempt to get it right. It's not yet ready for general | Kristian Rietveld | 2001-10-24 | 1 | -208/+213 |
* | Remove handle_box from App demo. | Jonathan Blandford | 2001-10-22 | 1 | -1/+9 |
* | we probably have rows_reordered nailed down now (this code is not yet | Kristian Rietveld | 2001-10-19 | 1 | -1235/+1237 |
* | preparation for surgery ditto | Kristian Rietveld | 2001-10-03 | 1 | -110/+328 |
* | Small warning cleanups. | Owen Taylor | 2001-09-20 | 1 | -1/+0 |
* | Rename interface signals to make them more clear. Also, change | Jonathan Blandford | 2001-09-12 | 1 | -76/+70 |
* | much changes in an attempt to make it working. It mostly works now, | Kristian Rietveld | 2001-09-02 | 1 | -352/+1213 |
* | use GtkSortType instead of GtkTreeSortOrder. (#59173). | Kristian Rietveld | 2001-08-23 | 1 | -4/+4 |