summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from HEAD:Michael Natterer2005-11-231-1/+2
* Merged from HEAD:Michael Natterer2005-11-041-1/+1
* 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
* 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
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* Don't leak the values here. (#169047, Philip Langdale)Matthias Clasen2005-03-031-1/+1
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-1/+1
* gtk/gtkmodules.c (get_module_path) With g_getenv() now returning UTF-8 onTor Lillqvist2005-01-011-39/+0
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-11/+108
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Include gtkmodules.h. (#155885, Kazuki IWAMOTO)Matthias Clasen2004-10-201-0/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+2
* Apply the gtk-default-menu-item-style to cell view menu items as well.Matthias Clasen2004-07-121-0/+1
* small color tweak. (#141173)Soeren Sandmann2004-06-261-1/+1
* Add a missing cat. (#141070, Chris Sherlock)Matthias Clasen2004-04-291-2/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Don't open/close the file, just check for existence with g_file_test().Owen Taylor2004-03-041-7/+3
* New function. Use resize cursors for resize grips. (Bug #129621)Soeren Sandmann2004-02-261-0/+9
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-1/+1
* Doc trivia.Matthias Clasen2004-02-261-0/+2
* Export gtk_rc_reset_styles(). (Request from Dom Lachowicz, #123769)Owen Taylor2004-02-261-13/+12
* Don't use zip -r on the etc directory, to avoid including editor backupTor Lillqvist2003-09-201-6/+4
* Fix some missing initializations of rc_file->directory.Owen Taylor2003-08-241-1/+3
* Fix problem where rc_file->directory wasn't always getting set. (#120549,Owen Taylor2003-08-241-1/+2
* Keep a list of current GtkRcFiles being parsed, not just the directoriesOwen Taylor2003-08-211-22/+26
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-021-8/+24
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-1/+1
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-1/+1
* new default color scheme based on the GNOME stock icon palette. (#80691,Soeren Sandmann2002-12-101-2/+24
* Deprecation cleanupManish Singh2002-10-101-26/+23
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-2/+5
* Privately export: _gtk_settings_set_property_value_from_rc()Owen Taylor2002-10-021-3/+4
* Make icon sizes configurable (#70648, slightly based on a patch from BillOwen Taylor2002-09-241-26/+54
* Fri Sep 20 16:56:54 2002 Owen Taylor <otaylor@redhat.com> ...Owen Taylor2002-09-201-1/+1
* New demo for window migration between different displays and screens.Owen Taylor2002-08-011-8/+16
* Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) doesOwen Taylor2002-07-241-1/+1
* Set the display.Owen Taylor2002-06-191-68/+103
* Allow NULL for widget path or class path as documented. (#83150, SergeyOwen Taylor2002-06-121-2/+4
* Markup fixesMatthias Clasen2002-05-281-2/+2
* Set the width of the layout to the actual wrap width (our requisition) notOwen Taylor2002-05-141-2/+12
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-4/+4
* free the style's font_description before accessing a new one.Sven Neumann2002-03-251-6/+11
* Patch from Richard Hestilow to fix gtk-font-name changes for widgets thatOwen Taylor2002-03-201-3/+20
* make rewrite_event_for_window() static gtk_rc_clear_realized_style()Hans Breuer2002-03-031-1/+1
* gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add aOwen Taylor2002-02-241-1/+73
* Add routines _gtk_find_module(), _gtk_get_module_path() to look up aOwen Taylor2002-02-191-128/+22
* Add a function to delete all bindings add by gtk_binding_parse_binding()Owen Taylor2002-02-091-1/+10
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0