summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.c
Commit message (Expand)AuthorAgeFilesLines
* Handle being called early. Bug report by Andrés G. AragonesesMatthias Clasen2008-12-131-0/+2
* Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and realMatthias Clasen2008-09-271-6/+0
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkfontsel.c gtk/gtkrc.c gtk/gtkstyle.c use g_object_unref() insteadMichael Natterer2008-06-161-3/+3
* add cast to fix const warning.Michael Natterer2008-01-141-9/+14
* Fix doc typosMatthias Clasen2007-11-301-2/+2
* Require gtk-doc 1.8Matthias Clasen2007-11-251-5/+6
* Accept class names starting with lowercase letters for style propertyMatthias Clasen2007-06-111-3/+1
* initialize rc_priv in the else branch too. (#445539)Carlos Garnacho2007-06-081-0/+1
* Make it possible for theme engines to support symbolic colors. (#426192,Matthias Clasen2007-06-081-25/+65
* new method, gtk_widget_modify_cursor() (#89314).Yevgen Muntyan2007-06-061-0/+34
* Initialise variable. Bug #423064.Christian Persch2007-03-261-0/+1
* Freeze property notification. Handle the gtk-color-scheme xsetting beingMatthias Clasen2007-03-221-2/+4
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-10/+5
* Don't leak references to the color-hash gotten from GtkSettings. (#409357,Matthias Clasen2007-02-281-6/+0
* New tooltips API.Kristian Rietveld2007-02-061-1/+1
* Fix accelerator clippingMatthias Clasen2006-12-071-0/+7
* plug small memory leak (#370395)Paolo Borelli2006-11-131-5/+5
* added new scanner token "unbind" which gets rid of a key binding (in fact,Michael Natterer2006-10-051-3/+5
* serialize floating point values using locale-independent functions.Michael Natterer2006-09-041-8/+27
* reset scanner config to default values while checking if anMichael Natterer2006-08-031-16/+47
* New function to destroy an rc context.Matthias Clasen2006-07-211-17/+65
* Replace gtk_rc_style_ref/unref by g_object_ref/unref.Matthias Clasen2006-07-211-3/+1
* Enable symbolic colors and color expressions in style properties. FixesMichael Natterer2006-07-211-40/+134
* gtk/gtkrc.c fix canonicalization of property names which was broken afterMichael Natterer2006-07-071-2/+2
* added a bunch of utility functions to copy icon_factories and color_hashesMichael Natterer2006-07-061-86/+130
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-8/+12
* Make transparent tray icons work. (#320034, based on a patch by DanMatthias Clasen2006-06-191-0/+5
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-32/+2
* Fix problems with setting symbolic colors from rc files. (#338345,Matthias Clasen2006-04-301-6/+13
* Allocate pixmap_path dynamically, rather than using a fixed array of sizeMatthias Clasen2006-04-181-48/+12
* Allocate the gtk_rc_default_files array dynamically.Matthias Clasen2006-04-031-7/+18
* Avoid relocations for the array of symbol names.Matthias Clasen2006-04-031-41/+78
* Support subclasses in RC files. (#142417, Todd Berman, patch based on aMatthias Clasen2006-03-231-38/+370
* Rework the way the color scheme setting is inherited. Now the overridingMatthias Clasen2005-12-161-33/+14
* Make the gtk-color-scheme setting work.Matthias Clasen2005-12-121-4/+2
* don't leak all toplevel windows on other screens (correctly remove allMichael Natterer2005-11-231-1/+2
* Added symbolic themable colors. Patch is a merged version of proposalsMichael Natterer2005-11-231-60/+375
* applied patch from maemo-gtk that changes the mtime check for rc filesMichael Natterer2005-11-041-1/+1
* Readd the memory leak fix, since the assertion failures were traced to anMatthias Clasen2005-10-051-0/+3
* Revert the change from yesterday, since it leads to assertion failures.Matthias Clasen2005-10-041-3/+0
* Unref the style when removing it from the hash table. (#314696, BenjaminMatthias Clasen2005-10-031-0/+3
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make it compileMatthias Clasen2005-04-061-1/+1
* Don't modify scanner->value, copy it first. (#165693, Tommi Komulainen)Matthias Clasen2005-04-061-2/+5