summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2015-01-17forgot the Win and OSX backendMarkus Mohrhard1-1/+1
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara1-1/+2
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-9/+9
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin1-4/+2
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks1-0/+4
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-48/+48
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2015-01-01get rid of obsolete code for 32-bit targetsDouglas Mencken1-11/+0
2014-12-22-Werror,-WshadowStephan Bergmann1-2/+0
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann2-16/+16
2014-12-10loplugin:cstylecastStephan Bergmann1-2/+2
2014-12-09changed inherited timers to idleTobias Madl1-4/+4
2014-12-04Older Mac apparently need a reinterpret_cast hereStephan Bergmann1-1/+1
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann8-16/+16
2014-12-02prefer `if (s)' to `if (nil != s)' for objective-cDouglas Mencken10-67/+67
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann4-0/+17
2014-11-20[Accessibility] Make the sidebar a bit accessibleNiklas Johansson3-3/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-2/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-3/+3
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-06rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin1-1/+1
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-2/+2
2014-10-31KEY_ALLMOD is the same as KEY_MODNoel Grandin1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-29Resolves fdo#85524: OSX Crash Impress with videoclipJulien Nabet1-1/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin3-3/+0
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin1-1/+1
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist6-112/+0
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl1-1/+1
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist1-4/+0
2014-09-29vcl/osx: std::auto_ptr -> std::unique_ptrStephan Bergmann2-2/+2
2014-09-25Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crashTor Lillqvist1-0/+2
2014-09-25fdo#84138 Add missing YIELD_GUARD to fix an input method crashMatthew J. Francis1-0/+2
2014-09-23fix OSX buildNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin2-8/+8
2014-09-18fdo#82577: Handle FontNoel Grandin1-6/+6
2014-09-15loplugin:salboolStephan Bergmann1-4/+4
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud1-5/+0
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock1-4/+0
2014-09-03fdo#80474: Fix the check whether the window is active on OS X.Jan Holesovsky1-2/+2
2014-09-02prevent potential crash if no SystemWindowData is passedMarkus Mohrhard1-1/+1
2014-09-02fix indentationMarkus Mohrhard1-1/+2
2014-09-02fix buildMarkus Mohrhard1-2/+1
2014-09-02fix indentationMarkus Mohrhard1-1/+2
2014-09-02support legacy and core context on OSXMarkus Mohrhard1-8/+30
2014-09-02remove unused methodMarkus Mohrhard1-4/+0
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard2-6/+24
2014-09-02switch to a NSOpenGLView implementationMarkus Mohrhard1-0/+31
2014-08-25fdo#62054 Enable "Select All", "Undo" and "Redo" in "Save as..." on OS XMatthew J. Francis1-0/+18