summaryrefslogtreecommitdiff
path: root/vcl/inc/salinst.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-14return SalBitmap using std::shared_ptrNoel Grandin1-1/+1
2018-06-09hold and return SalMenu by std::unique_ptrNoel Grandin1-2/+1
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin1-2/+1
2018-06-09hold and return SalPrinter with std::unique_ptrNoel Grandin1-2/+1
2018-06-09return SalSession with std::unique_ptrNoel Grandin1-2/+2
2018-06-09hold and return SalI18NImeStatus using std::unique_ptrNoel Grandin1-2/+2
2018-05-10loplugin:unnecessaryvirtual improvementsNoel Grandin1-1/+1
2018-04-25loplugin:useuniqueptr in VirtualDeviceNoel Grandin1-1/+2
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-0/+1
2018-04-05enable mapping direct from awt::XWindow and weld::WindowCaolán McNamara1-0/+9
2018-02-28lok: update main threadHenry Castro1-0/+2
2018-02-22tdf#103690: Set up notifications only after VCL has been initialisedTor Lillqvist1-0/+4
2018-02-16native dialog initial basisCaolán McNamara1-0/+11
2017-10-31ReleaseYieldMutex is always called with trueNoel Grandin1-1/+1
2017-09-26WIN run main thread redirects ignoring SolarMutexJan-Marek Glogowski1-1/+1
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski1-3/+3
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-07-13Drop special idle handlingJan-Marek Glogowski1-5/+3
2017-07-13Add some Scheduler unit tests and loggingJan-Marek Glogowski1-0/+1
2017-02-09remove ConnectionIdentifierType enumNoel Grandin1-2/+1
2016-12-07Monkey business: Fix typo in comments: et -> ed :)Mike Kaganski1-1/+1
2016-09-06SalI18NImeStatus is stubbed the same way for everyone except...Caolán McNamara1-1/+1
2016-07-27loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin1-1/+1
2016-07-04merge vcl::DisplayConnectionDispatch with vcl::DisplayConnectionNoel Grandin1-2/+1
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli1-1/+1
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-0/+3
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara1-2/+1
2016-03-16Related: tdf#98637 make this a tractable problemCaolán McNamara1-1/+2
2016-01-27vcl: remove unnecessary header includes from salinst.hxxChris Sherlock1-11/+8
2016-01-08vcl: silence doxygen warningChris Sherlock1-2/+2
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara1-0/+4
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks1-1/+3
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-1/+2
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks1-0/+3
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks1-4/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin1-2/+3
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-8/+0
2015-06-26vcl: fix Win32 deadlocks from SolarMutexReleaserMichael Stahl1-1/+1
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks1-2/+4
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+2
2014-10-14vcl: change to css alias namespaceChris Sherlock1-13/+8
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-2/+0
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-1/+0
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-2/+2
2013-12-11displayconnectiondispatch.hxx is private to vclTor Lillqvist1-1/+1
2013-12-02Make include guards sane in vclTor Lillqvist1-3/+3
2013-08-30wait until we know the UI language before initializing gtkCaolán McNamara1-0/+3
2013-07-28Make AddToRecentDocumentList aware of the DocumentServiceFridrich Štrba1-1/+1
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann1-2/+2