summaryrefslogtreecommitdiffstats
path: root/vcl/osx
Commit message (Expand)AuthorAgeFilesLines
* nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara2016-02-121-5/+0
* vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock2016-02-139-25/+25
* Formatting changes across all modulesChris Sherlock2016-02-091-1/+0
* vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock2016-02-082-2/+2
* Remove old non relevant commentNiklas Johansson2016-02-051-4/+0
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-1/+1
* Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara2016-02-011-1/+0
* Blind fix for OSXMatteo Casalin2016-01-261-1/+1
* sal_uLong/sal_uIntPtr to sal_uInt32 (printer GetCapabilities)Matteo Casalin2016-01-261-1/+1
* Convert SAL_JOBSET_* defines to new JobSetFlags enum classMatteo Casalin2016-01-261-5/+5
* more usage of C++ osl::Mutex, osl::MutexGuardNoel Grandin2016-01-251-14/+13
* tdf#96407 Provide OS X version info for About boxDouglas Mencken2016-01-221-0/+17
* loplugin: unused return values in vcl/Noel Grandin2016-01-181-2/+2
* vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock2016-01-181-1/+1
* provide autorelease pool to avoid leakingDouglas Mencken2016-01-121-0/+2
* tdf#96875 Make OS X native context menus compatibleMaxim Monastirsky2016-01-112-41/+16
* Fix typosAndrea Gelmini2016-01-103-3/+3
* remove newly unused WB_NEEDSFOCUS and fragile FLOAT_FOCUSABLECaolán McNamara2015-12-171-2/+0
* Bin the pointless and thin OS X specific wrapper namespace 'OpenGLWrapper'Tor Lillqvist2015-12-081-27/+0
* unused vcl::IsWindowSystemAvailable Juergen Funk2015-12-061-10/+0
* Replace return boolean from DoYield with pleasant enumeration.Michael Meeks2015-11-241-3/+3
* com::sun::star->css in vcl/Noel Grandin2015-11-1821-204/+204
* vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks2015-11-171-3/+6
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-1020-158/+158
* loplugin:stringconstantStephan Bergmann2015-11-101-1/+1
* Use a depth buffer on OS X, tooTor Lillqvist2015-11-101-0/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-055-18/+18
* Handle case that pDock may have no itemsStephan Bergmann2015-11-021-4/+9
* dock icon's menu doesn't begin with separator anymoreDouglas Mencken2015-11-021-1/+11
* tdf#93684 - Remove SalFrame::SyncRyan McCoskrie2015-10-301-12/+0
* tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann2015-10-261-2/+2
* loplugin:simplifyboolStephan Bergmann2015-10-251-1/+1
* loplugin:defaultparamsStephan Bergmann2015-10-251-1/+1
* loplugin:simplifyboolStephan Bergmann2015-10-251-3/+3
* vcl.osx.print: bin >>vintage<< implementationDouglas Mencken2015-10-241-316/+3
* vcl.osx.print: convert to use modern API for print dialogDouglas Mencken2015-10-243-146/+347
* refactor out some com::sun::star typedefsNoel Grandin2015-10-211-2/+0
* cleanup some local var declarationsNoel Grandin2015-10-191-1/+1
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1210-57/+57
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-091-3/+3
* convert SAL_FRAME_STYLE to scoped enumNoel Grandin2015-10-054-25/+25
* drop unneeded headerDouglas Mencken2015-10-021-1/+0
* loplugin:unusedmethods in vclNoel Grandin2015-10-021-16/+0
* tdf#39080 Interactive hide-whitespace modeAshod Nakashian2015-10-013-1/+3
* Fix typosAndrea Gelmini2015-09-301-1/+1
* remove unused #include <sal/alloca.h>Michael Stahl2015-09-291-1/+0
* retain type for another levelCaolán McNamara2015-09-291-1/+1
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-09-253-6/+3
* boost->stdCaolán McNamara2015-09-241-1/+1
* convert Link<> to typedNoel Grandin2015-09-211-14/+10