summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/qwaylandtextinput.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size()Marc Mutz2022-10-101-3/+3
* add an interface to customize modifiersMap for zwp_text_input_v2Inho Lee2022-06-291-0/+32
* Implement send_modifiers_map for zwp_text_input_v2Inho Lee2022-06-291-3/+22
* Use SPDX license identifiersLucie GĂ©rard2022-06-101-28/+2
* QtWaylandCompositor: includemocsLiang Qi2022-06-011-0/+2
* Replace QScopedPointer with std::unique_ptrThiago Macieira2022-05-111-2/+2
* Also accept a client text-input extension registered too lateDominik Holland2022-03-151-0/+6
* Adapt to recent qtbase changes and update dependenciesFriedemann Kleint2020-07-291-1/+1
* Update QtWaylandCompositor license headers to GPL 3v5.14.0-beta2Paul Olav Tvete2019-10-161-15/+5
* Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-211-2/+2
* drop qwaylandxkb and share the logic with X11Gatis Paeglis2019-04-251-2/+9
* Change compositor categorized logging namespacePaul Olav Tvete2018-09-201-4/+4
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-16/+1
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-3/+3
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-041-12/+15
* Compositor API: rename QWaylandInputDevice to QWaylandSeatJohan Klokkhammer Helsing2016-08-111-1/+1
* Remove empty private class QWaylandExtensionTemplatePrivateJohan Klokkhammer Helsing2016-05-191-1/+1
* Rename private headers to _p.hPaul Olav Tvete2016-05-191-2/+2
* Rename QWaylandExtension to QWaylandCompositorExtensionPaul Olav Tvete2016-05-181-2/+2
* Fix wrong preedit styling indicesJan Arne Petersen2016-04-191-3/+3
* Use function to convert indices for text protocolJan Arne Petersen2016-04-191-7/+7
* Set state to expected state inside compositorJan Arne Petersen2016-04-181-11/+39
* Fix text-input support for new APIJan Arne Petersen2016-04-181-0/+591