summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
Commit message (Expand)AuthorAgeFilesLines
* icontheme: make has_(g)icon consistent with lookupvelsinki2023-04-241-2/+4
* gtk: Stop using g_sliceMatthias Clasen2023-03-141-2/+2
* icontheme: Silence a compiler warningMatthias Clasen2023-03-141-0/+1
* icontheme: Compiler warning fixesMatthias Clasen2023-02-021-1/+1
* icontheme: Streamline the suffix handling codeMatthias Clasen2023-01-141-30/+20
* icontheme: Avoid some allocationsMatthias Clasen2023-01-141-15/+22
* icontheme: Keep a single string setMatthias Clasen2023-01-141-55/+58
* Fix a compiler warningMatthias Clasen2023-01-131-1/+1
* icontheme: Bit a bit less wastefulMatthias Clasen2023-01-121-20/+17
* Include hicolor index.theme as a resourceLuca Bacci2022-12-201-44/+12
* Revert "Merge branch 'include-hicolor-index-theme-as-resource' into 'main'"Luca Bacci2022-12-201-12/+44
* Include hicolor index.theme as a resourceLuca Bacci2022-12-161-44/+12
* Fix spelling errorsMatthias Clasen2022-11-171-1/+1
* stylecontext: Deprecate most apisMatthias Clasen2022-10-121-1/+0
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* gtk: Use the new debug macrosMatthias Clasen2022-09-231-29/+35
* gdk/win32: do not expose gdk_win32_*_libgtk_only in public headersMarc-André Lureau2022-08-241-0/+1
* Add more directories to the builtin hicolor indexMatthias Clasen2022-06-021-2/+12
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-24/+8
* docs: Add missing annotationEmmanuele Bassi2021-11-011-1/+1
* icontheme: Fix variable mixup leading to crashesBenjamin Otte2021-09-171-14/+14
* icontheme: Implement gtk_icon_theme_lookup_by_gicon() for texturesBenjamin Otte2021-09-171-18/+8
* pixbufutils: Don't hardcode formatsBenjamin Otte2021-09-171-4/+0
* icontheme: Insist that people provide proper valuesBenjamin Otte2021-09-171-8/+2
* icontheme: Use textures moreBenjamin Otte2021-09-171-40/+46
* icontheme: Load textures directly when possibleBenjamin Otte2021-09-171-26/+19
* icontheme: Refactor gtk_icon_theme_lookup_symbolic_colors()Benjamin Otte2021-08-301-22/+16
* gtk: Port icontheme to GtkSymbolicPaintableBenjamin Otte2021-08-291-39/+24
* Avoid copying static debug stringsMatthias Clasen2021-07-281-1/+1
* Add missing "Since: 4.X" tagsMarc-André Lureau2021-07-071-0/+2
* icontheme: Fix binding annotationBenjamin Otte2021-06-301-1/+2
* icontheme: Add detail to the 'not found' messageMatthias Clasen2021-06-041-1/+1
* docs: Fix up syntaxMatthias Clasen2021-05-221-1/+1
* gtk: Clean up docs syntaxMatthias Clasen2021-05-221-2/+2
* docs: Reduce redundancyMatthias Clasen2021-05-201-6/+3
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-5/+5
* Documentation fixesMatthias Clasen2021-05-201-7/+7
* icontheme: Add gtk_icon_theme_has_giconMatthias Clasen2021-03-261-0/+44
* Add logging for icon fallbackMatthias Clasen2021-03-251-0/+5
* icontheme: Convert docsMatthias Clasen2021-03-111-125/+141
* docs: Clean up the first paragraph for various symbolsEmmanuele Bassi2021-03-111-4/+5
* icontheme: Make a parameter constTimm Bäder2021-01-031-1/+1
* icontheme: Make some constant values constTimm Bäder2020-12-211-4/+4
* icontheme: Make icon_paintable_ensure_texture() return an unowned valueTimm Bäder2020-12-211-4/+1
* docs: Explain the symbolic icon paintable situationMatthias Clasen2020-10-151-0/+3
* 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