summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-13tdf#120342 OSX always lock SolarMutex in drawRectJan-Marek Glogowski1-44/+18
2018-12-11Do as the docs say: Use the CGContext property instead of graphicsPortTor Lillqvist2-6/+2
2018-12-11OSX implement bitmap-only rendering modeJan-Marek Glogowski3-34/+107
2018-12-11OSX cleanup some AquaSalFrame codeJan-Marek Glogowski1-64/+51
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-06loplugin:unnecessaryparenStephan Bergmann2-2/+2
2018-12-04tdf#121855 like osx case don't search near-infinite calc grid for focusCaolán McNamara1-1/+1
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen1-0/+1
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek2-4/+4
2018-11-27tdf#114839: Drop ancient AquaBlinker crackTor Lillqvist1-46/+0
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2-0/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen7-0/+7
2018-11-18Fix build on macOS 10.11Alyssa Ross1-1/+1
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann2-2/+6
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-2/+2
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin1-7/+2