summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/metaact.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-12ofz#7165 set a recursion limit for svm in svmCaolán McNamara1-2/+2
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-16/+12
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-20/+20
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-17ofz: libFuzzer: out-of-memoryCaolán McNamara1-0/+7
2017-01-30vcl: fix MetaTextLine reading, version 2 contains overlineTomaž Vajngerl1-5/+9
2017-01-25ofz#463 unable to mmapCaolán McNamara1-1/+1
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-16/+8
2016-09-05convert RasterOp to scoped enumNoel Grandin1-2/+2
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin1-4/+4
2016-03-16loplugin:constantparams in vcl/Noel Grandin1-2/+2
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-2/+4
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-3/+3
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-6/+6
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-1/+1
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-11/+11
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-11/+11
2015-08-11loplugin: defaultparamsNoel Grandin1-16/+16
2015-07-08loplugin:unusedmethods vclNoel Grandin1-345/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-55/+55
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-4/+6
2015-05-15window ftbfs: MetaActionType::TRANSPARENT->MetaActionType::TransparentCaolán McNamara1-4/+4
2015-05-15fix debug buildCaolán McNamara1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-225/+225
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-11/+11
2015-01-26coverity#1266484 rework to scrutinze mnLenCaolán McNamara1-1/+1
2015-01-26coverity#1266491 Untrusted loop boundCaolán McNamara1-0/+8
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-110/+110
2014-10-31callcatcher: a titchy bit more ww1 filter falloutCaolán McNamara1-6/+0
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-12/+12
2014-09-30fdo#82577: Handle RegionNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-127/+127
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-2/+2
2014-09-26remove pointless commentsNoel Grandin1-4/+0
2014-09-26remove unnecessary casts'sNoel Grandin1-2/+2
2014-09-26remove unnecessary static_cast'sNoel Grandin1-3/+3
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-10clip PolyPolygon::Insert on .svm loadCaolán McNamara1-0/+6
2014-08-21vcl: convert push flags to type-safe enum-like classNoel Grandin1-3/+5
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-3/+5
2014-07-21vcl: fix MetaTextArrayAction copying only half of mpDXArrayMichael Stahl1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-7/+10
2014-06-04Include <stdio.h> for the sprintf in meta_action_name()Tor Lillqvist1-0/+1
2014-06-04Add (debugging) function to get the symbolic name of a MetaActionTor Lillqvist1-1/+80