| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | added a default method for the add virtual method of GtkContainer. | Lorenzo Gil Sanchez | 2004-07-05 | 1 | -2/+12 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -12/+12 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 1 | -36/+47 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -4/+4 |
* | Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF broken | Owen Taylor | 2002-05-14 | 1 | -21/+27 |
* | gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c | Owen Taylor | 2002-02-18 | 1 | -2/+2 |
* | Patch from Jacob Berkman to fix problem when the height/width of a layout | Owen Taylor | 2002-01-29 | 1 | -10/+53 |
* | It is possible that a GtkLayout may have been scrolled _before_ it was | Jody Goldberg | 2002-01-16 | 1 | -2/+2 |
* | set the background of our bin window also (fixes #58957) | jacob berkman | 2002-01-10 | 1 | -0/+15 |
* | don't cast a possible NULL pointer. | Tim Janik | 2002-01-09 | 1 | -2/+2 |
* | queue a resize on | jacob berkman | 2002-01-08 | 1 | -1/+1 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -1/+2 |
* | default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful | Havoc Pennington | 2001-09-08 | 1 | -1/+99 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -0/+2 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -58/+185 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -12/+2 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -19/+0 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+23 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 1 | -3/+128 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 1 | -2/+3 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -14/+1 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -1/+1 |
* | Patch from ChiDeok Hwang to move call to sync_selection() up a few lines | Owen Taylor | 2001-03-02 | 1 | -2/+2 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -33/+0 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -2/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality | Owen Taylor | 2000-07-02 | 1 | -1/+0 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -10/+41 |
* | Remember to save the file before committing. | Jonathan Blandford | 2000-05-17 | 1 | -4/+1 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -13/+16 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -518/+12 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 1 | -1/+1 |
* | Must mark also gdk_error_warnings and gdk_error_code as GDKVAR, as they | Tor Lillqvist | 1999-12-11 | 1 | -1/+7 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -31/+76 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -8/+8 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> | Tim Janik | 1999-03-17 | 1 | -3/+3 |
* | This might seem like a large patch, but it isn't that bad, and nothing | Tor Lillqvist | 1999-03-15 | 1 | -3/+22 |
* | warn about &widget->requisition, even for toplevels. | Tim Janik | 1999-02-24 | 1 | -13/+0 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -5/+7 |
* | Move gravity_works back to a static global variable, since it is a global | Owen Taylor | 1999-01-28 | 1 | -5/+10 |
* | remove another g_print("\n"); | Stuart Parmenter | 1999-01-28 | 1 | -1/+0 |
* | Removed some g_print()'s | Owen Taylor | 1999-01-28 | 1 | -3/+0 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 1 | -263/+212 |
* | Check args for NULL. (gtk_selection_default_handler): Replace manual list | Jeff Garzik | 1999-01-21 | 1 | -1/+1 |
* | check for child widget being NULL | Stuart Parmenter | 1999-01-16 | 1 | -0/+2 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -4/+3 |