summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-1520-89/+133
* Make MOD1-drag also do action ask.Owen Taylor1999-01-151-1/+4
* 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-1418-61/+61
* in comparisions with GTK_TYPE_STRING, use the fundamental type to catchTim Janik1999-01-132-2/+4
* eliminate queue_clears or queue_draws where we know that expose eventsTim Janik1999-01-132-11/+15
* add GTK_HAVE_FEATURES_1_1_13 for the toggle button name changesStuart Parmenter1999-01-131-0/+5
* Add a drag_data_received handler for the label.Owen Taylor1999-01-122-9/+29
* Minor fix to handling of misc->[x/y]padOwen Taylor1999-01-121-2/+2
* 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-1213-347/+479
* end drag selections if necessary.Lars Hamann1999-01-113-5/+59
* eliminated some queue_draws when invoking gtk_widget_set_state, since thatTim Janik1999-01-1111-1197/+1205
* Only remove handlers for motion/button_release at drop, removeOwen Taylor1999-01-111-2/+8
* removed Paolo Molaro's type creation hooks again, since they 1) don't careTim Janik1999-01-112-64/+0
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-119-31/+33
* Mon, 11 Jan 1999 08:09:08 +0100 Paolo Molaro <lupus@debian.org>Paolo Molaro1999-01-112-4/+64
* added an assertement.Tim Janik1999-01-111-1/+2
* Fixed cut and paste bug when comparing text property bg colors. [ MattOwen Taylor1999-01-101-2/+2
* if the lookup failed, try to initialize the object class and reattempt theTim Janik1999-01-101-5/+16
* Added cs to ALL_LINGUAS.Owen Taylor1999-01-091-4/+3
* Set name "gtk-tooltips" on tip window so that a style can be set forOwen Taylor1999-01-091-1/+1
* Fixed some list-manipulation breakage.Owen Taylor1999-01-091-2/+3
* call gtk_spin_button_update before returning a valueLars Hamann1999-01-083-69/+63
* Fixes to drawing the background of the bin window so that clearing andOwen Taylor1999-01-082-31/+57
* Fix some more memory leaks.Owen Taylor1999-01-071-2/+4
* fix for dnd bug reported by Bertrand Guiheneuf. Don't return FALSE ifLars Hamann1999-01-061-6/+0
* free the event that was returned to us by gtk_get_current_eventGeorge Lebl1999-01-063-8/+13
* Free memory allocated for target lists.Owen Taylor1999-01-061-0/+1
* Push GdkRGB's visual and colormap around the color selection dialog soOwen Taylor1999-01-061-0/+6
* When redrawing the under-cursor character, don't redraw the terminatingOwen Taylor1999-01-052-15/+64
* Make gtk_propagate_event() non-static, we need it in gtkdnd.c so that theOwen Taylor1999-01-053-11/+27
* Released GTK+ 1.1.12GTK_1_1_12CST 1999 Shawn T. Amundson1999-01-041-0/+4
* fixed auto_resize bugLars Hamann1999-01-031-15/+21
* gdk/gdk.c gdk/gdkinputnone.h casts to get rid of const warningsManish Singh1999-01-025-72/+53
* Check for features.h.Jeff Garzik1999-01-013-3/+9
* gtk.m4: When testing to see if glib exists, set LIBS="$GTK_LIBS $LIBS" NOTElliot Lee1998-12-314-12/+15
* Init fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>. Will ChangeLog shortly.Jeff Garzik1998-12-311-1/+1
* Fix memory leak. gdk_event_put would make a copy of next_event, andMiguel de Icaza1998-12-311-2/+5
* Released GTK+ 1.1.11GTK_1_1_11CST 1998 Shawn T. Amundson1998-12-311-0/+4
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-241-1/+10
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-247-41/+42
* Released GTK+ 1.1.10GTK_1_1_10CST 1998 Shawn T. Amundson1998-12-241-0/+4
* label->label should be the mb text _after_ removing the underlines, notOwen Taylor1998-12-232-40/+55
* */Makefile.am: Now passes 'make distcheck'. Now loops. I'm not sure whatElliot Lee1998-12-232-9/+24
* Request XmTRANFER_FAILURE on Motif drops not within a drop zone. I don'tOwen Taylor1998-12-221-1/+5
* Return TRUE for button press events we handle. (Allows option menus inOwen Taylor1998-12-221-1/+2
* Optimization - when we've already found a widget, skip all checks forOwen Taylor1998-12-221-4/+4
* fixed column resize bugLars Hamann1998-12-211-4/+4