summaryrefslogtreecommitdiff
path: root/gtk/gtklayout.c
Commit message (Expand)AuthorAgeFilesLines
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* default xscale/yscale to 0.0, not 0.5, 0.5 isn't usefulHavoc Pennington2001-09-081-1/+99
* coalescing property notifiesHans Breuer2001-08-111-0/+2
* fix a typo.Havoc Pennington2001-08-101-58/+185
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-12/+2
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-19/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+23
* Remove leaks.Alexander Larsson2001-03-301-3/+128
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-2/+3
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-14/+1
* marshaller fixes.Tim Janik2001-03-071-1/+1
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-2/+2
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-33/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionalityOwen Taylor2000-07-021-1/+0
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-10/+41
* Remember to save the file before committing.Jonathan Blandford2000-05-171-4/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-13/+16
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-518/+12
* Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS /Owen Taylor2000-02-181-1/+1
* Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as theyTor Lillqvist1999-12-111-1/+7
* Adapt cast macros to standard.Raja R Harinath1999-11-221-31/+76
* Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdefOwen Taylor1999-09-291-8/+8
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-3/+3
* This might seem like a large patch, but it isn't that bad, and nothingTor Lillqvist1999-03-151-3/+22
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-241-13/+0
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-5/+7
* Move gravity_works back to a static global variable, since it is a globalOwen Taylor1999-01-281-5/+10
* remove another g_print("\n");Stuart Parmenter1999-01-281-1/+0
* Removed some g_print()'sOwen Taylor1999-01-281-3/+0
* Use floor() instead of truncating to integer values so we get translationOwen Taylor1999-01-271-263/+212
* Check args for NULL. (gtk_selection_default_handler): Replace manual listJeff Garzik1999-01-211-1/+1
* check for child widget being NULLStuart Parmenter1999-01-161-0/+2
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-4/+3
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-0/+3
* Mark child->window as destroyed so we don't destroy it again.Owen Taylor1998-12-121-0/+1
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-4/+7
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-13/+15
* Edited section on the ScrolledWindow.Owen Taylor1998-11-241-48/+47
* Fixed up copyright message.Owen Taylor1998-11-241-6/+20
* Added layout widget for scrolling arbitrarily big areas. Added plug/socketOwen Taylor1998-11-241-0/+1207