| Commit message (Expand) | Author | Age | Files | Lines |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -5/+5 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Avoid an uninitialized variable warning, pointed out by Colin Walters. | Matthias Clasen | 2005-08-26 | 1 | -2/+2 |
* | Don't try to send a client message if the screen is NULL. Noticed by | Matthias Clasen | 2005-08-24 | 1 | -1/+1 |
* | Implement a clientmessage based scheme for makeing sure that all GTK+ | Matthias Clasen | 2005-08-22 | 1 | -2/+46 |
* | Add a note regarding icon theme changes. | Matthias Clasen | 2005-08-22 | 1 | -0/+8 |
* | Store GtkIconData structs in the per-directory hash, even if they come | Matthias Clasen | 2005-08-19 | 1 | -10/+20 |
* | Put debugging printout inside GTK_NOTE. | Tor Lillqvist | 2005-08-15 | 1 | -3/+6 |
* | Correct the download location for the hicolor icon theme. (#313475, Olexiy | Matthias Clasen | 2005-08-15 | 1 | -1/+5 |
* | When changing the icon theme, defer the resetting of rc styles to an idle, | Matthias Clasen | 2005-08-12 | 1 | -6/+36 |
* | Explicitly use the svg loader, if available. This should help with the | Matthias Clasen | 2005-07-20 | 1 | -1/+4 |
* | Don't keep the caches for unthemed directories in a separate list, instead | Matthias Clasen | 2005-07-13 | 1 | -32/+13 |
* | Add a warning about unreffing icon themes. (#310163, Rodney Dawes) | Matthias Clasen | 2005-07-13 | 1 | -2/+2 |
* | Doc fixes. | Matthias Clasen | 2005-06-10 | 1 | -1/+1 |
* | Store icon caches along with the mtimes of the toplevel directories. The | Matthias Clasen | 2005-04-06 | 1 | -57/+21 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+4 |
* | Don't crash if there is no cache. (#170652, Diego Gonzalez) | Matthias Clasen | 2005-03-17 | 1 | -1/+1 |
* | Update spec. | Anders Carlsson | 2005-03-15 | 1 | -14/+17 |
* | Fix the doc comments. (#169967, Masao Mutoh) | Matthias Clasen | 2005-03-12 | 1 | -2/+3 |
* | Make icon data caching work again. (#168851, Alexander Larsson) | Matthias Clasen | 2005-03-01 | 1 | -4/+8 |
* | Look for icons in XDG_DATA_DIRS/pixmaps. (#165950, Thomas Zajic) | Matthias Clasen | 2005-02-02 | 1 | -7/+3 |
* | Make gtk_icon_theme_load_icon() work independent of icon factory | Matthias Clasen | 2005-01-03 | 1 | -0/+3 |
* | Use /usr/share/pixmaps only on Unix. | Tor Lillqvist | 2004-12-30 | 1 | -1/+6 |
* | gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c | Tor Lillqvist | 2004-12-12 | 1 | -3/+116 |
* | Improve the docs. (#157785, Torsten Schoenfeld) | Matthias Clasen | 2004-11-10 | 1 | -4/+7 |
* | Actually commit the "stat less" patch which appeared in the ChangeLog a | Matthias Clasen | 2004-11-02 | 1 | -18/+14 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -3/+3 |
* | Use the new g_key_file api in GLib. | Matthias Clasen | 2004-10-24 | 1 | -136/+131 |
* | Implement for cached themes. | Matthias Clasen | 2004-10-21 | 1 | -3/+47 |
* | Small fixes. | Matthias Clasen | 2004-10-20 | 1 | -8/+6 |
* | Implement icon theme caching. (#154034, Martijn Vernooij, caching schema | Matthias Clasen | 2004-10-19 | 1 | -21/+171 |
* | Go back to not scaling up at all. Less magic. | Matthias Clasen | 2004-10-05 | 1 | -1/+1 |
* | Make the code work as intended for unthemed icons; don't scale them up too | Matthias Clasen | 2004-10-05 | 1 | -3/+4 |
* | Applied patch from Olivier Andrieu to fix bug #150440. | Manish Singh | 2004-08-18 | 1 | -2/+2 |
* | Look up icon themes in the directories specified in the icon theme spec: | Matthias Clasen | 2004-08-17 | 1 | -10/+17 |
* | Doc update. | Matthias Clasen | 2004-08-16 | 1 | -3/+3 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+3 |
* | Don't leak the file contents. | Matthias Clasen | 2004-08-09 | 1 | -1/+3 |
* | Add missing parens. (#149190, Morten Welinder) | Matthias Clasen | 2004-08-03 | 1 | -1/+1 |
* | Remove trailing commas from enumerations. (#148035) | Matthias Clasen | 2004-07-21 | 1 | -1/+1 |
* | Support named themed window icons. | Matthias Clasen | 2004-07-17 | 1 | -1/+72 |
* | Don't leak no_svg_filename. (#147399, Kjartan Maraas) | Matthias Clasen | 2004-07-14 | 1 | -1/+1 |
* | Handle accel_closure being NULL on an accel label. (#139641, Sam | Matthias Clasen | 2004-06-02 | 1 | -1/+1 |
* | Update libpng and libjpeg URLs, remove note about building without since | Owen Taylor | 2004-04-19 | 1 | -2/+2 |
* | hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-26 | 1 | -1/+1 |
* | Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, | Matthias Clasen | 2004-02-22 | 1 | -0/+6 |
* | Remove an extraneous + 1 (#134015, Torsten Schoenfeld) | Owen Taylor | 2004-02-12 | 1 | -1/+1 |
* | Fixes #134051. | Federico Mena Quintero | 2004-02-11 | 1 | -3/+0 |
* | Shift the array correctly. Fixes #134055, patch by Tosten Schoenfeld | Federico Mena Quintero | 2004-02-11 | 1 | -2/+2 |