summaryrefslogtreecommitdiff
path: root/vcl/osx/salframeview.mm
AgeCommit message (Expand)AuthorFilesLines
2018-05-30tdf#117872: Revert "tdf#115284: Unify LibreOffice and system full-screen..."Tor Lillqvist1-14/+20
2018-05-24tdf#115284: Unify LibreOffice and system full-screen concepts on macOSTor Lillqvist1-14/+14
2018-01-22tdf#109062 restore osx scrollwheel logicCaolán McNamara1-9/+12
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-3/+3
2018-01-19vcl osx: fix decimal separator key when localizedWard van Wanrooij1-3/+7
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann1-6/+6
2017-10-16tdf#112076 OSX post timeout after shouldCloseWindowJan-Marek Glogowski1-0/+3
2017-09-29OSX rename mpFirstInstance to mpInstanceJan-Marek Glogowski1-4/+4
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski1-7/+2
2017-08-28loplugin:implicitboolconversionStephan Bergmann1-3/+3
2017-08-22OSX fix updates during resizeJan-Marek Glogowski1-0/+11
2017-08-07loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin1-1/+0
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-4/+0
2017-02-12Get rid of "unicodes" in lower-case, tooTor Lillqvist1-1/+1
2016-10-05SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann1-0/+35
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-6/+0
2016-06-21vcl: remove some commented-out codeThorsten Behrens1-3/+0
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin1-1/+1
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin1-5/+5
2016-05-10fix OSX and Windows buildsNoel Grandin1-1/+1
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin1-37/+37
2015-12-17remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLECaolán McNamara1-2/+0
2015-11-18com::sun::star->css in vcl/Noel Grandin1-45/+45
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-23/+23
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin1-11/+11
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-1/+0
2015-08-13kill YIELD_GUARD macroNorbert Thiebaud1-28/+30
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-1/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-6/+6
2015-04-02loplugin:staticmethodsNoel Grandin1-4/+4
2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann1-1/+2
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann1-3/+3
2014-12-02prefer `if (s)' to `if (nil != s)' for objective-cDouglas Mencken1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin1-2/+2
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist1-53/+0
2014-09-25Follow-up to fdo#84138: Add YIELD_GUARD here, too, fixes another crashTor Lillqvist1-0/+2
2014-09-25fdo#84138 Add missing YIELD_GUARD to fix an input method crashMatthew J. Francis1-0/+2
2014-09-23fix OSX buildNoel Grandin1-1/+1
2014-07-11-Wdeprecated-declarations: first deprecated in OS X 10.10rbuj1-0/+2
2014-06-18fix 'NSWindow' may not respond to '+windowNumbersWithOptions'Douglas Mencken1-1/+14
2014-06-16fix keyboard input on OS X < 10.6Douglas Mencken1-1/+25
2014-06-03Initial attempt at implementing NSTextInputClient instead of NSTextInputTor Lillqvist1-8/+17
2014-06-03WaE: 'NSCountWindows' is deprecated: first deprecated in OS X 10.6Tor Lillqvist1-7/+3
2014-05-23Related: #i124191# small cleanup for salframeview.mmHerbert Dürr1-13/+13