summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* for NO_WINDOW widgets, add their allocation.y to the position of theGeorge Lebl1999-01-178-0/+44
* Updated.Tomas Ogren1999-01-172-45/+34
* updatedNam SungHyun1999-01-171-11/+10
* Sat, 16 Jan 1999 23:32:33 +0100 [Vincent]Vincent Renardias1999-01-161-11/+9
* check for child widget being NULLStuart Parmenter1999-01-168-0/+30
* fixed double click bug.Lars Hamann1999-01-168-6/+28
* Mention libtool 1.2dManish Singh1999-01-161-1/+1
* Updated translation.Kjartan Maraas1999-01-151-10/+9
* define GTK_DISABLE_COMPAT_H for compilation of gtk code.Tim Janik1999-01-1518-2256/+2503
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-1535-99/+902
* Make MOD1-drag also do action ask.Owen Taylor1999-01-151-1/+4
* Do all event processing in dispatch() instead of prepare() and check().Owen Taylor1999-01-152-10/+10
* Change copy_area => !set_bg. Use tile instead of gdk_window_copy_area whenOwen Taylor1999-01-152-51/+43
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-1425-61/+138
* Unset CATOBJEXT so that the macros and Makefiles correctly handleOwen Taylor1999-01-148-1/+45
* in comparisions with GTK_TYPE_STRING, use the fundamental type to catchTim Janik1999-01-139-2/+74
* updated spanish language filePablo Saratxaga1999-01-131-12/+5
* cvs be quietJeff Garzik1999-01-131-1/+2
* eliminate queue_clears or queue_draws where we know that expose eventsTim Janik1999-01-1311-11/+109
* remove autogened filesManish Singh1999-01-132-156/+0
* Doah. libtool isn't the only thing in here.Manish Singh1999-01-131-0/+332
* acinclude.m4 ltconfig upgrade to libtool 1.2d (with fixes for irix6 andManish Singh1999-01-1324-802/+1927
* add GTK_HAVE_FEATURES_1_1_13 for the toggle button name changesStuart Parmenter1999-01-131-0/+5
* Updated, did make update-poTomas Ogren1999-01-132-41/+64
* Add a drag_data_received handler for the label.Owen Taylor1999-01-1213-120/+536
* Minor fix to handling of misc->[x/y]padOwen Taylor1999-01-128-2/+79
* Add back as wrapper function to restore source/binary compatibility.Owen Taylor1999-01-122-1/+26
* updatesTim Janik1999-01-121-0/+2
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-1223-355/+1007
* end drag selections if necessary.Lars Hamann1999-01-1110-5/+122
* eliminated some queue_draws when invoking gtk_widget_set_state, since thatTim Janik1999-01-1121-1216/+1384
* Only remove handlers for motion/button_release at drop, removeOwen Taylor1999-01-118-2/+43
* removed Paolo Molaro's type creation hooks again, since they 1) don't careTim Janik1999-01-119-64/+56
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-1117-33/+210
* Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org>Paolo Molaro1999-01-119-4/+99
* added an assertement.Tim Janik1999-01-118-1/+30
* Fixed cut and paste bug when comparing text property bg colors. [ MattOwen Taylor1999-01-108-2/+51
* if the lookup failed, try to initialize the object class and reattempt theTim Janik1999-01-108-5/+58
* added spanish language filePablo Saratxaga1999-01-102-1/+457
* Added cs to ALL_LINGUAS.Owen Taylor1999-01-099-5/+74
* Added Czech translation by Stanislav Brabec <utx@k332.feld.cvut.cz>Owen Taylor1999-01-092-0/+463
* Set name "gtk-tooltips" on tip window so that a style can be set forOwen Taylor1999-01-098-1/+43
* More strings translated. Not finished yet.Nuno Ferreira1999-01-092-72/+74
* Fixed some list-manipulation breakage.Owen Taylor1999-01-0910-4/+120
* call gtk_spin_button_update before returning a valueLars Hamann1999-01-0810-69/+161
* Fixes to drawing the background of the bin window so that clearing andOwen Taylor1999-01-089-31/+148
* Fix some more memory leaks.Owen Taylor1999-01-078-2/+67
* fix for dnd bug reported by Bertrand Guiheneuf. Don't return FALSE ifLars Hamann1999-01-068-20/+28
* Added Italian textsTristan Tarrant1999-01-069-1/+481
* free the event that was returned to us by gtk_get_current_eventGeorge Lebl1999-01-0610-8/+48