| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't use GTK_RC_FILES, since it causes problems with what KDE (etc.) does | Owen Taylor | 2002-07-24 | 1 | -1/+1 |
* | Set the display. | Owen Taylor | 2002-06-19 | 1 | -68/+103 |
* | Allow NULL for widget path or class path as documented. (#83150, Sergey | Owen Taylor | 2002-06-12 | 1 | -2/+4 |
* | Markup fixes | Matthias Clasen | 2002-05-28 | 1 | -2/+2 |
* | Set the width of the layout to the actual wrap width (our requisition) not | Owen Taylor | 2002-05-14 | 1 | -2/+12 |
* | s/<!>/<!-- -->/g throughout the documentation to bring the produced | Matthias Clasen | 2002-04-18 | 1 | -4/+4 |
* | free the style's font_description before accessing a new one. | Sven Neumann | 2002-03-25 | 1 | -6/+11 |
* | Patch from Richard Hestilow to fix gtk-font-name changes for widgets that | Owen Taylor | 2002-03-20 | 1 | -3/+20 |
* | make rewrite_event_for_window() static gtk_rc_clear_realized_style() | Hans Breuer | 2002-03-03 | 1 | -1/+1 |
* | gtk/gtksettings.c gtk/gtkstyle.c: Patch from Richard Hestilow to add a | Owen Taylor | 2002-02-24 | 1 | -1/+73 |
* | Add routines _gtk_find_module(), _gtk_get_module_path() to look up a | Owen Taylor | 2002-02-19 | 1 | -128/+22 |
* | Add a function to delete all bindings add by gtk_binding_parse_binding() | Owen Taylor | 2002-02-09 | 1 | -1/+10 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 1 | -1/+0 |
* | Remove a (now) misleading comment. | Matthias Clasen | 2002-02-05 | 1 | -6/+3 |
* | RC file lookup improvements (#68234, suggestions from Matthias Clasen.) | Owen Taylor | 2002-02-03 | 1 | -126/+91 |
* | Support engine "" {} to mean override to the default engine. (#70205) | Owen Taylor | 2002-02-02 | 1 | -25/+57 |
* | Parse the RC string here when the first object is created rather than in | Owen Taylor | 2002-02-02 | 1 | -1/+53 |
* | Fix ordering of priorities so that priorities take precendence over the | Owen Taylor | 2002-02-02 | 1 | -25/+56 |
* | Handle reparsing any strings if the theme changes. (#69465) | Owen Taylor | 2002-02-01 | 1 | -8/+32 |
* | don't install an empty icon_set if none of the image files could be found | Sven Neumann | 2002-01-29 | 1 | -7/+15 |
* | Fix problems when an engine declaration occurs in a reopened style, and | Owen Taylor | 2002-01-19 | 1 | -30/+56 |
* | close a comment block | jacob berkman | 2002-01-15 | 1 | -1/+1 |
* | Documentation additions. | Matthias Clasen | 2002-01-14 | 1 | -0/+18 |
* | g_getenv() returns a const string. | Sven Neumann | 2002-01-14 | 1 | -2/+4 |
* | Doc typo fix. (#68172) | Matthias Clasen | 2002-01-08 | 1 | -13/+13 |
* | (#67542, reported by Anders Carlsson) | Owen Taylor | 2001-12-26 | 1 | -2/+7 |
* | Markup fixes. | Matthias Clasen | 2001-12-13 | 1 | -14/+12 |
* | Typo fixes. | Matthias Clasen | 2001-12-07 | 1 | -1/+1 |
* | reflect Pango API change | Hans Breuer | 2001-11-23 | 1 | -2/+2 |
* | Version 1.3.11, interface, binary age 0. | Owen Taylor | 2001-11-21 | 1 | -2/+4 |
* | Use -no-undefined on Windows. Look for .dll or .so as appropriate as | Tor Lillqvist | 2001-11-02 | 1 | -1/+2 |
* | Updates. | Tor Lillqvist | 2001-10-29 | 1 | -39/+0 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -1/+1 |
* | g_string_printfa => g_string_append_printf. | Owen Taylor | 2001-10-01 | 1 | -2/+2 |
* | replace g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol. | Matthias Clasen | 2001-10-01 | 1 | -1/+1 |
* | updated externals | Hans Breuer | 2001-09-21 | 1 | -17/+15 |
* | Implement a search path for GTK+ modules. | Owen Taylor | 2001-09-11 | 1 | -61/+22 |
* | Fixed reversed comparison causing RC properties not to work. | Owen Taylor | 2001-09-11 | 1 | -1/+1 |
* | Fix blank line in the wrong place. | Owen Taylor | 2001-09-10 | 1 | -1/+1 |
* | Replace uses of GBSearchArray with GArray and bsearch(), to remove | Owen Taylor | 2001-09-08 | 1 | -70/+74 |