| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove --g-fatal-warnings flag from argv. | Owen Taylor | 1998-06-19 | 1 | -0/+5 |
* | Renamed g_const_pointer => gconstpointer. | Owen Taylor | 1998-06-10 | 1 | -6/+6 |
* | prevent gdk_init() from segfaulting when invoked with (NULL, NULL); (this | Tim Janik | 1998-06-10 | 1 | -7/+5 |
* | Removed g_object_pointer_hash, which was just g_direct_hash. | Owen Taylor | 1998-06-09 | 1 | -9/+10 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -0/+5 |
* | Allow GTK_DEBUG=signals - VERY useful ;-) | Elliot Lee | 1998-05-18 | 1 | -1/+2 |
* | Basic thread-awareness: | Owen Taylor | 1998-05-16 | 1 | -0/+7 |
* | new file used as template for new file to define macros indicating newly | Tim Janik | 1998-05-09 | 1 | -0/+1 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -3/+5 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -10/+10 |
* | ts ts ts, GList structures have a ->prev field as well!!! | Tim Janik | 1998-04-22 | 1 | -2/+10 |
* | prepend the running_timeouts list with the tmp_list link itself, not with | Tim Janik | 1998-04-22 | 1 | -2/+4 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Combobulator fixes..... .... | Elliot Lee | 1998-04-09 | 1 | -0/+1 |
* | don't take '\n' into account for size computation (Damon Chaplin). | Tim Janik | 1998-04-07 | 1 | -0/+11 |
* | Reverted broken implementation of removing the current timeout/idle. | Owen Taylor | 1998-04-05 | 1 | -122/+158 |
* | take expired timeouts into account, otherwise things like e.g. | Tim Janik | 1998-04-05 | 1 | -6/+31 |
* | Make debug string parsine case-insensitive | Owen Taylor | 1998-04-04 | 1 | -8/+25 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 1 | -1/+1 |
* | Improved main loop test. (Quits main loop properly, makes it more obvious | Owen Taylor | 1998-03-30 | 1 | -13/+31 |
* | If the widget is _not_ a descendant of a Window widget, propagate key | Owen Taylor | 1998-03-27 | 1 | -23/+28 |
* | make a clear distinction between key press/release events, which will be | Tim Janik | 1998-03-26 | 1 | -28/+23 |
* | do not propagate unhandled key events on widgets with parent==NULL twice. | Tim Janik | 1998-03-26 | 1 | -0/+1 |
* | fixes to locale checks | Owen Taylor | 1998-03-22 | 1 | -3/+3 |
* | Don't respond to drops when grab is in effect. (workaround) | Owen Taylor | 1998-03-22 | 1 | -4/+3 |
* | Make Gtk compile: Fix GTK_NOTE definition for no debugging, and make gtk_use_... | Elliot Lee | 1998-03-17 | 1 | -5/+3 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 1 | -1/+30 |
* | removed GRAB_EXCLUSIVE again, just disable modal event delivery for | Tim Janik | 1998-03-15 | 1 | -1/+1 |
* | removed the ugly check whether we need gtk_widget_destroy or | Tim Janik | 1998-03-15 | 1 | -6/+1 |
* | added new flag GTK_EXCLUSIVE_GRAB. allow exclusive grabs. | Tim Janik | 1998-03-15 | 1 | -1/+2 |
* | fixed a bug with invoking the quit handlers that could cause them to be | Tim Janik | 1998-03-14 | 1 | -6/+5 |
* | Don't leave NULL's in argv. | Owen Taylor | 1998-03-14 | 1 | -7/+16 |
* | fix popup calculations (removal of FIXMEs), changes from Lars Hamann. | Tim Janik | 1998-03-13 | 1 | -0/+34 |
* | return TRUE for GtkWidget::delete_event to avoid destruction of our float | Tim Janik | 1998-03-12 | 1 | -2/+4 |
* | changed handler tags to be of type guint, reflecting the internal tag | Tim Janik | 1998-03-12 | 1 | -61/+63 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -1/+1 |
* | define the version variables in config.h. | Tim Janik | 1998-03-08 | 1 | -0/+5 |
* | Miscellaneous minor fixes to remove ANSI C incompatibilities | Owen Taylor | 1998-03-02 | 1 | -1/+1 |
* | quit handlers and idle_remove_by_data fixups | Tim Janik | 1998-03-01 | 1 | -7/+172 |
* | Count idle handlers at internal priority as pending events. | Owen Taylor | 1998-02-22 | 1 | -1/+8 |
* | the value of ---enable_debug is written into glibconfig.h so everything is | Owen Taylor | 1998-02-19 | 1 | -18/+38 |
* | configure.in gdk/gdk.[ch] gdk/gdkcc.c gdk/gdkglobals.c | Owen Taylor | 1998-02-19 | 1 | -2/+48 |
* | applied patch to fix draw_indicator behaviour from Lars Hamann and Stefan | Tim Janik | 1998-02-17 | 1 | -0/+8 |
* | Make timeout and idle insertion code use g_list_insert_sorted(). | Owen Taylor | 1998-02-17 | 1 | -64/+37 |
* | D&D fixes | Elliot Lee | 1998-02-16 | 1 | -1/+1 |
* | gtkmain forgot a return value. | Tim Janik | 1998-02-14 | 1 | -1/+1 |
* | gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] | Owen Taylor | 1998-02-13 | 1 | -42/+141 |
* | ok, there have been several severe bugs in the signal handler referencing | Tim Janik | 1998-02-10 | 1 | -8/+8 |
* | new function to perform the same actions as gtk_list_remove_items, but | Tim Janik | 1998-02-05 | 1 | -30/+38 |
* | attach/detach to menu widget via | Tim Janik | 1998-02-03 | 1 | -3/+1 |