summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Respect WAYLAND_DISPLAY on compositorSamuli Piippo2024-02-081-0/+2
* Client: Map Qt::BusyCursor and Qt::WaitCursor to correct shape namesVlad Zahorodnii2024-02-061-2/+2
* Remove redundant calls, textInput()Inho Lee2024-02-061-26/+37
* QtTextInputMethod: hide inputPanel when focus leavingInho Lee2024-02-061-0/+3
* Doc: Remove QML explicit version numbersKai Köhne2024-02-021-1/+1
* client: Switch qt-toplevel-drag to xdg-toplevel-dragDavid Redondo2024-02-027-98/+158
* client: Clean up old registry on reconnectDavid Redondo2024-02-011-0/+2
* client: Remove unused member variable in TextInputV3David Edmundson2024-02-012-3/+1
* client: Disable threaded GL on desktop NVIDIADavid Redondo2024-02-011-0/+7
* Client: Fix Qt::KeypadModifier for key eventsNicolas Fella2024-02-011-2/+1
* Remove QWaylandWindow::handleExposeTor Arne Vestbø2024-01-302-11/+0
* client: Fix deletion of new queued shm buffers during reconnectDavid Redondo2024-01-245-6/+6
* Client: Update size hints when updating the decorationDavid Edmundson2024-01-231-0/+3
* client: Destroy window manager integration before displayDavid Redondo2024-01-231-0/+1
* Mark QWaylandWindow::wlSurface as constDavid Redondo2024-01-192-3/+3
* Fix bool parameter trap in sendUnicodeKeyEvent()Eskil Abrahamsen Blomfeldt2024-01-192-9/+45
* TextInputV3: Remove unnecessary enableSurface/disableSurfaceInho Lee2024-01-192-18/+5
* client texture cleanup: fix crash in clean-up lambdaThomas Senyk2024-01-182-0/+4
* Make sure wayland object destructors are calledDavid Redondo2024-01-1725-34/+133
* Disable client side decorations on Vulkan windowJiDe Zhang2024-01-171-0/+3
* client: Avoid creating decorations in the render threadDavid Edmundson2024-01-113-8/+3
* compositor: Provide backwards compatiable support for TextInputV4 enumDavid Edmundson2024-01-101-0/+2
* client: Fix text-input set_cursor_rectangle coordinatesIlya Fedin2024-01-103-6/+12
* QWaylandWindow: Update decoration when application palette/font changesKai Uwe Broulik2024-01-102-0/+13
* bradient: Use QWaylandWindow actual window titleKai Uwe Broulik2024-01-103-17/+26
* QWaylandEglWindow: Pass window surface format to q_glFormatFromConfigKai Uwe Broulik2024-01-091-1/+1
* bradient: Explicitly set Qt::PlainText textFormatKai Uwe Broulik2024-01-091-0/+1
* Doc: Add documentation for QML WaylandQuickItem::output propertyAndreas Eliasson2024-01-081-0/+5
* QWaylandScreen: Implement subpixelAntialiasingTypeHintKai Uwe Broulik2024-01-062-2/+30
* bradient: Don't cache decoration colorsKai Uwe Broulik2024-01-061-12/+9
* QWaylandShmBackingStore: Preserve buffer contents between framesKai Uwe Broulik2024-01-062-3/+49
* QWaylandWindow: Reset input region on window resetKai Uwe Broulik2024-01-061-0/+3
* client: Fix window margin calculationRob Hall2024-01-061-2/+2
* bradient: Use "Size" instead of "Split" cursors for resizingKai Uwe Broulik2024-01-061-3/+3
* Remove unused Q_Q macros which caused fatal warningsShawn Rutledge2023-12-291-8/+0
* client: Do not constrain clients to size hintsDavid Edmundson2023-12-281-11/+1
* client: Clean up text input proxy object in textinputv3David Edmundson2023-12-211-0/+1
* client: Clean up text input proxy object in textinputv2David Edmundson2023-12-211-0/+1
* QWaylandMimeData: Skip "DELETE" formatKai Uwe Broulik2023-12-201-2/+5
* Don't use Qt keywords in headersKai Uwe Broulik2023-12-1814-24/+24
* Remove inactionable warnings suggesting qt-text-input-method-unstable-v1Nicolas Fella2023-12-181-4/+0
* QWaylandCursor: Set appropriate shape for drag cursorsKai Uwe Broulik2023-12-141-3/+3
* Don't lock render thread when blocking swap is usedEskil Abrahamsen Blomfeldt2023-12-131-2/+4
* Support TextInput V3 over v4-wipDavid Edmundson2023-12-1327-425/+325
* client: If the window minimized state is requested do not forward other statesDavid Edmundson2023-12-111-5/+10
* Handle subsurfaces with async configureDavid Edmundson2023-12-112-2/+2
* Error out early when base was build without our native interfacesDavid Redondo2023-12-091-0/+6
* Adapt to QWaylandScreen being publicDavid Redondo2023-12-091-2/+2
* client: implement QWaylandCursor::size()Liang Qi2023-12-082-0/+12
* QWaylandMimeData: Check text/x-moz-urls for UTF-16Kai Uwe Broulik2023-12-041-10/+23