summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant calls, textInput()Inho Lee2024-02-061-26/+37
* Support TextInput V3 over v4-wipDavid Edmundson2023-12-131-5/+1
* client: check nullptr before usageLiang Qi2023-06-281-1/+1
* Don't change process locale while initializing QWaylandInputContextIlya Fedin2023-01-261-3/+1
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-191-2/+1
* Use SPDX license identifiersLucie Gérard2022-06-101-38/+2
* QtWaylandClient: includemocsLiang Qi2022-06-011-0/+2
* wayland: do not rely on transitive includesFabian Kosmale2022-03-111-0/+1
* Add client support for the text-input-unstable-v1 protocolDominik Holland2022-02-021-2/+2
* Support text-input-unstable-v4-wipInho Lee2021-11-191-1/+5
* add abstract class QWaylandTextInputInterface in client sideInho Lee2021-11-081-348/+10
* Fix the logic for decoding modifiers map in Wayland text input protocolRodney Dawes2021-10-151-2/+4
* Include locale.h for setlocale/LC_CTYPEAlbert Astals Cid2021-05-121-0/+4
* Add missing define guardsSamuli Piippo2021-04-221-0/+2
* client: Allow QWaylandInputContext to accept composed key combinationsAleix Pol2021-04-131-1/+94
* Fix compilation after removing QEvent copy ctorEskil Abrahamsen Blomfeldt2020-11-191-4/+6
* Merge remote-tracking branch 'origin/5.13' into 5.14Johan Klokkhammer Helsing2019-09-161-3/+6
|\
| * Client: Adjust for window border when setting text-input cursor rectJohan Klokkhammer Helsing2019-09-031-3/+6
* | Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-211-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devJohan Klokkhammer Helsing2019-05-071-5/+10
|\|
| * drop qwaylandxkb and share the logic with X11Gatis Paeglis2019-04-251-5/+10
* | Client: Make QWaylandWindow's wl_surface inheritance privateJohan Klokkhammer Helsing2019-03-141-4/+4
|/
* Client: Don't assume windows have surfaces in QWaylandInputContext::updateJohan Klokkhammer Helsing2019-01-031-7/+16
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-12/+1
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-1/+1
* Check surface exists when setting textinput focusDavid Edmundson2017-08-091-2/+4
* Add xdg_shell_v6 support for Qt clientsGiulio Camuffo2016-12-021-1/+2
* Fix the key code of key events when control is pressedGiulio Camuffo2016-07-041-2/+3
* Rename private headers to _p.hPaul Olav Tvete2016-05-191-2/+2
* Use function to convert indices for text protocolJan Arne Petersen2016-04-191-1/+1
* Fix clicking on preedit textJan Arne Petersen2016-04-181-0/+14
* Fix text-input support for new APIJan Arne Petersen2016-04-181-125/+381
* Updated license headersAntti Kokko2016-01-201-14/+20
* Merge remote-tracking branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-12-021-0/+1
|\
| * Fix compiler warnings.Friedemann Kleint2015-11-051-0/+1
* | Fix some wrong licenses in QtWaylandClientJørgen Lind2015-07-241-27/+21
|/
* Update copyright headersJani Heikkinen2015-02-171-3/+3
* Namespace the platform pluginsGiulio Camuffo2015-01-291-0/+4
* Set the composing string of the wayland input methodGiulio Camuffo2015-01-131-0/+16
* Make classes in client privateJorgen Lind2013-12-271-4/+4
* Fix compiler warningsJorgen Lind2013-12-271-0/+5
* Move wayland into a client directory not under the plugins src folderJorgen Lind2013-12-271-0/+260