summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2022-02-01loplugin:sallogareasStephan Bergmann1-1/+1
2022-01-27Add a SAL_INFO listing types on pasteboardTor Lillqvist1-1/+6
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski1-15/+8
2022-01-04Drop all commented SAL_DEBUG callsJan-Marek Glogowski1-6/+0
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin4-3/+9
2021-11-16implement HiDPI support for Skia/Mac (tdf#144214)Luboš Luňák1-0/+5
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski1-1/+1
2021-10-29Use non-deprecated names for bits and constantsTor Lillqvist8-160/+86
2021-10-27Remove lines that have been ifdeffed out since 2008Tor Lillqvist1-7/+0
2021-10-27Use non-deprecated names for event types and flag bitsTor Lillqvist1-42/+13
2021-10-17Simplify vector initialization in vclJulien Nabet1-4/+2
2021-10-08loplugin:moveparam in vclNoel Grandin1-4/+4
2021-10-06drop 'using namespace std' in vcl (MacOs/ios), blindlyJulien Nabet4-4/+0
2021-09-28gives names to all the Idles and TasksNoel Grandin1-1/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-09-09tdf#144241 don't return a negative width for osx edit regionCaolán McNamara1-5/+7
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski1-0/+1
2021-09-01use a dummy clipboard when running unit testsNoel Grandin1-4/+5
2021-08-24implement explicit screen flushing also for Skia/MacLuboš Luňák1-0/+2
2021-08-23Removed duplicated includesAndrea Gelmini1-1/+0
2021-08-23add CreateCGImage() variant for Mac/SkiaLuboš Luňák1-0/+6
2021-08-23implement mac native widget drawing also for SkiaLuboš Luňák1-73/+97
2021-08-23make SalGeometryProvider available for Aqua VCL backendsLuboš Luňák2-3/+8
2021-08-23first WIP version of mac skia SalGraphics backendLuboš Luňák2-2/+22
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin1-2/+2
2021-06-28loplugin:indentation (macOS)Stephan Bergmann7-115/+115
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-7/+0
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin1-2/+1
2021-05-22tdf#142061 Add window scaling to XOR emulation on macOSThorsten Wagner1-0/+152
2021-05-18tdf#104169 - Change mouse cursor to FatCross in calc spreadsheetSarabjot Singh1-0/+2
2021-04-30vcl: iOS/macOS - move graphic render func. into AquaGraphicsBackendTomaž Vajngerl3-160/+159
2021-04-26drop mask from BitmapExNoel Grandin1-11/+2
2021-04-05VCL drop Scheduler::ProcessTaskSchedulingJan-Marek Glogowski1-1/+1
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
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