summaryrefslogtreecommitdiff
path: root/toolkit/README
blob: 59f2e2f0ab911bca9f28c4b6c1e188baeadbb0d1 (plain)
1
2
3
4
5
6
7
"Abstract" windowing thing, UNO implementations of windowing stuff so that it
can be used from Basic or Java. But also stuff that has no connection to Basic
or Java.

Note that the "awt" here has no relation to the Java awt, as far as I know. It
might be inspired by it API-wise, perhaps. (If you know differently, feel free
to improve this REDAME file.)
72ef'>New loplugin:dynexcspec: Add @throws documentation, sdStephan Bergmann 2016-12-21ODR violation (base class must be the same across compilation units)Stephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-04-11tdf#94306 replace boost::noncopyable r.. to sdextJochen Nitschke 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-25sd/source/ui/annotations boost->stdCaolán McNamara 2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara 2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara 2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara 2015-09-17boost->stdCaolán McNamara 2015-08-31sd: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2014-06-25remove whitespacesMarkus Mohrhard 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann