summaryrefslogtreecommitdiff
path: root/gtk/gtkcombo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-5/+5
* Wed, 14 Oct 1998 10:17:13 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-10-141-1/+4
* reset drag_pos after abort removed a few unneeded lines fixed compilerLars Hamann1998-08-021-1/+1
* Few fixes for column resize. Store resize column in clist->drag_pos.Lars Hamann1998-07-311-8/+34
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-4/+6
* Tue, 19 May 1998 11:51:02 +0200 Paolo Molaro <lupus@debian.org>Paolo Molaro1998-05-191-5/+22
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* do not just return if the combo-list is empty since that will cause theTim Janik1998-05-021-29/+31
* Further changes to the way the window is popped up so that it will beOwen Taylor1998-05-011-8/+66
* prefixed all clist flags with GTK_ to avoid name clashes. redefinedTim Janik1998-05-011-3/+9
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-1/+4
* Allow the user to use the popup list like a menu.Owen Taylor1998-04-301-17/+101
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Disconnect from combo->entry, not combo. (From: Daniel SkardaOwen Taylor1998-03-291-1/+1
* Use reversed arrow for menus ala Motif (and fix Options menus, which had XOwen Taylor1998-03-241-3/+21
* gtk/gtkcombo.[ch] "activate" signal can be disabled nowCET 1998 Paolo Molaro1998-03-211-1/+13
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-2/+2
* fixed a bug with invoking the quit handlers that could cause them to beTim Janik1998-03-141-2/+0