summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkType and macro fixups set a pattern for the file selection widget toTim Janik1998-10-221-371/+287
* Added a modular client-message-filter mechanism, that is used for the DNDOwen Taylor1998-10-181-7/+17
* NEWS file update for upcoming release of Gtk+ version 1.1.2, binary age 0,Tim Janik1998-09-211-1/+4
* use g_atexit() instead of ATEXIT.Tim Janik1998-09-081-2/+1
* removed some unused variablesManish Singh1998-08-241-1/+4
* added a function to perform a binary version check, returning a staticTim Janik1998-08-211-0/+22
* allow argument parsing in gtk without G_ENABLE_DEBUG being definedTim Janik1998-08-181-50/+51
* use g_get_current_dir() instead of getcwd().Tim Janik1998-08-181-1/+1
* restricted the --g*fatal-* arguments to --g-fatal-warnings again. thisTim Janik1998-08-181-52/+8
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-20/+10
* NULL terminate the arg list to g_strconcat() (thanx raph).Tim Janik1998-08-171-1/+1
* don't call module initializers multiple times. changed --gtk-with-moduleTim Janik1998-08-171-4/+12
* feature a new commandline option --gtk-with-module=<module> that allowsTim Janik1998-08-171-0/+63
* version bump to 1.1.1, binary age 0, interface age 0. pass "gmodule" toTim Janik1998-08-171-0/+27
* fatal warning option is split up now, "--g-fatal-warnings" causes fatalTim Janik1998-08-161-8/+29
* export gtk_binary_age and gtk_interface_age.Tim Janik1998-07-191-0/+2
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-0/+5
* Renamed g_const_pointer => gconstpointer.Owen Taylor1998-06-101-6/+6
* prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (thisTim Janik1998-06-101-7/+5
* Removed g_object_pointer_hash, which was just g_direct_hash.Owen Taylor1998-06-091-9/+10
* fixed an assertment.Tim Janik1998-06-071-0/+5
* Allow GTK_DEBUG=signals - VERY useful ;-)Elliot Lee1998-05-181-1/+2
* Basic thread-awareness:Owen Taylor1998-05-161-0/+7
* new file used as template for new file to define macros indicating newlyTim Janik1998-05-091-0/+1
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-3/+5
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-10/+10
* ts ts ts, GList structures have a ->prev field as well!!!Tim Janik1998-04-221-2/+10
* prepend the running_timeouts list with the tmp_list link itself, not withTim Janik1998-04-221-2/+4
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Combobulator fixes..... ....Elliot Lee1998-04-091-0/+1
* don't take '\n' into account for size computation (Damon Chaplin).Tim Janik1998-04-071-0/+11
* Reverted broken implementation of removing the current timeout/idle.Owen Taylor1998-04-051-122/+158
* take expired timeouts into account, otherwise things like e.g.Tim Janik1998-04-051-6/+31