summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released GTK+ 1.1.11GTK_1_1_11CST 1998 Shawn T. Amundson1998-12-3124-181/+265
* Wed, 30 Dec 1998 23:04:25 +0100 [Vincent]Vincent Renardias1998-12-301-21/+21
* Fixed off-by-one error when computing length.Owen Taylor1998-12-299-4/+39
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-2415-7/+130
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-2419-46/+136
* Released GTK+ 1.1.10GTK_1_1_10CST 1998 Shawn T. Amundson1998-12-2425-23/+574
* s,Fedrerico Mena,Federico Mena,Martin Baulig1998-12-241-1/+1
* Update to changelog, to cover fix that previously slipped in.Owen Taylor1998-12-247-0/+42
* label->label should be the mb text _after_ removing the underlines, notOwen Taylor1998-12-239-40/+125
* */Makefile.am: Now passes 'make distcheck'. Now loops. I'm not sure whatElliot Lee1998-12-2317-196/+1355
* Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don'tOwen Taylor1998-12-2210-5/+86
* Return TRUE for button press events we handle. (Allows option menus inOwen Taylor1998-12-228-1/+44
* Optimization - when we've already found a widget, skip all checks forOwen Taylor1998-12-228-4/+95
* Added translation by Krzysztof Krzy¿aniak <eloy@venco.com.pl>Owen Taylor1998-12-223-1/+95
* fixed column resize bugLars Hamann1998-12-218-4/+32
* export the priority at which events are processed.Tim Janik1998-12-2016-86/+87
* added translation by Tomas Ögren <stric@ing.umu.se>PST 1998 Shawn T. Amundson1998-12-2010-1/+486
* eek, fixed an embarrasing bug that caused this function to always returnTim Janik1998-12-208-0/+44
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-1914-13/+93
* always run a g_main_iteration, even if there are no active main loops.Manish Singh1998-12-198-10/+48
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-1911-70/+206
* s/(enter|leave)_button/$1/g, since pthreads.h no longer conflictsManish Singh1998-12-1910-15/+53
* fixed GDK_2BUTTON_PRESS bug.Lars Hamann1998-12-198-7/+44
* add ja.po to ALL_LINGUASManish Singh1998-12-198-1/+29
* Sat, 19 Dec 1998 01:15:44 +0100 [Vincent]Vincent Renardias1998-12-182-1/+454
* Marked plug window as destroyed before destroying the window.Owen Taylor1998-12-188-1/+43
* Set the usize on the tearoff window so when we reparent the window out,Owen Taylor1998-12-188-1/+48
* Fixed transposition of \ and "Owen Taylor1998-12-182-2/+6
* Daniels de.po file after a bit of editing.Sven Neumann1998-12-181-18/+398
* Add Japanese Translation.Yukihiro Nakai1998-12-182-0/+456
* do not export the glib flags for thread support to gtk-config.Sebastian Wilhelmi1998-12-188-2/+38
* added gdk_flush() after g_main_run(), so we get the original behaviourTim Janik1998-12-1811-17/+118
* Add @INTLLIBS@. gtk-scier-981116-0.patch Sean CierOwen Taylor1998-12-1818-91/+355
* Remove the info tag from the context so if the source unexpectedlyOwen Taylor1998-12-1711-6/+74
* Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale.Owen Taylor1998-12-179-11/+4
* Free previous label->label_wc.Owen Taylor1998-12-1710-4/+70
* Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guardSebastian Wilhelmi1998-12-179-16/+58
* Released GTK+ 1.1.9GTK_1_1_9Shawn T. Amundson1998-12-1716-11/+106
* rm -rf intl breaks --disable-nls, put it backManish Singh1998-12-1711-14/+71
* updated call to g_main_add_poll instead of g_main_poll_addCST 1998 Shawn T. Amundson1998-12-179-2/+37
* Remove unnecessary cast.Owen Taylor1998-12-178-1/+35
* Check for broken glibc 2.0 mb functions, and avoid them.Owen Taylor1998-12-1711-162/+331
* *** empty log message ***Arturo Espinosa1998-12-162-0/+58
* Don't call XPending() if we have putback events.Owen Taylor1998-12-169-2/+37
* Do nothing on empty string, quietly.Owen Taylor1998-12-168-4/+38
* Redraw the character under the cursor when removing the cursor.Owen Taylor1998-12-1610-5/+61
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-1638-118/+237
* Released GTK+ 1.1.8GTK_1_1_8CST 1998 Shawn T. Amundson1998-12-1615-8/+79
* Define gdk_xim_ic only, if USE_XIM is defined.Sebastian Wilhelmi1998-12-169-0/+32
* urg, fixupsTim Janik1998-12-1612-31/+168