summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2021-03-07tdf#140856 macOS listbox renderingNoel Grandin1-8/+4
2021-03-06tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner1-1/+1
2021-03-04macOS: use HITheme to draw listbox window borderNoel Grandin1-8/+16
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara1-1/+1
2021-03-03drop TransparentType::Color usageNoel Grandin1-6/+0
2021-03-01loplugin:redundantstatic (macOS)Stephan Bergmann1-1/+1
2021-03-01macOS spinbox and tab header tweaksNoel Grandin1-4/+3
2021-02-26dummy clipboard for unit testsNoel Grandin1-3/+7
2021-02-23tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner2-28/+26
2021-02-18loplugin:referencecasting (macOS)Stephan Bergmann1-1/+1
2021-02-11Remove unneeded breaksAndrea Gelmini1-4/+0
2021-01-28Revert "tdf#138122 Detect window scaling for multi display configurations on ...Stephan Bergmann2-25/+27
2021-01-27NSApplication's appearance property exists in macOS 10.14 and later onlyTor Lillqvist1-5/+7
2021-01-27tdf#138122 Detect window scaling for multi display configurations on macOSThorsten Wagner2-27/+25
2021-01-24Use ContainerType().swap and avoid local variablesMike Kaganski1-2/+1
2021-01-20Fix typosAndrea Gelmini2-2/+2
2021-01-19Avoid deadlock when macOS menu-related code is run on non-main threadStephan Bergmann1-0/+4
2021-01-19loplugin:colorcheck (macOS)Stephan Bergmann1-3/+3
2021-01-19-Werror,-Wdeprecated-anon-enum-enum-conversionStephan Bergmann1-1/+1
2021-01-18Clean up includes a bit for iOS and macOSTor Lillqvist1-16/+0
2021-01-17tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675Tor Lillqvist2-0/+675
2021-01-17tdf#138314 Change selected tab text color on macOS Big SurThorsten Wagner1-11/+21
2021-01-17tdf#138122 Add window scaling for retina displays on macOSThorsten Wagner1-0/+15
2021-01-16Enable pasting of LINK data from the system pasteboard on macOSTor Lillqvist1-2/+13
2021-01-15remove leftover codeNoel Grandin1-1/+0
2021-01-15Fix handling of the OBJECTDESCRIPTOR clipboard (pasteboard) type on macOSTor Lillqvist1-34/+45
2021-01-14remove unnecessary macos cursor codeNoel Grandin1-22/+3
2021-01-11Avoid assertion failure related to cursor sizes on macOSTor Lillqvist1-3/+3
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann1-13/+0
2020-12-13loplugin:stringviewparam (macOS)Stephan Bergmann1-1/+2
2020-12-07loplugin:stringviewparam (macOS)Stephan Bergmann1-2/+3
2020-11-26Add 'SinglePrintJobs' to PrintOptionsSamuel Mehrbrodt1-6/+1
2020-11-24Remove unused parameter (flagged now by loplugin:stringview)Stephan Bergmann1-3/+2
2020-11-22tdf#123936 Formatting files in module vcl with clang-formatPhilipp Hofer25-115/+117
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann8-64/+71
2020-11-15CGFloat appears to be a more suitable type hereStephan Bergmann1-24/+24
2020-11-15Assumed UNOIDL long vs. C++ sal_Int32 confusionStephan Bergmann1-3/+3
2020-11-15DPI values are generally represented as sal_Int32 in VCLStephan Bergmann2-2/+2
2020-11-15UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann1-1/+1
2020-11-15UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann1-1/+1
2020-11-15UNOIDL long vs. C++ sal_Int32 confustionStephan Bergmann1-3/+3
2020-10-21Revert "tdf#137468: Use the colour space of the main display"Tor Lillqvist1-2/+1
2020-10-20tdf#137468: Use the colour space of the main displayLeo Wang1-1/+2
2020-10-20tdf#137468: Restrict window depth to 24 bit RGBLeo Wang1-0/+5
2020-09-02tdf#133564: Text coloring of buttons within non key windows on macOS reworkedThorsten Wagner1-1/+1
2020-08-26[API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann1-1/+1
2020-08-25tdf#136094 Handle background color in drawNativeControlMichael Weghorn1-1/+2
2020-08-18Fix typosAndrea Gelmini1-1/+1
2020-08-17"loplugin:stringstatic also look for local statics" macOS reduxStephan Bergmann1-27/+13
2020-08-02Fix typoAndrea Gelmini1-1/+1