| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Made button-press timeouts which work like key repeat timeouts | Michael Natterer | 2005-11-22 | 1 | -1/+25 |
* | Add settings to hide the input method and Unicode control character | Matthias Clasen | 2005-10-24 | 1 | -1/+22 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -8/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Don't leak the cursor theme name. (#314693, Kjartan Maraas) | Matthias Clasen | 2005-08-29 | 1 | -0/+2 |
* | Make the GdkScreen font options api public, and add properties | Matthias Clasen | 2005-08-26 | 1 | -2/+2 |
* | Cleanup up the mess I created | Matthias Clasen | 2005-08-24 | 1 | -5/+114 |
* | Make sure font and cursor settings get propagated down to the screen | Matthias Clasen | 2005-08-24 | 1 | -111/+7 |
* | Fix for #314004, reported by Michael Reinsch: | Owen Taylor | 2005-08-24 | 1 | -4/+111 |
* | Fix have_base_pc / have_base_x_pc typo. | Owen Taylor | 2005-08-15 | 1 | -4/+0 |
* | Rename the default theme to "Raleigh". (#312254, Thomas Wood) | Matthias Clasen | 2005-08-01 | 1 | -1/+1 |
* | Change machinery for following font rendering xsettings to set cairo font | Owen Taylor | 2005-07-21 | 1 | -98/+3 |
* | Correct the blurb for the icon-sizes setting. String change. (#309355, | Matthias Clasen | 2005-07-03 | 1 | -1/+1 |
* | Add two new settings, gtk-cursor-theme-name and gtk-cursor-theme-size to | Matthias Clasen | 2005-06-15 | 1 | -5/+58 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -19/+20 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 1 | -4/+4 |
* | Don't leak the values here. (#169047, Philip Langdale) | Matthias Clasen | 2005-03-03 | 1 | -2/+2 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -1/+1 |
* | Make it build on windows. (#156618, Kazuki IWAMOTO) | Matthias Clasen | 2004-10-27 | 1 | -0/+2 |
* | Add a public setting for button ordering (#74669, Owen Taylor) | Matthias Clasen | 2004-10-25 | 1 | -1/+10 |
* | Fix some problems reported by Morten Welinder: | Matthias Clasen | 2004-09-13 | 1 | -1/+1 |
* | Make it possible to specify additional modules to load via a setting. | Matthias Clasen | 2004-09-01 | 1 | -0/+30 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | don't overwrite application properties. Fixes bug #136802. | Mark McLoughlin | 2004-03-11 | 1 | -2/+5 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Remove the include of Xft.h, which is already dragged in via pangoxft.h. | Matthias Clasen | 2004-03-02 | 1 | -1/+0 |
* | Based on patch by Alex Larsson | Owen Taylor | 2004-03-01 | 1 | -1/+2 |
* | hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-26 | 1 | -2/+4 |
* | Guard the FC_HINT_STYLE stuff with an #ifdef, so we still build with most | Manish Singh | 2004-02-22 | 1 | -1/+3 |
* | Use P_ instead of _ for the new Xft settings. | Soeren Sandmann | 2004-02-21 | 1 | -10/+10 |
* | Bug 130790 (Federico Mena Quintero, Owen Taylor) | Soeren Sandmann | 2004-02-21 | 1 | -2/+167 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -24/+24 |
* | Do not interpret distant clicks as double-clicks (#116541, Bernhard | Matthias Clasen | 2003-12-16 | 1 | -6/+20 |
* | Implement a loader for named themed icon based on from gnome-desktop | Owen Taylor | 2003-07-02 | 1 | -0/+9 |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 1 | -2/+2 |
* | Add docs. | Matthias Clasen | 2003-05-19 | 1 | -2/+80 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -1/+1 |
* | Set the double click speed from XSETTINGS when creating a new GtkSettings | Owen Taylor | 2003-01-15 | 1 | -10/+18 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | Fix missing adjustments for new type of | Owen Taylor | 2002-11-25 | 1 | -7/+8 |
* | Clean up a bit of duplicated code. | Owen Taylor | 2002-11-18 | 1 | -5/+2 |
* | remove bogus gvalue initialization/freeing. | Jonathan Blandford | 2002-11-17 | 1 | -12/+0 |
* | Allow g_object_set to work with GtkSettings. | Jonathan Blandford | 2002-11-16 | 1 | -12/+38 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -4/+5 |
* | Privately export: _gtk_settings_set_property_value_from_rc() | Owen Taylor | 2002-10-02 | 1 | -40/+135 |
* | Make icon sizes configurable (#70648, slightly based on a patch from Bill | Owen Taylor | 2002-09-24 | 1 | -2/+12 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 1 | -2/+8 |