summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowscontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* ColorScheme: consolidate dark mode handling on Windows into ThemeVolker Hilsheimer12 days1-23/+1
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2024-04-031-1/+2
* Windows QPA: Fix unity buildFriedemann Kleint2024-02-201-0/+2
* Fix signed integer overflow in handling WM_SIZE messageWladimir Leuschner2023-11-281-1/+1
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-1/+1
* Windows: Improve hidpi style drawing and metricsMorten Sørvig2023-11-151-0/+2
* cmake: use a more appropriate feature guardYuhang Zhao2023-10-101-1/+3
* Implement QWindowsKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-091-4/+4
* Rename QtWindows::KeyboardLayoutChangeEven -> InputLanguageChangeEventTor Arne Vestbø2023-09-291-1/+1
* Windows QPA: Fix restore geometry after dragging from maximisedTimothée Keller2023-04-251-0/+4
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-311-7/+2
* 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-221-1/+1
* Windows QPA: fix debug messageYuhang Zhao2023-02-081-7/+8
* Revert "Windows: use MSG timestamps for input events"Oliver Wolff2023-01-301-2/+1
* Windows QPA: rework how we set dpi awarenessYuhang Zhao2023-01-231-51/+114
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2023-01-231-1/+2
* QWindowsContext::setProcessDpi[V2]Awareness check current value before settin...Oliver Wolff2022-12-231-13/+18
* Windows QPA: Always apply system background color for top level windowYuhang Zhao2022-12-051-1/+1
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-021-0/+6
* Windows: centralize how we handle error messagesYuhang Zhao2022-11-161-94/+4
* Rename QWindowsMimeConverter to QWindowsMimeRegistry, rename filesVolker Hilsheimer2022-11-031-3/+3
* Proper clearing of WinRT factory cacheAndreas Buhr2022-10-311-1/+6
* Windows QPA: suppress warning message when not neededYuhang Zhao2022-10-281-7/+11
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Windows: Align QWindowsWindow logging category name with other platformsTor Arne Vestbø2022-08-161-7/+7
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-291-7/+8
* Windows: better handling of darkmode supportVolker Hilsheimer2022-07-191-4/+4
* Windows: Account for not finding child windows when calling ChildWindowFromPo...Tor Arne Vestbø2022-07-071-0/+2
* Windows: Decouple screen change monitoring from top level QWindowsTor Arne Vestbø2022-06-181-6/+1
* Windows QPA: Update screen on child window DPI changeMorten Sørvig2022-06-161-0/+3
* Fallback to PerMonitorDpiAware if V2DpiAware is not supported by systemVladimir Belyavsky2022-06-081-10/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+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
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-8/+10
* Windows QPA: Only refresh the window theme if it really changesYuhang Zhao2022-04-261-11/+14
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-2/+1
* Windows QPA: Correctly respond to WM_ERASEBKGNDYuhang Zhao2021-12-151-1/+1
* 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-081-3/+6
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-031-1/+1
* Windows QPA: Further cleanup of pre-Win10 codeYuhang Zhao2021-11-241-103/+18
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-071-0/+3
* Move VM_DPICHANGE handling to QWindowsWindowMorten Johan Sørvig2021-10-071-29/+2
* windows qpa: Handle invisible child windows gracefully on dpi changesOliver Wolff2021-09-301-0/+2
* Check for correct "Access Denied" errorMorten Sørvig2021-08-201-2/+2
* Improve WM_DPICHANGED handlingMorten Johan Sørvig2021-08-061-38/+21
* Track current window DPIMorten Johan Sørvig2021-08-061-0/+5