summaryrefslogtreecommitdiff
path: root/gtk/gtkiconhelper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* entry: Refactor get_icon_pixbufTimm Bäder2016-12-031-1/+1
* iconhelper: Ensure the surface used for textures is ARGB32Timm Bäder2016-12-031-0/+17
* iconhelper: Remove allocate implementationTimm Bäder2016-12-031-10/+0
* rendericon: Pass the scale factor when rendeirng texturesBenjamin Otte2016-11-261-1/+4
* snapshot: Move GtkSnapshot declaration to gtypes.hBenjamin Otte2016-11-191-0/+1
* snapshot: Add infrastructure to snapshot CSS imagesBenjamin Otte2016-11-161-1/+1
* gsk: Rework GskTextureBenjamin Otte2016-11-161-2/+1
* snapshot: Convert GtkSpinnerBenjamin Otte2016-11-151-6/+3
* image: Invalidate icon helper when unrealizingBenjamin Otte2016-11-151-1/+1
* snapshot: Convert GtkImage and GtkIconHelperBenjamin Otte2016-11-151-10/+7
* iconhelper: Add support for GskTextureBenjamin Otte2016-11-081-0/+55
* Remove GtkIconFactoryTimm Bäder2016-10-161-1/+0
* image: Remove GtkIconSet APITimm Bäder2016-10-161-48/+0
* Remove GtkStock API from GtkImageTimm Bäder2016-10-161-33/+3
* _gtk_icon_helper_draw: get style earlierDaniel Drake2016-09-261-1/+2
* Revert "iconhelper: check if surface was invalidated"Christian Hergert2016-04-271-12/+6
* iconhelper: check if surface was invalidatedChristian Hergert2016-04-271-6/+12
* iconhelper: Invalidate on clear()Benjamin Otte2016-04-141-0/+2
* icon helper: Properly update on style changeMatthias Clasen2016-03-041-3/+3
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1