| Commit message (Expand) | Author | Age | Files | Lines |
* | Use G_VALUE_INIT | Javier Jardón | 2011-10-15 | 1 | -2/+2 |
* | Documentation fixes | Matthias Clasen | 2011-09-25 | 1 | -10/+10 |
* | Make _get_iter invalidate iterators when FALSE is returned | Kristian Rietveld | 2011-08-22 | 1 | -2/+8 |
* | Add a missing include | Matthias Clasen | 2011-06-07 | 1 | -0/+1 |
* | Use faster new G_VALUE_COLLECT_INIT variant instead G_VALUE_COLLECT | Javier Jardón | 2011-02-07 | 1 | -2/+2 |
* | [GI] Mark unintrospectable constructs as (skip) | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+4 |
* | Gtk{List,Tree}Store: Fix GI array annotations | Martin Pitt | 2011-01-15 | 1 | -3/+3 |
* | Add gtk_tree_model_iter_previous() vfunc | Szilárd Pfeiffer | 2011-01-05 | 1 | -4/+24 |
* | Add the private struct in class_init | Matthias Clasen | 2010-12-17 | 1 | -0/+2 |
* | Remove sealed members from GtkTreeStore | Matthias Clasen | 2010-12-17 | 1 | -172/+227 |
* | gtktreestore: Move documentation to inline comments | Javier Jardón | 2010-10-23 | 1 | -0/+35 |
* | Add a couple of missing annotations | Johan Dahlin | 2010-09-18 | 1 | -1/+1 |
* | Replace gtk_debug_flags with getter and setter functions | Tor Lillqvist | 2010-09-08 | 1 | -1/+1 |
* | Clarify memory management of tree models | Christian Dywan | 2010-08-09 | 1 | -1/+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 | -7/+7 |
* | Revert "Add length to gtk_tree_path_get_indices" | Colin Walters | 2010-06-28 | 1 | -3/+3 |
* | Add length to gtk_tree_path_get_indices | Colin Walters | 2010-06-28 | 1 | -3/+3 |
* | [Annotations] Add array length for GtkTreeStore | Viktor Pracht | 2010-02-19 | 1 | -3/+3 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -11/+11 |
* | Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newv | Alan Knowles | 2010-02-09 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -2/+2 |
* | [gtk/gtktreestore] Remove useless line | Javier Jardón | 2009-12-02 | 1 | -2/+0 |
* | Clean up code in gtk_tree_store_set_n_columns() | Kristian Rietveld | 2009-08-23 | 1 | -15/+5 |
* | Bug 586374 – code does not follow documentation | Kristian Rietveld | 2009-07-30 | 1 | -4/+16 |
* | clarify the init value for the default sort column id | Benjamin Otte | 2009-06-27 | 1 | -1/+1 |
* | Add a missing va_end() call. Pointed out by Jiwon Lee. | Matthias Clasen | 2008-12-31 | 1 | -0/+1 |
* | Bug 536542 – gtk_list_store_set() documentation doesn't say whether | Cosimo Cecchi | 2008-09-11 | 1 | -0/+1 |
* | 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 |
* | Remove an unused variable | Johan Dahlin | 2008-01-06 | 1 | -1/+0 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -2/+2 |
* | Fix the GtkBuildable implementation to allow setting column types. | Matthias Clasen | 2007-11-19 | 1 | -25/+49 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+132 |
* | Fix #399071, suggestion from Benoit Dejean. | Kristian Rietveld | 2007-06-04 | 1 | -16/+77 |
* | Recognize negative column indices as invalid. (#415260, Chris Wilson) | Matthias Clasen | 2007-04-28 | 1 | -1/+1 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -6/+4 |
* | Make the insert and set functions somewhat more convenient. (#343841, | Kristian Rietveld | 2006-06-26 | 1 | -4/+12 |
* | Small refactoring. (#340428, Paolo Borelli). | Kristian Rietveld | 2006-05-27 | 1 | -28/+21 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -75/+10 |
* | Fixes #324099, Tommi Komulainen. | Kristian Rietveld | 2006-01-15 | 1 | -31/+239 |
* | Always call the get_path and get_iter implementations directly, rather | Matthias Clasen | 2005-12-30 | 1 | -28/+30 |
* | Remove excessive g_return_if_fail() checks in static functions. | Matthias Clasen | 2005-12-29 | 1 | -77/+32 |
* | Use the slice allocater for GtkTreeDataSortHeader. | Matthias Clasen | 2005-12-29 | 1 | -34/+7 |
* | Fix a memory leak. (#321032, Peter Zelezny) | Matthias Clasen | 2005-11-15 | 1 | -6/+6 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Fix for #312924, by John Finlay. | Kristian Rietveld | 2005-08-11 | 1 | -0/+13 |
* | Fix #305737, patch from Tomislav Jonjic. This makes the | Kristian Rietveld | 2005-07-09 | 1 | -10/+50 |