| Commit message (Expand) | Author | Age | Files | Lines |
* | Marked plug window as destroyed before destroying the window. | Owen Taylor | 1998-12-18 | 8 | -1/+43 |
* | Set the usize on the tearoff window so when we reparent the window out, | Owen Taylor | 1998-12-18 | 8 | -1/+48 |
* | Fixed transposition of \ and " | Owen Taylor | 1998-12-18 | 2 | -2/+6 |
* | Daniels de.po file after a bit of editing. | Sven Neumann | 1998-12-18 | 1 | -18/+398 |
* | Add Japanese Translation. | Yukihiro Nakai | 1998-12-18 | 2 | -0/+456 |
* | do not export the glib flags for thread support to gtk-config. | Sebastian Wilhelmi | 1998-12-18 | 8 | -2/+38 |
* | added gdk_flush() after g_main_run(), so we get the original behaviour | Tim Janik | 1998-12-18 | 11 | -17/+118 |
* | Add @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier | Owen Taylor | 1998-12-18 | 18 | -91/+355 |
* | Remove the info tag from the context so if the source unexpectedly | Owen Taylor | 1998-12-17 | 11 | -6/+74 |
* | Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale. | Owen Taylor | 1998-12-17 | 9 | -11/+4 |
* | Free previous label->label_wc. | Owen Taylor | 1998-12-17 | 10 | -4/+70 |
* | Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guard | Sebastian Wilhelmi | 1998-12-17 | 9 | -16/+58 |
* | Released GTK+ 1.1.9GTK_1_1_9 | Shawn T. Amundson | 1998-12-17 | 16 | -11/+106 |
* | rm -rf intl breaks --disable-nls, put it back | Manish Singh | 1998-12-17 | 11 | -14/+71 |
* | updated call to g_main_add_poll instead of g_main_poll_add | CST 1998 Shawn T. Amundson | 1998-12-17 | 9 | -2/+37 |
* | Remove unnecessary cast. | Owen Taylor | 1998-12-17 | 8 | -1/+35 |
* | Check for broken glibc 2.0 mb functions, and avoid them. | Owen Taylor | 1998-12-17 | 11 | -162/+331 |
* | *** empty log message *** | Arturo Espinosa | 1998-12-16 | 2 | -0/+58 |
* | Don't call XPending() if we have putback events. | Owen Taylor | 1998-12-16 | 9 | -2/+37 |
* | Do nothing on empty string, quietly. | Owen Taylor | 1998-12-16 | 8 | -4/+38 |
* | Redraw the character under the cursor when removing the cursor. | Owen Taylor | 1998-12-16 | 10 | -5/+61 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 38 | -118/+237 |
* | Released GTK+ 1.1.8GTK_1_1_8 | CST 1998 Shawn T. Amundson | 1998-12-16 | 15 | -8/+79 |
* | Define gdk_xim_ic only, if USE_XIM is defined. | Sebastian Wilhelmi | 1998-12-16 | 9 | -0/+32 |
* | urg, fixups | Tim Janik | 1998-12-16 | 12 | -31/+168 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 21 | -73/+115 |
* | Update news for 1.1.8. | Owen Taylor | 1998-12-16 | 1 | -0/+18 |
* | warn if glib.m4 or gettext.m4 are not found in aclocal's directory. | CST 1998 Shawn T. Amundson | 1998-12-16 | 8 | -0/+54 |
* | Create buttons, not combos again. | Owen Taylor | 1998-12-16 | 9 | -4/+534 |
* | Fixed gettextize/aclocal conflict in autogen.sh | Joel Becker | 1998-12-16 | 8 | -2/+40 |
* | removed clist flag : GTK_CLIST_DRAG_SELECTION added flags : | Lars Hamann | 1998-12-16 | 6 | -1234/+1566 |
* | Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used in | Owen Taylor | 1998-12-16 | 11 | -85/+199 |
* | Remove --with-threads, unused GTK_THREAD_FLAGS | Jeff Garzik | 1998-12-16 | 10 | -4/+42 |
* | Use G_IO_ERR|G_IO_HUP|G_IO_NVAL as the mask for checking for | Elliot Lee | 1998-12-15 | 9 | -6/+39 |
* | Make the gettext check for for libc5 systems. | Martin Baulig | 1998-12-15 | 8 | -0/+21 |
* | Not running gettextize fails on a fresh CVS checkout and we'll get a lot | Martin Baulig | 1998-12-15 | 8 | -0/+27 |
* | Rename AM_GNU_GETTEXT_GTK to AM_GTK_GNU_GETTEXT and AM_WITH_NLS_GTK to | Martin Baulig | 1998-12-15 | 9 | -4/+46 |
* | Moved gtk_label_set() compatiblity define from <gtkcompat.h> to | Owen Taylor | 1998-12-15 | 2 | -1/+3 |
* | Provide a hacked version of the gettext macros that never use the included | Owen Taylor | 1998-12-15 | 11 | -9/+397 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 26 | -454/+1132 |
* | Added GTK_USER_DRAW flag. | Owen Taylor | 1998-12-15 | 14 | -19/+86 |
* | Fixed up some warnings. | Owen Taylor | 1998-12-15 | 14 | -54/+473 |
* | Keep separate putback_events and queued_events queues so that we get both | Owen Taylor | 1998-12-15 | 9 | -60/+190 |
* | Removed unused variable, fixed minor memory leak. | Owen Taylor | 1998-12-15 | 10 | -39/+50 |
* | Remove gdk_signal, which crept back in in last commit. | Owen Taylor | 1998-12-15 | 11 | -92/+4145 |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 46 | -5329/+1033 |
* | acconfig.h removed IPC_RMID_DEFERRED_RELEASE check | Manish Singh | 1998-12-15 | 12 | -208/+56 |
* | autoconf says we need AC_ISC_POSIX. Whiner. | Manish Singh | 1998-12-15 | 1 | -0/+1 |
* | include -lintl in LIBS | Tim Janik | 1998-12-15 | 2 | -0/+7 |
* | Replaced the crappy de.po with a valid one. | Sven Neumann | 1998-12-15 | 8 | -53/+66 |