summaryrefslogtreecommitdiff
path: root/vcl/osx/salinst.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-03drop TransparentType::Color usageNoel Grandin1-6/+0
2021-01-27NSApplication's appearance property exists in macOS 10.14 and later onlyTor Lillqvist1-5/+7
2021-01-20Fix typosAndrea Gelmini1-1/+1
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner1-0/+15
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann1-13/+0
2020-06-26vcl: split off QueueInfo to own filesChris Sherlock1-0/+1
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-06loplugin:external (macOS)Stephan Bergmann1-0/+4
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann1-2/+2
2019-11-01Workaround for crash on macOS Catalina at least when built with Xcode 11Tor Lillqvist1-1/+0
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth1-1/+0
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann1-2/+2
2019-04-26There is no ImplSVMainHook()Tor Lillqvist1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2019-01-11OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski1-3/+27
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-13Use the non-deprecated NSEventMaskAnyTor Lillqvist1-8/+2
2018-12-11Do as the docs say: Use the CGContext property instead of graphicsPortTor Lillqvist1-3/+1
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann1-1/+3
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin1-7/+2
2018-10-04loplugin:redundantcastStephan Bergmann1-1/+1
2018-10-02Unify sal plugin loadersJan-Marek Glogowski1-6/+0
2018-10-02Implement MacOSX VCL backend as pluginJan-Marek Glogowski1-20/+7
2018-09-18Drop NSApplicationMain usageJan-Marek Glogowski1-80/+27
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski1-23/+7
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-21merge GenericSolarMutex and SolarMutexNoel Grandin1-3/+3
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-2/+2
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin1-1/+0
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin1-7/+2
2018-06-09return SalSession with std::unique_ptrNoel Grandin1-5/+0
2018-04-17remove ImpBitmapNoel Grandin1-5/+4
2018-03-26replace SalColor with ColorNoel Grandin1-1/+1
2018-03-13vcl: race in OSX SalYieldMutex::doReleaseMichael Stahl1-1/+3
2018-02-22tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist1-0/+3
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-1/+1
2017-11-09Avoid races when using OSX_RUNINMAIN_MEMBERSStephan Bergmann1-18/+35
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin1-2/+2
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann1-22/+22
2017-10-20OSX implement direct timeout processingJan-Marek Glogowski1-2/+15
2017-10-04loplugin:redundantcastStephan Bergmann1-2/+2
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski1-11/+11
2017-09-29tdf#112605 OSX refactor SalAquaTimerJan-Marek Glogowski1-13/+10
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski1-58/+35
2017-09-27tdf#112288 compare event timestamp with sys uptimeJan-Marek Glogowski1-4/+4
2017-09-27Don't wait-yield non-main threads in the main threadJan-Marek Glogowski1-6/+17
2017-09-26tdf#112288 Clarify Reschedule implementationsJan-Marek Glogowski1-1/+2
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski1-3/+1