summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/hatch.cxx
AgeCommit message (Expand)Author
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-07-02tdf#74702: cleans OutputDevice::DrawHatchLine upAdrien Ollier
2019-04-17remove or change salbtype.hxx includesTomaž Vajngerl
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-26remove unused DrawModeFlags enum valuesNoel Grandin
2018-10-24Introduce OutputDevice type OUTDEV_PDFJan-Marek Glogowski
2018-10-24Change PDFWriterImpl into an OutputDeviceJan-Marek Glogowski
2018-09-17New loplugin:externalStephan Bergmann
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-09-05convert HatchStyle to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-17Put Line under tools namespaceNorbert Thiebaud
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock
2014-04-22Rearrange OutputDevice line functionsChris Sherlock
2014-04-22Renamed function ImplHatchCmpFnc to HatchCmpFncChris Sherlock
2014-04-22Reorganize OutputDevice hatch functionsChris Sherlock
2014-04-16Split outdev2.cxxChris Sherlock