summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* windows: Remove workaround for delayed OpenGL initializationTor Arne Vestbø2024-03-013-24/+0
* QWindows11Style: Revert Windows global palette changesWladimir Leuschner2024-02-291-135/+39
* Windows: clean up System Tray Icon message iconVolker Hilsheimer2024-02-282-1/+10
* Replace QWindowsComBase with QComObjectPavel Dubsky2024-02-2720-59/+50
* Windows QPA: Fix unity buildFriedemann Kleint2024-02-201-0/+2
* Implement icon mapping for Apple, Android, and WindowsRayam Pinto2024-02-181-1/+247
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-131-0/+2
* Windows: Default to DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-062-9/+9
* Simplify new QIcon ThemeIcon constants and APIVolker Hilsheimer2024-01-261-11/+11
* Windows QPA: don't take dpi rounding policy into account when fullscreenTimothée Keller2024-01-161-10/+10
* QPA/Windows: Cleanup QShGetFileInfoThread on shutdownChristian Ehrlicher2024-01-121-83/+84
* QWindowsSystemTrayIcon: use high-dpi icons for notificationsChristian Ehrlicher2024-01-091-14/+3
* QWindowsTheme: honor dpr when requesting standard iconsChristian Ehrlicher2023-12-221-6/+9
* Fix Maximized frameless window painting wrong with WS_THICKFRAMEYansheng Zhu2023-12-211-12/+23
* QFileDialog/win: pass only filename to IFileDialog::SetFileName()Christian Ehrlicher2023-12-191-1/+1
* QPA/Windows: remove uneeded USE_IIMAGELISTChristian Ehrlicher2023-12-181-20/+1
* QPA/Windows: remove unneeded check for outdated MinGW versionChristian Ehrlicher2023-12-181-10/+2
* QPA/Windows: remove unused and outdated documentationChristian Ehrlicher2023-12-181-25/+0
* QPA/Windows: misc cleanup of QShGetFileInfoThreadChristian Ehrlicher2023-12-181-7/+5
* Windows QPA: don't override user-removed marginsTimothée Keller2023-12-181-5/+14
* QFileDialog/win: pass only filename to IFileDialog::SetFileName()Christian Ehrlicher2023-12-161-1/+1
* Windows QPA: Omit native virtual key in WM_CHARJohannes Grunenberg2023-12-151-1/+1
* QWindowsCursor: create correct DDB in createBitmapCursor()Christian Ehrlicher2023-12-141-4/+11
* Fix hang issue during drag and drop in windowsSanthosh Kumar2023-12-141-1/+2
* Windows QPA: Always process system sound eventsChristian Heimlich2023-12-131-5/+6
* Make some QScreen native interfaces publicDavid Redondo2023-12-081-3/+2
* Remove QT_MAKE_UNCHECKED_ARRAY_ITERATORMårten Nordheim2023-12-071-1/+1
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-4/+1
* QIcon: clean up Windows and Android icon enginesVolker Hilsheimer2023-12-072-36/+28
* Fix signed integer overflow in handling WM_SIZE messageWladimir Leuschner2023-11-281-1/+1
* a11y: Fix bug where some characters were not spoken while moving cursorJan Arve Sæther2023-11-231-4/+4
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-1/+1
* Add initial implementation of a Windows icon engineVolker Hilsheimer2023-11-235-0/+212
* Remove ambiguity in handling of registry keys from setupAPI.hJøger Hansegård2023-11-171-7/+14
* QWindowsDrag: remove unused member variable and method isDraggingDavid Faure2023-11-172-6/+0
* Windows: Improve hidpi style drawing and metricsMorten Sørvig2023-11-152-0/+7
* a11y uia: Report UIA_StrikethroughStyleAttributeIdMichael Weghorn2023-11-152-0/+47
* a11y uia: Map 3 more roles to UIA control type IDsMichael Weghorn2023-11-151-0/+3
* Fix setting SysTrayIcon visible after explicitly hiding itWladimir Leuschner2023-11-141-2/+0
* Windows QPA: Fix wheel events when using -platform windows:reverseFriedemann Kleint2023-11-091-7/+7
* Windows QPA: Emit QGuiApplication::primaryScreenChanged()Friedemann Kleint2023-11-081-0/+6
* Introduce dark mode to QWindows11StyleWladimir Leuschner2023-11-031-11/+72
* Fix margin issue in wizard for windowsSanthosh Kumar2023-10-311-4/+4
* Introduce new empty Windows 11 styleWladimir Leuschner2023-10-271-67/+105
* Windows: Don't re-apply application badge if one has not been setTor Arne Vestbø2023-10-171-1/+2
* Windows QPA: remove SWP_NOCOPYBITS for plain movesTimothée Keller2023-10-171-4/+8
* QWindowsTheme: only set inactive accent color to Window if not setMitch Curtis2023-10-131-2/+6
* Include what you need: <QPointer>Marc Mutz2023-10-121-0/+1
* cmake: use a more appropriate feature guardYuhang Zhao2023-10-101-1/+3
* Revert "Windows QPA: Move transient children with a window move"Timothée Keller2023-10-102-52/+0