summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2014-09-03fdo#80474: Fix the check whether the window is active on OS X.Jan Holesovsky1-2/+2
2014-08-12fdo#39477: Mac Keyboard shortcut Option key ko in Customize dialogJulien Nabet1-1/+1
2014-06-16fix build error "error: NSPrintJobSavingURL was not declared in this scope"Douglas Mencken1-0/+4
2014-06-13Don't use the CoreUI private framework when sandboxed (i.e., for App Store)Tor Lillqvist1-0/+14
2014-06-12'NSNoUnderlineStyle' & ‘NSSingleUnderlineStyle’: Deprecated in OS X 10.9rbuj1-0/+12
2014-06-11WaE: 'convertBaseToScreen:' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-0/+4
2014-06-11WaE: 'scrollerWidth' is deprecated: first deprecated in OS X 10.7Tor Lillqvist1-1/+4
2014-06-11WaE: 'NSPrintSavePath' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-1/+1
2014-06-11WaE: comparison of two values with different enumeration typesTor Lillqvist1-1/+2
2014-06-11WaE: 'setFlipped' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-2/+1
2014-06-11WaE: case value not in enumerated type 'NSEventSubtype'Tor Lillqvist1-1/+2
2014-06-11Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist1-8/+17
2014-06-11WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-7/+3
2014-05-20Don't use two separate names for the same thingTor Lillqvist1-1/+1
2014-05-20We don't support the Apple Remote in sandboxed modeTor Lillqvist1-0/+2
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-5/+5
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-14loplugin:passsequencebyrefStephan Bergmann1-9/+8
2014-05-11Fix previous commit (vcl/MacOsX part)Julien Nabet2-5/+5
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2-5/+5
2014-05-09Fix typo, thanks to Cor Nouws for noticingTor Lillqvist1-1/+1
2014-05-05Correct keycode mappings for KEY_QUOTE{LEFT,RIGHT}Tor Lillqvist1-2/+2
2014-05-05Untabify and remove trailing spacesTor Lillqvist1-117/+117
2014-05-05Align table entries into equal-size columnsTor Lillqvist1-48/+48
2014-05-05GetKeyName for KEY_{TILDE,BRACKET{LEFT,RIGHT},SEMICOLON,QUOTERIGHT}Tor Lillqvist1-5/+5
2014-05-05Add more unmapped VCL keycodes to the commentTor Lillqvist1-0/+7
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-14typo: suiteable -> suitableThomas Arnhold1-3/+3
2014-04-14OLD_TAB_STYLE never definedThomas Arnhold1-5/+1
2014-04-11Remove unused functionStephan Bergmann1-7/+0
2014-04-10Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist1-1/+0
2014-04-07Clean up ImplSVMainHook declarationStephan Bergmann1-0/+1
2014-04-03Typo: corect->correctJulien Nabet1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist27-418/+0
2014-04-01Explicitly mark overriding destructors as "virtual," Mac OS X reduxStephan Bergmann2-2/+2
2014-03-30vcl-osx fix: 'NSEvent' may not respond to '-magnification'Douglas Mencken1-3/+11
2014-03-21Improve Accessibility mapping of roles for MacNiklas Johansson1-3/+3
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-4/+3
2014-03-19loplugin:passstringbyrefStephan Bergmann1-1/+1
2014-03-05Switch to -magnification instead of -deltaZ for mac osx pinch-to-zoomJoren De Cuyper1-2/+2
2014-03-03Use cstdlib std::abs instead of stdlib.h abs: Mac-specific codeStephan Bergmann1-2/+3
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock2-3/+3
2014-02-28Add SAL_OVERRIDE markup for the vcl OS X and iOS code, and follow-up cleanupTor Lillqvist11-113/+68
2014-02-28sal_Bool/bool falloutTor Lillqvist3-7/+7
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock6-23/+13
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann13-84/+84
2014-02-26Remove visual noise from vclAlexander Wilms13-40/+40
2014-02-25loplugin:literaltoboolconversionStephan Bergmann2-2/+2
2014-02-25Mac vcl: sal_Bool -> bool sequelStephan Bergmann3-34/+34
2014-02-25vcl/osx/sal: SDK 10.5 compatibilityDouglas Mencken2-0/+43