summaryrefslogtreecommitdiff
path: root/vcl/win/app/salinst.cxx
AgeCommit message (Expand)Author
2024-05-12Related: tdf#96671 Also handle other Windows architecturesMike Kaganski
2024-05-11tdf#96671 - Correctly detect windows 64-bit OSkubak
2024-04-30tdf#145305 Improve Windows version string.kubak
2023-12-31Expand some macros inlineMike Kaganski
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
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-06tdf#150682 - bad shortcut in french langageNoel Grandin
2022-03-24loplugin:externalStephan Bergmann
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-05-29vcl: Implement static vclplug usageJan-Marek Glogowski
2021-04-30loplugin:stringadd (clang-cl)Stephan Bergmann
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-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
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-12rework Skia setupLuboš Luňák
2020-02-03Avoid loplugin:unsignedcompare (clang-cl)Stephan Bergmann
2020-01-09add setting to config_skia.h whether to use 32bpp bitmapsLuboš Luňák
2020-01-06set BackendCapabilities::mbSupportsBitmap32 for Skia againLuboš Luňák
2019-12-06keep just one shared reference to Skia shared GrContextLuboš Luňák
2019-12-05loplugin:external (clang-cl)Stephan Bergmann
2019-11-27revert BackendCapabilities::mbSupportsBitmap32 for SkiaLuboš Luňák
2019-11-27implement Skia native controls drawing/caching for WindowsLuboš Luňák
2019-11-27use SupportsBitmap32 also for Skia on WindowsLuboš Luňák
2019-11-27build properly with or without Skia enabledLuboš Luňák
2019-11-27initial implementation of Skia drawing on screen in WindowsLuboš Luňák
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann
2019-10-12tdf#128100: add explicit service pack and build info to Windows versionMike Kaganski
2019-10-02Refactoring of the class CrashReporterJuergen Funk
2019-10-01crashreport: change addKeyValue to lower-case camelJuergen Funk
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth
2019-08-12Fix typosAndrea Gelmini