summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* Generate gtk/makefile.mingw.Tor Lillqvist2000-07-251-5/+5
* Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4Owen Taylor2000-07-141-5/+5
* Use gtk_get_default_languageHavoc Pennington2000-06-211-0/+17
* Initialize DOUBLE_BUFFERED flag to on.Owen Taylor2000-06-021-2/+2
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-1/+2
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-2/+0
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-1/+10
* Merges from gtk-1-2Owen Taylor2000-03-141-2/+2
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-36/+1
* Adapt cast macros to standard.Raja R Harinath1999-11-221-9/+27
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-2/+0
* Add new keysyms from X11R6.4 (including EuroSign).Tor Lillqvist1999-10-311-1/+1
* correct checking for BeOS checkManish Singh1999-10-041-2/+2
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-1/+1
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-1/+1
* Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor headerTor Lillqvist1999-06-141-0/+11
* Support added for building using a GNU toolchain on Win32,Tor Lillqvist1999-04-251-1/+4
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* tell people that they don't really want to use the Gtk+ devel versionTim Janik1999-03-171-2/+8
* build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h fromTim Janik1999-03-171-1/+1
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-6/+9
* add dll suffixAsbjørn Pettersen1999-03-071-0/+23
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-241-0/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-211-5/+18
* Revise algorithm for scrolling backwards. This one might actually workOwen Taylor1999-02-211-7/+1
* Fix glib_config_args gtk_config_args confusion. (pointed out by RolandOwen Taylor1999-02-181-1/+2
* Hack scrollwheel support into the eventloop, by treating button 4-5Owen Taylor1999-01-281-5/+45
* Added gtk_menu_set_title() to set the title of a menu in the torn-offOwen Taylor1999-01-181-6/+6
* incremented version number to 1.1.13, bin age 0, interface age 0.Tim Janik1999-01-171-1/+2
* Add a drag_data_received handler for the label.Owen Taylor1999-01-121-8/+6
* added an assertement.Tim Janik1999-01-111-1/+2
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-051-3/+1
* Fix memory leak. gdk_event_put would make a copy of next_event, andMiguel de Icaza1998-12-311-2/+5
* export the priority at which events are processed.Tim Janik1998-12-201-17/+0
* always run a g_main_iteration, even if there are no active main loops.Manish Singh1998-12-191-10/+6
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-191-2/+16
* added gdk_flush() after g_main_run(), so we get the original behaviourTim Janik1998-12-181-14/+18
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-19/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-17/+16
* Fixed up some warnings.Owen Taylor1998-12-151-2/+2
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-831/+365
* Added gettext-10.35Owen Taylor1998-12-141-0/+5
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-39/+0
* reverted marius change to expose the type systems internal type info dataTim Janik1998-12-071-0/+2
* 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-2/+2
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-241-1/+1
* New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. ChristopherOwen Taylor1998-11-131-8/+19
* support an environment variable GTK_MODULES= which takes a colon speratedTim Janik1998-10-251-55/+85