summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-0/+1
|\
| * Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-191-0/+1
| |\
| | * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-101-1/+3
| | |\
| | * | Windows QPA: Do not play sound for QMessageBox::NoIconFriedemann Kleint2020-03-061-0/+1
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-185-10/+23
|\| | |
| * | | Windows QPA: Fix broken frame geometry when moving windows with native menusFriedemann Kleint2020-03-135-10/+23
| | |/ | |/|
* | | Windows QPA: Add support to UiaRaiseNotificationEvent()Andre de la Rocha2020-03-041-5/+21
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-293-5/+9
|\| |
| * | Fix geometry handling for native child windowsFriedemann Kleint2020-02-281-1/+3
| |/
| * Windows: Enable closing the system tray menu when clicking outside of itAndy Shaw2020-02-271-1/+5
| * qwindowswindow: Fix screen changes between different DPI screens for native w...Oliver Wolff2020-02-271-3/+1
* | Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboardAndre de la Rocha2020-02-252-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-02-184-0/+200
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-184-0/+200
| |\|
| | * Windows QPA: Implement IExpandCollapseProvider for submenusAndre de la Rocha2020-02-124-0/+200
* | | Windows QPA: Fix disabled color of menu items in dark modeFriedemann Kleint2020-02-181-3/+2
|/ /
* | Fix QWindow::startSystemResize() on WindowsFriedemann Kleint2020-02-171-1/+1
* | Windows QPA: Add support to IsDialog UIA propertyAndre de la Rocha2020-02-132-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-2/+3
|\|
| * Windows QPA: Prospective fix for crash occurring when changing screen during ...Friedemann Kleint2020-01-221-2/+3
* | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-282-25/+29
* | Windows QPA: Provide an experimental palette for dark modeFriedemann Kleint2020-01-253-24/+95
* | Windows QPA: Add setting of dark window bordersFriedemann Kleint2020-01-253-0/+52
* | Windows QPA: Add detection of dark modeFriedemann Kleint2020-01-258-2/+69
* | Windows QPA: Better disambiguate Window class namesFriedemann Kleint2020-01-255-7/+26
* | QCursor: Allow bitmap() and mask() to return by-valueSze Howe Koh2020-01-261-7/+7
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-152-8/+58
|\|
| * Windows QPA: Fix co-existence of several Qt versions in an applicationFriedemann Kleint2020-01-141-8/+5
| * Windows QPA: Fix message box and other system soundsFriedemann Kleint2020-01-141-0/+53
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-0/+3
|\|
| * Fix developer build with clang-cl failing due exception specFriedemann Kleint2020-01-101-0/+3
* | Windows QPA: Allow the native Windows virtual keyboard to be disabledAndre de la Rocha2019-12-172-3/+6
* | Windows QPA: Use UTF-16 literals where possibleFriedemann Kleint2019-12-1613-87/+89
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-104-2/+38
|\|
| * Windows QPA: Export "checkable" info for menu items through UI AutomationAndre de la Rocha2019-12-101-1/+2
| * Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-092-0/+27
| * Windows QPA: Fix tray geometry not updatingFriedemann Kleint2019-12-051-0/+4
| * Quit application when QWindowsSystemTrayIcon receives WM_CLOSEJan Niklas Hasse2019-12-051-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-032-3/+16
|\|
| * Windows QPA: Disable the native Windows OSK if Qt Virtual Keyboard is in useAndre de la Rocha2019-11-252-3/+16
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-225-7/+7
* | Windows QPA: Fix deprecation warningsFriedemann Kleint2019-11-201-4/+4
* | Windows QPA: Port from QList to QVectorFriedemann Kleint2019-11-2010-19/+19
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-156-14/+98
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-134-2/+65
| |\
| | * Windows QPA: Avoid returning UI Automation ValueProvider for static textAndre de la Rocha2019-11-071-2/+3
| | * Windows QPA: Fix missing update when the display is sleepingAndre de la Rocha2019-11-073-0/+62
| * | Windows QPA: Fix wrong scaling of fixed size in window creation phaseFriedemann Kleint2019-11-082-12/+33
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-082-6/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-062-6/+10
| |\|