| Commit message (Expand) | Author | Age | Files | Lines |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -32/+2 |
* | Fix problems with setting symbolic colors from rc files. (#338345, | Matthias Clasen | 2006-04-30 | 1 | -6/+13 |
* | Allocate pixmap_path dynamically, rather than using a fixed array of size | Matthias Clasen | 2006-04-18 | 1 | -48/+12 |
* | Allocate the gtk_rc_default_files array dynamically. | Matthias Clasen | 2006-04-03 | 1 | -7/+18 |
* | Avoid relocations for the array of symbol names. | Matthias Clasen | 2006-04-03 | 1 | -41/+78 |
* | Support subclasses in RC files. (#142417, Todd Berman, patch based on a | Matthias Clasen | 2006-03-23 | 1 | -38/+370 |
* | Rework the way the color scheme setting is inherited. Now the overriding | Matthias Clasen | 2005-12-16 | 1 | -33/+14 |
* | Make the gtk-color-scheme setting work. | Matthias Clasen | 2005-12-12 | 1 | -4/+2 |
* | don't leak all toplevel windows on other screens (correctly remove all | Michael Natterer | 2005-11-23 | 1 | -1/+2 |
* | Added symbolic themable colors. Patch is a merged version of proposals | Michael Natterer | 2005-11-23 | 1 | -60/+375 |
* | applied patch from maemo-gtk that changes the mtime check for rc files | Michael Natterer | 2005-11-04 | 1 | -1/+1 |
* | Readd the memory leak fix, since the assertion failures were traced to an | Matthias Clasen | 2005-10-05 | 1 | -0/+3 |
* | Revert the change from yesterday, since it leads to assertion failures. | Matthias Clasen | 2005-10-04 | 1 | -3/+0 |
* | Unref the style when removing it from the hash table. (#314696, Benjamin | Matthias Clasen | 2005-10-03 | 1 | -0/+3 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Make it compile | Matthias Clasen | 2005-04-06 | 1 | -1/+1 |
* | Don't modify scanner->value, copy it first. (#165693, Tommi Komulainen) | Matthias Clasen | 2005-04-06 | 1 | -2/+5 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+5 |
* | Don't leak the values here. (#169047, Philip Langdale) | Matthias Clasen | 2005-03-03 | 1 | -1/+1 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | gtk/gtkmodules.c (get_module_path) With g_getenv() now returning UTF-8 on | Tor Lillqvist | 2005-01-01 | 1 | -39/+0 |
* | gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c | Tor Lillqvist | 2004-12-12 | 1 | -11/+108 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -1/+1 |
* | Include gtkmodules.h. (#155885, Kazuki IWAMOTO) | Matthias Clasen | 2004-10-20 | 1 | -0/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+2 |
* | Apply the gtk-default-menu-item-style to cell view menu items as well. | Matthias Clasen | 2004-07-12 | 1 | -0/+1 |
* | small color tweak. (#141173) | Soeren Sandmann | 2004-06-26 | 1 | -1/+1 |
* | Add a missing cat. (#141070, Chris Sherlock) | Matthias Clasen | 2004-04-29 | 1 | -2/+2 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -1/+1 |
* | Don't open/close the file, just check for existence with g_file_test(). | Owen Taylor | 2004-03-04 | 1 | -7/+3 |
* | New function. Use resize cursors for resize grips. (Bug #129621) | Soeren Sandmann | 2004-02-26 | 1 | -0/+9 |
* | hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-26 | 1 | -1/+1 |
* | Doc trivia. | Matthias Clasen | 2004-02-26 | 1 | -0/+2 |
* | Export gtk_rc_reset_styles(). (Request from Dom Lachowicz, #123769) | Owen Taylor | 2004-02-26 | 1 | -13/+12 |
* | Don't use zip -r on the etc directory, to avoid including editor backup | Tor Lillqvist | 2003-09-20 | 1 | -6/+4 |
* | Fix some missing initializations of rc_file->directory. | Owen Taylor | 2003-08-24 | 1 | -1/+3 |
* | Fix problem where rc_file->directory wasn't always getting set. (#120549, | Owen Taylor | 2003-08-24 | 1 | -1/+2 |
* | Keep a list of current GtkRcFiles being parsed, not just the directories | Owen Taylor | 2003-08-21 | 1 | -22/+26 |
* | Implement a loader for named themed icon based on from gnome-desktop | Owen Taylor | 2003-07-02 | 1 | -8/+24 |
* | Remove dubious bitfields of unspecified signedness. (#112919, Morten | Matthias Clasen | 2003-05-27 | 1 | -1/+1 |
* | demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c | Manish Singh | 2003-02-28 | 1 | -1/+1 |
* | new default color scheme based on the GNOME stock icon palette. (#80691, | Soeren Sandmann | 2002-12-10 | 1 | -2/+24 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -26/+23 |
* | - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks, | Owen Taylor | 2002-10-07 | 1 | -2/+5 |
* | Privately export: _gtk_settings_set_property_value_from_rc() | Owen Taylor | 2002-10-02 | 1 | -3/+4 |
* | Make icon sizes configurable (#70648, slightly based on a patch from Bill | Owen Taylor | 2002-09-24 | 1 | -26/+54 |
* | Fri Sep 20 16:56:54 2002 Owen Taylor <otaylor@redhat.com> ... | Owen Taylor | 2002-09-20 | 1 | -1/+1 |
* | New demo for window migration between different displays and screens. | Owen Taylor | 2002-08-01 | 1 | -8/+16 |