summaryrefslogtreecommitdiffstats
path: root/vcl/osx
Commit message (Expand)AuthorAgeFilesLines
* get rid of obsolete code for 32-bit targetsDouglas Mencken2015-01-011-11/+0
* -Werror,-WshadowStephan Bergmann2014-12-221-2/+0
* vcl: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-16/+16
* loplugin:cstylecastStephan Bergmann2014-12-101-2/+2
* changed inherited timers to idleTobias Madl2014-12-091-4/+4
* Older Mac apparently need a reinterpret_cast hereStephan Bergmann2014-12-041-1/+1
* vcl (Mac): loplugin:cstylecastStephan Bergmann2014-12-048-16/+16
* prefer `if (s)' to `if (nil != s)' for objective-cDouglas Mencken2014-12-0210-67/+67
* fdo#84938: replace EVENT_ constants with enumTobias Madl2014-12-011-1/+1
* Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann2014-11-264-0/+17
* [Accessibility] Make the sidebar a bit accessibleNiklas Johansson2014-11-203-3/+3
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-2/+4
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-3/+3
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin2014-11-061-1/+1
* convert COMMAND_WHEEL constants to an enumNoel Grandin2014-10-311-2/+2
* KEY_ALLMOD is the same as KEY_MODNoel Grandin2014-10-311-1/+1
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-301-1/+1
* Resolves fdo#85524: OSX Crash Impress with videoclipJulien Nabet2014-10-291-1/+2
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-293-3/+0
* fdo#84938: replace MENUITEM constants with enumNoel Grandin2014-10-231-1/+1
* MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist2014-10-166-112/+0
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-1/+1
* We require OS X SDK 10.8 or newer nowTor Lillqvist2014-10-011-4/+0
* vcl/osx: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-292-2/+2
* Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crashTor Lillqvist2014-09-251-0/+2
* fdo#84138 Add missing YIELD_GUARD to fix an input method crashMatthew J. Francis2014-09-251-0/+2
* fix OSX buildNoel Grandin2014-09-231-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-232-8/+8
* fdo#82577: Handle FontNoel Grandin2014-09-181-6/+6
* loplugin:salboolStephan Bergmann2014-09-151-4/+4
* mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud2014-09-131-5/+0
* vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock2014-09-131-4/+0
* fdo#80474: Fix the check whether the window is active on OS X.Jan Holesovsky2014-09-031-2/+2
* prevent potential crash if no SystemWindowData is passedMarkus Mohrhard2014-09-021-1/+1
* fix indentationMarkus Mohrhard2014-09-021-1/+2
* fix buildMarkus Mohrhard2014-09-021-2/+1
* fix indentationMarkus Mohrhard2014-09-021-1/+2
* support legacy and core context on OSXMarkus Mohrhard2014-09-021-8/+30
* remove unused methodMarkus Mohrhard2014-09-021-4/+0
* use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard2014-09-022-6/+24
* switch to a NSOpenGLView implementationMarkus Mohrhard2014-09-021-0/+31
* fdo#62054 Enable "Select All", "Undo" and "Redo" in "Save as..." on OS XMatthew J. Francis2014-08-251-0/+18
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-232-2/+2
* fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialogJulien Nabet2014-08-121-1/+1
* loplugin:externandnotdefinedStephan Bergmann2014-08-042-6/+49
* loplugin:externandnotdefinedStephan Bergmann2014-08-041-2/+0
* new loplugin: externalandnotdefinedNoel Grandin2014-07-111-1/+1
* -Wdeprecated-declarations: first deprecated in OS X 10.10rbuj2014-07-111-0/+2
* -Wdeprecated-declarations: first deprecated in OS X 10.10rbuj2014-07-111-1/+1