summaryrefslogtreecommitdiff
path: root/vcl/osx/salnativewidgets.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-03-02drop old tools/gen methods in vclNoel Grandin1-13/+13
2018-01-23tdf#112153: Set button theme properlyTelesto1-1/+1
2018-01-19loplugin:redundantcast (after loplugin:cstylecast, macOS)Stephan Bergmann1-2/+2
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann1-7/+7
2017-09-06Don't poll the extension install progress barJan-Marek Glogowski1-4/+4
2017-08-07loplugin:oncevarStephan Bergmann1-1/+1
2017-06-30loplugin:oncevarStephan Bergmann1-3/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-43/+43
2017-01-08Work around -fsanitize=float-cast-overflowStephan Bergmann1-1/+1
2016-12-20Update duplicated / outdated NWS documentationJan-Marek Glogowski1-36/+0
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-7/+1
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin1-1/+1
2016-08-18cppcheck: nullPointerRedundantCheckCaolán McNamara1-1/+1
2016-06-20Convert PART to scoped enumNoel Grandin1-77/+78
2016-06-08Convert ButtonValue to scoped enumNoel Grandin1-12/+12
2016-05-31Convert ControlType to scoped enumNoel Grandin1-72/+75
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-4/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-12/+12
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-07-22remove some unused constantsNoel Grandin1-9/+0
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-05-21convert TABITEM constants to scoped enumNoel Grandin1-8/+8
2015-05-13fix OSX build (take 3)Noel Grandin1-1/+1
2015-05-13fix OSX build (take 2)Noel Grandin1-2/+3
2015-05-13fix OSX buildNoel Grandin1-2/+2
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-3/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-09NSAppKitVersionNumber is always greater than NSAppKitVersionNumber10_7Robert Antoni Buj Gelonch1-131/+4
2015-04-02loplugin:staticmethodsNoel Grandin1-5/+5
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-48/+48
2014-12-10loplugin:cstylecastStephan Bergmann1-2/+2
2014-12-04vcl (Mac): loplugin:cstylecastStephan Bergmann1-3/+3
2014-09-03fdo#80474: Fix the check whether the window is active on OS X.Jan Holesovsky1-2/+2
2014-08-04loplugin:externandnotdefinedStephan Bergmann1-6/+2
2014-06-13Don't use the CoreUI private framework when sandboxed (i.e., for App Store)Tor Lillqvist1-0/+14
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-14OLD_TAB_STYLE never definedThomas Arnhold1-5/+1
2014-04-03Typo: corect->correctJulien Nabet1-1/+1
2014-02-28Add SAL_OVERRIDE markup for the vcl OS X and iOS code, and follow-up cleanupTor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-4/+4
2014-02-25Mac vcl: sal_Bool -> bool sequelStephan Bergmann1-15/+15
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann1-6/+6
2014-02-21Mac OS X vcl: sal_Bool -> bool fixupStephan Bergmann1-4/+4
2014-02-20vcl: fix Mac build a little moreMichael Stahl1-0/+1
2014-02-07fdo#69358 only draw native style when toolbar is docked on topJoren De Cuyper1-1/+1
2014-02-06fdo#69358: Avoid discontinuity in the gradient of window bar and toolbarTor Lillqvist1-1/+1
2014-02-05fdo#69358 Introduction of native Mac OSX Toolbar, based on CoreUIJoren De Cuyper1-5/+34
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1