summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make debug string parsine case-insensitiveOwen Taylor1998-04-041-8/+25
* More extensive debugging outputOwen Taylor1998-04-031-1/+1
* Improved main loop test. (Quits main loop properly, makes it more obviousOwen Taylor1998-03-301-13/+31
* If the widget is _not_ a descendant of a Window widget, propagate keyOwen Taylor1998-03-271-23/+28
* make a clear distinction between key press/release events, which will beTim Janik1998-03-261-28/+23
* do not propagate unhandled key events on widgets with parent==NULL twice.Tim Janik1998-03-261-0/+1
* fixes to locale checksOwen Taylor1998-03-221-3/+3
* Don't respond to drops when grab is in effect. (workaround)Owen Taylor1998-03-221-4/+3
* Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_...Elliot Lee1998-03-171-5/+3
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-1/+30
* removed GRAB_EXCLUSIVE again, just disable modal event delivery forTim Janik1998-03-151-1/+1
* removed the ugly check whether we need gtk_widget_destroy orTim Janik1998-03-151-6/+1
* added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs.Tim Janik1998-03-151-1/+2
* fixed a bug with invoking the quit handlers that could cause them to beTim Janik1998-03-141-6/+5
* Don't leave NULL's in argv.Owen Taylor1998-03-141-7/+16
* fix popup calculations (removal of FIXMEs), changes from Lars Hamann.Tim Janik1998-03-131-0/+34
* return TRUE for GtkWidget::delete_event to avoid destruction of our floatTim Janik1998-03-121-2/+4
* changed handler tags to be of type guint, reflecting the internal tagTim Janik1998-03-121-61/+63
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* define the version variables in config.h.Tim Janik1998-03-081-0/+5
* Miscellaneous minor fixes to remove ANSI C incompatibilitiesOwen Taylor1998-03-021-1/+1
* quit handlers and idle_remove_by_data fixupsTim Janik1998-03-011-7/+172
* Count idle handlers at internal priority as pending events.Owen Taylor1998-02-221-1/+8
* the value of ---enable_debug is written into glibconfig.h so everything isOwen Taylor1998-02-191-18/+38
* configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.cOwen Taylor1998-02-191-2/+48
* applied patch to fix draw_indicator behaviour from Lars Hamann and StefanTim Janik1998-02-171-0/+8
* Make timeout and idle insertion code use g_list_insert_sorted().Owen Taylor1998-02-171-64/+37
* D&D fixesElliot Lee1998-02-161-1/+1
* gtkmain forgot a return value.Tim Janik1998-02-141-1/+1
* gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch]Owen Taylor1998-02-131-42/+141
* ok, there have been several severe bugs in the signal handler referencingTim Janik1998-02-101-8/+8
* new function to perform the same actions as gtk_list_remove_items, butTim Janik1998-02-051-30/+38
* attach/detach to menu widget viaTim Janik1998-02-031-3/+1