summaryrefslogtreecommitdiff
path: root/vcl/osx
AgeCommit message (Expand)AuthorFilesLines
2019-05-03tdf#119965 implement tooltip widget style on macosTomaž Vajngerl2-0/+19
2019-04-30tdf#118977 support PDF documents as a clipboard formatTomaž Vajngerl1-0/+1
2019-01-12OSX Re-Introduce NSApplicationMain usageJan-Marek Glogowski3-11/+44
2018-12-14tdf#120342 OSX always lock SolarMutex in drawRectJan-Marek Glogowski1-44/+18
2018-12-04tdf#121855 like osx case don't search near-infinite calc grid for focusCaolán McNamara1-1/+1
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen2-0/+2
2018-11-22tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen7-0/+7
2018-11-03Still use 'graphicsPort', even if deprecated in macOS 10.14Stephan Bergmann2-2/+6
2018-11-01loplugin:useuniqueptr in SalFrame::PostEventNoel Grandin1-2/+2
2018-10-31loplugin:useuniqueptr in DeletePrinterQueueInfoNoel Grandin1-7/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-39/+39
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