]> Pileus Git - ~andy/gtk/history - gtk/gtkcellrenderercombo.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkcellrenderercombo.c
2013-01-13 Matthias ClasenTypo fix
2012-07-02 Cosimo Cecchidocs: fix a number of typos and obsolete references
2012-02-27 Javier JardónChange FSF Address
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-11 Javier JardónMove documentation to inline comments: GtkCellRendererCombo
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Alberto GarciaAssign all g_signal_connect() and friends to gulong...
2010-10-14 Tristan Van BerkomDeprecate GtkComboBoxEntry in favor of added properties...
2010-10-04 Matthias ClasenMake GdkRectangle arguments in GtkCellRenderer use...
2010-08-27 Javier JardónUse GtkFooPrivate instead GtkFooPriv
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier JardónUse accessor functions to access GtkCellRendererText
2010-07-13 Javier Jardóngtkcellrenderercombo: Move public members to private...
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2009-12-14 Johannes SchmidMerge branch 'master' into native-layout
2009-12-04 Javier JardónUse GtkCellEditable::editing-canceled
2008-11-01 Matthias ClasenRemove debug spew
2008-10-31 Matthias ClasenBug 558323 – glitches when popping up combos in treeviews
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-08 Kristian RietveldBug 526987 - GtkCellRendererCombo should allow model...
2008-05-28 Kristian RietveldBug 324282 - add selected signal to cell renderer combo.
2008-02-07 Michael Natterergtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk...
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2007-07-12 Matthias Clasen Add more documentation.
2006-05-14 Matthias ClasenMore of the same
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
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-21 Matthias Clasen: Mark param spec strings as static.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2004-12-09 Matthias ClasenFix #145463, reported by Michael Natterer.
2004-11-02 Matthias ClasenDoc additions.
2004-10-31 Matthias ClasenUpdate doc comments.
2004-10-25 Matthias ClasenDon't leak text. (#156325, Olivier Andrieu)
2004-10-25 Matthias ClasenUse G_DEFINE_TYPE, intialize the has_entry property...
2004-08-26 Manish Singhinitialize path so we don't potentially use an undefine...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-16 Matthias ClasenAdd a combo box cell renderer.