summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)Author
2021-01-18tdf#138122 Add window scaling for retina displays on macOS, plus fixes for iOSThorsten Wagner
2021-01-15Avoid assertion failure related to cursor sizes on macOSTor Lillqvist
2021-01-15Fix handling of the OBJECTDESCRIPTOR clipboard (pasteboard) type on macOSTor Lillqvist
2020-11-15Avoid warning about deprecation in macOS 11.0Tor Lillqvist
2020-03-21tdf#100706: get blink cursor delay for MacOSJulien Nabet
2020-01-04tdf#125536 macOS native Carbon widgets reworkedThorsten Wagner
2019-11-18tdf#128847 - vcl: fix colorspace names for MacOSChris Sherlock
2019-11-01Workaround for crash on macOS Catalina at least when built with Xcode 11Tor Lillqvist
2019-10-21loplugin:bufferadd (macOS)Stephan Bergmann
2019-10-08loplugin:externalStephan Bergmann
2019-10-08loplugin:nullptrStephan Bergmann
2019-10-07hidpi cursors for macOSNoel Grandin
2019-10-06SystemEnvData::nSize is no longer read and can be removedStephan Bergmann
2019-10-04enable -Wunused-exception-parameter on clangNoel Grandin
2019-09-23loplugin:fragiledestructor (macOS)Stephan Bergmann
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth
2019-08-12Fix typosAndrea Gelmini
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann
2019-08-09Fix typosAndrea Gelmini
2019-07-16loplugin:simplifyconstruct (macOS)Stephan Bergmann
2019-06-20Demote from std::unique_lock to std::scoped_lock where applicableStephan Bergmann
2019-06-18VCL cleanup WidgetDrawInterfaceJan-Marek Glogowski
2019-06-12Revert "improve empty tools::Rectangle (width)"Noel Grandin
2019-06-07improve empty tools::Rectangle (width)Noel Grandin
2019-06-07Fix typoAndrea Gelmini
2019-06-06loplugin:simplifyconstruct (macOS)Stephan Bergmann
2019-06-06loplugin:data (macOS)Stephan Bergmann
2019-06-05-[NSWindow setRestorable:] is present since 10.7Tor Lillqvist
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist
2019-05-23Drop default values for parameters that are defaulted only onceTor Lillqvist
2019-05-17handle CG state save/restore in ContextHolder classTomaž Vajngerl
2019-05-17Wrap CGContext into a ContextHolder classTomaž Vajngerl
2019-04-26tdf#118977 support PDF documents as a clipboard formatTomaž Vajngerl
2019-04-26cleanup osx/clipboard.{cxx,hxx}Tomaž Vajngerl
2019-04-26tdf#119965 implement tooltip widget style on macosTomaž Vajngerl
2019-04-26There is no ImplSVMainHook()Tor Lillqvist
2019-04-19optimise find/insert patternNoel Grandin
2019-03-17loplugin:typedefparam (macOS)Stephan Bergmann
2019-03-06remove some unnecessary typedef struct... sugarNoel Grandin
2019-02-27convert more Start timer methods from sal_uLong->sal_uInt64Noel Grandin
2019-02-27make cursor images part of the themeNoel Grandin
2019-02-26sal_uIntPtr->sal_uInt32 inSalClipRegion::BeginSetClipRegionNoel Grandin
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-20tdf#123266 make cursors svg in 256x256px sizeandreas kainz
2019-02-13tdf#123266 make cursors svg ready for better resizing.andreas kainz
2019-02-10Converted mouse pointer from indexed color to RGBMatthias Seidel
2019-02-10Converted mouse pointer from grayscale to RGBMatthias Seidel
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2019-01-11OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski