summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* client: Fix xdg shell setting only a minimum size hintDavid Edmundson2024-02-201-9/+50
* Client: Map Qt::BusyCursor and Qt::WaitCursor to correct shape namesVlad Zahorodnii2024-02-061-2/+2
* client: Clean up text input proxy object in textinputv2David Edmundson2023-12-211-2/+1
* tests: Only track one data offer during a dragDavid Edmundson2023-12-112-8/+5
* QWaylandMimeData: Check text/x-moz-urls for UTF-16Kai Uwe Broulik2023-12-041-0/+42
* CMake: replace PUBLIC_LIBRARIES with plain LIBRARIESEdward Welbourne2023-11-272-2/+2
* Fix CMake config after move of example to manual testsEdward Welbourne2023-10-241-1/+1
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* client: Implement QWheelEvent::invertedDavid Edmundson2023-09-293-14/+35
* client: support Xdg Shell not_shown stateDavid Edmundson2023-09-251-0/+33
* Fix use-after-free error in autotestPaul Olav Tvete2023-09-191-5/+4
* Autotest: don't access object that has gone out of scopePaul Olav Tvete2023-09-181-3/+4
* tests: Fix tst_xdgshell::minMaxSize()Vlad Zahorodnii2023-09-151-0/+2
* Client: Remove some surface commitsVlad Zahorodnii2023-08-291-0/+2
* QWaylandInputDevice: Reset cursor surface state when using shape cursorKai Uwe Broulik2023-08-251-1/+15
* tests: Send frame callbacks by defaultDavid Edmundson2023-08-224-0/+12
* client: Convert text/x-moz-urls to text/uri-listKai Uwe Broulik2023-08-071-0/+44
* DefaultCompositor: use explcit lambda capturesMarc Mutz2023-08-071-3/+3
* Fix C++20 deprecated capture of *this in [=]Marc Mutz2023-08-0214-142/+142
* client: Make sure screens stay virtual siblings during reconnectDavid Redondo2023-07-281-8/+26
* Rename the tst_cursor CMake targetUlf Hermann2023-06-021-1/+1
* client: Implement cursor_shape_v1David Edmundson2023-06-017-7/+204
* tests: Cleanup cursor role objectsDavid Edmundson2023-05-232-2/+3
* Properly clean up screens during reconnectDavid Redondo2023-05-171-0/+25
* QWaylandWindow: Init parent wl_surface when creating subsurfaceDavid Rosca2023-04-191-0/+4
* QWaylandClientExtension: Allow specifying destructor for wayland objectsDavid Redondo2023-04-111-9/+4
* Client: Check for shell integration when initializing platform pluginIlya Fedin2023-04-031-1/+13
* client: Add support for xdg_popup_configureLiang Qi2023-03-101-2/+20
* Rename tst_reconnect to avoid clash with qtremoteobjectsEdward Welbourne2023-03-101-3/+3
* Introduce path for surviving compositor restartsDavid Edmundson2023-03-079-8/+436
* Compile with -no-openglEskil Abrahamsen Blomfeldt2023-03-0610-10/+5
* client: Force a roundtrip when an XdgOutput is not ready yetMarco Martin2023-02-273-0/+40
* Move server-buffer example to manual testsEskil Abrahamsen Blomfeldt2023-02-1620-0/+585
* Move hwlayer-compositor example to manual testsEskil Abrahamsen Blomfeldt2023-02-147-0/+203
* Implement fractional_scale_v1 and wp_viewportDavid Edmundson2022-12-0710-0/+347
* Client: Improve handling of 0xH and Wx0 xdg_toplevel configure eventsVlad Zahorodnii2022-12-053-1/+32
* Test: update MockClientInho Lee2022-11-102-1/+15
* tests: fix tst_seatv4 to use 24 as default cursor sizeLiang Qi2022-11-081-2/+9
* Disable/fix warningsJonas Karlsson2022-10-283-2/+6
* Client: Add support for high-resolution scrollingVlad Zahorodnii2022-10-266-24/+182
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-108-14/+14
* Port from container::count() and length() to size()Marc Mutz2022-10-1013-74/+74
* Replace qExchange with std::exchangeMarc Mutz2022-10-061-1/+1
* Client: skip building tests which cannot be run on webOSJanne Juntunen2022-09-151-16/+20
* Client: clear focus on touch cancelDavid Edmundson2022-09-053-0/+38
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie GĂ©rard2022-08-2336-36/+36
* Fix build of manual testsJoerg Bornemann2022-08-033-82/+17
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2824-26/+26
* Only close popup in the the hiercharyWeng Xuetian2022-07-241-0/+87
* Also use text-input if QT_IM_MODULE is empty or "wayland"Weng Xuetian2022-07-131-1/+2