summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk/win32: drop some unused variablesMarc-André Lureau2023-04-211-7/+0
* gdk: drop libangle GLES minimum versionMarc-André Lureau2023-04-215-21/+4
* gdk: use GLES when on win32/ANGLEMarc-André Lureau2023-04-211-0/+1
* gdk: drop unused vertex_array_objectMarc-André Lureau2023-04-211-1/+0
* wayland: Don't leak all surfacesBenjamin Otte2023-04-211-2/+0
* wayland: Don't insta-crash when a surface gets disposedBenjamin Otte2023-04-211-1/+1
* wayland: Improve logging for primary selectionMatthias Clasen2023-04-211-4/+11
* Remove wrong annotation for GdkToplevel::compute-sizeEmmanuele Bassi2023-04-211-5/+6
* broadway: Don't cause traffic when disconnectingMatthias Clasen2023-04-213-8/+8
* wayland: Comply with protocol requirementsMatthias Clasen2023-03-311-16/+26
* gdk: Avoid a pointless indirectionMatthias Clasen2023-03-311-0/+4
* gdk: Improve logging for backendsMatthias Clasen2023-03-311-2/+15
* docs: Fix various broken linksBilal Elmoussaoui2023-03-314-12/+12
* wayland/popup: Handle late received reposition feedbackJonas Ådahl2023-03-311-1/+8
* wayland: Try to open the display even if XDG_RUNTIME_DIR is unsetLudovico de Nittis2023-03-311-7/+0
* wayland: Don't crash without xdg_activation_v1Matthias Clasen2023-03-281-1/+1
* wayland: Don't crash on cursor size 0Matthias Clasen2023-03-251-0/+3
* Merge branch 'alternative-fix-5685' into 'main'Chun-wei Fan2023-03-244-6/+81
* Merge branch 'wip/otte/for-main' into 'main'Benjamin Otte2023-03-162-5/+6
* wayland: Reset pending offset in GL pathIvan Molodetskikh2023-03-161-1/+4
* 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
* gdk/wayland: Rename gdkkeys-wayland.c fileCarlos Garnacho2023-02-032-1/+1
* gdk/wayland: "Split" GdkWaylandDevice implementation outCarlos Garnacho2023-02-034-708/+816
* gdk/wayland: Split GdkDevicePad wayland implementationCarlos Garnacho2023-02-034-226/+274
* gdk/wayland: Move struct declarations to headerCarlos Garnacho2023-02-032-198/+202