| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo [ gtk-mailund-990116-0: Thomas Mailund Jensen | Owen Taylor | 1999-01-17 | 1 | -0/+5 |
* | Update to version 1.1.3, change packager address. | Christopher Blizzard | 1999-01-17 | 1 | -0/+4 |
* | deprecated gtk_check_menu_item_set_state, people should use | Tim Janik | 1999-01-17 | 1 | -0/+10 |
* | incremented version number to 1.1.13, bin age 0, interface age 0. | Tim Janik | 1999-01-17 | 1 | -0/+13 |
* | for NO_WINDOW widgets, add their allocation.y to the position of the | George Lebl | 1999-01-17 | 1 | -0/+6 |
* | check for child widget being NULL | Stuart Parmenter | 1999-01-16 | 1 | -0/+4 |
* | fixed double click bug. | Lars Hamann | 1999-01-16 | 1 | -0/+4 |
* | define GTK_DISABLE_COMPAT_H for compilation of gtk code. | Tim Janik | 1999-01-15 | 1 | -0/+31 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -0/+91 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 1 | -0/+11 |
* | Unset CATOBJEXT so that the macros and Makefiles correctly handle | Owen Taylor | 1999-01-14 | 1 | -0/+6 |
* | in comparisions with GTK_TYPE_STRING, use the fundamental type to catch | Tim Janik | 1999-01-13 | 1 | -0/+10 |
* | eliminate queue_clears or queue_draws where we know that expose events | Tim Janik | 1999-01-13 | 1 | -0/+13 |
* | acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 and | Manish Singh | 1999-01-13 | 1 | -0/+6 |
* | Add a drag_data_received handler for the label. | Owen Taylor | 1999-01-12 | 1 | -0/+26 |
* | Minor fix to handling of misc->[x/y]pad | Owen Taylor | 1999-01-12 | 1 | -0/+11 |
* | reworked the redrawing heuristics somewhat, this fixed a bunch of existing | Tim Janik | 1999-01-12 | 1 | -0/+69 |
* | end drag selections if necessary. | Lars Hamann | 1999-01-11 | 1 | -0/+9 |
* | eliminated some queue_draws when invoking gtk_widget_set_state, since that | Tim Janik | 1999-01-11 | 1 | -0/+22 |
* | Only remove handlers for motion/button_release at drop, remove | Owen Taylor | 1999-01-11 | 1 | -0/+5 |
* | removed Paolo Molaro's type creation hooks again, since they 1) don't care | Tim Janik | 1999-01-11 | 1 | -0/+8 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 1 | -0/+25 |
* | Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1999-01-11 | 1 | -0/+5 |
* | added an assertement. | Tim Janik | 1999-01-11 | 1 | -0/+4 |
* | Fixed cut and paste bug when comparing text property bg colors. [ Matt | Owen Taylor | 1999-01-10 | 1 | -0/+7 |
* | if the lookup failed, try to initialize the object class and reattempt the | Tim Janik | 1999-01-10 | 1 | -0/+6 |
* | Added cs to ALL_LINGUAS. | Owen Taylor | 1999-01-09 | 1 | -0/+10 |
* | Set name "gtk-tooltips" on tip window so that a style can be set for | Owen Taylor | 1999-01-09 | 1 | -0/+6 |
* | Fixed some list-manipulation breakage. | Owen Taylor | 1999-01-09 | 1 | -0/+15 |
* | call gtk_spin_button_update before returning a value | Lars Hamann | 1999-01-08 | 1 | -0/+14 |
* | Fixes to drawing the background of the bin window so that clearing and | Owen Taylor | 1999-01-08 | 1 | -0/+13 |
* | Fix some more memory leaks. | Owen Taylor | 1999-01-07 | 1 | -0/+9 |
* | fix for dnd bug reported by Bertrand Guiheneuf. Don't return FALSE if | Lars Hamann | 1999-01-06 | 1 | -2/+4 |
* | Added Italian texts | Tristan Tarrant | 1999-01-06 | 1 | -0/+4 |
* | free the event that was returned to us by gtk_get_current_event | George Lebl | 1999-01-06 | 1 | -0/+5 |
* | Push GdkRGB's visual and colormap around the color selection dialog so | Owen Taylor | 1999-01-06 | 1 | -0/+8 |
* | When redrawing the under-cursor character, don't redraw the terminating | Owen Taylor | 1999-01-05 | 1 | -0/+42 |
* | Released GTK+ 1.1.12GTK_1_1_12 | CST 1999 Shawn T. Amundson | 1999-01-04 | 1 | -0/+12 |
* | Added 'ko'. Added Korean translation. | Nam SungHyun | 1999-01-04 | 1 | -0/+4 |
* | fixed auto_resize bug | Lars Hamann | 1999-01-03 | 1 | -0/+4 |
* | make this G_PRIORITY_DEFAULT. | Tim Janik | 1999-01-02 | 1 | -0/+7 |
* | Removed features.h test. | Jeff Garzik | 1999-01-02 | 1 | -0/+8 |
* | gdk/gdk.c gdk/gdkinputnone.h casts to get rid of const warnings | Manish Singh | 1999-01-02 | 1 | -0/+15 |
* | Check for features.h. | Jeff Garzik | 1999-01-01 | 1 | -0/+23 |
* | updated w/ changed from last night | Jeff Garzik | 1998-12-31 | 1 | -0/+6 |
* | Fix memory leak. gdk_event_put would make a copy of next_event, and | Miguel de Icaza | 1998-12-31 | 1 | -1/+7 |
* | Released GTK+ 1.1.11GTK_1_1_11 | CST 1998 Shawn T. Amundson | 1998-12-31 | 1 | -2/+12 |
* | Fixed off-by-one error when computing length. | Owen Taylor | 1998-12-29 | 1 | -0/+5 |
* | x Pull in string.h for various mem*() and str*() functions, in an | Jeff Garzik | 1998-12-24 | 1 | -0/+7 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 1 | -0/+13 |