| Commit message (Expand) | Author | Age | Files | Lines |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 1 | -2/+2 |
* | Go to the GUP proposed ordering of buttons with [OK] in the lower right | Owen Taylor | 2001-11-02 | 1 | -10/+9 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -5/+5 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -102/+159 |
* | Use GtkType/GType instead of uint. | Alex Larsson | 2001-09-06 | 1 | -1/+1 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -0/+2 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -2/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -75/+74 |
* | Get rid of stupid g_return_if_fail on digits greater than 6. If there | Havoc Pennington | 2001-06-04 | 1 | -8/+6 |
* | get sizes an icon set can render without falling back to missing image | Havoc Pennington | 2001-05-25 | 1 | -3/+3 |
* | Added properties. Based on patch by Lee Mallabone. | Alexander Larsson | 2001-05-22 | 1 | -0/+103 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 1 | -90/+16 |
* | i2001-04-24 Alexander Larsson <alexl@redhat.com> | Alexander Larsson | 2001-04-24 | 1 | -3/+0 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -17/+25 |
* | fix warnings | Havoc Pennington | 2001-03-24 | 1 | -1/+1 |
* | Check for FreeType using freetype-config, since we can't rely on Xft to | Owen Taylor | 2000-12-20 | 1 | -0/+2 |
* | Add two virtualized functions gdk_drawable_get_clip_region - to get the | Owen Taylor | 2000-12-15 | 1 | -3/+6 |
* | Derive from GtkDialog, and use stock buttons. Should be 100% source | Havoc Pennington | 2000-11-06 | 1 | -32/+29 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -5/+6 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -1/+1 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -3153/+299 |
* | handle "(nil)" foundries, patch from Grigorios Magklis. | Tim Janik | 2000-05-19 | 1 | -6/+9 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -19/+41 |
* | Add some sanity checks if the widget passed to gtk_drag_get_data() was not | Owen Taylor | 2000-02-01 | 1 | -9/+0 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -12/+14 |
* | Add new keysyms from X11R6.4 (including EuroSign). | Tor Lillqvist | 1999-10-31 | 1 | -0/+5 |
* | On Win32, expand possible hex escapes in the font family (put there by | Tor Lillqvist | 1999-09-30 | 1 | -3/+45 |
* | Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef | Owen Taylor | 1999-09-29 | 1 | -16/+16 |
* | Delete the gdk_DC when exiting, just to be sure. | Tor Lillqvist | 1999-09-21 | 1 | -1/+2 |
* | gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was | Tor Lillqvist | 1999-09-13 | 1 | -1/+1 |
* | Update gcc build instructions. Mention gettext is GPL. | Tor Lillqvist | 1999-07-21 | 1 | -0/+4 |
* | Support added for building using a GNU toolchain on Win32, | Tor Lillqvist | 1999-04-25 | 1 | -0/+7 |
* | updated spanish & walloon language files, | Pablo Saratxaga | 1999-04-05 | 1 | -26/+27 |
* | Make code compile with unknown value of GDK_WINDOWING | Pavel Machek | 1999-03-30 | 1 | -0/+3 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |
* | Configure now generates a gdkconfig.h file, in similar way as GLib's | Tor Lillqvist | 1999-03-13 | 1 | -20/+252 |
* | Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out by | Owen Taylor | 1999-02-25 | 1 | -14/+17 |
* | 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 |
* | When translating N_() strings, use _(), not gettext(), since we really | Owen Taylor | 1999-01-28 | 1 | -2/+2 |
* | eliminated some queue_draws when invoking gtk_widget_set_state, since that | Tim Janik | 1999-01-11 | 1 | -18/+18 |
* | Check for features.h. | Jeff Garzik | 1999-01-01 | 1 | -1/+7 |
* | removed unused var 64-bit cast point to const data Made const-correct. | Jeff Garzik | 1998-12-24 | 1 | -1/+2 |
* | Add @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier | Owen Taylor | 1998-12-18 | 1 | -65/+66 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 1 | -7/+7 |
* | "" | Damon Chaplin | 1998-12-07 | 1 | -73/+104 |
* | New functions gtk_window_set_transient_for() - set up a "transient for" | Owen Taylor | 1998-12-07 | 1 | -2/+3 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -6/+6 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -5/+5 |
* | removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy. | Lars Hamann | 1998-11-05 | 1 | -17/+36 |