summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2018-01-29tdf#109062 restore osx scrollwheel logicCaolán McNamara1-9/+12
2018-01-23tdf#114985: Tell NSWindow to never use automatic window tabbingTelesto1-0/+5
2018-01-23tdf#112153: Set button theme properlyTelesto1-1/+1
2017-11-23loplugin:unnecessaryparenStephan Bergmann1-4/+4
2017-11-23loplugin:simplifyboolStephan Bergmann1-1/+1
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-15/+4
2017-11-13Apparent fix for what seems like a copy-paste error by me in 2014Tor Lillqvist1-1/+1
2017-11-13MACOSX_SDK_VERSION is always at least 1090Tor Lillqvist2-17/+0
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-4/+3
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-26tdf#109343 Fix paste as .RTF on MacXisco Fauli1-1/+1
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann71-210/+210
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-20WIN message handling cleanup and refactoringJan-Marek Glogowski1-1/+1
2017-10-20OSX implement direct timeout processingJan-Marek Glogowski2-9/+27
2017-10-17Fix typoAndrea Gelmini1-1/+1
2017-10-16tdf#112076 OSX post timeout after shouldCloseWindowJan-Marek Glogowski2-0/+11
2017-10-04Convert tick-based timer events to versioned onesJan-Marek Glogowski1-12/+10
2017-10-04loplugin:redundantcastStephan Bergmann2-3/+3
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski8-31/+31
2017-09-29tdf#112605 OSX refactor SalAquaTimerJan-Marek Glogowski3-58/+80
2017-09-28Unify SalUserEvent handlingJan-Marek Glogowski3-169/+49
2017-09-28tdf#112288 set timestamp for otherEventWithTypeJan-Marek Glogowski1-1/+1
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-26Silence macOS 10.13 -Werror,-Wdeprecated-declarationsStephan Bergmann1-0/+2
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski1-3/+1
2017-09-25Fix typosAndrea Gelmini1-1/+1
2017-09-21WaE: -Wunused-variableTor Lillqvist1-0/+1
2017-09-21tdf#99784 OSX run GUI stuff in the main threadJan-Marek Glogowski4-141/+217
2017-09-19Assert active Tasks on scheduler de-initJan-Marek Glogowski1-0/+1
2017-09-19loplugin:unnecessaryoverrideStephan Bergmann1-10/+0
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski2-98/+17
2017-09-13Blind macOS -Werror,-Wunreachable-code fixStephan Bergmann1-7/+3
2017-09-06Don't poll the extension install progress barJan-Marek Glogowski1-4/+4
2017-08-31loplugin:constparams: vcl (macOS)Stephan Bergmann8-12/+12
2017-08-28loplugin:implicitboolconversionStephan Bergmann1-3/+3
2017-08-22OSX fix updates during resizeJan-Marek Glogowski4-3/+21
2017-08-17Fix typosAndrea Gelmini1-2/+2
2017-08-07loplugin:casttovoidStephan Bergmann7-13/+3
2017-08-07loplugin:oncevarStephan Bergmann3-4/+4
2017-08-07loplugin:staticmethodsStephan Bergmann1-4/+4
2017-08-07loplugin:unnecessaryparenStephan Bergmann3-3/+3
2017-07-21migrate to boost::gettextCaolán McNamara3-108/+101
2017-07-20SalInstance::DoYield: Don't drop SolarMutex when accessing user event queueStephan Bergmann1-3/+0
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-1/+0
2017-07-13OSX fix empty message queue handlingJan-Marek Glogowski3-53/+47
2017-07-13OSX change to run LO via a single shot timerJan-Marek Glogowski4-71/+82