summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Released GTK+ 1.1.9GTK_1_1_9Shawn T. Amundson1998-12-171-0/+4
* rm -rf intl breaks --disable-nls, put it backManish Singh1998-12-173-11/+15
* Remove unnecessary cast.Owen Taylor1998-12-171-1/+0
* *** empty log message ***Arturo Espinosa1998-12-162-0/+58
* Do nothing on empty string, quietly.Owen Taylor1998-12-161-4/+3
* Redraw the character under the cursor when removing the cursor.Owen Taylor1998-12-162-4/+18
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-1623-105/+53
* Released GTK+ 1.1.8GTK_1_1_8CST 1998 Shawn T. Amundson1998-12-161-0/+1
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-1621-73/+115
* Create buttons, not combos again.Owen Taylor1998-12-161-2/+1
* removed clist flag : GTK_CLIST_DRAG_SELECTION added flags :Lars Hamann1998-12-165-1144/+1554