summaryrefslogtreecommitdiff
path: root/gtk/gtkiconhelper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* icon helper: Don't set baseline to 0Matthias Clasen2016-02-251-5/+0
* Make gtk_icon_helper_invalidate privateTimm Bäder2016-02-071-1/+1
* Add and use gtk_icon_helper_invalidate_for_changeTimm Bäder2016-02-071-2/+17
* iconhelper: Save whether the surface is symbolicTimm Bäder2016-02-071-0/+9
* iconhelper: Un-duplicate some codeTimm Bäder2016-02-071-5/+2
* Make sure icons update on theme changeMatthias Clasen2016-01-041-1/+1
* Fix a surface leakРуслан Ижбулатов2015-12-271-0/+3
* icon helper: suppress style_changed when transientMatthias Clasen2015-12-181-1/+2
* iconhelper: Queue resize on invalidationBenjamin Otte2015-12-151-0/+4
* iconhelper: Finish gadget conversionBenjamin Otte2015-12-151-0/+77
* iconhelper: Handle invalidationBenjamin Otte2015-12-151-40/+47
* iconhelper: Use the gadget's nodeBenjamin Otte2015-12-151-24/+17
* iconhelper: Require passing a cssnode to the constructorBenjamin Otte2015-12-151-1/+4
* iconhelper: Use the gadget's owner propertyBenjamin Otte2015-12-151-24/+17
* iconhelper: Turn into gadgetBenjamin Otte2015-12-151-5/+5
* iconhelper_ Don't use deprecated functionsBenjamin Otte2015-12-091-11/+5
* iconhelper: Remove the context argumentBenjamin Otte2015-12-091-4/+8
* iconhelper: Get rid of _gtk_icon_helper_set_window()Benjamin Otte2015-12-091-36/+7
* iconhelper: Require a widget as construction argumentBenjamin Otte2015-12-091-2/+11
* iconhelper: Pass only the CssStyle when loading pixbufsBenjamin Otte2015-12-091-7/+9
* iconhelper: Remove unused GtkStyleContext parametersBenjamin Otte2015-12-091-5/+2
* iconhelper: Pass only the CssStyle when loading iconsetsBenjamin Otte2015-12-091-14/+32