summaryrefslogtreecommitdiffstats
path: root/vcl/osx
Commit message (Expand)AuthorAgeFilesLines
* 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
* use SimpleReferenceObject in vcl/osx moduleNoel Grandin2014-07-102-21/+1
* fix 'NSCursor' may not respond to operationNotAllowedCursor,dragCopyCursorDouglas Mencken2014-07-021-0/+8
* fix 'NSImage' may not respond to '-lockFocusFlipped:'Douglas Mencken2014-07-021-1/+5
* Remove double assignmentPeter Senna Tschudin2014-06-301-1/+0
* Related: #i122471# make the Mac lookup feature handle the correct wordHerbert Dürr2014-06-261-1/+5
* Resolves: #i124970# fix DocumentFocusListener::notifyEvent's...Herbert Dürr2014-06-231-25/+26
* fix 'NSWindow' may not respond to '+windowNumbersWithOptions'Douglas Mencken2014-06-181-1/+14
* fix keyboard input on OS X < 10.6Douglas Mencken2014-06-161-1/+25
* Don't use the CoreUI private framework when sandboxed (i.e., for App Store)Tor Lillqvist2014-06-131-0/+14
* loplugin:staticcallStephan Bergmann2014-06-132-2/+2
* fix build error "error: NSPrintJobSavingURL was not declared in this scope"Douglas Mencken2014-06-131-0/+4
* 'NSNoUnderlineStyle' & ‘NSSingleUnderlineStyle’: Deprecated in OS X 10.9rbuj2014-06-121-0/+12
* various: remove SAL_THROW macroNoel Grandin2014-06-052-4/+4