summaryrefslogtreecommitdiff
path: root/vcl/win/app
AgeCommit message (Expand)Author
2021-03-29Use branding hereMike Kaganski
2021-02-22fix sporadic crash in sd_misc_tests on windowsNoel Grandin
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-05-15use more try_emplaceNoel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-16Some more checks for correct screen sizeSamuel Mehrbrodt
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-24sal_Char->char in vclNoel Grandin
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:bufferadd (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
2019-07-05WIN separate LO shared and embedded fontsJan-Marek Glogowski
2019-04-26Reuse base class IsCurrentThreadStephan Bergmann
2019-02-27convert more Start timer methods from sal_uLong->sal_uInt64Noel Grandin
2019-02-26sal_uIntPtr->sal_uInt64 in SalTimer::StartNoel Grandin
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-12tdf#117295 WIN no main loop shortcut for OLE dialogJan-Marek Glogowski
2018-10-21pvs-studio: Not all members of a class are initialized inside the constructorCaolán McNamara
2018-10-02Unify sal plugin loadersJan-Marek Glogowski
2018-10-02Implement Windows VCL backend as pluginJan-Marek Glogowski
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski
2018-09-07Fix some std::unique_ptr array allocsJan-Marek Glogowski
2018-08-27WIN use the SetTimer timer as one-shotJan-Marek Glogowski
2018-08-27WIN ignore the timer resultsJan-Marek Glogowski
2018-08-24tdf#118786 WIN just assert in YieldJan-Marek Glogowski
2018-08-20tdf#118786 WIN allow nested SendMessage callsJan-Marek Glogowski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-21merge GenericSolarMutex and SolarMutexNoel Grandin
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-09return SalSession with std::unique_ptrNoel Grandin
2018-05-04logging: add some strategic places around vcl messagesThorsten Behrens