summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename getter for modal properties to isModalVolker Hilsheimer28 hours5-14/+14
* Prepare for hiding of logging categories in namespacesUlf Hermann5 days4-11/+18
* Fix race condition in drag and dropEskil Abrahamsen Blomfeldt12 days1-4/+11
* Add missing Q_REVISION tagsEskil Abrahamsen Blomfeldt14 days2-2/+3
* client: Remove support for surface extensionDavid Redondo2024-06-0512-282/+0
* QWaylandDataDevice: Use internal input device keyboard modifiersKai Uwe Broulik2024-06-051-4/+4
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-05-302-2/+0
* Use the correct condition when defaulting the QWaylandIntegrationPluginAlexey Edelev2024-05-291-1/+1
* client: Add option to automatically delete a buffer upon releaseDavid Redondo2024-05-292-0/+10
* Client: Fix QWaylandWindow::mScale default initializerVlad Zahorodnii2024-05-291-1/+1
* client: Support popup repositioningDavid Edmundson2024-05-283-106/+163
* TextInputv3: Fix send_delete_surrounding_textInho Lee2024-05-271-6/+31
* TextInputv3: fix indices and positionsInho Lee2024-05-274-53/+66
* Client: Update size hints on custom margins changeIlya Fedin2024-05-251-0/+1
* client: Avoid roundtrip to handle xdgoutput race conditionDavid Edmundson2024-05-252-4/+9
* client: Always update the window's screen on changesDavid Edmundson2024-05-252-4/+2
* Client: Fix initialization of QWaylandWindow::mScaleVlad Zahorodnii2024-05-242-6/+5
* Client: Try harder to guess the transient parent windowVlad Zahorodnii2024-05-241-2/+7
* fix type registration in compositor-extensions QML modulesSami Shalayel2024-05-2326-1221/+315
* fix versioning in Q_COMPOSITOR_DECLARE_QUICK_EXTENSION_NAMED_CLASSSami Shalayel2024-05-233-25/+95
* client: Explain what PUBLIC_CODE doesDavid Redondo2024-05-151-1/+2
* Revert "Revert "QWaylandDisplay: Allow software-only deco and don't init GL n...Kai Uwe Broulik2024-05-151-1/+6
* Remove unused private fieldMoss Heim2024-05-132-3/+1
* client: Disentangle platform services and windowmanagerintegrationDavid Redondo2024-05-1010-91/+127
* Correct license for module and plugin filesLucie Gérard2024-05-036-6/+6
* Change license for tools filesLucie Gérard2024-05-031-1/+1
* Make wheel operations compatible with xcbInho Lee2024-04-301-2/+4
* qtwaylandscanner: don't track source file locationSamuli Piippo2024-04-291-1/+1
* QWaylandWindow: requestActivate on showKai Uwe Broulik2024-04-264-0/+17
* client: implement QWaylandScreen::topLevelAt()Liang Qi2024-04-222-0/+12
* client: Synthesize enter/leave event for popup in xdg-shell - 2Liang Qi2024-04-221-5/+3
* compositor: fix build without quick - xdg_dialog_v1Liang Qi2024-04-181-1/+1
* Make build error less ambiguousEskil Abrahamsen Blomfeldt2024-04-181-1/+1
* Client: Wire up surfaceRoleCreated/Destroyed signalsKai Uwe Broulik2024-04-171-0/+3
* client: Add CMake options to control visibility of generated symbolsDavid Redondo2024-04-152-3/+22
* ShellSurfaceItem: Make sure modal dialogs stay on topPaul Olav Tvete2024-04-121-5/+28
* compositor: Implement xdg_dialog_v1Paul Olav Tvete2024-04-1212-15/+267
* Revert "QWaylandDisplay: Allow software-only deco and don't init GL needlessly"Eskil Abrahamsen Blomfeldt2024-04-111-6/+1
* Fix out variable in external shaderBernd Weimer2024-04-111-3/+3
* Remove unused member in quickitemBernd Weimer2024-04-111-14/+13
* Client: Close xdg popups using QWSI::handleCloseEvent()Vlad Zahorodnii2024-04-051-1/+1
* Fix xkbcommon dependency for WaylandSeat.sendUnicodeKeyEventInho Lee2024-04-051-5/+4
* Client: Use QWindowSystemInterface::handleCloseEvent() to close xdg-toplevelVlad Zahorodnii2024-04-051-1/+1
* QWaylandDisplay: Allow software-only deco and don't init GL needlesslyKai Uwe Broulik2024-04-021-1/+6
* Client: Replace a bunch of frameMargins with clientSideMarginsIlya Fedin2024-03-293-5/+5
* client: Implement dialog-v1 protocolDavid Redondo2024-03-277-5/+213
* Bradient: make drawing coordiantes consistentIlya Fedin2024-03-261-24/+26
* Use NO_GENERATE_CPP_EXPORTS explicitlyAlexey Edelev2024-03-2512-1/+16
* Use static_cast rather than dynamic_castLu YaNing2024-03-211-2/+2
* Client: Fix the mouse being stuck in pressed state after startSystem{Move,Res...Ilya Fedin2024-03-203-5/+17