summaryrefslogtreecommitdiff
path: root/gdk/gdktexture.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gdkintl.hMatthias Clasen2022-09-231-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-6/+2
* Revert "gir: Annotate `GdkTexture` constructors for reading from a file/memor...Matthias Clasen2022-01-121-6/+6
* gir: Annotate `GdkTexture` constructors for reading from a file/memory/resour...Sebastian Dröge2022-01-111-6/+6
* docs: State that Textures are thread safe gobjectsMaximiliano Sandoval R2022-01-061-1/+1
* docs: Improve docs for gdktexture.cMaximiliano Sandoval R2022-01-061-9/+9
* texture: Fix typo in error messageThomas Lange2022-01-011-1/+1
* texture: Remove gdk_texture_download_float()Benjamin Otte2021-11-301-44/+1
* g-i: add missing since 4.6 annotationsBilal Elmoussaoui2021-10-211-0/+2
* docs: CosmeticsMatthias Clasen2021-10-181-0/+1
* texture: Refactor downloadingBenjamin Otte2021-10-121-48/+23
* texture: Make format a property of GdkTextureBenjamin Otte2021-10-071-1/+6
* gdk: Remove gdkinternals.hBenjamin Otte2021-09-241-1/+0
* texture: Document constructors as threadsafeMatthias Clasen2021-09-211-0/+20
* texture: Implement GIcon and GLoadableIconBenjamin Otte2021-09-171-1/+102
* texture: Refactor gdk_texture_new_from_bytes()Benjamin Otte2021-09-171-25/+60
* texture: Add private can_load() functionBenjamin Otte2021-09-171-0/+7
* texture: Split out type detectionBenjamin Otte2021-09-171-25/+11
* texture: Avoid pixbufs when loading resourcesMatthias Clasen2021-09-171-7/+12
* texture: Add gdk_texture_save_to_tiff_bytes()Benjamin Otte2021-09-171-0/+34
* Load jpegs without gdk-pixbufMatthias Clasen2021-09-171-0/+6
* Add gdk_texture_save_to_tiffMatthias Clasen2021-09-171-0/+32
* Load tiffs without gdk-pixbufMatthias Clasen2021-09-171-0/+8
* Add gdk_texture_save_to_png_bytesMatthias Clasen2021-09-171-1/+28
* Save pngs without cairoMatthias Clasen2021-09-171-19/+7
* Load pngs without gdk-pixbufMatthias Clasen2021-09-171-11/+28
* texture: Add error enumMatthias Clasen2021-09-171-0/+2
* API: Add gdk_texture_new_from_filename()Benjamin Otte2021-09-161-0/+33
* texture: Mention download_float in the docsMatthias Clasen2021-09-151-2/+2
* Add gdk_texture_new_from_bytesMatthias Clasen2021-09-151-4/+40
* texture: Add gdk_texture_download_float()Benjamin Otte2021-09-121-0/+52
* texture: Add gdk_texture_download_texture()Benjamin Otte2021-09-121-4/+32
* texture: Add GdkMemoryConversion private enumBenjamin Otte2021-09-121-1/+1
* texture: Remove unused argument from vfuncBenjamin Otte2021-09-121-19/+1
* Add type annotations for filename argumentsMatthias Clasen2021-06-121-1/+1
* docs: Reduce redundancyMatthias Clasen2021-05-201-1/+1
* Documentation fixesMatthias Clasen2021-05-201-1/+1
* GDK: Fix builds against latest stable GLib with MSVCChun-wei Fan2021-04-161-1/+1
* texture: Add property annotationsMatthias Clasen2021-03-111-4/+4
* docs: Rework the gdk docsMatthias Clasen2021-03-111-44/+40
* docs: Rename GdkTexture sectionEmmanuele Bassi2021-03-111-1/+1
* Remove guarantees we do not intend to holdotte/for-master2Benjamin Otte2021-01-101-6/+6
* docs: Add some detail to GdkTexture docsMatthias Clasen2020-10-291-9/+14
* texture: Unvirtualize download_surfaceAlexander Larsson2020-09-251-24/+17
* Fix minor typosYuri Chornoivan2020-06-181-1/+1
* docs: Remove redundant SECTIONEmmanuele Bassi2020-05-121-17/+5
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-1/+1
* icontheme: Return textures from load_icon{,_for_scale}Timm Bäder2019-09-091-1/+0
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-7/+2
* texture: Add gdk_texture_save_to_png()Benjamin Otte2018-04-121-0/+47