summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Add ExpandCollapse UI Automation pattern to combo boxesAndré de la Rocha2022-06-222-7/+14
* Windows: Avoid accidentally copying QWindowsScreenManagerTor Arne Vestbø2022-06-203-3/+4
* Windows QPA: Fix indentionYuhang Zhao2022-06-201-42/+42
* Windows: Replace lcQpaWindows logging with lcQpaScreen in screen codeTor Arne Vestbø2022-06-181-5/+5
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-187-14/+44
* Update window state in QWindowsWindow and QXcbWindow geometry settersAxel Spoerl2022-06-171-0/+4
* Windows QPA: Update screen on child window DPI changeMorten Sørvig2022-06-164-2/+19
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Fallback to PerMonitorDpiAware if V2DpiAware is not supported by systemVladimir Belyavsky2022-06-083-19/+21
* Windows: Don't terminate threads in QtVolker Hilsheimer2022-06-051-12/+10
* Windows: fix crash on closing an app when native file dialog is openedVladimir Belyavsky2022-06-032-37/+25
* 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