summaryrefslogtreecommitdiff
path: root/vcl/inc/osx
AgeCommit message (Expand)AuthorFilesLines
12 daysPartial: tdf#156855 update native and LibreOffice dark mode statesPatrick Luby1-0/+4
2025-03-08tdf#151423 revert commit b197379e867087413be86bd1a32030b912ecaa8aPatrick Luby1-3/+0
2025-02-24tdf#165266 Force NSColor and native controls to use effective appearancePatrick Luby1-0/+2
2025-02-21Revert "remove canvas/cairo and canvas/gdi and canvas/directx backends"Noel Grandin1-0/+5
2025-02-19remove canvas/cairo and canvas/gdi and canvas/directx backendsNoel Grandin1-5/+0
2025-02-03split CreateVirtualDevice into two methodsNoel Grandin1-1/+5
2025-01-19tdf#151423 use the same modifier keys during a scrolling sessionPatrick Luby1-0/+3
2025-01-13tdf#41775 copy the Start Center menubar to the default menubar on macOSPatrick Luby1-0/+1
2024-12-25tdf#164428 Skia/Metal needs flush after drawing progress barPatrick Luby1-1/+5
2024-12-17tdf#161623 Handle windows that macOS forces to native full screen modePatrick Luby1-2/+12
2024-12-05vcl: Return reference in SalFrame::GetSystemDataMichael Weghorn1-1/+1
2024-12-05vcl: Return reference in SalObject::GetSystemDataMichael Weghorn1-1/+1
2024-12-02vcl: Add a default SalMenu::GetSystemMenuData implementationMichael Weghorn1-1/+0
2024-10-28Set the native tracking area in -[SalFrameView updateTrackingAreas]Patrick Luby1-0/+3
2024-10-15Stop hiding of child windows when dragged to a different screenPatrick Luby1-0/+4
2024-10-08tdf#162843 replace the event's string parametersPatrick Luby1-0/+6
2024-09-24tdf#163135 eliminate native "secure coding" warningPatrick Luby1-1/+2
2024-07-18tdf#155447 macOS a11y: Report accessibilityIdentifierMichael Weghorn1-0/+2
2024-05-26Related tdf#158914: fix memory leaks by calling (auto)release selectorsPatrick Luby1-0/+2
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht1-0/+2
2024-02-19tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby1-6/+2
2024-02-18tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby1-1/+13
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht1-0/+2
2023-11-27tdf#155092 don't dispatch left mouse up events during live resizingPatrick Luby1-3/+2
2023-11-23tdf#155092 use tracking areas instead of tracking rectanglesPatrick Luby2-2/+3
2023-11-06tdf#155266 force flush after scrollingPatrick Luby1-0/+3
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin2-2/+2
2023-07-24tdf#155414 include system "reduce animation" preferencesPatrick Luby1-0/+1
2023-07-20tdf#143148 Use pragma once in vclsahil1-4/+1
2023-06-07Partial fix tdf#155376 use NSAccessibilityElement instead of NSViewPatrick Luby3-5/+61
2023-06-02reduce memory overhead of AquaA11yWrapperNoel Grandin1-2/+1
2023-04-14add a way to resolve if dark mode (explicit or auto) is activeCaolán McNamara1-0/+1
2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn1-1/+1
2023-02-08tdf#153229 add a switch to override honoring system dark modeCaolán McNamara1-0/+1
2023-01-26tdf#147342 Notify Skia that the window's backing properties changedPatrick Luby1-0/+1
2023-01-13Related: tdf#152703 Eliminate potential blocking during live resizePatrick Luby2-1/+6
2023-01-04tdf#152703 Force relayout during live resizing of windowPatrick Luby1-0/+1
2022-12-22tdf#42437 Enable press-and-hold special character input methodPatrick Luby1-0/+2
2022-12-08tdf#82115 Commit uncommitted text when a popup menu is openedPatrick Luby1-0/+12
2022-11-25tdf#152183 update settings when dark/light system mode toggledCaolán McNamara1-0/+3
2022-11-22use an alternative macOS themeing approach to support dark-modeCaolán McNamara1-0/+8
2022-10-12use unique_ptr for SystemFontList, fix leakNoel Grandin1-1/+2
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-1/+0
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski1-2/+2
2022-01-14VCL drop m_pInstance from *nix SalDataJan-Marek Glogowski1-3/+0
2022-01-07VCL move platform code from mouse.cxx into pluginsJan-Marek Glogowski1-2/+2
2021-11-19rtl::Static->thread-safe static in vclNoel Grandin1-5/+1
2021-10-29Use non-deprecated names for bits and constantsTor Lillqvist1-1/+1
2021-08-11tdf#143148: Use pragma once instead of include guardsZeynep Yavuz4-13/+4