summaryrefslogtreecommitdiff
path: root/xmlreader/README.md
blob: 8d76e20523304f6bc80705a5bfc2b2ed285c39c2 (plain)
1
2
3
4
5
6
# Fast and Small XML Pull Parser

Implements a simple, fast pull parser, currently used by `configmgr` and
`stoc`'s simpleregistry code (used to register UNO components in
services.rdb files). It supports a subset of XML features, but is fast
and small.
tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen 2018-04-01remove unused processfactory.hxx includesJochen Nitschke 2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock 2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna 2017-05-16aliasing(?) gives a ever so slightly different color on hidpiCaolán McNamara 2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara 2016-12-22Dispose Window when doneStephan Bergmann 2016-11-28loplugin:unnecessaryoverride (dtors) in cppcanvasStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-18boost->stdCaolán McNamara 2015-04-10Manual cleanup of misc. issues.Michael Meeks 2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks 2015-04-10boost references are unhealty for VclPtr.Michael Meeks 2015-02-17boost->stdCaolán McNamara 2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin 2014-11-16emfplus: re-work and cleanup unit testMichael Meeks 2014-11-09cppcanvas: CPPCANVAS_DEBUG_EMFPLUS_DUMP_TO is expected to be UTF-8Miklos Vajna 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin 2014-09-25coverity#1241427 Unchecked dynamic_castCaolán McNamara 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-07-28Use better coordinates for unit test of fdo#77229Arnaud Versini 2014-05-30Fix memory leak in test codeStephan Bergmann 2014-04-17remove executable bitAndras Timar 2014-04-10fdo#77229 testcaseMiklos Vajna 2013-06-11canvas unit test - tolerate canvas non-creation: really no X server...Michael Meeks 2013-06-11create a cairo canvas unit test, if only I could use the XCanvas API.Michael Meeks