summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* image: Remove some unneeded includesTimm Bäder2017-10-011-4/+0
* image: Remove priv pointerTimm Bäder2017-10-011-60/+48
* iconhelper: Don't inherit from GObjectTimm Bäder2017-10-011-42/+42
* image: Remove irrelevant code sampleTimm Bäder2017-07-191-43/+0
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-12/+9
* Replace a few get_content_allocation calls with get_content_sizeTimm Bäder2017-07-191-4/+1
* image: Add private _get_definitionTimm Bäder2017-07-191-0/+6
* image: Fold gtk_image_reset into only callerTimm Bäder2017-07-191-17/+10
* image: Fix snapshot positionTimm Bäder2017-07-191-4/+2
* image: Offset rendering to the content allocationTimm Bäder2017-07-191-4/+6
* set clip of more widgetsTimm Bäder2017-07-191-1/+1
* image: Remove gadgetTimm Bäder2017-07-191-66/+19
* image: Remove css box drawingTimm Bäder2017-07-191-30/+11
* image: Warn when attempting to load pixdata GResourcesBastien Nocera2017-07-121-2/+40
* image: Remove useless queue_resize callTimm Bäder2017-02-181-3/+0
* Image—Add some more missing (nullable) annotationsDaniel Boles2017-02-171-2/+2
* Add a few missing (nullable) annotationsTimm Bäder2017-02-171-1/+1
* snapshot: Rename gtk_snapshot_translate_2d()Benjamin Otte2017-01-131-2/+2
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-1/+0
* image: Don't translate twiceBenjamin Otte2016-11-301-2/+2
* image: Invalidate icon helper when unrealizingBenjamin Otte2016-11-151-1/+6
* snapshot: Convert GtkImage and GtkIconHelperBenjamin Otte2016-11-151-50/+49
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+1
* Avoid criticals in gtk_image_get_render_nodeMatthias Clasen2016-11-101-2/+5
* iconhelper: Add support for GskTextureBenjamin Otte2016-11-081-21/+21
* rendernode: Require passing a renderer to get_draw_context()Benjamin Otte2016-11-011-1/+1
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-48/+17
* Convert GtkImage to indirect renderingMatthias Clasen2016-10-181-36/+35
* image: Remove GtkIconSet APITimm Bäder2016-10-161-143/+0
* Remove GtkStock API from GtkImageTimm Bäder2016-10-161-131/+2
* label,image: Remove GtkMisc usageTimm Bäder2016-10-161-34/+5
* image: _get_style_context never returns NULLTimm Bäder2016-02-071-8/+3
* Add and use gtk_icon_helper_invalidate_for_changeTimm Bäder2016-02-071-2/+1
* image: use GtkMisc padding againMatthias Clasen2016-01-291-4/+12
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-2/+2
* Make sure icons update on theme changeMatthias Clasen2016-01-041-0/+10
* Mention GtkIconSize in all docs where the argument/return is annotated as tak...Christoph Reiter2016-01-041-14/+14
* GtkImage: Simplify _set_from_icon_nameTimm Bäder2016-01-021-8/+3
* image: Don't assume baseline parameters are non-NULLMatthias Clasen2015-12-211-1/+4
* iconhelper: Handle invalidationBenjamin Otte2015-12-151-32/+0
* iconhelper: Require passing a cssnode to the constructorBenjamin Otte2015-12-151-2/+3
* image: Port to gadgetsMatthias Clasen2015-12-151-84/+124
* widget: Pass a GtkCssStyleChange instead of a bitmaskBenjamin Otte2015-12-131-7/+3
* iconhelper: Remove the context argumentBenjamin Otte2015-12-091-4/+2
* iconhelper: Get rid of _gtk_icon_helper_set_window()Benjamin Otte2015-12-091-18/+0
* iconhelper: Require a widget as construction argumentBenjamin Otte2015-12-091-1/+1
* dnd: Add gtk_image_set_from_definition()Benjamin Otte2015-12-021-0/+27
* image: Remove unused codeBenjamin Otte2015-12-021-15/+0
* image: Split out a functionBenjamin Otte2015-12-021-13/+21
* image: queue_resize() after changing icon-size propertyBenjamin Otte2015-12-021-1/+4