| Commit message (Expand) | Author | Age | Files | Lines |
* | for NO_WINDOW widgets, add their allocation.y to the position of the | George Lebl | 1999-01-17 | 8 | -0/+44 |
* | Updated. | Tomas Ogren | 1999-01-17 | 2 | -45/+34 |
* | updated | Nam SungHyun | 1999-01-17 | 1 | -11/+10 |
* | Sat, 16 Jan 1999 23:32:33 +0100 [Vincent] | Vincent Renardias | 1999-01-16 | 1 | -11/+9 |
* | check for child widget being NULL | Stuart Parmenter | 1999-01-16 | 8 | -0/+30 |
* | fixed double click bug. | Lars Hamann | 1999-01-16 | 8 | -6/+28 |
* | Mention libtool 1.2d | Manish Singh | 1999-01-16 | 1 | -1/+1 |
* | Updated translation. | Kjartan Maraas | 1999-01-15 | 1 | -10/+9 |
* | define GTK_DISABLE_COMPAT_H for compilation of gtk code. | Tim Janik | 1999-01-15 | 18 | -2256/+2503 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 35 | -99/+902 |
* | Make MOD1-drag also do action ask. | Owen Taylor | 1999-01-15 | 1 | -1/+4 |
* | Do all event processing in dispatch() instead of prepare() and check(). | Owen Taylor | 1999-01-15 | 2 | -10/+10 |
* | Change copy_area => !set_bg. Use tile instead of gdk_window_copy_area when | Owen Taylor | 1999-01-15 | 2 | -51/+43 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 25 | -61/+138 |
* | Unset CATOBJEXT so that the macros and Makefiles correctly handle | Owen Taylor | 1999-01-14 | 8 | -1/+45 |
* | in comparisions with GTK_TYPE_STRING, use the fundamental type to catch | Tim Janik | 1999-01-13 | 9 | -2/+74 |
* | updated spanish language file | Pablo Saratxaga | 1999-01-13 | 1 | -12/+5 |
* | cvs be quiet | Jeff Garzik | 1999-01-13 | 1 | -1/+2 |
* | eliminate queue_clears or queue_draws where we know that expose events | Tim Janik | 1999-01-13 | 11 | -11/+109 |
* | remove autogened files | Manish Singh | 1999-01-13 | 2 | -156/+0 |
* | Doah. libtool isn't the only thing in here. | Manish Singh | 1999-01-13 | 1 | -0/+332 |
* | acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 and | Manish Singh | 1999-01-13 | 24 | -802/+1927 |
* | add GTK_HAVE_FEATURES_1_1_13 for the toggle button name changes | Stuart Parmenter | 1999-01-13 | 1 | -0/+5 |
* | Updated, did make update-po | Tomas Ogren | 1999-01-13 | 2 | -41/+64 |
* | Add a drag_data_received handler for the label. | Owen Taylor | 1999-01-12 | 13 | -120/+536 |
* | Minor fix to handling of misc->[x/y]pad | Owen Taylor | 1999-01-12 | 8 | -2/+79 |
* | Add back as wrapper function to restore source/binary compatibility. | Owen Taylor | 1999-01-12 | 2 | -1/+26 |
* | updates | Tim Janik | 1999-01-12 | 1 | -0/+2 |
* | reworked the redrawing heuristics somewhat, this fixed a bunch of existing | Tim Janik | 1999-01-12 | 23 | -355/+1007 |
* | end drag selections if necessary. | Lars Hamann | 1999-01-11 | 10 | -5/+122 |
* | eliminated some queue_draws when invoking gtk_widget_set_state, since that | Tim Janik | 1999-01-11 | 21 | -1216/+1384 |
* | Only remove handlers for motion/button_release at drop, remove | Owen Taylor | 1999-01-11 | 8 | -2/+43 |
* | removed Paolo Molaro's type creation hooks again, since they 1) don't care | Tim Janik | 1999-01-11 | 9 | -64/+56 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 17 | -33/+210 |
* | Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org> | Paolo Molaro | 1999-01-11 | 9 | -4/+99 |
* | added an assertement. | Tim Janik | 1999-01-11 | 8 | -1/+30 |
* | Fixed cut and paste bug when comparing text property bg colors. [ Matt | Owen Taylor | 1999-01-10 | 8 | -2/+51 |
* | if the lookup failed, try to initialize the object class and reattempt the | Tim Janik | 1999-01-10 | 8 | -5/+58 |
* | added spanish language file | Pablo Saratxaga | 1999-01-10 | 2 | -1/+457 |
* | Added cs to ALL_LINGUAS. | Owen Taylor | 1999-01-09 | 9 | -5/+74 |
* | Added Czech translation by Stanislav Brabec <utx@k332.feld.cvut.cz> | Owen Taylor | 1999-01-09 | 2 | -0/+463 |
* | Set name "gtk-tooltips" on tip window so that a style can be set for | Owen Taylor | 1999-01-09 | 8 | -1/+43 |
* | More strings translated. Not finished yet. | Nuno Ferreira | 1999-01-09 | 2 | -72/+74 |
* | Fixed some list-manipulation breakage. | Owen Taylor | 1999-01-09 | 10 | -4/+120 |
* | call gtk_spin_button_update before returning a value | Lars Hamann | 1999-01-08 | 10 | -69/+161 |
* | Fixes to drawing the background of the bin window so that clearing and | Owen Taylor | 1999-01-08 | 9 | -31/+148 |
* | Fix some more memory leaks. | Owen Taylor | 1999-01-07 | 8 | -2/+67 |
* | fix for dnd bug reported by Bertrand Guiheneuf. Don't return FALSE if | Lars Hamann | 1999-01-06 | 8 | -20/+28 |
* | Added Italian texts | Tristan Tarrant | 1999-01-06 | 9 | -1/+481 |
* | free the event that was returned to us by gtk_get_current_event | George Lebl | 1999-01-06 | 10 | -8/+48 |