summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-1/+1
* a11y: Set accessible roles for GtkImage and GtkPictureMatthias Clasen2020-07-281-0/+6
* Remove ATKEmmanuele Bassi2020-07-261-3/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-10/+10
* Replace "gint" with "int"Benjamin Otte2020-07-251-9/+9
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-1/+1
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0
* image: Invalidate icon helper when icon theme changesMatthias Clasen2020-04-221-0/+15
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+2
* image: Drop the Private structMatthias Clasen2020-03-281-106/+61
* widget: Replace style-updated signal with css_changed vfuncBenjamin Otte2020-02-051-6/+6
* icontheme: Remove async APIsBenjamin Otte2020-02-041-2/+0
* GtkImage: Preload icons during css validationAlexander Larsson2020-01-301-0/+2
* Avoid a few state changesTimm Bäder2020-01-071-4/+11
* 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