summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: Fix text input with Input Method EditorsAndré de la Rocha2022-05-161-15/+1
* Windows: Make QScreen::name() more user-friendly, take 2Yuhang Zhao2022-05-162-13/+45
* Use SPDX license identifiersLucie Gérard2022-05-16105-3996/+216
* Correctly read and write CF_DIB bmp dataViktor Arvidsson2022-05-161-0/+12
* Windows QPA: Send screen change before geometry changeMorten Sørvig2022-05-101-3/+3
* Windows QPA: Fix crash in some rare casesYuhang Zhao2022-05-101-1/+2
* Revert "Windows QPA: Remove dependency on swprintf_s() pulled in via _com_err...Kai Köhne2022-05-061-20/+1
* Windows: Fix pop-up windows being incorrectly moved to primary displayAndré de la Rocha2022-05-051-1/+1
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-046-12/+12
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-048-26/+42
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-1/+1
* Remove noop calls to QPlatformInputContext base classTor Arne Vestbø2022-04-291-2/+0
* Windows QPA: Only refresh the window theme if it really changesYuhang Zhao2022-04-261-11/+14
* Windows QPA: fix the FullScreen standard keyYuhang Zhao2022-04-231-1/+0
* Windows QPA: Enhance theme change notifyYuhang Zhao2022-04-231-5/+12
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-2/+1
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-071-2/+2
* Windows QPA: Fix slowdown with large table/tree views with accessibilityAndré de la Rocha2022-03-311-12/+4
* Windows QPA: Avoid sending accessibility notifications before activationAndré de la Rocha2022-03-312-0/+9
* Windows QPA: Avoid slowdown with UI Automation name change notificationAndré de la Rocha2022-03-311-6/+10
* Misc: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+3
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-4/+0
* Revert "QScreen_win: retrieve user friendly monitor name"Morten Johan Sørvig2022-03-111-15/+4
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-4/+6
* Windows QPA: Add convenient overload to query window frameYuhang Zhao2022-03-012-0/+11
* Windows QPA: Add some offset to the system menu when appropriateYuhang Zhao2022-03-011-1/+23
* Windows QPA: fix window style correction for context help buttonYuhang Zhao2022-03-011-3/+8
* Windows QPA: Use less magic numberYuhang Zhao2022-03-011-19/+21
* Windows QPA: Highlight the first entry in the system menuYuhang Zhao2022-02-251-1/+9
* Windows QPA: More debug enhancementsYuhang Zhao2022-02-251-12/+61
* Windows QPA: Calculate window frame for frameless windows the same for all co...Viktor Arvidsson2022-02-222-17/+23
* Always include qt_windows header firstVolker Hilsheimer2022-02-222-3/+2
* Remove unused variable which causes compiler errorPiotr Srebrny2022-02-211-1/+0
* Windows: use QSystemLibrary instead of LoadLibrary directlyAndy Shaw2022-02-182-7/+14
* Windows QPA: Correct mistake when calculating minmaxinfoViktor Arvidsson2022-02-141-1/+1
* Windows QPA: Fix frameless maximize on secondary screensViktor Arvidsson2022-02-111-13/+11
* Remove unused .qrc filesJoerg Bornemann2022-01-172-30/+0
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-121-4/+15
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-3/+3
* Windows: Don't crash in mouse handling when QApplication is recreatedVolker Hilsheimer2021-12-221-1/+3
* Windows QPA: Enhance debug informationYuhang Zhao2021-12-171-0/+74
* Windows QPA: Correctly respond to WM_ERASEBKGNDYuhang Zhao2021-12-153-4/+6
* Windows QPA: Remove extra class name from the function nameYuhang Zhao2021-12-151-1/+1
* Windows QPA: Fix cursors getting out of sync after restoring override cursors...Friedemann Kleint2021-12-085-5/+24
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-031-1/+1
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-2413-383/+105
* Windows QPA: Fix multi-touch support in some devicesAndré de la Rocha2021-11-182-9/+37
* Windows QPA: Set SWP_NOCOPYBITS during resize to avoid jitterYuhang Zhao2021-11-121-1/+6
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-106-25/+12
* windows qpa: re-apply 8d6e825dMorten Johan Sørvig2021-10-291-0/+2