| Commit message (Expand) | Author | Age | Files | Lines |
* | Make gtk_combo_box_entry_set_text_column more forgiving | Matthias Clasen | 2009-09-04 | 1 | -2/+3 |
* | Fixed regression reported in bug #574059. (search button not available in | Michael Hasselmann | 2009-03-10 | 1 | -7/+9 |
* | Bug 545931 – small documentation typos | Claudio Saavedra | 2008-08-02 | 1 | -1/+1 |
* | Revert some accidentally committed changes. | Paul Pogonyshev | 2008-07-06 | 1 | -12/+0 |
* | Remove erroneously added g_return_if_fail (bug #541811). | Christian Dywan | 2008-07-06 | 1 | -0/+12 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075 | Johan Dahlin | 2008-01-06 | 1 | -0/+1 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -1/+26 |
* | Add a simple validation demo. Make it possible to add arbitrary children | Matthias Clasen | 2007-04-26 | 1 | -37/+90 |
* | Fix typos in the docs. | Matthias Clasen | 2006-07-17 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -32/+1 |
* | 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 |
* | Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912, | Matthias Clasen | 2005-04-06 | 1 | -0/+11 |
* | cast combo->priv->entry to GTK_ENTRY() | Manish Singh | 2005-04-04 | 1 | -1/+1 |
* | Make gtk_combo_box_get_active_text do the right thing for GtkComboBoxEntry | Matthias Clasen | 2005-04-01 | 1 | -1/+17 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -2/+2 |
* | 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 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Implement this in terms of gtk_combo_box_get_active_iter(), instead of | Matthias Clasen | 2004-07-30 | 1 | -21/+14 |
* | Don't leak the list store. (#148135, Crispin Flowerday) | Matthias Clasen | 2004-07-22 | 1 | -1/+1 |
* | Add a combo box cell renderer. | Matthias Clasen | 2004-07-16 | 1 | -0/+20 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | New convenience API to construct simple text combos, implemented by Damon | Matthias Clasen | 2004-02-26 | 1 | -0/+30 |
* | Support mnemonic_activate here as well. | Matthias Clasen | 2004-02-05 | 1 | -1/+17 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -2/+2 |
* | Fixes #124373, Murray Cumming. | Kristian Rietveld | 2003-11-16 | 1 | -23/+47 |
* | Fix licensing (I managed to put it under GPL licensing instead of | Kristian Rietveld | 2003-10-24 | 1 | -8/+8 |
* | Fix includes. | Kristian Rietveld | 2003-10-23 | 1 | -4/+4 |
* | it's _set_active, not _set_active_item. | Kristian Rietveld | 2003-10-15 | 1 | -1/+1 |
* | mention in the docs that -1 is a valid value and what it means. | Kristian Rietveld | 2003-10-15 | 1 | -3/+3 |
* | Move GET_PRIVATE macros from header to implementation. | Matthias Clasen | 2003-10-11 | 1 | -0/+2 |
* | only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL. | Kristian Rietveld | 2003-10-03 | 1 | -18/+109 |
* | Added API doc comments. | Kristian Rietveld | 2003-10-02 | 1 | -0/+27 |
* | implement the GtkCellLayout interface, drop packing/attribute/cell data | Kristian Rietveld | 2003-10-01 | 1 | -4/+5 |
* | actually show the child. | Kristian Rietveld | 2003-09-30 | 1 | -0/+1 |
* | Landing the new ComboBox. Note that only gtkcombobox.h and | Kristian Rietveld | 2003-09-26 | 1 | -0/+177 |