| Commit message (Expand) | Author | Age | Files | Lines |
* | Move documentation to inline comments: GtkTreeModelSort | Javier Jardón | 2011-04-18 | 1 | -0/+107 |
* | Add gtk_tree_model_iter_previous() vfunc | Szilárd Pfeiffer | 2011-01-05 | 1 | -0/+28 |
* | Remove sealed members from GtkTreeModelSort | Matthias Clasen | 2010-12-17 | 1 | -196/+266 |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -3/+3 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Add (out) annotations to GtkTreeIter parameters | Philip Withnall | 2010-07-07 | 1 | -2/+2 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -1/+1 |
* | Bug 346800 - Rework sort/filter models to use indices to parents... | Kristian Rietveld | 2009-09-06 | 1 | -70/+99 |
* | Bug 573321 – additional check in gtk_tree_model_filter_convert_* | Kristian Rietveld | 2009-07-30 | 1 | -0/+2 |
* | Improve the docs | Matthias Clasen | 2009-01-03 | 1 | -18/+24 |
* | gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c | Sven Neumann | 2008-08-08 | 1 | -5/+5 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | deprecate GtkDestroyNotify. | Michael Natterer | 2008-06-18 | 1 | -6/+6 |
* | Amendment of bug 485218 - Strange warning encountered. | Kristian Rietveld | 2008-05-28 | 1 | -9/+17 |
* | Bug 485218 - Strange warning encountered | Matthias Clasen | 2008-05-27 | 1 | -4/+33 |
* | fix the build | Matthias Clasen | 2007-09-09 | 1 | -1/+1 |
* | Don't assume that a path of depth 0 has no indices. (#467324, Szilard | Matthias Clasen | 2007-09-09 | 1 | -1/+1 |
* | when (un)reffing an element, also (un)ref its parent elements. (Fixes | Kristian Rietveld | 2007-03-10 | 1 | -0/+31 |
* | ref count nodes the proper way, (gtk_tree_model_sort_ref_node), | Kristian Rietveld | 2006-09-27 | 1 | -38/+50 |
* | Don't leak default_sort_data. (#346341, Christian Weiske) | Matthias Clasen | 2006-07-02 | 1 | -0/+8 |
* | 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 |