summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrenderercombo.c
Commit message (Expand)AuthorAgeFilesLines
* 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