summaryrefslogtreecommitdiff
path: root/gtk/gtkrc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove a (now) misleading comment.Matthias Clasen2002-02-051-6/+3
* RC file lookup improvements (#68234, suggestions from Matthias Clasen.)Owen Taylor2002-02-031-126/+91
* Support engine "" {} to mean override to the default engine. (#70205)Owen Taylor2002-02-021-25/+57
* Parse the RC string here when the first object is created rather than inOwen Taylor2002-02-021-1/+53
* Fix ordering of priorities so that priorities take precendence over theOwen Taylor2002-02-021-25/+56
* Handle reparsing any strings if the theme changes. (#69465)Owen Taylor2002-02-011-8/+32
* don't install an empty icon_set if none of the image files could be foundSven Neumann2002-01-291-7/+15
* Fix problems when an engine declaration occurs in a reopened style, andOwen Taylor2002-01-191-30/+56
* close a comment blockjacob berkman2002-01-151-1/+1
* Documentation additions.Matthias Clasen2002-01-141-0/+18
* g_getenv() returns a const string.Sven Neumann2002-01-141-2/+4
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-13/+13
* (#67542, reported by Anders Carlsson)Owen Taylor2001-12-261-2/+7
* Markup fixes.Matthias Clasen2001-12-131-14/+12
* Typo fixes.Matthias Clasen2001-12-071-1/+1
* reflect Pango API changeHans Breuer2001-11-231-2/+2
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-2/+4
* Use -no-undefined on Windows. Look for .dll or .so as appropriate asTor Lillqvist2001-11-021-1/+2
* Updates.Tor Lillqvist2001-10-291-39/+0
* Remove G_DISABLE_CONST_RETURNS.Owen Taylor2001-10-231-1/+1
* g_string_printfa => g_string_append_printf.Owen Taylor2001-10-011-2/+2
* replace g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.Matthias Clasen2001-10-011-1/+1
* updated externalsHans Breuer2001-09-211-17/+15
* Implement a search path for GTK+ modules.Owen Taylor2001-09-111-61/+22
* Fixed reversed comparison causing RC properties not to work.Owen Taylor2001-09-111-1/+1
* Fix blank line in the wrong place.Owen Taylor2001-09-101-1/+1
* Replace uses of GBSearchArray with GArray and bsearch(), to removeOwen Taylor2001-09-081-70/+74
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-9/+8
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-1/+1
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-337/+755