summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2023-03-241-2/+5
|\
| * Fix up criticals from GdkGLTextureMatthias Clasen2023-03-241-2/+5
* | GDK-Win32: Add wrapper functions for calling core wgl* functionsChun-wei Fan2023-03-244-6/+81
|/
* gl: Add a private way to query mipmap statusMatthias Clasen2023-03-232-0/+24
* gltexture: Try harder to determine the formatMatthias Clasen2023-03-231-2/+2
* Merge branch 'alatiera/fedora-bump' into 'main'Matthias Clasen2023-03-201-0/+14
|\
| * vulkan: Update error codes enumJordan Petridis2023-03-201-0/+14
* | g-i: Add since annotation to GdkSurfaceSizeBilal Elmoussaoui2023-03-201-0/+4
|/
* broadway: Don't cause traffic when disconnectingMatthias Clasen2023-03-173-8/+8
* rowstrides are gsize, not intBenjamin Otte2023-03-161-1/+1
* win32: Fix rowstride mathBenjamin Otte2023-03-161-4/+5
* wayland: Reset pending offset in GL pathIvan Molodetskikh2023-03-151-1/+4
* Merge branch 'dragsurface-resize' into 'main'Matthias Clasen2023-03-159-1/+238
|\
| * x11/surface: Get current drag surface size with compute-size signalIvan Molodetskikh2023-03-141-0/+49
| * wayland/dragsurface: Get current size with compute-size signalIvan Molodetskikh2023-03-141-0/+12
| * dragsurface: Add compute-size signalIvan Molodetskikh2023-03-142-0/+49
| * Add GdkDragSurfaceSizeMatthias Clasen2023-03-145-1/+128
* | Merge branch 'matthiasc/for-main' into 'main'Matthias Clasen2023-03-151-14/+22
|\ \ | |/ |/|
| * gl: Print max texture size in debug outputMatthias Clasen2023-03-141-14/+22
* | gdk: Stop using g_sliceMatthias Clasen2023-03-1410-22/+25
* | macos: Stop using g_sliceMatthias Clasen2023-03-143-6/+6
* | win32: Stop using g_sliceMatthias Clasen2023-03-141-2/+2
* | x11: Stop using g_sliceMatthias Clasen2023-03-144-11/+11
|/
* Start 4.12 developmentMatthias Clasen2023-03-141-0/+24
* GLTexture: Add GL_RGB format supportBilal Elmoussaoui2023-03-131-0/+1
* x11/surface: Clear compute_size idle source also when destroyingJonas Ådahl2023-03-101-0/+1
* wayland: Don't crash during DND with Cairo rendererBenjamin Otte2023-03-071-2/+8
* Fix compile_resources present source directoryWilliam Roy2023-03-071-1/+1
* wayland: Destroy xdg_surface after roleJonas Ådahl2023-03-051-9/+9
* Fixes for gdk_memory_texture_new_subtexture checksBenjamin Otte2023-03-031-4/+4
* gdk/x11: Also grab keyboard during XDnD grabsCarlos Garnacho2023-02-181-1/+1
* wayland: Clean up some dead codeJonas Ådahl2023-02-171-23/+0
* wayland/glcontext: Don't call wl_surface.offset on old objectsJonas Ådahl2023-02-171-1/+3
* Merge branch 'mask-modes' into 'main'Matthias Clasen2023-02-152-1/+9
|\
| * Make mask nodes more versatileMatthias Clasen2023-02-142-1/+9
* | memorytexture: Export less private APIBenjamin Otte2023-02-153-18/+6
* | texture: Export gdk_texture_get_format()Benjamin Otte2023-02-157-5/+23
* | docs: Link from gdk_texture_download() to GdkTextureDownloaderBenjamin Otte2023-02-151-0/+3
* | tiff: Use GdkTexureDownloader when savingBenjamin Otte2023-02-151-10/+13
* | png: Use GdkTexureDownloader when savingBenjamin Otte2023-02-151-10/+13
* | jpeg: Use GdkTexureDownloader when savingBenjamin Otte2023-02-151-8/+10
* | pixbuf: Use GdkTextureDownloader when downloading pixbufsBenjamin Otte2023-02-151-11/+17
* | gdk: Add GdkTextureDownloaderBenjamin Otte2023-02-157-0/+384
* | memorytexture: Use right size for GBytesBenjamin Otte2023-02-141-1/+7
|/
* wayland/launch-context: Use dispatch helperJonas Ådahl2023-02-111-1/+1
* wayland: Add event queue dispatch helperJonas Ådahl2023-02-114-16/+21
* Merge branch 'wip/handle-more-wl-dispatch-failures' into 'main'Matthias Clasen2023-02-112-2/+18
|\
| * wayland: Handle dispatch failing in a couple of more placesJonas Ådahl2023-02-112-2/+18
* | gdkevents.c: Fix up foldingMatthias Clasen2023-02-111-12/+2
|/
* gdk/x11: Reset all scroll valuators on enterCarlos Garnacho2023-02-041-12/+3