summaryrefslogtreecommitdiff
path: root/gtk/gtkiconhelper.c
Commit message (Expand)AuthorAgeFilesLines
* iconhelper: Handle GtkSymbolicPaintableMatthias Clasen2023-01-221-1/+2
* iconhelper: Fix the paintable implementationMatthias Clasen2021-07-311-1/+1
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-1/+0
* iconhelper: Recreate the texture when neededMatthias Clasen2021-01-111-1/+2
* gtk: Remove unused header includeBenjamin Otte2020-10-201-1/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-5/+5
* css: Drop the -gtk-icon-theme propertyMatthias Clasen2020-04-221-1/+1
* Stop using the -gtk-icon-theme style propertyMatthias Clasen2020-04-221-1/+0
* Rename GTK_ICON_LOOKUP_LOAD_IN_THREAD to GTK_ICON_LOOKUP_PRELOADAlexander Larsson2020-02-101-1/+1
* GtkIconHelper: Trigger preload when css sizes is validAlexander Larsson2020-02-071-5/+14
* Remove unnecessary image-missing fallbacksAlexander Larsson2020-02-061-7/+0
* IconTheme: Simplify icon scalingAlexander Larsson2020-02-061-21/+0
* GtkIconPaintable: Always recolor when snapshotting.Alexander Larsson2020-02-061-8/+4
* Rename GtkIcon to GtkIconPaintableAlexander Larsson2020-02-041-2/+2
* icontheme: Remove GENERIC_FALLBACKSBenjamin Otte2020-02-041-1/+1
* icontheme: Pass fallbacks as optional argument to lookup_icon()Benjamin Otte2020-02-041-0/+1
* icontheme: Remove GTK_ICON_LOOKUP_USE_BUILTINBenjamin Otte2020-02-041-2/+2
* icontheme: Make text direction a lookup argumentBenjamin Otte2020-02-041-11/+7
* icontheme: Remove async APIsBenjamin Otte2020-02-041-78/+0
* GtkIconHelper: Preload icons for mapped widgets with higher priorityAlexander Larsson2020-01-301-1/+24
* IconHelper: Only preload icons onceAlexander Larsson2020-01-301-0/+7
* icon-theme: Add i/o priority to choose_icon_async()Alexander Larsson2020-01-301-1/+1
* Remove final references to "icon info" with just "icon"Alexander Larsson2020-01-301-6/+6
* GtkImage: Preload icons during css validationAlexander Larsson2020-01-301-0/+48
* icon helper: Remove profiler markAlexander Larsson2020-01-301-10/+0
* icon-theme: Drop the _for_scale() versions and always take scaleAlexander Larsson2020-01-301-5/+5
* icon-theme: Rename GtkIconInfo to GtkIconAlexander Larsson2020-01-301-2/+2
* GtkIconHelper use GtkIconInfo as paintableAlexander Larsson2020-01-291-13/+1
* Use style values directlyMatthias Clasen2020-01-291-4/+3
* css: Update affects flags for iconsMatthias Clasen2020-01-241-8/+13
* iconhelper: Add profiler marks around icon loadingMatthias Clasen2020-01-221-0/+11
* icontheme: Remove gtk_icon_info_load_textureTimm Bäder2019-09-091-1/+1
* icontheme: Add error argument to _load_textureTimm Bäder2019-09-091-1/+1
* iconhelper: Don't snapshot 0 sized iconsTimm Bäder2019-08-091-1/+4
* iconhelper: Try to avoid some save/restore callsTimm Bäder2019-07-071-17/+44
* iconhelper: Use new snapshot transformsBenjamin Otte2019-02-211-4/+6
* iconhelper: Fix drawing of empty and paintable helpersBenjamin Otte2018-09-051-2/+6
* iconhelper: Plug memleakBenjamin Otte2018-07-041-0/+2
* image: size request is always CONSTANT_SIZEBenjamin Otte2018-07-041-16/+0
* iconhelper: Always size contents to icon sizeBenjamin Otte2018-06-101-226/+44
* Fix comment typo introduced in a32725bc9abRobert Ancell2018-05-091-1/+1
* image: Actually report a request modeBenjamin Otte2018-04-051-0/+16
* Fix some leaksKrzesimir Nowak2018-03-271-1/+6
* iconhelper: Apply scale to paintableBenjamin Otte2018-03-261-29/+10
* cellrendererpixbuf: Store the texture in the iconhelper paintableBenjamin Otte2018-03-161-47/+0
* image: Add gtk_image_set_keep_aspect_ratio()Benjamin Otte2018-03-161-5/+35
* iconhelper: Implement GdkPaintableBenjamin Otte2018-03-161-131/+245
* image: Don't handle surfaces anymoreBenjamin Otte2018-03-161-102/+1
* image: Load resources and files into texturesBenjamin Otte2018-03-161-1/+1