summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2019-12-06loplugin:external (macOS)Stephan Bergmann4-2/+43
2019-11-17tdf#128847 - vcl: fix colorspace names for MacOSChris Sherlock1-2/+2
2019-11-15loplugin:fakebool and loplugin:consttobool (macOS)Stephan Bergmann14-51/+51
2019-11-15loplugin:indentationStephan Bergmann1-1/+1
2019-11-01Workaround for crash on macOS Catalina at least when built with Xcode 11Tor Lillqvist1-1/+0
2019-10-21loplugin:bufferadd (macOS)Stephan Bergmann1-4/+1
2019-10-08loplugin:externalStephan Bergmann1-0/+3
2019-10-08loplugin:nullptrStephan Bergmann1-1/+1
2019-10-07hidpi cursors for macOSNoel Grandin70-120/+145
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann2-3/+0
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin6-24/+24
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann1-2/+12
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-2/+2
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth1-1/+0
2019-08-12Fix typosAndrea Gelmini4-7/+7
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann3-3/+3
2019-08-09Fix typosAndrea Gelmini2-2/+2
2019-07-16loplugin:simplifyconstruct (macOS)Stephan Bergmann2-5/+3
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann1-2/+2
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski1-1/+1
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin1-2/+0
2019-06-07improve empty tools::Rectangle (width)Noel Grandin1-0/+2
2019-06-07Fix typoAndrea Gelmini1-1/+1
2019-06-06loplugin:simplifyconstruct (macOS)Stephan Bergmann1-4/+4
2019-06-06loplugin:data (macOS)Stephan Bergmann3-3/+3
2019-06-05-[NSWindow setRestorable:] is present since 10.7Tor Lillqvist1-4/+1
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist1-2/+2
2019-05-23Drop default values for parameters that are defaulted only onceTor Lillqvist2-3/+3
2019-05-17handle CG state save/restore in ContextHolder classTomaž Vajngerl1-2/+2
2019-05-17Wrap CGContext into a ContextHolder classTomaž Vajngerl1-42/+42
2019-04-26tdf#118977 support PDF documents as a clipboard formatTomaž Vajngerl1-0/+1
2019-04-26cleanup osx/clipboard.{cxx,hxx}Tomaž Vajngerl2-86/+87
2019-04-26tdf#119965 implement tooltip widget style on macosTomaž Vajngerl2-0/+19
2019-04-26There is no ImplSVMainHook()Tor Lillqvist1-1/+1
2019-04-19optimise find/insert patternNoel Grandin1-4/+1
2019-03-17loplugin:typedefparam (macOS)Stephan Bergmann1-1/+1
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin1-2/+2
2019-02-27convert more Start timer methods from sal_uLong->sal_uInt64Noel Grandin1-1/+1
2019-02-27make cursor images part of the themeNoel Grandin68-686/+0
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin2-2/+2
2019-02-21loplugin:indentation (macOS)Stephan Bergmann4-10/+10
2019-02-20tdf#123266 make cursors svg in 256x256px sizeandreas kainz68-212/+213
2019-02-13tdf#123266 make cursors svg ready for better resizing.andreas kainz68-0/+685
2019-02-10Converted mouse pointer from indexed color to RGBMatthias Seidel1-0/+0
2019-02-10Converted mouse pointer from grayscale to RGBMatthias Seidel1-0/+0
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2019-01-11OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski3-11/+44
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen5-0/+7
2018-12-29Initialize DragSource::mDragSourceHelperStephan Bergmann1-0/+1
2018-12-13Use the non-deprecated NSEventMaskAnyTor Lillqvist2-12/+3