summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Client: fix a typo in minimum window size handlingIlya Fedin2023-05-151-1/+1
* Apply only valid min/max sizesInho Lee2023-05-092-7/+17
* Doc: Add CMake build sectionsAndreas Eliasson2023-05-022-11/+25
* compositor: adapt to new QXkbCommon::modifiers()Mario Roessel2023-04-281-1/+1
* Exclude hardwareintegration plugins from Unity BuildAmir Masoud Abdol2023-04-251-0/+6
* Doc: Use correct CMake component namePaul Wicking2023-04-241-1/+1
* QWaylandWindow: Init parent wl_surface when creating subsurfaceDavid Rosca2023-04-191-0/+2
* Document sendFullKeyEvent() and sendKeyEvent() limitationsPaul Olav Tvete2023-04-181-0/+8
* Client: Use correct type in vulkan window for nullDavid Edmundson2023-04-131-1/+1
* Destroy frame queue before displayDavid Redondo2023-04-111-2/+3
* Client: Check for shell integration when initializing platform pluginIlya Fedin2023-04-037-18/+18
* Client: let QWaylandClientExtension work before platform integration is assignedIlya Fedin2023-04-033-8/+10
* Client: Cleanup vulkan surfaces on hideDavid Edmundson2023-03-312-5/+13
* Client: Fix the mouse being stuck in pressed state after DnDIlya Fedin2023-03-211-1/+1
* Client: Fix wl_surface destruction orderVlad Zahorodnii2023-03-201-6/+6
* client: Add support for xdg_popup_configureLiang Qi2023-03-102-0/+29
* client: Do not cast placeholder screens to QWaylandScreenAleix Pol2023-03-061-1/+1
* client: Unify margins handlingIlya Fedin2023-02-283-38/+24
* Client: Remove flip popup constraintsVlad Zahorodnii2023-02-281-3/+1
* doc: Remove category from examples docsEskil Abrahamsen Blomfeldt2023-02-288-14/+12
* Move setup functions from local to memberThomas Senyk2023-02-272-5/+7
* Fix build on CentOS 7Ilya Fedin2023-02-241-0/+10
* Client: Stop requesting activation on every focus object changeVlad Zahorodnii2023-02-221-13/+0
* Fix automoc warning regarding includeMÃ¥rten Nordheim2023-02-211-1/+1
* QOpenGLContext re-creation - orphanedTexturesThomas Senyk2023-02-206-13/+381
* Disambiguate Vulkan debug constantsFriedemann Kleint2023-02-133-34/+34
* Exclude sources generated by the scanner from CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-131-4/+6
* Remove QWindow forward declarations in namespacesFriedemann Kleint2023-02-132-2/+0
* Disambiguate input method constantsFriedemann Kleint2023-02-133-8/+8
* Disambiguate static variablesFriedemann Kleint2023-02-138-24/+24
* Doc: Fix documentation warningsTopi Reinio2023-02-071-1/+1
* compositor: Fix crash when raising shell surface itemEskil Abrahamsen Blomfeldt2023-01-301-4/+7
* client: Fix infinite recursion with text-input-v2Eskil Abrahamsen Blomfeldt2023-01-301-3/+8
* Don't change process locale while initializing QWaylandInputContextIlya Fedin2023-01-261-3/+1
* client: Attempt to request activate even if there's no focus windowIlya Fedin2023-01-251-2/+6
* Client: Fix handling of Qt::BlankCursorVlad Zahorodnii2023-01-051-2/+1
* Client: Port to QPlatformTheme::{MouseCursorTheme,MouseCursorSize}Vlad Zahorodnii2023-01-032-18/+17
* Add WL_SHM_FORMAT_RGB888 to supported shm formatsThomas Senyk2022-12-132-1/+9
* Client: Handle zwp_primary_selection_device_manager_v1 global removalVlad Zahorodnii2022-12-132-5/+9
* compositor: fix build without quickLiang Qi2022-12-095-0/+21
* Client: Provide support for custom shellsVlad Zahorodnii2022-12-083-5/+22
* client: Implement QNativeInterface::Private::QWaylandWindowDavid Redondo2022-12-0812-7/+50
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-0711-7/+372
* compositor: Support touch interaction with client decorationsEskil Abrahamsen Blomfeldt2022-12-072-13/+33
* compositor: Fix warning on damage/damage_buffer mixEskil Abrahamsen Blomfeldt2022-12-072-27/+22
* Compositor_api: delete TexProvider properlyInho Lee2022-12-072-2/+21
* Client: Improve handling of 0xH and Wx0 xdg_toplevel configure eventsVlad Zahorodnii2022-12-051-8/+27
* client: Allow resizing with touch input on client-side decorationsEskil Abrahamsen Blomfeldt2022-12-051-37/+80
* Fix frame sync related to unprotected multithread accessWeng Xuetian2022-12-032-32/+43
* Client: Honor QGuiApplication::overrideCursor()Vlad Zahorodnii2022-11-301-1/+4