summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderercombo.c
Commit message (Expand)AuthorAgeFilesLines
* GtkCellRendererCombo: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-4/+12
* docs: use proper quotesWilliam Jon McCann2014-02-051-1/+1
* docs: don't use <emphasis>William Jon McCann2014-01-281-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* Typo fixMatthias Clasen2013-01-131-1/+1
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Move documentation to inline comments: GtkCellRendererComboJavier Jardón2011-04-111-0/+21
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-1/+1
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-4/+3
* Make GdkRectangle arguments in GtkCellRenderer use const consistentlyMatthias Clasen2010-10-041-12/+12
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-10/+10
* Use GtkBin accessorsJavier Jardón2010-07-131-1/+1
* Use accessor functions to access GtkCellRendererTextJavier Jardón2010-07-131-6/+14
* gtkcellrenderercombo: Move public members to private structureJavier Jardón2010-07-131-51/+64
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Use GtkCellEditable::editing-canceledJavier Jardón2009-12-041-2/+4
* Remove debug spewMatthias Clasen2008-11-011-1/+0
* Bug 558323 – glitches when popping up combos in treeviewsMatthias Clasen2008-10-311-20/+7
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 526987 - GtkCellRendererCombo should allow model to be NULLKristian Rietveld2008-06-081-16/+65
* Bug 324282 - add selected signal to cell renderer combo.Kristian Rietveld2008-05-281-0/+63
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-10/+2
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+2
* Add more documentation.Matthias Clasen2007-07-121-7/+9
* More of the sameMatthias Clasen2006-05-141-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+4
* : Mark param spec strings as static.Matthias Clasen2005-03-211-3/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* Fix #145463, reported by Michael Natterer.Matthias Clasen2004-12-091-6/+6
* Doc additions.Matthias Clasen2004-11-021-1/+4
* Update doc comments.Matthias Clasen2004-10-311-14/+11
* Don't leak text. (#156325, Olivier Andrieu)Matthias Clasen2004-10-251-0/+2
* Use G_DEFINE_TYPE, intialize the has_entry property, ref the model and addMatthias Clasen2004-10-251-34/+34
* initialize path so we don't potentially use an undefined pointer.Manish Singh2004-08-261-1/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Add a combo box cell renderer.Matthias Clasen2004-07-161-0/+390