summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2022-11-03Related: tdf#149932 map NSUnderlineStyleDouble to new DoubleUnderlineCaolán McNamara1-2/+2
2022-11-02use a narrower cursor, the wide one feels out of placeCaolán McNamara1-0/+1
2022-10-28macos: set tooltext colors from something from the themeCaolán McNamara1-0/+1
2022-10-28macos: set tooltip colors from something from the themeCaolán McNamara1-0/+3
2022-10-28macos: use system linkColor for hyperlinksCaolán McNamara1-0/+5
2022-10-24WB_BEVELBUTTON and PushButtonValue::mbBevelButton are unusedCaolán McNamara1-5/+1
2022-10-22macos: set Dialog and DialogText color explicitly from themeCaolán McNamara1-0/+3
2022-10-21macos: set TabRolloverTextColor color explicitly from themeCaolán McNamara1-0/+1
2022-10-21macos: set some more background colors explicitly from themeCaolán McNamara1-0/+8
2022-10-20macos: set some more text colors explicitly from themeCaolán McNamara1-0/+3
2022-10-12use unique_ptr for SystemFontList, fix leakNoel Grandin1-1/+1
2022-09-26tdf#119788 tdf#117173 add accessibility NOTIFICATION roleJim Raykowski1-0/+2
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-09-06tdf#150682 - bad shortcut in french langageNoel Grandin2-1/+2
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn4-11/+11
2022-08-29Prevent rounding down fontheights depending on display resolution for macOSThorsten Wagner1-1/+1
2022-08-28Adjust button text colors for macOS Big SurThorsten Wagner1-9/+17
2022-07-10tdf#143148 Use pragma once instead of include guardsehsan1-4/+1
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin6-37/+41
2022-06-26tdf#143148 Use pragma once instead of the include guardsAmir H1-3/+1
2022-06-22improve the look of the macOS comboboxNoel Grandin1-0/+5
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski1-1/+1
2022-06-15Drop SalMenu::DrawMenuBar (is WIN-only)Jan-Marek Glogowski1-4/+0
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski5-122/+111
2022-05-17loplugin:unnecessaryparenStephan Bergmann1-1/+1
2022-05-08Delete CJK-style mnemonics on macOSxuenhua1-1/+2
2022-05-02Delete mnemonics for CJK translations on macOSxuenhua1-16/+3
2022-04-25loplugin:stringviewStephan Bergmann1-1/+2
2022-03-29a11y: Drop unused, deprecated table model change event typesMichael Weghorn1-3/+1
2022-03-29a11y: Add new table model change types for row/col insertion/delMichael Weghorn1-2/+4
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