summaryrefslogtreecommitdiff
path: root/vcl/inc/osx/salinst.h
AgeCommit message (Expand)Author
2023-01-13Related: tdf#152703 Eliminate potential blocking during live resizePatrick Luby
2022-11-22use an alternative macOS themeing approach to support dark-modeCaolán McNamara
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski
2021-10-29Use non-deprecated names for bits and constantsTor Lillqvist
2021-08-05tdf#143148: Use pragma once instead of include guards (Episode 2: Endgame)Zeynep Yavuz
2021-05-01Related: cid#1478001 CreateVirtualDevice never passed a null pGraphics argCaolán McNamara
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann
2019-01-11OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin
2018-09-18Drop NSApplicationMain usageJan-Marek Glogowski
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski
2018-06-21merge GenericSolarMutex and SolarMutexNoel Grandin
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin
2018-06-09return SalSession with std::unique_ptrNoel Grandin
2018-05-22tdf#77444: Call TriggerUserEventProcessing() in a few key placesTor Lillqvist
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin
2017-11-09Avoid races when using OSX_RUNINMAIN_MEMBERSStephan Bergmann
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-10-20WIN message handling cleanup and refactoringJan-Marek Glogowski
2017-10-20OSX implement direct timeout processingJan-Marek Glogowski
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski
2017-09-27Don't wait-yield non-main threads in the main threadJan-Marek Glogowski
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski
2017-09-21tdf#99784 OSX run GUI stuff in the main threadJan-Marek Glogowski
2017-09-19loplugin:unnecessaryoverrideStephan Bergmann
2017-09-19loplugin:overrideStephan Bergmann
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski
2017-08-22OSX fix updates during resizeJan-Marek Glogowski
2017-07-13OSX change to run LO via a single shot timerJan-Marek Glogowski
2017-07-13Drop special idle handlingJan-Marek Glogowski
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski
2017-03-19vcl: have AcquaSalInstance use osl::Condition instead of oslConditionChris Sherlock
2017-02-09remove ConnectionIdentifierType enumNoel Grandin
2016-09-14loplugin:overrideStephan Bergmann
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara
2016-08-08loplugin:overrideparamStephan Bergmann
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara
2016-05-10fix OSX and Windows buildsNoel Grandin
2016-05-10fix OSX buildNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara
2016-03-16Related: tdf#98637 make this a tractable problemCaolán McNamara
2016-01-25more usage of C++ osl::Mutex, osl::MutexGuardNoel Grandin
2016-01-22tdf#96407 Provide OS X version info for About boxDouglas Mencken
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks