summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* export the priority at which events are processed.Tim Janik1998-12-206-62/+0
* eek, fixed an embarrasing bug that caused this function to always returnTim Janik1998-12-201-0/+2
* Don't add the gthread libs to GLIB_LIBS either, or -lgthread -lpthreadOwen Taylor1998-12-194-7/+14
* always run a g_main_iteration, even if there are no active main loops.Manish Singh1998-12-191-10/+6
* removed return_if_fail (label->words != NULL) since that's a valid caseTim Janik1998-12-192-68/+78
* s/(enter|leave)_button/$1/g, since pthreads.h no longer conflictsManish Singh1998-12-193-15/+11
* fixed GDK_2BUTTON_PRESS bug.Lars Hamann1998-12-191-7/+9
* Marked plug window as destroyed before destroying the window.Owen Taylor1998-12-181-1/+1
* Set the usize on the tearoff window so when we reparent the window out,Owen Taylor1998-12-181-1/+6
* added gdk_flush() after g_main_run(), so we get the original behaviourTim Janik1998-12-182-15/+18
* Add @INTLLIBS@. gtk-scier-981116-0.patch Sean CierOwen Taylor1998-12-187-88/+95
* Remove the info tag from the context so if the source unexpectedlyOwen Taylor1998-12-174-6/+11
* Free previous label->label_wc.Owen Taylor1998-12-172-2/+5