summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsinputcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_MAKE_UNCHECKED_ARRAY_ITERATORMårten Nordheim2023-12-071-1/+1
* Windows QPA: Fix text input with Input Method EditorsAndré de la Rocha2022-05-161-15/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-291-2/+0
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-241-4/+1
* qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-1/+0
* Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboardAndre de la Rocha2020-02-251-1/+1
* Windows QPA: Allow the native Windows virtual keyboard to be disabledAndre de la Rocha2019-12-171-1/+2
* Windows QPA: Disable the native Windows OSK if Qt Virtual Keyboard is in useAndre de la Rocha2019-11-251-2/+5
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-5/+7
|\
| * Only call ShowCaret if Windows 10 1709 or later is usedAndy Shaw2019-10-291-5/+7
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-1/+8
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-121-1/+8
| |\
| | * Windows QPA: Fix blinking dot on Windows 7/8/8.1Andre de la Rocha2019-07-041-1/+8
* | | Windows QPA: Fix clang warnings about repetitive type namesFriedemann Kleint2019-06-131-1/+1
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-021-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-5/+5
|\|
| * Windows/Direct2d QPA: Use nullptrFriedemann Kleint2019-01-281-5/+5
* | Windows style, themes: Fix deprecation warningsFriedemann Kleint2019-02-061-1/+1
|/
* Windows QPA: Fix input context visibility statusAndre de la Rocha2018-11-151-1/+12
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-28/+64
|\
| * Fix automatic showing/hiding of the Windows 10 on-screen keyboardAndre de la Rocha2018-06-281-28/+64
* | Windows QPA: Fix Qt include statementsFriedemann Kleint2018-05-231-10/+9
|/
* Windows QPA: Fix Korean IME removing words when using CTRL shortcutsFriedemann Kleint2018-04-231-0/+8
* Add virtual keyboard geometry support to Windows portAndre de la Rocha2017-10-161-0/+22
* QWindowsInputContext: Fix indentationKai Koehne2017-05-021-1/+1
* Windows QPA plugin: Use member initializationFriedemann Kleint2016-11-301-7/+0
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
| |\
| | * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-261-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-5/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-5/+12
| |\|
| | * Windows QPA: Scale the cursor rectangle of the input method.Friedemann Kleint2016-03-311-5/+12
* | | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-291-4/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-12/+13
|\|
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-191-12/+13
| * Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2016-01-071-1/+2
* | Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-301-4/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Windows: Fix QWindowsInputContext for Japanese IME.YAMAMOTO Atsushi2015-12-151-1/+2
|/
* Windows: Implement QPlatformInputContext::locale().Friedemann Kleint2015-10-221-2/+31
* Windows: Disable Windows input context when another context is used.Friedemann Kleint2015-09-221-20/+18
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-4/+15
|\
| * Windows/Input context: Update enabling of IME in in update(), too.Friedemann Kleint2015-08-251-3/+14
| * When the focus changes make sure that the IME finishes correctlyAndy Shaw2015-08-101-1/+1
* | Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-291-4/+2
|/
* Windows: Send the input method event when the focus object is validAndy Shaw2015-03-301-1/+1
* Fix invocations of static methods of QGuiApplication/QApplication.Friedemann Kleint2015-02-251-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+1
|\