summaryrefslogtreecommitdiff
path: root/gtk/gtkiconhelper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iconhelper: Handle texture scale againBenjamin Otte2018-03-161-2/+2
* iconhelper: Turn into a GObjectBenjamin Otte2018-03-161-6/+46
* iconhelper: Rework to allow resizing of paintablesBenjamin Otte2018-03-161-4/+64
* iconhelper: Rename functionBenjamin Otte2018-03-161-19/+10
* image: Implement support for paintablesBenjamin Otte2018-03-161-11/+74
* iconhelper: transition to GdkPaintableBenjamin Otte2018-03-161-58/+70
* icon helper: Avoid gratitious pixbuf useMatthias Clasen2017-11-301-29/+8
* icon helper: Avoid a few string copiesMatthias Clasen2017-11-171-2/+2
* iconhelper: Query size via CSSMatthias Clasen2017-11-151-31/+27
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-151-2/+3
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-10/+4
* Simplify the gtk_snapshot_icon_texture APIMatthias Clasen2017-11-081-23/+3
* iconhelper: Don't render to surface anymoreBenjamin Otte2017-11-051-193/+108
* image: Add the ability to set texturesBenjamin Otte2017-11-051-0/+42
* iconhelper: Compute surface size without icon helperBenjamin Otte2017-11-041-6/+5
* GskTexture => GdkTextureBenjamin Otte2017-11-041-4/+4
* Drop all uses of GdkPixbufAnimation in the gtk APIsAlexander Larsson2017-10-231-44/+0
* GtkIconHelper: Remove unused codeAlexander Larsson2017-10-231-50/+0
* Drop pixbuf support in IconHelper and ImageDefinitionAlexander Larsson2017-10-231-67/+1
* Use a color matrix for symbolic iconsMatthias Clasen2017-10-231-7/+21
* Allow passing a color matrix when rendering iconsMatthias Clasen2017-10-231-1/+2
* icon helper: Use cached texturesMatthias Clasen2017-10-231-0/+64
* css: Add GTK_CSS_AFFECTS_ICON_SIZETimm Bäder2017-10-141-1/+14
* iconhelper: Short-circuit clear() if it's cleared alreadyTimm Bäder2017-10-141-5/+6
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+4
* iconhelper: Don't inherit from GObjectTimm Bäder2017-10-011-159/+109
* iconhelper: Inherit from GObjectTimm Bäder2017-07-191-112/+28
* iconhelper: Show error if fail to load placeholder iconRobert Ancell2017-06-091-1/+3
* iconhelper: Remove unused _draw implementationTimm Bäder2017-02-141-18/+0
* snapshot: Rename gtk_snapshot_translate_2d()Benjamin Otte2017-01-131-6/+6
* Use _gtk_widget_get_window moreMatthias Clasen2017-01-101-2/+3
* gsk: Turn GskTexture into a GObjectBenjamin Otte2017-01-011-2/+2
* css: Remove -gtk-icon-effectBenjamin Otte2016-12-311-11/+1
* iconhelper: Invalidate style before accessing textureBenjamin Otte2016-12-241-2/+2
* snapshot: Make gtk_snapshot_get_renderer() privateBenjamin Otte2016-12-201-3/+2
* iconhelper: Implement snapshotBenjamin Otte2016-12-191-11/+14