| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -6/+6 |
* | new file to build it all ... added to EXTRA_DIST | Hans Breuer | 2003-07-20 | 1 | -1/+1 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 1 | -2/+2 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -6/+14 |
* | If called when fontsel->face is NULL, just return "Sans 10". (#82745, | Owen Taylor | 2002-11-07 | 1 | -2/+9 |
* | Add ::screen-changed signal. | Owen Taylor | 2002-11-07 | 1 | -49/+6 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -102/+66 |
* | Minor documentation fixes | Soren Sandmann | 2002-08-10 | 1 | -3/+3 |
* | Update from contents of size entry on focus out. (#76493, Lauris | Owen Taylor | 2002-05-15 | 1 | -0/+16 |
* | Discard configure events from SubstructureNotify. (#81760, Rich Burridge) | Owen Taylor | 2002-05-14 | 1 | -1/+1 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -9/+63 |
* | Make path arg const, #75653 | Jonathan Blandford | 2002-03-25 | 1 | -1/+1 |
* | Don't create ->font_entry, ->font_style_entry at all rather than just not | Owen Taylor | 2002-03-05 | 1 | -2/+18 |
* | Mark <Control>, <Shift>, <Release>, <Alt> for translation. | Owen Taylor | 2002-02-27 | 1 | -2/+2 |
* | Register all stock icons "unscaled" so that we don't have icons only | Owen Taylor | 2002-02-27 | 1 | -1/+1 |
* | at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2002-02-24 | 1 | -4/+4 |
* | Select the right item in the family list. (Reported by Mark Patton, Patch | Owen Taylor | 2002-02-18 | 1 | -29/+63 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | Show correct size in the size entry. | Anders Carlsson | 2002-01-29 | 1 | -0/+5 |
* | Use gtk_tree_view_set_cursor() instead of | Owen Taylor | 2002-01-29 | 1 | -14/+28 |
* | Switch over to GtkTreeView from GtkCList. Remove the entries above the | Owen Taylor | 2002-01-29 | 1 | -227/+349 |
* | Mark children as composite. (#66360) | Matthias Clasen | 2002-01-17 | 1 | -0/+7 |
* | don't cast a possible NULL pointer. | Tim Janik | 2002-01-09 | 1 | -1/+1 |
* | 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 |