summaryrefslogtreecommitdiff
path: root/gtk/gtkcombo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix popup calculations (removal of FIXMEs), changes from Lars Hamann.Tim Janik1998-03-131-19/+135
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-021-1/+1
* handle box signals. fixups for 99.4 -timjTim Janik1998-02-281-2/+2
* Added M-p and M-n key equivalents for up and down keys. Just for us EmacsFederico Mena Quintero1998-02-191-2/+6
* watch the next ChangeLog update...Tim Janik1998-02-021-4/+5
* Added and autoconfigured in a new utility function g_strcasecmpManish Singh1998-01-311-1/+1
* Use browse mode on the listElliot Lee1998-01-211-1/+1
* Conversion to use Paolo Molaro's GtkCombo instead of GtkComboBoxOwen Taylor1998-01-201-0/+536