summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2024-05-08tdf#160767 skip fix for tdf#155266 when the event hasn't changedPatrick Luby1-1/+16
2024-04-30tdf#130678 draw SVG icons at Retina resolution on macOSPatrick Luby1-1/+1
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-7/+5
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-1/+2
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann2-3/+3
2024-02-24tdf#158124 KEY_DELETE events do not need an ExtTextInput eventPatrick Luby1-1/+9
2024-02-23loplugin:fakeboolStephan Bergmann1-1/+1
2024-02-23tdf#159793 Save printer paper tray in RTF and DOCXOliver Specht1-0/+5
2024-02-19tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby2-21/+14
2024-02-18tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby3-39/+108
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-3/+3
2024-01-19tdf#159254 import paper bin/paper source from rtf/docx filesOliver Specht1-0/+5
2023-12-27tdf#144124 Detect if ownership has been lostPatrick Luby1-0/+8
2023-12-26Fix typoAndrea Gelmini1-1/+1
2023-12-26tdf#135478 Reduce sensitivity of horizontal scrollwheelPatrick Luby1-4/+4
2023-12-26tdf#151679 Do not push FLAVOR_LINK to macOS general pasteboardPatrick Luby3-6/+25
2023-12-20Related: tdf#155266 stop delaying painting timer while swipingPatrick Luby1-0/+13
2023-12-09tdf#158461 eliminate flicker during live resizingPatrick Luby1-1/+5
2023-12-08Revert "Related: tdf#155266 force flush after drawing native scrollbars"libreoffice-24-2-branch-pointPatrick Luby1-16/+0
2023-12-07Related: tdf#155266 force flush after drawing native scrollbarsPatrick Luby1-0/+16
2023-12-06Related: tdf#155266 skip redisplay of the view when forcing flushPatrick Luby1-2/+10
2023-11-30Related: tdf#155092 translate Y coordinate for height differencesPatrick Luby1-0/+16
2023-11-27tdf#155092 don't dispatch left mouse up events during live resizingPatrick Luby2-44/+42
2023-11-23tdf#155092 use tracking areas instead of tracking rectanglesPatrick Luby3-34/+60
2023-11-19tdf#143148: Use pragma once instead of include guards in vcl/osxTaichi Haradaguchi24-93/+24
2023-11-06tdf#155266 force flush after scrollingPatrick Luby2-3/+13
2023-11-06tdf#155266 revert commit 9c0803edd1f42b2d29115674795c7c674fea1a35Patrick Luby1-36/+2
2023-11-06tdf#157518: vcl: add native macOS rendering support for LevelBar controlSarper Akdemir1-0/+31
2023-11-03tdf#155266 flush when scrolling or draggingPatrick Luby1-2/+36
2023-11-03macOS a11y: Drop obsolete TODO to implement spelling error attrMichael Weghorn1-1/+1
2023-11-01macOS a11y: Don't report (non-)expanded state when not expandableMichael Weghorn1-0/+8
2023-10-29vcl: no raw pointersThorsten Behrens1-2/+1
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn1-0/+2
2023-10-27Various -Werror,-Wvla-cxx-extensionStephan Bergmann1-2/+4
2023-10-20tdf#157565 show tooltip if any parent window is the key windowPatrick Luby1-2/+23
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır2-0/+4
2023-09-19The name is macOS since 2016Andras Timar1-1/+1
2023-09-12attempt to fix macos jenkins hangs - part 3Patrick Luby1-1/+7
2023-09-10attempt to fix macos jenkins hangs - part 2Patrick Luby1-1/+1
2023-09-10attempt to fix macos jenkins hangsNoel Grandin1-1/+1
2023-08-09vcl: Organize CoreText font code a bitKhaled Hosny1-0/+1
2023-08-08loplugin:redundantfcastStephan Bergmann1-1/+1
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin3-10/+11
2023-07-24tdf#155414 include system "reduce animation" preferencesPatrick Luby1-0/+5
2023-06-26attempted fix for sporadic hang on macosNoel Grandin1-0/+7
2023-06-20loplugin:cstylecastStephan Bergmann2-3/+3
2023-06-16tdf#146626 catch IndexOutOfBoundsException when fetching accessible childrenPatrick Luby4-46/+101
2023-06-13tdf#155376 weakly cache ScAccessibleCellNoel Grandin1-1/+2
2023-06-12Fix hanging when selecting a column or row in CalcPatrick Luby1-0/+12
2023-06-07Partial fix tdf#155376 use NSAccessibilityElement instead of NSViewPatrick Luby7-74/+855