summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Windows QPA: don't take dpi rounding policy into account when fullscreenTimothée Keller2024-01-161-10/+10
* QWindowsSystemTrayIcon: use high-dpi icons for notificationsChristian Ehrlicher2024-01-121-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-201-1/+1
* QPA/Windows: remove unused and outdated documentationChristian Ehrlicher2023-12-181-25/+0
* QPA/Windows: remove unneeded check for outdated MinGW versionChristian Ehrlicher2023-12-181-10/+2
* 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-171-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-141-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
* Implement QWindowsKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-0910-64/+44
* Guard QWindowsContext::instance() during screen change on shutdownTor Arne Vestbø2023-10-091-1/+2
* platform plugins: use string view types moreAnton Kudryavtsev2023-10-086-11/+18
* Rename QtWindows::KeyboardLayoutChangeEven -> InputLanguageChangeEventTor Arne Vestbø2023-09-292-3/+3
* Use correct parameters to query highcontrastmode on WindowsWladimir Leuschner2023-09-191-1/+5
* platforms/windows: use qimage rvalue overloads moreAnton Kudryavtsev2023-09-182-5/+5
* Windows QPA: Adjust margins for Windows App SDK compatibilityTimothée Keller2023-09-131-3/+26
* Remove redundant QPair includesAhmad Samir2023-09-062-2/+0
* a11y uia: Don't return "S_OK" and null text rangeMichael Weghorn2023-08-301-3/+4
* Revert "Windows QPA: Change monitor index detection"Timothée Keller2023-08-291-7/+7
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-4/+4
* Revert "Windows QPA: Add support to UiaRaiseNotificationEvent()"Jan Arve Sæther2023-08-161-21/+5