summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)Author
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-15tdf#71278 Revert both the previous cursor commit and the commit it fixedMatthew Francis
2015-04-15tdf#71278 Set an invisible cursor rather than hiding the cursorMatthew Francis
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann
2015-04-09NSAppKitVersionNumber is always greater than NSAppKitVersionNumber10_7Robert Antoni Buj Gelonch
2015-04-02loplugin:redundantcastStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-30Introduce vcl::IsWindowSystemAvailable()Tor Lillqvist
2015-03-29loplugin:cstylecastStephan Bergmann
2015-03-27fix OSX build after my StandardButtonType changes - part2Noel Grandin
2015-03-27fix OSX build after my StandardButtonType changesNoel Grandin
2015-03-10Avoid calls on null mpSalTimer on OS XStephan Bergmann
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-02-06fix mac buildCaolán McNamara
2015-02-05Remove uses of deprecated salhelper/refobj.hxxStephan Bergmann
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2015-01-22Why is Objective C such an ill-specified mess?Stephan Bergmann
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann
2015-01-17forgot the Win and OSX backendMarkus Mohrhard
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2015-01-04vcl/osx boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-01get rid of obsolete code for 32-bit targetsDouglas Mencken
2014-12-22-Werror,-WshadowStephan Bergmann
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-10loplugin:cstylecastStephan Bergmann
2014-12-09changed inherited timers to idleTobias Madl
2014-12-04Older Mac apparently need a reinterpret_cast hereStephan Bergmann
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann
2014-12-02prefer `if (s)' to `if (nil != s)' for objective-cDouglas Mencken
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
2014-11-20[Accessibility] Make the sidebar a bit accessibleNiklas Johansson
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-06rename KEY_MODTYPE to KEY_MODIFIERS_MASKNoel Grandin
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-31KEY_ALLMOD is the same as KEY_MODNoel Grandin
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-29Resolves fdo#85524: OSX Crash Impress with videoclipJulien Nabet
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist