summaryrefslogtreecommitdiff
path: root/vcl/osx/salinst.cxx
AgeCommit message (Expand)Author
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
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist
2015-03-10Avoid calls on null mpSalTimer on OS XStephan Bergmann
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2015-01-17forgot the Win and OSX backendMarkus Mohrhard
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks
2014-12-09changed inherited timers to idleTobias Madl
2014-12-02prefer `if (s)' to `if (nil != s)' for objective-cDouglas Mencken
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard