| Commit message (Expand) | Author | Age | Files | Lines |
* | added boolean property gtk-touchscreen-mode, which essentially means | Michael Natterer | 2006-02-22 | 1 | -1/+19 |
* | Only set the cursor size if it is != 0. | Matthias Clasen | 2006-01-25 | 1 | -3/+3 |
* | Allow falling back to another icon theme before hicolor. (#325546, Rodney | Matthias Clasen | 2006-01-11 | 1 | -0/+11 |
* | Update class_n_properties after installing color-hash, since other classes | Matthias Clasen | 2005-12-21 | 1 | -1/+4 |
* | Fix a crash | Matthias Clasen | 2005-12-19 | 1 | -0/+3 |
* | Rework the way the color scheme setting is inherited. Now the overriding | Matthias Clasen | 2005-12-16 | 1 | -47/+179 |
* | Make the gtk-color-scheme setting work. | Matthias Clasen | 2005-12-12 | 1 | -6/+23 |
* | Turn metrics hinting on (part of #307196) | Behdad Esfahbod | 2005-12-07 | 1 | -0/+4 |
* | Merged modified patch from maemo-gtk that allows to disable toolbar | Michael Natterer | 2005-12-01 | 1 | -1/+12 |
* | Document symbolic colors and color expressions. | Matthias Clasen | 2005-11-23 | 1 | -0/+16 |
* | Added symbolic themable colors. Patch is a merged version of proposals | Michael Natterer | 2005-11-23 | 1 | -3/+94 |
* | 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 |