summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reftests: Add tests that check default-size is computed correctlyissue-4136Benjamin Otte2021-09-215-0/+226
* Merge branch 'glyph-clipping-fixes' into 'master'Matthias Clasen2021-09-172-6/+12
|\
| * Fix glyph cache entry sizingMatthias Clasen2021-09-171-2/+8
| * gsk: Stop enlarging text bounding boxesMatthias Clasen2021-09-171-4/+4
* | Merge branch 'wip/otte/for-master' into 'master'Matthias Clasen2021-09-176-14/+76
|\ \
| * | icontheme: Fix variable mixup leading to crashesBenjamin Otte2021-09-176-14/+76
|/ /
* | Merge branch 'menu_button_a11y_improvements' into 'master'Matthias Clasen2021-09-171-0/+17
|\ \ | |/ |/|
| * Apply 4 suggestion(s) to 1 file(s)Emmanuele Bassi2021-09-171-6/+13
| * Delete unneccessary comment and make other more descriptiveLukáš Tyrychtr2021-09-171-2/+2
| * Merge branch 'master' into menu_button_a11y_improvementsLukáš Tyrychtr2021-09-147-2/+9
| |\
| * | Set correct accessible relations for GtkMenuButtonLukáš Tyrychtr2021-09-141-0/+10
* | | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-09-176-21/+76
|\ \ \
| * | | testsuite: Run the clipboard test in isolationMatthias Clasen2021-09-171-20/+24
| * | | transform: Improve docsMatthias Clasen2021-09-171-0/+7
| * | | gsk: Handle 2D transforms betterMatthias Clasen2021-09-171-1/+12
| * | | node editor: Preserve aspect ratioMatthias Clasen2021-09-171-0/+1
| * | | rendernodepaintable: Provide accurate aspect ratioMatthias Clasen2021-09-171-0/+12
| * | | gsk: Add a test for transform_boundsMatthias Clasen2021-09-171-0/+20
* | | | Merge branch 'fix-typo' into 'master'Matthias Clasen2021-09-171-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | gtkcolorbutton: Fix documentationJames Westman2021-09-161-1/+1
| |/ /
* | | Merge branch 'image-loading' into 'master'Benjamin Otte2021-09-1733-544/+2852
|\ \ \
| * | | gtk-demo: Use textures in listbox exampleBenjamin Otte2021-09-172-7/+5
| * | | examples: Use textures over pixbufsBenjamin Otte2021-09-171-2/+2
| * | | icontheme: Implement gtk_icon_theme_lookup_by_gicon() for texturesBenjamin Otte2021-09-171-18/+8
| * | | texture: Implement GIcon and GLoadableIconBenjamin Otte2021-09-171-1/+102
| * | | texture: Refactor gdk_texture_new_from_bytes()Benjamin Otte2021-09-171-25/+60
| * | | texture: Rework error enumBenjamin Otte2021-09-174-38/+35
| * | | pixbufutils: Don't hardcode formatsBenjamin Otte2021-09-173-37/+7
| * | | icontheme: Insist that people provide proper valuesBenjamin Otte2021-09-171-8/+2
| * | | icontheme: Use textures moreBenjamin Otte2021-09-171-40/+46
| * | | icontheme: Load textures directly when possibleBenjamin Otte2021-09-171-26/+19
| * | | Support 16bit formats in the png loaderMatthias Clasen2021-09-171-25/+161
| * | | contentdeserializer: Use our on jpeg loaderMatthias Clasen2021-09-171-2/+11
| * | | Add code to save jpegsMatthias Clasen2021-09-172-11/+196
| * | | builder: Stop using pixbufutilsMatthias Clasen2021-09-171-3/+1
| * | | cssimageurl: Just create a texture directlyMatthias Clasen2021-09-171-11/+10
| * | | builder: create textures without pixbufsMatthias Clasen2021-09-171-19/+58
| * | | texture: Add private can_load() functionBenjamin Otte2021-09-173-20/+33
| * | | texture: Split out type detectionBenjamin Otte2021-09-174-25/+49
| * | | texture: Remove declaration for nonexisting functionBenjamin Otte2021-09-171-3/+0
| * | | texture: Avoid pixbufs when loading resourcesMatthias Clasen2021-09-171-7/+12
| * | | testsuite: Add png and tiff methodsBenjamin Otte2021-09-171-1/+67
| * | | texture: Add gdk_texture_save_to_tiff_bytes()Benjamin Otte2021-09-172-0/+36
| * | | rendernodeparser: Avoid gdk_texture_new_for_pixbufMatthias Clasen2021-09-171-12/+5
| * | | rendernodeparser: Use gdk_texture_save_to_png_bytesMatthias Clasen2021-09-173-270/+261
| * | | Add contentserializer tests for texturesMatthias Clasen2021-09-171-1/+70
| * | | Use our own loaders for content (de)serializationMatthias Clasen2021-09-172-35/+198
| * | | Add tests for the jpeg loaderMatthias Clasen2021-09-172-0/+4
| * | | Load jpegs without gdk-pixbufMatthias Clasen2021-09-171-0/+6
| * | | Add code to load jpegsMatthias Clasen2021-09-174-0/+180