summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* drawcontext: Guard begin/end_frame() against non-surface contextsBenjamin Otte2021-10-201-1/+6
* API: Add gdk_display_create_gl_context()Benjamin Otte2021-10-205-5/+45
* surface: Remove (nullable)Benjamin Otte2021-10-201-1/+1
* Merge branch 'gdkdisplay-c-stdlib-h' into 'master'Matthias Clasen2021-10-191-0/+1
|\
| * gdkdisplay.c: Include stdlib.hChun-wei Fan2021-10-071-0/+1
* | Merge branch 'wip/hadess/quiet-broadway' into 'master'Matthias Clasen2021-10-191-1/+1
|\ \
| * | broadway: Quiet initialisation failuresBastien Nocera2021-10-111-1/+1
| * | broadway: Quiet initialisation failuresBastien Nocera2021-10-111-1/+1
* | | Merge branch 'file-list-get' into 'master'Matthias Clasen2021-10-192-3/+39
|\ \ \
| * | | Add getter to GdkFileListEmmanuele Bassi2021-10-112-3/+39
| | |/ | |/|
* | | Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2021-10-188-7/+8
|\ \ \
| * | | docs: CosmeticsMatthias Clasen2021-10-186-6/+6
| * | | docs: CosmeticsMatthias Clasen2021-10-182-1/+2
* | | | Merge branch 'work/reset_opaque' into 'master'Jonas Ådahl2021-10-181-0/+1
|\ \ \ \
| * | | | wayland: Mark opaque_region as dirty on hideDavid Edmundson2021-10-111-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'work/tidy' into 'master'Jonas Ådahl2021-10-182-12/+2
|\ \ \ \
| * | | | wayland: port code to g_clear_pointerDavid Edmundson2021-10-152-9/+2
| * | | | wayland: drop unused member variablesDavid Edmundson2021-10-151-3/+0
| |/ / /
* | | | broadway: Use gdk_texture_save_to_png_bytes()Benjamin Otte2021-10-181-37/+20
* | | | gdk: Rework gdk_pixbuf_get_from_texture()Benjamin Otte2021-10-184-21/+38
* | | | jpeg: Use gdk_memory_texture_from_texture()Benjamin Otte2021-10-181-39/+12
* | | | tiff: RefactorBenjamin Otte2021-10-181-94/+59
* | | | gltexture: Fix conditions for glGetTexImage() callBenjamin Otte2021-10-171-2/+3
* | | | glcontext: reinstate another missing "!"Benjamin Otte2021-10-171-1/+1
| |/ / |/| |
* | | Merge branch 'fix-dnd-coordinates-on-windows' into 'master'Benjamin Otte2021-10-163-11/+71
|\ \ \
| * | | Fix DND coordinates on WindowsLuca Bacci2021-09-102-5/+51
| * | | Make the DND indicator not interfere with the drag and drop operationLuca Bacci2021-09-101-6/+20
* | | | gdk: Move GdkMemoryFormat enum to gdktypes.hBenjamin Otte2021-10-165-76/+73
* | | | glcontext: Reinstate missing "!"Benjamin Otte2021-10-161-3/+3
* | | | gl: Refactor texture uploadingBenjamin Otte2021-10-132-0/+38
* | | | gltexture: Determine format in current threadBenjamin Otte2021-10-131-4/+18
* | | | gl: Move texture uploading to the rendererBenjamin Otte2021-10-132-87/+17
* | | | gl: Fix downloading textures *again*Benjamin Otte2021-10-131-34/+79
* | | | png: Refactor png savingBenjamin Otte2021-10-131-103/+36
* | | | Add memory formats used by libpngBenjamin Otte2021-10-133-28/+43
* | | | png: Do loader conversions in GDKBenjamin Otte2021-10-121-81/+22
* | | | texture: Refactor downloadingBenjamin Otte2021-10-127-212/+126
* | | | Merge branch 'wip/otte/for-master' into 'master'Benjamin Otte2021-10-111-2/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | x11: Don't try to move destroyed windowsBenjamin Otte2021-10-111-2/+7
* | | | Merge branch 'ngl-is-the-new-gl' into 'master'Matthias Clasen2021-10-113-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Rename ngl to glMatthias Clasen2021-10-073-3/+3
| | |/ | |/|
* | | gl: Make sure to set a proper alignmentBenjamin Otte2021-10-091-3/+3
* | | gl: Check the stride is a multiple of the bppBenjamin Otte2021-10-091-1/+2
* | | gl: Set stride properly in fallbackBenjamin Otte2021-10-091-0/+1
* | | gl: Fix broken internal formatBenjamin Otte2021-10-091-1/+1
* | | glcontext: Add gdk_gl_context_get_api()Benjamin Otte2021-10-082-0/+49
* | | gl: Check allowed APIs in realize()Benjamin Otte2021-10-086-107/+145
* | | glcontext: Deprecate gdk_gl_context_set_use_es()Benjamin Otte2021-10-082-3/+18
* | | glcontext: Add GdkGLContext::allowed-apisBenjamin Otte2021-10-082-8/+112
|/ /
* | texture: Make format a property of GdkTextureBenjamin Otte2021-10-077-81/+82