summaryrefslogtreecommitdiff
path: root/src/lib/CDRStylesCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Assure that we know fill/line properties when parsing the full colour fillFridrich Štrba1-0/+10
2016-07-18Put the styles into the parser state structFridrich Štrba1-30/+3
2016-07-18This is not only for char stylesFridrich Štrba1-16/+16
2015-12-25tdf#67873 do not drop empty text linesDavid Tardon1-4/+4
2014-11-20avoid out-of-bounds readDavid Tardon1-0/+2
2014-11-20avoid out-of-bounds readDavid Tardon1-1/+1
2014-01-31With agreement of all contributors, simplifying licensing to MPL2Fridrich Štrba1-25/+5
2013-12-11Re-astyleFridrich Štrba1-1/+1
2013-11-05Port to librevengeFridrich Štrba1-6/+6
2013-04-13Change the way we pass around the line and fill stylesFridrich Štrba1-13/+0
2013-04-12Refactor the CDRCharacterStyle structFridrich Štrba1-16/+0
2013-04-11Minor fixesFridrich Štrba1-1/+1
2013-04-11Refactor the character descriptions a bitFridrich Štrba1-5/+5
2013-04-10Refactoring of text-related stuffFridrich Štrba1-11/+42
2013-03-01Some more font encoding hackerylibcdr-0.0.11Fridrich Štrba1-1/+6
2013-02-28Handle multiple paragraphs of textFridrich Štrba1-1/+2
2013-02-27Extract encoding from font nameFridrich Štrba1-2/+8
2012-10-06Fix obscurous win32 linking errors with Visual StudioFridrich Štrba1-1/+1
2012-06-06Warn about shadowed variables tooFridrich Štrba1-1/+1
2012-06-05Some more work towards text supportFridrich Štrba1-2/+7
2012-05-07Decode text in StylesCollector, where we know the encoding of the default sty...Fridrich Štrba1-2/+48
2012-05-05CDR: parse font encoding tooFridrich Štrba1-1/+1
2012-05-04Initial output of textFridrich Štrba1-0/+5
2012-05-02Read font namesFridrich Štrba1-0/+5
2012-04-27CMX: Get position of objects within bounding boxFridrich Štrba1-3/+3
2012-04-24Make work document palettes in CDR10Fridrich Štrba1-0/+6
2012-04-22Trying to consider page size overridesFridrich Štrba1-5/+10
2012-04-16Some work on cdr2 pattern fillFridrich Štrba1-4/+0
2012-04-11Intial support of CDR version 3Fridrich Štrba1-0/+8
2012-04-11Initial support of CDR4Fridrich Štrba1-0/+19
2012-04-09Extract color profiles from file if present and use themFridrich Štrba1-0/+5
2012-03-26Parsing documents in two passes which will be needed by CMXFridrich Štrba1-0/+203