| Commit message (Expand) | Author | Age | Files | Lines |
* | Released GTK+ 1.1.10GTK_1_1_10 | CST 1998 Shawn T. Amundson | 1998-12-24 | 1 | -0/+12 |
* | Update to changelog, to cover fix that previously slipped in. | Owen Taylor | 1998-12-24 | 1 | -0/+6 |
* | label->label should be the mb text _after_ removing the underlines, not | Owen Taylor | 1998-12-23 | 1 | -0/+10 |
* | */Makefile.am: Now passes 'make distcheck'. Now loops. I'm not sure what | Elliot Lee | 1998-12-23 | 1 | -0/+7 |
* | Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don't | Owen Taylor | 1998-12-22 | 1 | -0/+11 |
* | Return TRUE for button press events we handle. (Allows option menus in | Owen Taylor | 1998-12-22 | 1 | -0/+6 |
* | Optimization - when we've already found a widget, skip all checks for | Owen Taylor | 1998-12-22 | 1 | -0/+13 |
* | fixed column resize bug | Lars Hamann | 1998-12-21 | 1 | -0/+4 |
* | export the priority at which events are processed. | Tim Janik | 1998-12-20 | 1 | -0/+9 |
* | added translation by Tomas Ögren <stric@ing.umu.se> | PST 1998 Shawn T. Amundson | 1998-12-20 | 1 | -0/+4 |
* | eek, fixed an embarrasing bug that caused this function to always return | Tim Janik | 1998-12-20 | 1 | -0/+6 |
* | Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthread | Owen Taylor | 1998-12-19 | 1 | -0/+10 |
* | always run a g_main_iteration, even if there are no active main loops. | Manish Singh | 1998-12-19 | 1 | -0/+6 |
* | removed return_if_fail (label->words != NULL) since that's a valid case | Tim Janik | 1998-12-19 | 1 | -0/+18 |
* | s/(enter|leave)_button/$1/g, since pthreads.h no longer conflicts | Manish Singh | 1998-12-19 | 1 | -0/+6 |
* | fixed GDK_2BUTTON_PRESS bug. | Lars Hamann | 1998-12-19 | 1 | -0/+5 |
* | add ja.po to ALL_LINGUAS | Manish Singh | 1998-12-19 | 1 | -0/+4 |
* | Marked plug window as destroyed before destroying the window. | Owen Taylor | 1998-12-18 | 1 | -0/+6 |
* | Set the usize on the tearoff window so when we reparent the window out, | Owen Taylor | 1998-12-18 | 1 | -0/+6 |
* | do not export the glib flags for thread support to gtk-config. | Sebastian Wilhelmi | 1998-12-18 | 1 | -0/+5 |
* | added gdk_flush() after g_main_run(), so we get the original behaviour | Tim Janik | 1998-12-18 | 1 | -0/+14 |
* | Add @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier | Owen Taylor | 1998-12-18 | 1 | -0/+23 |
* | Remove the info tag from the context so if the source unexpectedly | Owen Taylor | 1998-12-17 | 1 | -0/+9 |
* | Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale. | Owen Taylor | 1998-12-17 | 1 | -1/+0 |
* | Free previous label->label_wc. | Owen Taylor | 1998-12-17 | 1 | -0/+9 |
* | Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guard | Sebastian Wilhelmi | 1998-12-17 | 1 | -0/+6 |
* | Released GTK+ 1.1.9GTK_1_1_9 | Shawn T. Amundson | 1998-12-17 | 1 | -0/+12 |
* | rm -rf intl breaks --disable-nls, put it back | Manish Singh | 1998-12-17 | 1 | -0/+8 |
* | updated call to g_main_add_poll instead of g_main_poll_add | CST 1998 Shawn T. Amundson | 1998-12-17 | 1 | -0/+5 |
* | Remove unnecessary cast. | Owen Taylor | 1998-12-17 | 1 | -0/+5 |
* | Check for broken glibc 2.0 mb functions, and avoid them. | Owen Taylor | 1998-12-17 | 1 | -0/+5 |
* | Don't call XPending() if we have putback events. | Owen Taylor | 1998-12-16 | 1 | -0/+5 |
* | Do nothing on empty string, quietly. | Owen Taylor | 1998-12-16 | 1 | -0/+5 |
* | Redraw the character under the cursor when removing the cursor. | Owen Taylor | 1998-12-16 | 1 | -0/+6 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -0/+10 |
* | Released GTK+ 1.1.8GTK_1_1_8 | CST 1998 Shawn T. Amundson | 1998-12-16 | 1 | -0/+10 |
* | Define gdk_xim_ic only, if USE_XIM is defined. | Sebastian Wilhelmi | 1998-12-16 | 1 | -0/+4 |
* | urg, fixups | Tim Janik | 1998-12-16 | 1 | -0/+22 |
* | warn if glib.m4 or gettext.m4 are not found in aclocal's directory. | CST 1998 Shawn T. Amundson | 1998-12-16 | 1 | -0/+5 |
* | Create buttons, not combos again. | Owen Taylor | 1998-12-16 | 1 | -0/+76 |
* | Fixed gettextize/aclocal conflict in autogen.sh | Joel Becker | 1998-12-16 | 1 | -0/+5 |
* | Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used in | Owen Taylor | 1998-12-16 | 1 | -0/+12 |
* | Remove --with-threads, unused GTK_THREAD_FLAGS | Jeff Garzik | 1998-12-16 | 1 | -0/+6 |
* | Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking for | Elliot Lee | 1998-12-15 | 1 | -0/+5 |
* | Make the gettext check for for libc5 systems. | Martin Baulig | 1998-12-15 | 1 | -0/+2 |
* | Not running gettextize fails on a fresh CVS checkout and we'll get a lot | Martin Baulig | 1998-12-15 | 1 | -0/+3 |
* | Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and AM_WITH_NLS_GTK to | Martin Baulig | 1998-12-15 | 1 | -0/+6 |
* | Provide a hacked version of the gettext macros that never use the included | Owen Taylor | 1998-12-15 | 1 | -0/+10 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 1 | -0/+17 |
* | Added GTK_USER_DRAW flag. | Owen Taylor | 1998-12-15 | 1 | -1/+10 |