summaryrefslogtreecommitdiff
path: root/vcl/osx/salinst.cxx
AgeCommit message (Expand)Author
2021-10-29Use non-deprecated names for bits and constantsTor Lillqvist
2021-10-06drop 'using namespace std' in vcl (MacOs/ios), blindlyJulien Nabet
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski
2021-08-23Removed duplicated includesAndrea Gelmini
2021-08-23add CreateCGImage() variant for Mac/SkiaLuboš Luňák
2021-08-23first WIP version of mac skia SalGraphics backendLuboš Luňák
2021-04-26drop mask from BitmapExNoel Grandin
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-01-27NSApplication's appearance property exists in macOS 10.14 and later onlyTor Lillqvist
2021-01-20Fix typosAndrea Gelmini
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock
2020-01-06Removed redundant semicolonsAndrea Gelmini
2019-12-06loplugin:external (macOS)Stephan Bergmann
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann
2019-11-01Workaround for crash on macOS Catalina at least when built with Xcode 11Tor Lillqvist
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann
2019-04-26There is no ImplSVMainHook()Tor Lillqvist
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-11OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-13Use the non-deprecated NSEventMaskAnyTor Lillqvist
2018-12-11Do as the docs say: Use the CGContext property instead of graphicsPortTor Lillqvist
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin
2018-10-04loplugin:redundantcastStephan Bergmann
2018-10-02Unify sal plugin loadersJan-Marek Glogowski
2018-10-02Implement MacOSX VCL backend as pluginJan-Marek Glogowski
2018-09-18Drop NSApplicationMain usageJan-Marek Glogowski
2018-09-18Move yield mutex handling into SalInstanceJan-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-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin
2018-06-09return SalSession with std::unique_ptrNoel Grandin
2018-04-17remove ImpBitmapNoel Grandin
2018-03-26replace SalColor with ColorNoel Grandin
2018-03-13vcl: race in OSX SalYieldMutex::doReleaseMichael Stahl
2018-02-22tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
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