summaryrefslogtreecommitdiff
path: root/vcl/win/app
AgeCommit message (Expand)Author
13 dayswin: Reuse existing WinSalInstance::getWindowsBuildNumberMichael Weghorn
13 daysvcl win: Use only Windows build number to identify versionMichael Weghorn
2024-12-07Drop support for Windows versions prior to Windows 10Mike Kaganski
2024-11-06win: Prefer integers instead of strings for OS version comparisonMichael Weghorn
2024-10-24win: Drop local var assigned to but never readMichael Weghorn
2024-05-12Related: tdf#96671 Also handle other Windows architecturesMike Kaganski
2024-05-11WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-05-11tdf#96671 - Correctly detect windows 64-bit OSkubak
2024-04-30tdf#145305 Improve Windows version string.kubak
2024-02-26fix Windows release buildNoel Grandin
2024-02-10Simplify a bitMike Kaganski
2023-12-31Expand some macros inlineMike Kaganski
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-04-22Introduce sal::systools::CoTaskMemAllocated to use RAII for CoTaskMemFreeMike Kaganski
2023-04-13no need to allocate these separatelyNoel Grandin
2023-04-12mpMouseLeaveTimer has been deadNoel Grandin
2023-03-14Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet
2022-11-09give main thread on Windows a nameNoel Grandin
2022-11-01-Werror,-Wunused-macros (clang-cl)Stephan Bergmann
2022-10-13tdf#120326: properly prevent Windows from entering power savingMike Kaganski
2022-09-14should be releasing the DC hereNoel Grandin
2022-09-06tdf#150682 - bad shortcut in french langageNoel Grandin
2022-03-24loplugin:externalStephan Bergmann
2022-03-22Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski
2022-03-16Related: tdf#118320 enable some windows dark theme supportCaolán McNamara
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski
2021-09-09reduce time in ResetEvent (tdf#144052)Noel Grandin
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski
2021-06-15Revert "tdf#142832: a blind fix - calculate rectangle size properly"Mike Kaganski
2021-06-14tdf#142832: a blind fix - calculate rectangle size properlyMike Kaganski
2021-05-29vcl: Implement static vclplug usageJan-Marek Glogowski
2021-04-30loplugin:stringadd (clang-cl)Stephan Bergmann
2021-04-09loplugin:nullptr (clang-cl)Stephan Bergmann
2021-04-01Simplify CheckFileExtRegistrationMike Kaganski
2021-04-01Fix --disable-pch Windows build - missing includesMike Kaganski
2021-04-01tdf#45735 New UI dialog at app startup to check default file formatsMatt K
2021-02-11make win32 variant AnyInput() not deliver events (tdf#140293)Luboš Luňák
2021-02-04fix sporadic crash in sd_misc_tests on windowsNoel Grandin
2021-01-29Fix typoAndrea Gelmini
2021-01-28WIN refactor ImplSalYieldJan-Marek Glogowski
2020-12-14Silence warning C4189: local variable is initialized but not referencedStephan Bergmann
2020-12-14Reuse pInstStephan Bergmann
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann
2020-12-14Silence MSVC warning C4189 "local variable is initialized but not referenced"Stephan Bergmann
2020-12-07remove OpenGL VCL backend codeLuboš Luňák
2020-09-24Revert "Directly acquire m_aMutex, instead of looping on m_condition.wait()"Stephan Bergmann
2020-09-23Directly acquire m_aMutex, instead of looping on m_condition.wait()Stephan Bergmann