summaryrefslogtreecommitdiff
path: root/gtk/gtkiconhelper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iconhelper: Pass only the CssStyle when loading iconsBenjamin Otte2015-12-091-20/+48
* iconhelper: Fold function into callersBenjamin Otte2015-12-041-20/+14
* iconhelper: Apply icon-effect directlyBenjamin Otte2015-12-041-24/+4
* iconhelper: Return surface from icon-effect functionBenjamin Otte2015-12-041-20/+17
* iconhelper: Refactor missing icon handlingBenjamin Otte2015-12-041-27/+24
* iconhelper: Fold function into only callerBenjamin Otte2015-12-041-34/+20
* css: Query icon theme from style, not from settingsBenjamin Otte2015-12-021-1/+3
* iconhelper: Stop tracking stateBenjamin Otte2015-12-021-6/+0
* iconhelper: Remove _gtk_icon_helper_ensure_pixbuf()Benjamin Otte2015-12-021-240/+0
* imagedefinition: Remove icon-sizeBenjamin Otte2015-12-021-10/+8
* dnd: Rewrite iconhelper codeBenjamin Otte2015-12-021-0/+6
* iconhelper: Add a scale argument to gtk_icon_helper_load_surface()Benjamin Otte2015-12-021-13/+20
* iconhelper: Refactor ensure_surface()Benjamin Otte2015-12-021-17/+21
* iconhelper: Store surface in ensure_surface()Benjamin Otte2015-12-021-33/+32
* iconhelper: Don't store surface sizeBenjamin Otte2015-12-021-20/+1
* iconhelper: Move invalidation checkBenjamin Otte2015-12-021-18/+3
* iconhelper: Move invalidation checkBenjamin Otte2015-12-021-19/+3
* iconhelper: Improve size determination for surfacesBenjamin Otte2015-12-021-12/+16
* iconhelper: Move size computationBenjamin Otte2015-12-021-7/+8