summaryrefslogtreecommitdiff
path: root/vcl/osx/salframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-10-29Use non-deprecated names for bits and constantsTor Lillqvist1-55/+42
2021-10-06drop 'using namespace std' in vcl (MacOs/ios), blindlyJulien Nabet1-1/+0
2021-08-24implement explicit screen flushing also for Skia/MacLuboš Luňák1-0/+2
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin1-2/+1
2021-03-06tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner1-1/+1
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-2/+1
2021-01-17tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner1-11/+21
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann1-23/+26
2020-11-15DPI values are generally represented as sal_Int32 in VCLStephan Bergmann1-1/+1
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann1-1/+1
2020-07-06Avoid warning about deprecation in macOS 11.0Tor Lillqvist1-0/+3
2020-04-25tf#131549 No titlebar on modal dialogs on macOSNoel Grandin1-9/+0
2020-03-21tdf#100706: get blink cursor delay for MacOSJulien Nabet1-2/+16
2020-03-18simplify ORefVector codeNoel Grandin1-0/+9
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner1-4/+30
2020-01-28loplugin:unsignedcompare (macOS)Stephan Bergmann1-5/+6
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann1-8/+8
2019-10-21loplugin:bufferadd (macOS)Stephan Bergmann1-4/+1
2019-10-07hidpi cursors for macOSNoel Grandin1-1/+1
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann1-2/+0
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin1-1/+1
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann1-2/+12
2019-06-06loplugin:data (macOS)Stephan Bergmann1-1/+1
2019-06-05-[NSWindow setRestorable:] is present since 10.7Tor Lillqvist1-4/+1
2019-04-26tdf#119965 implement tooltip widget style on macosTomaž Vajngerl1-0/+2
2019-03-17loplugin:typedefparam (macOS)Stephan Bergmann1-1/+1
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+2
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski1-33/+95
2018-12-11OSX cleanup some AquaSalFrame codeJan-Marek Glogowski1-64/+51
2018-12-06loplugin:unnecessaryparenStephan Bergmann1-1/+1
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-2/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-2/+2
2018-10-04-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann1-0/+14
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-27tdf#53282: Leave (our own) full-screen mode when the AquaSalFrame is dyingTor Lillqvist1-0/+3
2018-05-30tdf#117872: Revert "tdf#115284: Unify LibreOffice and system full-screen..."Tor Lillqvist1-38/+80
2018-05-24tdf#115284: Unify LibreOffice and system full-screen concepts on macOSTor Lillqvist1-80/+38
2018-04-16tdf#117033 - Tooltips show the wrong symbol for MOD3 combinationsheiko tietze1-6/+6
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-03-02drop old tools/gen methods in vclNoel Grandin1-4/+4
2018-02-23tdf#103571: Avoid spurious heavy SalEvent::DisplayChanged callbacksTor Lillqvist1-16/+50
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann1-5/+5
2018-01-05Fix typosAndrea Gelmini1-1/+1
2017-11-23loplugin:unnecessaryparenStephan Bergmann1-4/+4
2017-11-16vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-15/+4
2017-11-11vcl: StyleSettings - start to unwind code duplication.Michael Meeks1-4/+3
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann1-14/+14