summaryrefslogtreecommitdiff
path: root/gtk/gtkcombo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix infinite loop when gtk_combo_func() returns NULL (bug #75464)jacob berkman2002-03-191-5/+3
* Register all stock icons "unscaled" so that we don't have icons onlyOwen Taylor2002-02-271-9/+21
* Call gtk_combo_set_popdown_strings() in case the combo is up currently.Owen Taylor2002-02-271-0/+2
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-1/+0
* Fix problems with stuck grab (#60132, reported by Nicolas Setton) andOwen Taylor2002-02-181-44/+33
* General property notification cleanup.Matthias Clasen2002-01-281-4/+28
* Sanitize move/resize code, removing various bad, non-functional hacks.Owen Taylor2001-11-301-4/+2
* Offset invalidated range correctly. Fix scrolling of title window.Owen Taylor2001-11-231-24/+10
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* add enable_empty and value_in_list properties.Michael Meeks2001-10-111-4/+35
* coalescing property notifiesHans Breuer2001-08-111-0/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-8/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-6/+6
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-1/+4
* Fix notifications on non-existant "enable_arrow_keys". (#53753, SkipOwen Taylor2001-06-011-2/+2
* fix warningHavoc Pennington2001-04-281-1/+1
* Remove explicit pointer grabs, since they are no longer necessary.Owen Taylor2001-04-161-18/+37
* make this somewhat key-navigableHavoc Pennington2001-03-241-3/+4
* added rc-style argument GtkSpinButton::shadow_type. removedTim Janik2001-03-181-2/+0
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-10/+10
* marshaller fixes.Tim Janik2001-03-071-14/+12
* unbreak this functionHavoc Pennington2001-02-211-2/+106
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-39/+73