| Commit message (Expand) | Author | Age | Files | Lines |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -65/+8 |
* | free temporary paths after usage (patch from maemo-gtk), | Kristian Rietveld | 2006-02-08 | 1 | -1/+0 |
* | fix a typo which caused this whole thing to not function ... | Kristian Rietveld | 2006-01-14 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2005-12-29 | 1 | -89/+57 |
* | Use the slice allocater for GtkTreeDataSortHeader. | Matthias Clasen | 2005-12-29 | 1 | -33/+3 |
* | emitting row-has-child-toggled when the level is not in the cache does not | Kristian Rietveld | 2005-10-24 | 1 | -20/+6 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | don't bother inserting new rows in a level with a zero refcount and | Kristian Rietveld | 2005-08-23 | 1 | -0/+6 |
* | Trivial doc fixes. | Matthias Clasen | 2005-07-25 | 1 | -13/+16 |
* | Cleanup a possible resize idle. (#311141, Robert Ă–gren) | Matthias Clasen | 2005-07-22 | 1 | -4/+20 |
* | Fix a typo in a warning. | Matthias Clasen | 2005-04-05 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -1/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+5 |
* | Update the documentation to specify a more useful behaviour, which can be | Matthias Clasen | 2004-11-30 | 1 | -3/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Make it work correctly when the child model is cleared completely. | Matthias Clasen | 2004-03-01 | 1 | -1/+3 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -2/+2 |
* | Fixes #110249, reworked patch from Joshua N Pritikin. | Kristian Rietveld | 2003-12-18 | 1 | -0/+89 |
* | Check that index is not bigger than level array length also when depth is | Marco Pesenti Gritti | 2003-12-17 | 1 | -2/+6 |
* | A trick for a faster treeview, step 1. Patch to short circuit | Kristian Rietveld | 2003-12-13 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-08-15 | 1 | -18/+10 |
* | Slightly modified patch from Owen Taylor <otaylor@redhat.com> to improve | Jonathan Blandford | 2003-06-04 | 1 | -21/+55 |
* | ChangeLog too long to mention here. Bugs fixed: #100973, #83195, #87556, | Kristian Rietveld | 2003-01-27 | 1 | -2/+8 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | 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 |