summaryrefslogtreecommitdiff
path: root/gtk/gtkcombo.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-5/+5
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-2/+2
* Don't use deprecated button signal functions in clist and comboChristian Dywan2009-10-271-2/+2
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-20/+22
* Fix make check:Michael Natterer2008-07-041-1/+0
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-1/+4
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-1/+3
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-6/+1
* Fix the default value of enable-arrows-alwaysMatthias Clasen2007-12-281-1/+1
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Set names on the popup widgets to make them themable. (#414975, BenjaminMatthias Clasen2007-03-071-0/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-1/+2
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+2
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-7/+7
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+6
* Create 'composited' label.Søren Sandmann2006-04-251-0/+2
* Make this function public API. (#307099, Todd Berman)Matthias Clasen2006-01-101-2/+2
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-5/+6
* 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-5/+5
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Add a missing cat. (#141070, Chris Sherlock)Matthias Clasen2004-04-291-2/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Patch from Frederic Crozat, test code from Jean-Philippe Chancelier. FixesSoeren Sandmann2004-03-021-0/+12
* Handle character positions in UTF-8 strings correctly. (#133315, TheppitakMatthias Clasen2004-02-061-1/+1
* Use g_completion_complete_utf8(). (#133313, Theppitak Karoonboonyanan)Matthias Clasen2004-02-051-1/+1
* Allow NULL for strings to clear the list. (#105386, Marco Pesenti Gritti)Matthias Clasen2004-01-291-2/+2
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-10/+10
* Fix the position of the popup window when in RTL mode. (#127578)Matthias Clasen2003-12-061-0/+2
* connect_after() to key-press-event on the entry, so input methods getOwen Taylor2003-08-131-2/+2
* Add back the monitoring of the selection when the combo isn't popped down;Owen Taylor2002-12-041-0/+13
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+2
* Change so that updates of selection don't take effect immediately, butOwen Taylor2002-11-141-59/+70
* Fix warning.Owen Taylor2002-11-131-10/+41
* ue Nov 12 17:10:10 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-11-131-12/+46
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-1/+1
* When popping up the list without any selected items, hack the focus on theOwen Taylor2002-10-231-0/+21
* Deprecation cleanupManish Singh2002-10-131-115/+89
* Privately export _gtk_scrolled_window_get_scrollbar_spacing().Owen Taylor2002-10-101-6/+14
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-10/+10
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF brokenOwen Taylor2002-05-141-1/+8
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-8/+42