summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)Author
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15loplugin:salboolStephan Bergmann
2014-09-13mac: clean-up obsolete conditional code based on old SDKNorbert Thiebaud
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock
2014-09-03fdo#80474: Fix the check whether the window is active on OS X.Jan Holesovsky
2014-09-02prevent potential crash if no SystemWindowData is passedMarkus Mohrhard
2014-09-02fix indentationMarkus Mohrhard
2014-09-02fix buildMarkus Mohrhard
2014-09-02fix indentationMarkus Mohrhard
2014-09-02support legacy and core context on OSXMarkus Mohrhard
2014-09-02remove unused methodMarkus Mohrhard
2014-09-02use SystemWindowData to request a NSOpenGLWindowMarkus Mohrhard
2014-09-02switch to a NSOpenGLView implementationMarkus Mohrhard
2014-08-25fdo#62054 Enable "Select All", "Undo" and "Redo" in "Save as..." on OS XMatthew J. Francis
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-12fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialogJulien Nabet
2014-08-04loplugin:externandnotdefinedStephan Bergmann
2014-08-04loplugin:externandnotdefinedStephan Bergmann
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-11-Wdeprecated-declarations: first deprecated in OS X 10.10rbuj
2014-07-11-Wdeprecated-declarations: first deprecated in OS X 10.10rbuj
2014-07-10use SimpleReferenceObject in vcl/osx moduleNoel Grandin
2014-07-02fix 'NSCursor' may not respond to operationNotAllowedCursor,dragCopyCursorDouglas Mencken
2014-07-02fix 'NSImage' may not respond to '-lockFocusFlipped:'Douglas Mencken
2014-06-30Remove double assignmentPeter Senna Tschudin
2014-06-26Related: #i122471# make the Mac lookup feature handle the correct wordHerbert Dürr
2014-06-23Resolves: #i124970# fix DocumentFocusListener::notifyEvent's...Herbert Dürr
2014-06-18fix 'NSWindow' may not respond to '+windowNumbersWithOptions'Douglas Mencken
2014-06-16fix keyboard input on OS X < 10.6Douglas Mencken
2014-06-13Don't use the CoreUI private framework when sandboxed (i.e., for App Store)Tor Lillqvist
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-13fix build error "error: NSPrintJobSavingURL was not declared in this scope"Douglas Mencken
2014-06-12'NSNoUnderlineStyle' & ‘NSSingleUnderlineStyle’: Deprecated in OS X 10.9rbuj
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-06-03WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist
2014-06-03WaE: 'scrollerWidth' is deprecated: first deprecated in OS X 10.7Tor Lillqvist
2014-06-03WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6Tor Lillqvist
2014-06-03WaE: comparison of two values with different enumeration typesTor Lillqvist
2014-06-03WaE: 'setFlipped' is deprecated: first deprecated in OS X 10.6Tor Lillqvist
2014-06-03WaE: case value not in enumerated type 'NSEventSubtype'Tor Lillqvist
2014-06-03Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist
2014-06-03WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-25cppcheck: unusedFunctionThomas Arnhold
2014-05-23Related: #i124191# small cleanup for salframeview.mmHerbert Dürr
2014-05-20Don't use two separate names for the same thingTor Lillqvist
2014-05-20We don't support the Apple Remote in sandboxed modeTor Lillqvist
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet