summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* image: Make finalMatthias Clasen2019-05-261-0/+12
* image: Use new snapshot transformsBenjamin Otte2019-02-211-2/+3
* image: Avoid some unnecessary signal connectionsTimm Bäder2018-12-311-14/+25
* image: Indentation fixTimm Bäder2018-12-311-10/+10
* image: Remove private struct from public headerTimm Bäder2018-12-311-5/+4
* image: Fix gtkdoc property syntaxTimm Bäder2018-08-251-1/+1
* image: size request is always CONSTANT_SIZEBenjamin Otte2018-07-041-10/+0
* iconhelper: Always size contents to icon sizeBenjamin Otte2018-06-101-5/+2
* image: Remove gtk_image_set_keep_aspect_ratio()Benjamin Otte2018-06-101-142/+1
* image: Actually report a request modeBenjamin Otte2018-04-051-0/+10
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-19/+0
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* cellrendererpixbuf: Store the texture in the iconhelper paintableBenjamin Otte2018-03-161-1/+0
* image: Remove gtk_image_set_texture()Benjamin Otte2018-03-161-106/+5
* image: Add gtk_image_set_can_shrink()Benjamin Otte2018-03-161-0/+72
* image: Add gtk_image_set_keep_aspect_ratio()Benjamin Otte2018-03-161-8/+90
* iconhelper: Implement GdkPaintableBenjamin Otte2018-03-161-2/+2
* image: Don't handle surfaces anymoreBenjamin Otte2018-03-161-96/+0
* image: Load resources and files into texturesBenjamin Otte2018-03-161-10/+18
* iconhelper: Turn into a GObjectBenjamin Otte2018-03-161-38/+38
* iconhelper: Rework to allow resizing of paintablesBenjamin Otte2018-03-161-21/+24
* image: Implement support for paintablesBenjamin Otte2018-03-161-0/+137
* a11y: Don't include gtk.hBenjamin Otte2018-02-081-4/+6
* The big versioning cleanupMatthias Clasen2018-02-061-43/+0
* docs: Mention textures in the GtkImage docsMatthias Clasen2018-01-101-4/+4
* Fix some parameter name mismatches to make g-ir-scanner happierRico Tzschichholz2017-12-091-1/+1
* image: Stop using gtk_widget_get_content_sizeTimm Bäder2017-12-041-4/+3
* image: Add gtk_image_new_from_texture()Benjamin Otte2017-12-021-2/+29
* image: Store pixbufs as textures, not surfacesBenjamin Otte2017-12-021-12/+12
* Fix some parameter name mismatches to make g-ir-scanner happierRico Tzschichholz2017-11-281-1/+1
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* Change icon-size propertiesMatthias Clasen2017-11-151-10/+26
* image: Update docsMatthias Clasen2017-11-151-2/+12
* Drop gtk_icon_size_lookupMatthias Clasen2017-11-151-0/+10
* iconhelper: Query size via CSSMatthias Clasen2017-11-151-10/+10
* enums: Change GtkIconSize valuesMatthias Clasen2017-11-151-2/+2
* image: Don't take icon size in set_from_definition()Benjamin Otte2017-11-151-4/+1
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-39/+43
* image: Change gettersBenjamin Otte2017-11-151-29/+31
* image: Add the ability to set texturesBenjamin Otte2017-11-051-2/+80
* Drop all uses of GdkPixbufAnimation in the gtk APIsAlexander Larsson2017-10-231-252/+17
* Drop pixbuf support in IconHelper and ImageDefinitionAlexander Larsson2017-10-231-3/+0
* GtkImage: Drop support for storing pixbufsAlexander Larsson2017-10-231-63/+42
* gtk_image_get_surface: Add docsAlexander Larsson2017-10-221-0/+14
* image: Add surface based apisMatthias Clasen2017-10-221-0/+10
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+3
* image: Remove mention on gdk-pixbuf-csourceTimm Bäder2017-10-061-5/+3
* image: Remove some unneeded includesTimm Bäder2017-10-011-4/+0
* image: Remove priv pointerTimm Bäder2017-10-011-60/+48