summaryrefslogtreecommitdiff
path: root/vcl/win/app/salinst.cxx
AgeCommit message (Expand)Author
2020-11-02Use branding hereMike Kaganski
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-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-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 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
2018-04-18vcl: WNT: *really* avoid calling SHAddToRecentDocs() from unit testsMichael Stahl
2018-04-18vcl: WNT: avoid calling SHAddToRecentDocs() from unit testsMichael Stahl
2018-04-12Fix typosAndrea Gelmini
2018-03-19tdf#115420 fix DC usecount and drop wrong assertsJan-Marek Glogowski
2018-02-02vcl: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin
2017-10-27loplugin:includeform: vcl (Windows)Stephan Bergmann
2017-10-27loplugin:rangedforcopy (clang-cl)Stephan Bergmann
2017-10-20WIN message handling cleanup and refactoringJan-Marek Glogowski
2017-10-20WIN guarantee direct timeout handlingJan-Marek Glogowski
2017-10-14Fix typosAndrea Gelmini
2017-10-13WIN fix redraw during window move and resizeJan-Marek Glogowski
2017-10-13tdf#112975 WIN correctly handle VclInputFlags::OTHERJan-Marek Glogowski
2017-10-13WIN another system loop integration attemptJan-Marek Glogowski
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-01loplugin:nullptr,redundantcast (clang-cl)Stephan Bergmann
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29Drop check for Windows versions we don't supportMike Kaganski
2017-09-28loplugin:simplifybool (clang-cl)Stephan Bergmann
2017-09-27rename mpFirstInstance->mpInstanceNoel Grandin
2017-09-27Don't wait-yield non-main threads in the main threadJan-Marek Glogowski
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski
2017-09-25Missing #include <tools/time.hxx> (--disable-pch)Stephan Bergmann