summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* Rename pixbuf utils to texture utilsMatthias Clasen2023-05-161-1/+1
* Deprecate from-pixbuf apis for widgetsMatthias Clasen2023-05-151-0/+7
* Stop using gtk_widget_get_allocated_baselineMatthias Clasen2023-04-281-1/+1
* image: Simplify baseline handlingMatthias Clasen2023-04-281-4/+2
* Drop some unnecessary includesMatthias Clasen2023-02-181-1/+0
* Do not change the notification queue inside finalizationEmmanuele Bassi2022-12-111-36/+52
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-27/+9
* docs: Reduce redundancyMatthias Clasen2021-05-201-11/+10
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-7/+7
* image, picture: Move pixbuf code to gdkpixbufutilsMatthias Clasen2021-04-161-123/+20
* CosmeticsMatthias Clasen2021-03-181-3/+1
* image: Add property annotationsMatthias Clasen2021-03-111-29/+26
* image: Convert docsMatthias Clasen2021-03-111-152/+178
* docs: Start porting GtkImage to the new styleEmmanuele Bassi2021-03-111-23/+28
* Reduce use of GtkStyleContextMatthias Clasen2021-01-281-1/+0
* docs: Add detailsMatthias Clasen2021-01-161-1/+5
* *: 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