| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix string allocation handling with GtkBuilder translations | Kalev Lember | 2013-06-08 | 1 | -2/+1 |
* | Fix a few memory leaks wrt to translations | Matthias Clasen | 2013-04-28 | 1 | -1/+1 |
* | docs: fix a number of typos and obsolete references | Cosimo Cecchi | 2012-07-02 | 1 | -2/+2 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Use G_VALUE_INIT | Javier Jardón | 2011-10-15 | 1 | -1/+1 |
* | Documentation fixes | Matthias Clasen | 2011-09-25 | 1 | -1/+1 |
* | Fixed GtkCellLayout buildable implementation to set cell properties explicitl... | Tristan Van Berkom | 2011-02-02 | 1 | -27/+25 |
* | Bandaid fix for icon view subclassing | Matthias Clasen | 2011-01-31 | 1 | -0/+49 |
* | Fixed GtkCellLayout to parse <cell-packing> property text accumulatively. | Tristan Van Berkom | 2011-01-26 | 1 | -31/+48 |
* | Making GtkCellLayout "no cell area yet" warning a g_critical instead. | Tristan Van Berkom | 2011-01-13 | 1 | -1/+1 |
* | Added warnings to GtkCellLayout when api is accessed and there is no GtkCellA... | Tristan Van Berkom | 2011-01-13 | 1 | -11/+36 |
* | Removed special casing code in GtkCellLayout in favor of default implementation. | Tristan Van Berkom | 2011-01-07 | 1 | -145/+192 |
* | Fix introspection annotation syntax | Matthias Clasen | 2011-01-06 | 1 | -1/+1 |
* | Fix doc about gtk_cell_layout_get_area() | Milan Bouchet-Valat | 2011-01-05 | 1 | -3/+1 |
* | Small doc cleanups for GtkCellLayout | Matthias Clasen | 2011-01-04 | 1 | -64/+73 |
* | Fixed gtk_cell_layout_set_cell_data_func() to pass the correct layout object | Tristan Van Berkom | 2010-12-22 | 1 | -1/+10 |
* | Fixed documentation of GtkCellLayout <cell-packing> | Tristan Van Berkom | 2010-12-17 | 1 | -1/+1 |
* | Added boolean return to GtkCellLayout buildable custom tag end shared private... | Tristan Van Berkom | 2010-12-04 | 1 | -3/+4 |
* | Migrated GtkCellLayout documentation into the source code. | Tristan Van Berkom | 2010-12-04 | 1 | -0/+68 |
* | Fixed GtkCellLayout to pack cells via the api when parsing builder input. | Tristan Van Berkom | 2010-11-29 | 1 | -5/+1 |
* | Allow minimal implementation of GtkCellLayout | Tristan Van Berkom | 2010-11-29 | 1 | -23/+126 |
* | Added "cell-packing" property GtkBuildable parsing to GtkCellLayout | Tristan Van Berkom | 2010-11-16 | 1 | -10/+201 |
* | Use g_ascii_strto[u]ll instead of strto[u]l | =Christian Persch | 2010-10-25 | 1 | -2/+2 |
* | gtk/gtkcelllayout.c: Use G_DEFINE_INTERFACE macro | Javier Jardón | 2010-08-26 | 1 | -26/+5 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -2/+2 |
* | Add some missing braces | Matthias Clasen | 2008-08-05 | 1 | -3/+5 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Do not assume that text is null-terminated as pointed out by Christopher | Johan Dahlin | 2007-08-07 | 1 | -4/+8 |
* | pack children from the start instead of the end, this should probably be | Johan Dahlin | 2007-07-04 | 1 | -2/+2 |
* | Report errors about integer parsing back up. (#452988) | Matthias Clasen | 2007-07-03 | 1 | -2/+18 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -4/+4 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -0/+112 |
* | New function to get the cell renderers of a cell layout. | Matthias Clasen | 2006-12-29 | 1 | -0/+26 |
* | Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) | Matthias Clasen | 2006-10-03 | 1 | -1/+1 |
* | 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 |
* | 2.7.2GTK_2_7_2 | Matthias Clasen | 2005-07-08 | 1 | -0/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Improve docs. (#154504, Dave Cook) | Matthias Clasen | 2004-10-05 | 1 | -1/+2 |
* | 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 |
* | Fixes #108458. | Kristian Rietveld | 2003-12-19 | 1 | -0/+24 |
* | Fix includes. | Kristian Rietveld | 2003-10-23 | 1 | -1/+1 |
* | Some API doc comment fixes. | Kristian Rietveld | 2003-09-30 | 1 | -2/+86 |
* | Landing GtkTreeModelFilter and the completion code. (Test program and | Kristian Rietveld | 2003-07-11 | 1 | -0/+168 |