summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara1-5/+0
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock9-25/+25
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+0
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2-2/+2
2016-02-05Remove old non relevant commentNiklas Johansson1-4/+0
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-1/+0
2016-01-26Blind fix for OSXMatteo Casalin1-1/+1
2016-01-26sal_uLong/sal_uIntPtr to sal_uInt32 (printer GetCapabilities)Matteo Casalin1-1/+1
2016-01-26Convert SAL_JOBSET_* defines to new JobSetFlags enum classMatteo Casalin1-5/+5
2016-01-25more usage of C++ osl::Mutex, osl::MutexGuardNoel Grandin1-14/+13
2016-01-22tdf#96407 Provide OS X version info for About boxDouglas Mencken1-0/+17
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-2/+2
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-1/+1
2016-01-12provide autorelease pool to avoid leakingDouglas Mencken1-0/+2
2016-01-11tdf#96875 Make OS X native context menus compatibleMaxim Monastirsky2-41/+16
2016-01-10Fix typosAndrea Gelmini3-3/+3
2015-12-17remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLECaolán McNamara1-2/+0
2015-12-08Bin the pointless and thin OS X specific wrapper namespace 'OpenGLWrapper'Tor Lillqvist1-27/+0
2015-12-06unused vcl::IsWindowSystemAvailable Juergen Funk1-10/+0
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks1-3/+3
2015-11-18com::sun::star->css in vcl/Noel Grandin21-204/+204
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks1-3/+6
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann20-158/+158
2015-11-10loplugin:stringconstantStephan Bergmann1-1/+1
2015-11-10Use a depth buffer on OS X, tooTor Lillqvist1-0/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin5-18/+18
2015-11-02Handle case that pDock may have no itemsStephan Bergmann1-4/+9
2015-11-02dock icon's menu doesn't begin with separator anymoreDouglas Mencken1-1/+11
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie1-12/+0
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-2/+2
2015-10-25loplugin:simplifyboolStephan Bergmann1-1/+1
2015-10-25loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-25loplugin:simplifyboolStephan Bergmann1-3/+3
2015-10-24vcl.osx.print: bin >>vintage<< implementationDouglas Mencken1-316/+3
2015-10-24vcl.osx.print: convert to use modern API for print dialogDouglas Mencken3-146/+347
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-2/+0
2015-10-19cleanup some local var declarationsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann10-57/+57
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks1-3/+3
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin4-25/+25
2015-10-02drop unneeded headerDouglas Mencken1-1/+0
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-16/+0
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian3-1/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29remove unused #include <sal/alloca.h>Michael Stahl1-1/+0
2015-09-29retain type for another levelCaolán McNamara1-1/+1
2015-09-25tdf#94228 comphelper: replace BOOST_PPDaniel Robertson3-6/+3
2015-09-24boost->stdCaolán McNamara1-1/+1
2015-09-21convert Link<> to typedNoel Grandin1-14/+10