]> Pileus Git - ~andy/gtk/history - gtk/gtkcomboboxentry.c
Include "config.h" instead of <config.h> Command used: find -name
[~andy/gtk] / gtk / gtkcomboboxentry.c
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-04-26 Matthias ClasenAdd a simple validation demo. Make it possible to add...
2006-07-17 Matthias ClasenFix typos in the docs.
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-04-06 Matthias ClasenImplement grab_focus for GtkComboBox and GtkComboBoxEnt...
2005-04-04 Manish Singhcast combo->priv->entry to GTK_ENTRY()
2005-04-01 Matthias ClasenMake gtk_combo_box_get_active_text do the right thing...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-30 Matthias ClasenImplement this in terms of gtk_combo_box_get_active_ite...
2004-07-22 Matthias ClasenDon't leak the list store. (#148135, Crispin Flowerday)
2004-07-16 Matthias ClasenAdd a combo box cell renderer.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-26 Matthias ClasenNew convenience API to construct simple text combos...
2004-02-05 Matthias ClasenSupport mnemonic_activate here as well.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2003-11-16 Kristian RietveldFixes #124373, Murray Cumming.
2003-10-24 Kristian RietveldFix licensing (I managed to put it under GPL licensing...
2003-10-23 Kristian RietveldFix includes.
2003-10-15 Kristian Rietveldit's _set_active, not _set_active_item.
2003-10-15 Kristian Rietveldmention in the docs that -1 is a valid value and what...
2003-10-11 Matthias ClasenMove GET_PRIVATE macros from header to implementation.
2003-10-03 Kristian Rietveldonly set the model on ->priv->cell_view if ->priv-...
2003-10-02 Kristian RietveldAdded API doc comments.
2003-10-01 Kristian Rietveldimplement the GtkCellLayout interface, drop packing...
2003-09-30 Kristian Rietveldactually show the child.
2003-09-26 Kristian RietveldLanding the new ComboBox. Note that only gtkcombobox...