summaryrefslogtreecommitdiff
path: root/vcl/osx/salinst.cxx
AgeCommit message (Expand)Author
2017-08-07loplugin:unnecessaryparenStephan Bergmann
2017-07-20SalInstance::DoYield: Don't drop SolarMutex when accessing user event queueStephan Bergmann
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13OSX fix empty message queue handlingJan-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-13Refactor Scheduler global dataJan-Marek Glogowski
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski
2017-06-30loplugin:oncevarStephan Bergmann
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-03-19vcl: have AcquaSalInstance use osl::Condition instead of oslConditionChris Sherlock
2017-02-09remove ConnectionIdentifierType enumNoel Grandin
2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski
2016-11-18includes should be at the top of the fileNoel Grandin
2016-10-05SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann
2016-09-24tdf#102382: nextEventMatchingMask should only be called from the Main ThreadTor Lillqvist
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-05-30convert TransparentType to scoped enumNoel Grandin
2016-05-10more OSX fixNoel Grandin
2016-05-10fix OSX and Windows buildsNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolá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
2016-01-12provide autorelease pool to avoid leakingDouglas Mencken
2015-12-06unused vcl::IsWindowSystemAvailable Juergen Funk
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-10-25loplugin:defaultparamsStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks
2015-07-04Fix typosAndrea Gelmini
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-23Don't do any magic LO OS X application stuff in a LOKit clientTor Lillqvist
2015-05-20error: assigning to 'PrintQueueFlags' from incompatible type 'int'David Tardon
2015-05-17loplugin:cstylecastStephan Bergmann
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-08convert MEDIA_COMMAND constants to scoped enumNoel Grandin
2015-04-28loplugin:simplifyboolStephan Bergmann
2015-04-02loplugin:redundantcastStephan Bergmann