summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add gdk_surface_get_scaleMatthias Clasen2023-04-018-48/+78
* wayland: Use fractional scaling with the Cairo rendererBenjamin Otte2023-04-011-1/+2
* wayland: Allow creating fractional Cairo surfacesBenjamin Otte2023-04-015-28/+36
* wayland: Use wp_viewport to set buffer scaleBenjamin Otte2023-04-015-22/+64
* wayland: Use GdkFractionalScale for surface scaleBenjamin Otte2023-04-014-80/+79
* wayland: Introduce GdkFractionalScale typeBenjamin Otte2023-04-011-0/+39
* wayland: Some debug spew tweaksMatthias Clasen2023-04-011-3/+4
* wayland: Add support for the fractional scale protocolBenjamin Otte2023-04-015-9/+50
* wayland: Use wl_seat_get_version()Benjamin Otte2023-04-013-16/+7
* wayland: Use zwp_pointer_gestures_v1_get_version()Benjamin Otte2023-04-013-5/+1
* wayland: Use gtk_shell1_get_version()Benjamin Otte2023-04-014-5/+3
* wayland: Use wl_data_device_manager_get_version()Benjamin Otte2023-04-014-7/+4
* wayland: Use zxdg_output_manager_v1_get_version()Benjamin Otte2023-04-012-4/+2
* wayland: Remove unused variableBenjamin Otte2023-04-012-4/+1
* wayland: Check correct interfaceBenjamin Otte2023-04-012-5/+4
* wayland: Use wl_compositor_get_version()Benjamin Otte2023-04-014-6/+4
* wayland: Use proper macroBenjamin Otte2023-04-013-5/+4
* Convert headers to #pragma onceMatthias Clasen2023-03-31223-669/+223
* gdk/vulkancontext: Accept Khronos validation layersGeorges Basile Stavracas Neto2023-03-301-4/+12
* gdk/vulkancontext: Pass all painted rectsGeorges Basile Stavracas Neto2023-03-301-10/+21
* gdk/wayland/surface: Track and apply buffer scaleGeorges Basile Stavracas Neto2023-03-302-11/+33
* wayland: Fix corner cases in positioningMatthias Clasen2023-03-281-34/+17
* Merge branch 'wayland-popup-anchor' into 'main'Matthias Clasen2023-03-281-4/+31
|\
| * wayland: Comply with protocol requirementsMatthias Clasen2023-03-261-4/+31
* | gdk: Avoid a pointless indirectionMatthias Clasen2023-03-271-0/+4
* | gdk: Improve logging for backendsMatthias Clasen2023-03-271-2/+15
* | Merge branch 'bilelmoussaoui/gi-docs' into 'main'Matthias Clasen2023-03-274-12/+12
|\ \
| * | docs: Fix various broken linksBilal Elmoussaoui2023-03-274-12/+12
* | | wayland/popup: Handle late received reposition feedbackJonas Ã…dahl2023-03-271-1/+8
|/ /
* | Merge branch 'ebassi/compute-size-annotation' into 'main'Emmanuele Bassi2023-03-272-15/+18
|\ \
| * | Remove wrong annotation from GdkDragSurface::compute-sizeEmmanuele Bassi2023-03-261-10/+12
| * | Remove wrong annotation for GdkToplevel::compute-sizeEmmanuele Bassi2023-03-261-5/+6
| |/
* | wayland: Try to open the display even if XDG_RUNTIME_DIR is unsetLudovico de Nittis2023-03-271-7/+0
* | wayland: Don't crash without xdg_activation_v1Matthias Clasen2023-03-261-1/+1
|/
* Merge branch 'wayland-cursor-size' into 'main'Matthias Clasen2023-03-261-0/+3
|\
| * wayland: Don't crash on cursor size 0Matthias Clasen2023-03-251-0/+3
* | docs: Add another cross referenceMatthias Clasen2023-03-251-0/+2
|/
* 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
|\