1. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  2. a204545 Add Markdown under paste special for osx backend. by Ujjawal Kumar · 6 weeks ago
  3. 6d96da3 tdf#170740 only repost the same left mouse up event once by Patrick Luby · 5 weeks ago
  4. 4582b4f vcl/osx: convert Carbon key/mouse reading functions to AppKit by Dan Williams · 8 weeks ago
  5. 4f5186d vcl/osx: hook up Ctrl+Return for keyboard-triggered context menus by Dan Williams · 8 weeks ago
  6. b5a3f31 Resolves tdf#170143 - Set ButtonTextColor on theme change (macOS) by Heiko Tietze · 9 weeks ago
  7. 31bf5d1 tdf#170149 Fix clicking on a character in the input method's popup window by Patrick Luby · 3 months ago
  8. 3660e35 Use macOS Tahoe's native control bounds for macOS 26.2 by Patrick Luby · 3 months ago
  9. bad8cf4 Resolves: tdf#162562 only shrink to tab area for ControlPart::TabPaneWithHeader by Caolán McNamara · 4 months ago
  10. 165bc26 tdf#145538: Use range based for loops by codemaestro · 6 months ago
  11. e6c4a9f Pre-init NSSpellCHecker to avoid SolarMutex deadlock by Caolán McNamara · 6 months ago
  12. 0f6d14d tdf#168711 Ignore marked text in -[SalFrameView selectedRange] by Patrick Luby · 6 months ago
  13. 35e14d9 Fix typo by Andrea Gelmini · 6 months ago
  14. b86c168 tdf#168609 catch exceptions from SwXText::getString() by Patrick Luby · 6 months ago
  15. 5b98811 Fix tab item drawing failures on macOS Tahoe by Patrick Luby · 7 months ago
  16. db3d15e vcl/sal: remove unecessary Mac OS includes and linkage to Carbon by Dan Williams · 7 months ago
  17. da5b9ee tdf#144560 Handle removing shortcuts in osx/salmenu by Neil Roberts · 7 months ago
  18. 2c9b640 remove leftover code by Noel Grandin · 7 months ago
  19. 56fde5e tdf#166121 reduce cost of clipboard during Remove Duplicates by Noel Grandin · 7 months ago
  20. 6d0e5dd remove BitmapEx by Noel Grandin · 7 months ago
  21. 7d77474 BitmapEx->Bitmap in a couple of places by Noel Grandin · 7 months ago
  22. 764799b Adjust bounds of native controls for macOS Tahoe by Patrick Luby · 8 months ago
  23. 62d1a50 BitmapEx->Bitmap in Image by Noel Grandin · 8 months ago
  24. 088a7c7 remove alpha device from OutputDevice by Noel Grandin · 1 year, 6 months ago
  25. 6003d19 vcl: Pass SalInstance::{,Impl}Create{DragSource,DropTarget} param by ref by Michael Weghorn · 9 months ago
  26. e1a369b Fix NSEvent memory leak by Patrick Luby · 9 months ago
  27. d99622d vcl: Have default SalInstance::GetConnectionIdentifier impl by Michael Weghorn · 9 months ago
  28. 9f9550a make skia mandatory on macOS, disable aqua backend by Noel Grandin · 10 months ago
  29. b9a390c Related: tdf#163008 draw the selected tab using a push button on macOS by Patrick Luby · 10 months ago
  30. ce0f1be tdf#164970 remove redundent wrapper functions over AppColorMode. by Sahil Gautam · 10 months ago
  31. 07f1edf tdf#128600 Implement handling of macOS "Reverse Conversion" menu item by Patrick Luby · 11 months ago
  32. c5fe3bf rename mbGraphics -> mbGraphicsAcquired by Noel Grandin · 11 months ago
  33. 5913201 tdf#163945 Coalesce mouse dragged events by Patrick Luby · 11 months ago
  34. 9d973cd Related: tdf#163945 include Skia timer in Skia/Metal flushing rate limit by Patrick Luby · 11 months ago
  35. 75f2077 vcl: Return XClipboard in SalInstance::CreateClipboard by Michael Weghorn · 11 months ago
  36. 828b8f9 vcl: Return XDropTarget in SalInstance::{Impl}CreateDropTarget by Michael Weghorn · 11 months ago
  37. 5016881 vcl: Return XDragSource in SalInstance::{Impl}CreateDragSource by Michael Weghorn · 11 months ago
  38. 55f6bd0 win, macOS: Drop return value of OleDnDHelper by Michael Weghorn · 11 months ago
  39. 7bb189c tdf#97228 change scrollbarvalue code from include/vcl to vcl/ by Deepanshu Sharma · 1 year, 1 month ago
  40. 7346724 tdf#163945 Decrease maximum Skia/Metal flushing rate and don't schedule flush by Patrick Luby · 11 months ago
  41. ebbb3b9 tdf#164970 use proper enums for ApplicationAppearance instead of raw ints by Sahil Gautam · 12 months ago
  42. 9947a9b tdf#163945 Decrease maximum Skia/Metal flushing rate by Patrick Luby · 11 months ago
  43. b4eb737 Related: tdf#165448 move parent window to front after closing window by Patrick Luby · 11 months ago
  44. a24789f tdf#166258 Refactor throttling of Skia/Metal flushes by Patrick Luby · 11 months ago
  45. 0e0f3ed Explicitly pass native NSWindow to updateWindowCollectionBehavior() by Patrick Luby · 12 months ago
  46. e27a271 Fix typo by Andrea Gelmini · 12 months ago
  47. 47792c9 Fix typo by Andrea Gelmini · 12 months ago
  48. 33c846e Fix typo by Andrea Gelmini · 12 months ago
  49. 98ca580 tdf#165448 Allow macOS to add menu items in LibreOffice windows menu by Patrick Luby · 12 months ago
  50. f206811 Related: tdf#161623 disable menubar visibility if no key window by Patrick Luby · 1 year ago
  51. 0fabcd3 Related: tdf#128186 stop Skia/Metal flicker in full screen mode transitions by Patrick Luby · 1 year ago
  52. fbd888b tdf#158068: Replace OUString literal with u'...'_ustr in getOSVersion by Devashish Gupta · 1 year ago
  53. eba768c Related: tdf128186 update native collection behavior when window becomes key by Patrick Luby · 1 year ago
  54. e8f8af2 Related: tdf#128186 force key window to a native full screen window by Patrick Luby · 1 year ago
  55. 1c4c240 tdf#151423 allow trackpad or Magic Mouse to behave like a regular mouse by Patrick Luby · 1 year, 1 month ago
  56. 93574e7 Partial: tdf#156855 update native and LibreOffice dark mode states by Patrick Luby · 1 year, 1 month ago
  57. 6dd8de1 tdf#128186 use non-full screen values for native full screen windows by Patrick Luby · 1 year, 1 month ago
  58. 3b96af6 tdf#151423 revert commit b197379e867087413be86bd1a32030b912ecaa8a by Patrick Luby · 1 year, 1 month ago
  59. 1553e8c tdf#165266 fix conditionals that limit -[NSApp setAppearance:] calls by Patrick Luby · 1 year, 1 month ago
  60. 48125ef tdf#165266 Force NSColor and native controls to use effective appearance by Patrick Luby · 1 year, 1 month ago
  61. 39f5af6 tdf#128186 Enable native full screen mode on macOS by Patrick Luby · 1 year, 9 months ago
  62. 924c7de tdf#164393 [API CHANGE] Make the "Automatic" theme Customizable by Sahil Gautam · 1 year, 3 months ago
  63. b811b28 Extend the Link DBG_UTIL support to non-member function Links by Stephan Bergmann · 1 year, 2 months ago
  64. b197379 tdf#151423 use the same modifier keys during a scrolling session by Patrick Luby · 1 year, 3 months ago
  65. 6efdd14 tdf#41775 copy the Start Center menubar to the default menubar on macOS by Patrick Luby · 1 year, 3 months ago
  66. 0dfecee Related: tdf#163126 fix failure to restart print job by Patrick Luby · 1 year, 3 months ago
  67. c398498 tdf#164393 ThemeColors refactor part 1 by Sahil Gautam · 1 year, 3 months ago
  68. 55f7845 tdf#164564 don't stop the timer while waiting for a native event by Patrick Luby · 1 year, 3 months ago
  69. 32ed2a4 loplugin:reftotemp by Stephan Bergmann · 1 year, 3 months ago
  70. f8a207b6 Fix typo by Andrea Gelmini · 1 year, 3 months ago
  71. 6588f09 Fix typo by Andrea Gelmini · 1 year, 3 months ago
  72. 09484a1 Related: tdf#159995 fix pages per sheet in the non-native print dialog by Patrick Luby · 1 year, 3 months ago
  73. 5bd6ef6 tdf#163126 Fix incorrect paper size and rotation when printing a brochure by Patrick Luby · 1 year, 4 months ago
  74. 1846448 tdf#164428 Skia/Metal needs flush after drawing progress bar by Patrick Luby · 1 year, 3 months ago
  75. 2120aca tdf#161623 Fine tune menubar visibility when in LibreOffice full screen mode by Patrick Luby · 1 year, 4 months ago
  76. 05b508f Fix typo by Andrea Gelmini · 1 year, 4 months ago
  77. 13bdc2b tdf#161623 Handle windows that macOS forces to native full screen mode by Patrick Luby · 1 year, 4 months ago
  78. c82a566 vcl: Return reference in SalFrame::GetSystemData by Michael Weghorn · 1 year, 4 months ago
  79. 4453b2f vcl: Return reference in SalObject::GetSystemData by Michael Weghorn · 1 year, 4 months ago
  80. a2c1a33 [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont by Michael Weghorn · 1 year, 4 months ago
  81. e45cf9a vcl: Add a default SalMenu::GetSystemMenuData implementation by Michael Weghorn · 1 year, 4 months ago
  82. c585b69 Related: tdf#163945 don't directly flush graphics with Skia/Metal by Patrick Luby · 1 year, 4 months ago
  83. 3c9a4e2 loplugin:fakebool by Stephan Bergmann · 1 year, 4 months ago
  84. 83a06bf loplugin:reftotemp by Stephan Bergmann · 1 year, 4 months ago
  85. 500e798 Fix typo by Andrea Gelmini · 1 year, 4 months ago
  86. 2baa317 Libreoffice Theme Part 5: OSX Color Customization by Sahil Gautam · 1 year, 5 months ago
  87. 0807fe3 Improve rendering speed for native controls when using Skia/Metal by Patrick Luby · 1 year, 4 months ago
  88. 16b629c tdf#157312 and tdf#163945 Lower Skia flush timer priority on macOS by Patrick Luby · 1 year, 4 months ago
  89. 518d875 Fix typo by Andrea Gelmini · 1 year, 5 months ago
  90. f5ef5ea tdf#151423 Only allow modifiers for mouse scrollwheel events by Patrick Luby · 1 year, 5 months ago
  91. 0c065c5 tdf#163876 ignore marked text generated from Command-` events by Patrick Luby · 1 year, 5 months ago
  92. 62baf23 tdf#163764 Force pending timers to run after marked text changes by Patrick Luby · 1 year, 5 months ago
  93. 92a36bb [API CHANGE] a11y: Switch AccessibleRelationType to enum by Michael Weghorn · 1 year, 5 months ago
  94. d3895d7 Fix unresponsive mouse moved events in Writer on macOS by Patrick Luby · 1 year, 5 months ago
  95. e7f27f9 Set the native tracking area in -[SalFrameView updateTrackingAreas] by Patrick Luby · 1 year, 5 months ago
  96. 9c0b615 Fix typo by Andrea Gelmini · 1 year, 6 months ago
  97. 633fad3 Stop hiding of child windows when dragged to a different screen by Patrick Luby · 1 year, 6 months ago
  98. 4924a9f update to skia m129 by Noel Grandin · 1 year, 6 months ago
  99. d70026ab Fix typo by Andrea Gelmini · 1 year, 6 months ago
  100. 9240deb tdf#162843 replace the event's string parameters by Patrick Luby · 1 year, 6 months ago