summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Annotate gtk_get_default_language as constfunction-annotationsMatthias Clasen2021-09-141-1/+1
* Annotate gtk_editable_get_chars as mallocMatthias Clasen2021-09-141-1/+1
* csstypes: Add annotations and inlinesMatthias Clasen2021-09-142-67/+64
* Annotate some builder apis as mallocMatthias Clasen2021-09-141-2/+2
* Annotate gtk_accelerator_get_default_mod_mask as constMatthias Clasen2021-09-141-1/+1
* Annotate gsk_cairo_blur_compute_pixels as constMatthias Clasen2021-09-141-1/+1
* Annotate gdk_rgba_to_string as mallocMatthias Clasen2021-09-141-1/+1
* Annotate gdk_drag_action_is_unique as constMatthias Clasen2021-09-141-1/+1
* Annotate gtk_css_tokenizer_get_location as constMatthias Clasen2021-09-141-1/+1
* cssparser: Mark some functions as pure and mallocMatthias Clasen2021-09-141-7/+7
* Annotate gsk_ngl_uniform_state_align as pureMatthias Clasen2021-09-141-1/+1
* Annotate gsk_rounded_rect_is_circular as pureMatthias Clasen2021-09-141-2/+2
* Annotate pango_glyph_string_num_glyphs as pureMatthias Clasen2021-09-141-1/+1
* Annotate gdk_unichar_direction as constMatthias Clasen2021-09-141-1/+1
* Merge branch 'fix_accessible_described_by' into 'master'Matthias Clasen2021-09-141-1/+1
|\
| * Fix generation of accessible description in presence of described by relationsLukáš Tyrychtr2021-09-141-1/+1
* | Merge branch 'test-leak-fixes' into 'master'Matthias Clasen2021-09-142-0/+4
|\ \
| * | testsuite: Fix a few memory leakstest-leak-fixesMatthias Clasen2021-09-142-0/+4
|/ /
* | Merge branch 'tiff-ci' into 'master'Matthias Clasen2021-09-142-1/+2
|\ \
| * | ci: Use the v4 imageMatthias Clasen2021-09-141-1/+1
| * | ci: Add libtiff-devel to the imageMatthias Clasen2021-09-141-0/+1
| |/
* | Merge branch 'wip/exalm/papercuts' into 'master'Matthias Clasen2021-09-142-0/+2
|\ \ | |/ |/|
| * media-controls: Make play button flatwip/exalm/papercutsAlexander Mikhaylenko2021-09-141-0/+1
| * searchbar: Vertically center the close buttonAlexander Mikhaylenko2021-09-141-0/+1
|/
* Merge branch 'fix_#4255' into 'master'Matthias Clasen2021-09-131-3/+4
|\
| * stack: Dispose children before emitting items-changedJulian Sparber2021-09-131-3/+4
|/
* Merge branch 'wip/otte/texture-threads' into 'master'Benjamin Otte2021-09-134-71/+195
|\
| * ngl: Simplify and unbug texture downloadBenjamin Otte2021-09-131-19/+8
| * gltexture: Make sure downloading textures works in a different threadBenjamin Otte2021-09-133-52/+187
* | Update German translationPhilipp Kiemle2021-09-121-1710/+1748
|/
* Merge branch 'wip/otte/float-textures' into 'master'Benjamin Otte2021-09-1213-296/+1359
|\
| * testsuite: Add tests for gdk_texture_download_float()wip/otte/float-texturesBenjamin Otte2021-09-121-0/+99
| * testsuite: Add memory test support for OpenGL up/downloadsBenjamin Otte2021-09-121-16/+106
| * testsuite: Add tests uploading the memorytexturesBenjamin Otte2021-09-121-4/+23
| * testsuite: Rework memorytexture test some moreBenjamin Otte2021-09-121-58/+44
| * testsuite: Overhaul memorytexture testBenjamin Otte2021-09-121-122/+327
| * gl: Implement uploading and downloading HDR formatsBenjamin Otte2021-09-122-55/+104
| * memorytexture: Add support for HDR formatsBenjamin Otte2021-09-122-4/+311
| * texture: Add gdk_texture_download_float()Benjamin Otte2021-09-126-0/+217
| * gdk: Deprecate gdk_cairo_draw_from_gl()Benjamin Otte2021-09-122-2/+8
| * gltexture: Implement download() via glGetTexImage()Benjamin Otte2021-09-121-19/+23
| * gltexture: Make release() use download_texture()Benjamin Otte2021-09-121-15/+1
| * texture: Add gdk_texture_download_texture()Benjamin Otte2021-09-124-5/+115
| * texture: Add GdkMemoryConversion private enumBenjamin Otte2021-09-126-24/+38
| * gltexture: release() to a texture, not a cairo_surfaceBenjamin Otte2021-09-121-34/+28
| * texture: Remove unused argument from vfuncBenjamin Otte2021-09-124-39/+16
* | Update Hungarian translationBalázs Úr2021-09-121-927/+1033
|/
* Update Hungarian translationBalázs Úr2021-09-111-1542/+862
* Merge branch 'wip/otte/for-master' into 'master'Benjamin Otte2021-09-111-8/+12
|\
| * rendernode: Write the whole nodeBenjamin Otte2021-09-111-8/+12