summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* build: Add -Wnull-dereferenceBenjamin Otte2020-03-051-0/+1
* icontheme: Remove unused parameterBenjamin Otte2020-03-051-14/+9
* icontheme: Don't crash on icon lookup failureBenjamin Otte2020-03-051-4/+5
* Add missing annotation for GtkIconThemeEmmanuele Bassi2020-03-031-2/+2
* Add missing ownership transfer annotationsEmmanuele Bassi2020-02-261-5/+6
* icontheme: Update the apiMatthias Clasen2020-02-181-155/+364
* icon theme: Don't add profiler marks for short async icon loadsAlexander Larsson2020-02-121-2/+7
* profiler: Add _end_mark() version of _add_mark()Alexander Larsson2020-02-121-2/+2
* profiler: Make profiler-is-running a macroAlexander Larsson2020-02-121-2/+2
* Convert all profiler times from nsec to usecAlexander Larsson2020-02-121-2/+3
* Use markf in one more placeAlexander Larsson2020-02-121-5/+1
* Fix typo in GtkIconPaintable is-symbolic propertyAlexander Larsson2020-02-101-1/+1
* icon-theme: Add back and fix test for handling non-square iconsAlexander Larsson2020-02-101-2/+2
* Expose gtk_icon_paintable_new_for_fileAlexander Larsson2020-02-101-1/+13
* GtkIconPaintable: Add properties for file, icon-name and is-symbolicAlexander Larsson2020-02-101-2/+118
* icon paintable: Replace get_filename and get_resource_path with get_file()Alexander Larsson2020-02-101-24/+24
* Rename GTK_ICON_LOOKUP_LOAD_IN_THREAD to GTK_ICON_LOOKUP_PRELOADAlexander Larsson2020-02-101-1/+1
* icontheme: Always return some icon name in get_icon_name() for lookup resultsAlexander Larsson2020-02-101-16/+22
* icon-theme: Add GTK_ICON_LOOKUP_LOAD_IN_THREAD flagAlexander Larsson2020-02-071-0/+34
* icontheme: Optimize memory use and lookup speed by internalizing icon namesAlexander Larsson2020-02-071-58/+169
* Use G_OBJECT_TYPE_NAME instead of g_type_name_from_instanceAlexander Larsson2020-02-071-1/+1
* Add gtk_icon_paintable_get_resource_path()Alexander Larsson2020-02-061-1/+22
* Add gtk_icon_paintable_get_icon_name()Alexander Larsson2020-02-061-0/+25
* Remove gtk_icon_paintable_download_texture() public APIAlexander Larsson2020-02-061-13/+4
* icontheme: Move IMAGE_MISSING_RESOURCE_PATH to (private) headerAlexander Larsson2020-02-061-2/+0
* icontheme: Handle GEmblemIcon in lookup_by_gicon()Alexander Larsson2020-02-061-1/+5
* icon theme: Also never fail in gtk_icon_theme_lookup_by_gicon()Alexander Larsson2020-02-061-3/+9
* icon-theme: Don't pre-scale pixbufs in gtk_icon_theme_lookup_by_giconAlexander Larsson2020-02-061-41/+15
* IconTheme: Never fail a lookup or icon loadAlexander Larsson2020-02-061-194/+141
* IconTheme: Simplify icon scalingAlexander Larsson2020-02-061-299/+106
* GtkIconPaintable: Always recolor when snapshotting.Alexander Larsson2020-02-061-19/+3
* icontheme: Align function argumentsAlexander Larsson2020-02-061-8/+8
* Merge branch 'wip/otte/css' into 'master'Benjamin Otte2020-02-051-2/+2
|\
| * widget: Replace style-updated signal with css_changed vfuncBenjamin Otte2020-02-051-2/+2
* | icontheme: Fix various memory leaksMatthias Clasen2020-02-051-13/+19
* | icontheme: Remove some dead codeMatthias Clasen2020-02-051-10/+0
|/
* Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-041-122/+122
* icontheme: Remove GENERIC_FALLBACKSBenjamin Otte2020-02-041-55/+1
* icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-041-73/+25
* icontheme: Remove contextsBenjamin Otte2020-02-041-76/+15
* icontheme: Remove gtk_icon_get_base_size() and gtk_icon_get_base_dir()Benjamin Otte2020-02-041-46/+0
* icontheme: Remove crayon APIsBenjamin Otte2020-02-041-51/+0
* icontheme: Remove gtk_icon_theme_rescan_if_needed()Benjamin Otte2020-02-041-29/+0
* icontheme: Remove NO_SVG and FORCE_SVG flagsBenjamin Otte2020-02-041-16/+4
* icontheme: Remove GTK_ICON_LOOKUP_USE_BUILTINBenjamin Otte2020-02-041-7/+2
* icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-041-7/+24
* icontheme: Remove async APIsBenjamin Otte2020-02-041-206/+0
* icontheme: Remove gtk_icon_theme_get_default()Benjamin Otte2020-02-041-24/+5
* icon-theme: Only have one copy of the icon flags enumAlexander Larsson2020-02-041-87/+76
* IconTheme: Make icon lookups fasterAlexander Larsson2020-02-031-309/+370