summaryrefslogtreecommitdiff
path: root/gtk/gtkcombo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make parent_class static.Owen Taylor2000-11-121-5/+6
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-13/+18
* s/refcount/ref_count/.Tim Janik2000-02-131-4/+4
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-2/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* . Free 'nprefix', closing a memory leak. Spaced out the code a bit to makeJeff Garzik1999-01-211-11/+21
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-1/+6
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-4/+4