summaryrefslogtreecommitdiff
path: root/vcl/osx/salmenu.cxx
AgeCommit message (Expand)Author
2024-07-10tdf#160427 native menu changes can only be done on the main threadPatrick Luby
2024-05-26Related tdf#158914: fix memory leaks by calling (auto)release selectorsPatrick Luby
2024-02-19tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby
2024-02-18tdf#126638 dispatch key shortcut events to modal windowsPatrick Luby
2023-10-14Add NUMBERSIGN key handler.Gökay Şatır
2023-08-08loplugin:redundantfcastStephan Bergmann
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-03-29tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL...Michael Weghorn
2023-03-14Related tdf#129547 and tdf#154136: add COLON keyJulien Nabet
2022-06-21VCL expect correct frame size for native menubarsJan-Marek Glogowski
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-05-17loplugin:unnecessaryparenStephan Bergmann
2022-05-08Delete CJK-style mnemonics on macOSxuenhua
2022-05-02Delete mnemonics for CJK translations on macOSxuenhua
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-29Use non-deprecated names for bits and constantsTor Lillqvist
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-01-19Avoid deadlock when macOS menu-related code is run on non-main threadStephan Bergmann
2020-11-15loplugin:toolslong in Library_vclplug_osxStephan Bergmann
2019-06-06loplugin:data (macOS)Stephan Bergmann
2019-01-11OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-10-11-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann
2018-10-04-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann
2018-09-18Drop NSApplicationMain usageJan-Marek Glogowski
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-24Bin ancient AQUA_NATIVE_MENUS=FALSE crackTor Lillqvist
2018-03-16Simplify codeStephan Bergmann
2018-03-13Use a Unicode ellipsis character when a menu item ends with three dotsTor Lillqvist
2018-01-20More loplugin:cstylecast on macOSStephan Bergmann
2017-10-24loplugin:includeform: vcl (macOS)Stephan Bergmann
2017-07-21migrate to boost::gettextCaolán McNamara
2017-04-28loplugin:salunicodeliteral: vclStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-11-21Fix various "unmapped accelerator key" on MacOsJulien Nabet
2016-10-05SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann
2016-10-04there’s no need to peel tildæ for separatorDouglas Mencken
2016-07-04remove comphelper::string::removeNoel Grandin
2016-06-28Adapt OS-X--only code to aa0d0536a444fb26d9e570bd6bf6c1bdc3596cf3Stephan Bergmann
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-30Convert ApplicationEvent::Type to scoped enumNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara
2016-03-16Related: tdf#98637 make this a tractable problemCaolán McNamara
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2016-01-11tdf#96875 Make OS X native context menus compatibleMaxim Monastirsky