summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows
Commit message (Expand)AuthorAgeFilesLines
* Revert "Apply system background color for top level window"Vladimir Belyavsky2023-04-192-17/+1
* windows: Re-apply mask when DPI changes, to account for new scale factorVolker Hilsheimer2023-04-121-0/+4
* Use NO_PCH_SOURCES to exclude filesAmir Masoud Abdol2023-04-031-4/+2
* Clean up NO_UNITY_BUILD instructionAmir Masoud Abdol2023-04-031-4/+2
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-313-23/+12
* Windows: Send synthetic mouse release after move/resize using right APITor Arne Vestbø2023-03-281-3/+7
* Windows: Don't send non-client mouse events unless frameStrutEventsEnabledTor Arne Vestbø2023-03-281-2/+6
* Windows QPA: Change handling of maximised frame/title-less windowsTimothée Keller2023-03-223-34/+37
* Windows: initialize COM in internal threadVolker Hilsheimer2023-03-091-0/+2
* Rely on Windows to generate CF_TEXT when active code page is UTF-8Ilya Fedin2023-03-011-2/+3
* Add API in QWindowsPrivate to provide window paletteSanthosh Kumar2023-02-281-3/+5
* Windows drag&drop: Use correct window for drag target processingOliver Wolff2023-02-271-1/+2
* Windows QPA plugin: Remove some duplicated declarationsFriedemann Kleint2023-02-213-11/+2
* Windows QPA plugin: Move palette helper function to qwindowstheme.hFriedemann Kleint2023-02-203-69/+46
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-161-0/+4
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-132-3/+3
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-12/+1
* QtGui: Add a header declaring the Windows image conversion functionsFriedemann Kleint2023-02-082-5/+2
* Windows QPA: Rework how we activate the windowYuhang Zhao2023-02-081-31/+66
* Windows QPA: make one function staticYuhang Zhao2023-02-081-1/+1
* Windows QPA: fix debug messageYuhang Zhao2023-02-081-7/+8
* Use qt_winrtbase_p.h workaround in more placesYuhang Zhao2023-02-071-9/+1
* Replace cargo-cult winrt snippet with unified header-includeMårten Nordheim2023-01-311-9/+1
* Revert "Windows: use MSG timestamps for input events"Oliver Wolff2023-01-304-34/+31
* Windows: fix warning on opening FileDialog after changing filtersVladimir Belyavsky2023-01-261-3/+4
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-231-9/+2
* Windows QPA: also consider window flags when judging frameless or notYuhang Zhao2023-01-233-17/+43
* Windows QPA: rework how we set dpi awarenessYuhang Zhao2023-01-234-80/+137
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2023-01-234-31/+34
* Windows QPA: use make_unique instead of QSP+raw new+memsetGiuseppe D'Angelo2023-01-231-4/+4
* Dark windows: use background/foreground colors for tooltipsVolker Hilsheimer2023-01-071-7/+6
* Fix cache maybe invalid while the signal is actived from queueJannis Xiong2023-01-063-1/+8
* QWindowsKeyMapper: make the code locale-independentMarc Mutz2023-01-031-2/+2
* windows: gl: Fix WGL_SAMPLES reductionLaszlo Agocs2022-12-241-7/+8
* QWindowsContext::setProcessDpi[V2]Awareness check current value before settin...Oliver Wolff2022-12-231-13/+18
* Windows QPA: remove long-time dead codeYuhang Zhao2022-12-171-12/+1
* HiDPI: fix wrong window size after DPI changeYuhang Zhao2022-12-141-1/+7
* Windows: Enable dark mode system palette by defaultVolker Hilsheimer2022-12-101-1/+2
* Windows QPA: fix indentationYuhang Zhao2022-12-091-3/+2
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-083-50/+88
* Windows: regenerate systray icon when screen resolution changesVolker Hilsheimer2022-12-081-1/+9
* Work around missing wait_for declarationMårten Nordheim2022-12-071-0/+10
* Windows: Avoid triggering QPlatformWindow creation when setting app badgeTor Arne Vestbø2022-12-051-0/+2
* Windows QPA: Always apply system background color for top level windowYuhang Zhao2022-12-052-4/+5
* Windows: Reduce warning output when creating a new windowVolker Hilsheimer2022-12-051-4/+4
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-024-0/+182
* Windows: Reevaluate dark frames if the application palette changesVolker Hilsheimer2022-11-261-9/+14
* Proper clearing of WinRT factory cache in QWindowsThemeYuhang Zhao2022-11-251-0/+1
* Reintroduce converter APIs for supporting native clipboard formatsVolker Hilsheimer2022-11-165-27/+27
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-164-100/+9