summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* icontheme: Add a missing getterMatthias Clasen2020-10-031-0/+18
* icontheme: Clarify the docsMatthias Clasen2020-09-301-2/+5
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* Merge branch 'new-sysprof' into 'master'Matthias Clasen2020-08-211-9/+11
|\
| * Port tracing to the sysprof collector apiMatthias Clasen2020-08-211-9/+11
* | *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-2/+2
|/
* gtkicontheme: Stop using GTimeValMatthias Clasen2020-07-311-10/+5
* Replace "gchar" with "char"Benjamin Otte2020-07-251-61/+61
* Replace "gint" with "int"Benjamin Otte2020-07-251-57/+57
* icontheme: IndentationTimm Bäder2020-07-171-5/+5
* icontheme: Use GdkArrayBenjamin Otte2020-07-161-25/+30
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* Drop fallback-c89.cChristoph Reiter2020-05-311-5/+0
* Fix minor typosYuri Chornoivan2020-05-281-3/+3
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-10/+10
* icontheme: Don't free array elementGeorges Basile Stavracas Neto2020-05-061-1/+0
* icontheme: Save dir_mtimes in a GArray, not a GListTimm Bäder2020-05-051-37/+36
* icontheme: Call gtk_system_setting_changedMatthias Clasen2020-04-221-2/+5
* icontheme: Keep a serialMatthias Clasen2020-04-221-0/+9
* icon-theme: Fix deadlock in GktIconTheme disposeAlexander Larsson2020-04-221-2/+9
* Fix typo in IconTheme.Arnaud Bonatti2020-04-141-1/+1
* 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