summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2018-10-21loplugin:redundantinlineStephan Bergmann3-4/+4
2018-10-14Simplify containers iterations in vclArkadiy Illarionov1-6/+4
2018-10-11-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann4-18/+18
2018-10-04-Werror,-Wdeprecated-declarations (--with-macosx-version-min-required=10.14)Stephan Bergmann8-0/+130
2018-10-04loplugin:redundantcastStephan Bergmann2-2/+2
2018-10-02Unify sal plugin loadersJan-Marek Glogowski2-173/+0
2018-10-02Implement MacOSX VCL backend as pluginJan-Marek Glogowski2-20/+174
2018-09-19std::shared_ptr in AquaSalInfoPrinter can be std::unique_ptrNoel Grandin1-2/+1
2018-09-18loplugin:external (macOS)Stephan Bergmann5-8/+8
2018-09-18Drop NSApplicationMain usageJan-Marek Glogowski4-197/+124
2018-09-18Move yield mutex handling into SalInstanceJan-Marek Glogowski1-23/+7
2018-09-12Remove MACOSX_SDK_VERSION < 101200 code, which is deadStephan Bergmann1-3/+0
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin1-3/+3
2018-08-14tdf#116542 a11y: introduce STATIC roleSamuel Thibault1-0/+3
2018-08-06Add missing sal/log.hxx headersGabor Kelemen2-0/+3
2018-07-31Add missing sal/log.hxx headersGabor Kelemen5-0/+5
2018-06-27tdf#53282: Leave (our own) full-screen mode when the AquaSalFrame is dyingTor Lillqvist1-0/+3
2018-06-21merge GenericSolarMutex and SolarMutexNoel Grandin1-3/+3
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-2/+2
2018-06-09rename SalPrinterQueueInfo::mpSysData to mpPortNameNoel Grandin1-1/+0
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin1-7/+2
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin1-11/+3
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin1-7/+2
2018-06-09return SalSession with std::unique_ptrNoel Grandin1-5/+0
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-30tdf#117872: Revert "tdf#115284: Unify LibreOffice and system full-screen..."Tor Lillqvist3-53/+101
2018-05-28tdf#117850: Just call _Exit() in our applicationWillTerminate:Tor Lillqvist1-0/+3
2018-05-28Bin ten year old temporary hackTor Lillqvist1-18/+0
2018-05-26Bin crack presumably related to the removed debug dialog thingTor Lillqvist1-38/+0
2018-05-24Bin ancient AQUA_NATIVE_MENUS=FALSE crackTor Lillqvist1-17/+1
2018-05-24tdf#77444: Follow-up fix: Guard against GetSalData()->mpInstance being nullTor Lillqvist1-4/+8
2018-05-24tdf#115284: Unify LibreOffice and system full-screen concepts on macOSTor Lillqvist3-95/+53
2018-05-22tdf#77444: Call TriggerUserEventProcessing() in a few key placesTor Lillqvist1-0/+8
2018-04-23weld SfxPrintOptionsDialogCaolán McNamara1-1/+1
2018-04-17remove ImpBitmapNoel Grandin1-5/+4
2018-04-16tdf#117033 - Tooltips show the wrong symbol for MOD3 combinationsheiko tietze1-6/+6
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann2-2/+2
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin2-2/+2
2018-03-26replace SalColor with ColorNoel Grandin2-4/+4
2018-03-17Typos concerning hierarchyJulien Nabet1-1/+1
2018-03-16Simplify codeStephan Bergmann1-2/+2
2018-03-13vcl: race in OSX SalYieldMutex::doReleaseMichael Stahl1-1/+3
2018-03-13Use a Unicode ellipsis character when a menu item ends with three dotsTor Lillqvist1-0/+3
2018-03-02drop old tools/gen methods in vclNoel Grandin3-27/+33
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-1/+1
2018-02-23tdf#103571: Avoid spurious heavy SalEvent::DisplayChanged callbacksTor Lillqvist1-16/+50
2018-02-22tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist1-0/+3
2018-02-08tdf#100784 macOS: Don't attempt to handle shortcuts via the menubarMaxim Monastirsky1-1/+2
2018-02-02Replace some front/pop_front by for-range loops+clearJulien Nabet1-4/+3
2018-01-24loplugin:unused-returns in vclNoel Grandin1-5/+3