summaryrefslogtreecommitdiff
path: root/vcl/osx/salframeview.mm
AgeCommit message (Expand)AuthorFilesLines
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann1-13/+13
2020-10-20tdf#137468: Restrict window depth to 24 bit RGBLeo Wang1-0/+5
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann1-14/+14
2019-07-16loplugin:simplifyconstruct (macOS)Stephan Bergmann1-1/+1
2019-06-07Fix typoAndrea Gelmini1-1/+1
2019-06-06loplugin:data (macOS)Stephan Bergmann1-1/+1
2019-02-21loplugin:indentation (macOS)Stephan Bergmann1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+2
2018-12-13tdf#120342 OSX always lock SolarMutex in drawRectJan-Marek Glogowski1-44/+18
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski1-1/+4
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen1-0/+1
2018-09-12Remove MACOSX_SDK_VERSION < 101200 code, which is deadStephan Bergmann1-3/+0
2018-05-30tdf#117872: Revert "tdf#115284: Unify LibreOffice and system full-screen..."Tor Lillqvist1-14/+20
2018-05-26Bin crack presumably related to the removed debug dialog thingTor Lillqvist1-38/+0
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