summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* gdk: Change the private export handle apiMatthias Clasen2023-05-141-1/+2
* Add missing va marshallersMatthias Clasen2023-05-131-2/+5
* Merge branch 'wip/carlosg/x11-artifacts' into 'main'Benjamin Otte2023-04-291-0/+2
|\
| * gdk/x11: Invalidate whole surface after size changeCarlos Garnacho2023-04-291-0/+2
* | glcontext: Compute matching version the simple wayBenjamin Otte2023-04-271-3/+2
* | glx: Make sure highest possible GL version is createdBenjamin Otte2023-04-271-19/+42
* | gdk: Introduce GdkGLVersionBenjamin Otte2023-04-271-8/+6
* | display: Remove ::create_surface() vfuncBenjamin Otte2023-04-264-40/+10
* | gdk: Remove GDK_SURFACE_DRAG enum memberBenjamin Otte2023-04-261-1/+0
* | x11: Add private gdk_x11_drag_surface_new()Benjamin Otte2023-04-264-27/+15
* | x11: Set frame clock in ::constructedBenjamin Otte2023-04-261-11/+13
* | x11: Move window construction to ::constructed()Benjamin Otte2023-04-261-236/+288
* | x11: Get rid of sizes when constructing surfacesBenjamin Otte2023-04-264-62/+19
* | x11: Remove unused variableBenjamin Otte2023-04-261-8/+2
* | display: Remove x/y/w/h from create_surface()Benjamin Otte2023-04-261-1/+9
|/
* gdk: drop libangle GLES minimum versionMarc-André Lureau2023-04-171-1/+1
* x11: Remove commented outdated codeBenjamin Otte2023-04-131-25/+0
* Deprecate gdk_surface_create_similar_surfaceMatthias Clasen2023-04-011-0/+3
* Add gdk_surface_get_scaleMatthias Clasen2023-04-011-6/+4
* Convert headers to #pragma onceMatthias Clasen2023-03-3135-105/+35
* x11/surface: Get current drag surface size with compute-size signalIvan Molodetskikh2023-03-141-0/+49
* x11: Stop using g_sliceMatthias Clasen2023-03-144-11/+11
* x11/surface: Clear compute_size idle source also when destroyingJonas Ådahl2023-03-101-0/+1
* gdk/x11: Also grab keyboard during XDnD grabsCarlos Garnacho2023-02-181-1/+1
* gdk/x11: Reset all scroll valuators on enterCarlos Garnacho2023-02-041-12/+3
* Merge branch 'wip/otte/gl-is-current' into 'main'Benjamin Otte2023-02-021-0/+9
|\
| * gdk: Add private GLContext::is_current() checkBenjamin Otte2023-02-021-0/+9
* | Deprecate more startup-notification APIMatthias Clasen2023-02-022-3/+11
|/
* Silence a compiler warningMatthias Clasen2023-01-131-1/+1
* Deprecate gdk_display_put_eventMatthias Clasen2023-01-092-0/+6
* x11: Make a call NULL-safeMatthias Clasen2023-01-041-0/+3
* gdk/x11: Emit "remove" s-n message from gdk_toplevel_set_startup_idCarlos Garnacho2023-01-031-0/+18
* gdk/x11: Clear all data in GdkSurfaceX11 finalizationCarlos Garnacho2022-12-071-0/+2
* GLX: Add extra glXMakeContextCurrent () call to work around a DRI issueLuca Bacci2022-12-021-0/+6
* Don't emit ::notify from a getterMatthias Clasen2022-11-261-1/+1
* gdk: Rename GDK_SURFACE_TEMPMatthias Clasen2022-11-173-6/+6
* Fix spelling errorsMatthias Clasen2022-11-173-3/+3
* Add gdk_toplevel_export_handleMatthias Clasen2022-11-091-0/+32
* X11: Provide settings in logical pixelsLuca Bacci2022-11-012-8/+28
* Merge branch 'forward-port-mr-991-to-gtk4-2' into 'main'Luca Bacci2022-10-171-1/+2
|\
| * Use native Windows API for converting keystrokes to charactersPhilip Zander2022-10-171-1/+2
* | Drop gdkintl.hMatthias Clasen2022-09-2313-13/+13
* | Rename gdk-private.h to gdkprivate.hMatthias Clasen2022-09-239-9/+9
* | Rename gdkdebug.h to gdkdebugprivate.hMatthias Clasen2022-09-231-1/+1
* | x11: Use the new debug macrosMatthias Clasen2022-09-2310-393/+437
* | Make the gl-legacy debug flag always availableMatthias Clasen2022-09-211-1/+1
* | Make the nograbs flag always availableMatthias Clasen2022-09-211-3/+1
* | Fix default-settings handlingMatthias Clasen2022-09-211-1/+1
* | Merge branch 'detect-stylus' into 'main'Matthias Clasen2022-09-161-0/+1
|\ \ | |/ |/|
| * Recognize "stylus" devices as GDK_SOURCE_PENNate Eldredge2022-05-291-0/+1