summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* GtkIconInfo: add gtk_icon_info_is_symbolic()William Hua2014-01-081-28/+34
* Icon theme: Hardcode fallback through the 'gnome' icon themeMatthias Clasen2013-10-211-1/+6
* Fix an oversightMatthias Clasen2013-10-151-1/+1
* Fall back to non-symbolic iconsMatthias Clasen2013-10-151-8/+11
* Set an error when loading a GtkIconInfo failsMatthias Clasen2013-10-151-1/+1
* Fix a crash in icon handlingMatthias Clasen2013-10-151-5/+10
* icontheme: Use gdk_rgba_to_string()Benjamin Otte2013-10-051-15/+4
* icontheme: Use rgba() when loading symbolic iconsBenjamin Otte2013-10-051-2/+3
* icon-theme: Fix 2 memory leaks in GtkIconInfoBastien Nocera2013-10-021-0/+2
* icon-theme: Use g_clear_* helpers in finalizeBastien Nocera2013-10-021-8/+4
* icontheme: use g_file_load_contents() for symbolic iconsCosimo Cecchi2013-09-301-1/+1
* icon-theme: Better handling of unscaled icon directoriesAlexander Larsson2013-09-231-7/+32
* icon-theme: Make icon_info_new() have some argsAlexander Larsson2013-09-231-33/+22
* icontheme: Make sure icon_info->scale doesn't end up 0Florian Müllner2013-09-201-2/+2
* More documentation fixesMatthias Clasen2013-09-171-2/+2
* GDK/GTK on Windows: Fix buildChun-wei Fan2013-08-261-1/+1
* icon-theme: Add ScaledDirectories supportAlexander Larsson2013-08-191-1/+10
* icon-theme: Use "Scale" for key as per the specAlexander Larsson2013-08-191-2/+2
* Make symbolic icons work with the current rsvgMatthias Clasen2013-08-161-9/+12
* icontheme: correctly fallback to symbolic iconsCosimo Cecchi2013-08-131-9/+31
* gtkicontheme: check for GdkPixbuf firstRyan Lortie2013-08-021-34/+34
* docs: gtk_icon_theme_lookup_by_gicon_for_scale() is newMurray Cumming2013-07-271-1/+1
* Move wholly deprecated classes to gtk/deprecated/Matthias Clasen2013-07-191-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* GtkIconTheme: Add helpers to load to cairo_surface_tAlexander Larsson2013-07-031-0/+111
* icontheme: Add support for high resolution iconsCarlos Garnacho2013-07-031-114/+359
* Deprecate and ignore gtk-fallback-icon-themeWilliam Jon McCann2013-06-261-25/+2
* IconTheme: Move changed emission to an idleAlexander Larsson2013-06-191-15/+23
* IconTheme: Clear caches when reloading themeAlexander Larsson2013-06-191-1/+4
* IconCache: Keep a ref on the GtkIconDataAlexander Larsson2013-06-191-14/+33
* icontheme: Remove unused functionBenjamin Otte2013-04-061-25/+0
* docs: correct various spelling and grammar errorsWill Thompson2013-03-041-1/+1
* GtkIconTheme: fix regression from 0db32f0632ef4675bfcfc9ec201f7af157a48ab0Giovanni Campagna2013-03-041-2/+6
* GtkIconTheme: fix failed assertion when asynchrnously loading emblemed iconsGiovanni Campagna2013-03-041-3/+6
* Fix deprecations for GtkIconInfoJasper St. Pierre2013-02-151-11/+11
* gtkicontheme: Mark copy/free compat symbols as skipJasper St. Pierre2013-02-151-2/+2
* Fix GtkIconInfo docsAlexander Larsson2013-02-151-9/+11
* GtkIconTheme: Add async versions of symbolic icon loadersAlexander Larsson2013-02-141-10/+344
* GtkIconTheme Don't leak pixbuf in symbolic icon cacheAlexander Larsson2013-02-141-1/+1
* Add gtk_icon_info_load_icon_asyncAlexander Larsson2013-02-141-0/+188
* Make GtkIconInfo a GObjectAlexander Larsson2013-02-141-18/+34
* icon cache: Fix double freeAlexander Larsson2012-11-301-1/+1
* Reuse rendered symbolic iconsAlexander Larsson2012-11-301-95/+246
* Cache GtkIconInfoAlexander Larsson2012-11-301-5/+255
* icon-theme: Add some preconditions for NULL argumentsStef Walter2012-11-091-0/+7
* icon-theme: support loading symbolic GFileIcons from generic URIsCosimo Cecchi2012-10-311-36/+60
* icontheme: Don't assume a symbolic icon size of 16x16Carlos Garnacho2012-07-131-2/+25
* icon-theme: Allow symbolic GFileIconsJasper St. Pierre2012-06-011-0/+7
* build: Remove now-unused GTK_DISABLE_DEPRECATED undefsBenjamin Otte2012-05-011-1/+0
* Prefer xdg data directory to legacy .icons directoryWilliam Jon McCann2012-04-301-1/+1