| Commit message (Expand) | Author | Age | Files | Lines |
* | New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. Christopher | Owen Taylor | 1998-11-13 | 1 | -8/+19 |
* | support an environment variable GTK_MODULES= which takes a colon sperated | Tim Janik | 1998-10-25 | 1 | -55/+85 |
* | GtkType and macro fixups set a pattern for the file selection widget to | Tim Janik | 1998-10-22 | 1 | -371/+287 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -7/+17 |
* | NEWS file update for upcoming release of Gtk+ version 1.1.2, binary age 0, | Tim Janik | 1998-09-21 | 1 | -1/+4 |
* | use g_atexit() instead of ATEXIT. | Tim Janik | 1998-09-08 | 1 | -2/+1 |
* | removed some unused variables | Manish Singh | 1998-08-24 | 1 | -1/+4 |
* | added a function to perform a binary version check, returning a static | Tim Janik | 1998-08-21 | 1 | -0/+22 |
* | allow argument parsing in gtk without G_ENABLE_DEBUG being defined | Tim Janik | 1998-08-18 | 1 | -50/+51 |
* | use g_get_current_dir() instead of getcwd(). | Tim Janik | 1998-08-18 | 1 | -1/+1 |
* | restricted the --g*fatal-* arguments to --g-fatal-warnings again. this | Tim Janik | 1998-08-18 | 1 | -52/+8 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 1 | -20/+10 |
* | NULL terminate the arg list to g_strconcat() (thanx raph). | Tim Janik | 1998-08-17 | 1 | -1/+1 |
* | don't call module initializers multiple times. changed --gtk-with-module | Tim Janik | 1998-08-17 | 1 | -4/+12 |
* | feature a new commandline option --gtk-with-module=<module> that allows | Tim Janik | 1998-08-17 | 1 | -0/+63 |
* | version bump to 1.1.1, binary age 0, interface age 0. pass "gmodule" to | Tim Janik | 1998-08-17 | 1 | -0/+27 |
* | fatal warning option is split up now, "--g-fatal-warnings" causes fatal | Tim Janik | 1998-08-16 | 1 | -8/+29 |
* | export gtk_binary_age and gtk_interface_age. | Tim Janik | 1998-07-19 | 1 | -0/+2 |
* | 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 |