Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-15 | SVG generation fixeszf.com | Ji??? Posp???il | 25 | -514/+2964 | |
- text wrapping - text decoration - line connectors - path filling - unordered item lists | |||||
2016-12-15 | Project build fixes | Jiří Pospíšil | 3 | -77/+97 | |
2016-12-12 | add test for correct bmp output | David Tardon | 5 | -0/+54 | |
Change-Id: I7443f4408c3733542020aeab3a888baf48a231d1 | |||||
2016-12-12 | emit bmps with color palette correctly | David Tardon | 2 | -4/+45 | |
Change-Id: I731ab9629fdc08c54b43cdcb21a81633bd89f569 | |||||
2016-11-29 | add test for text block with no bg color | David Tardon | 3 | -0/+9 | |
Change-Id: Ic6177cbea568c80d93774a95a3704077db42f62f | |||||
2016-11-29 | fix parsing of text block bg color in some cases | David Tardon | 1 | -1/+2 | |
It appears that if the color index is 0xff, no color should be set. Change-Id: I0dcea16ed5d61292d84e82904b863c1ccafd9d7a | |||||
2016-05-29 | cppcheck: Prefer prefix ++/-- operators for non-primitive types | Julien Nabet | 1 | -5/+5 | |
Change-Id: Ib375053b5830f8120dccdfa4278c4138b02deba8 | |||||
2016-04-18 | Some reading of shape ids of shapes that a connector connects | Fridrich Štrba | 2 | -3/+72 | |
Change-Id: I0492fea6ad37a590580ec2c2a05ef2e990f9efa1 | |||||
2016-04-16 | Some work in view of parsing of connector information | Fridrich Štrba | 10 | -1/+80 | |
Change-Id: I4e8ce436e92c1a411960c0a923466206993ab8e3 | |||||
2016-04-16 | Use the ids of the shapes | Fridrich Štrba | 2 | -4/+39 | |
Change-Id: I3d8485e2b48a0c148528d39b85765b603ad3521d | |||||
2016-03-22 | tdf#98791 remove namespace check for VDX | David Tardon | 1 | -15/+0 | |
... to allow import of documents created by 3rd-party applications that cannot be bothered to produce a valid XML (like lucidchart.com). Change-Id: I70dda9a7d6e90e84d0eb78bd4dfa153e3e093528 | |||||
2016-02-07 | Don't build test directory if we disabled tests | Fridrich Štrba | 1 | -1/+5 | |
Change-Id: Ibdf7dfa89186bc1b352601cb423a8dcd4809ecd6 | |||||
2016-02-07 | Enable building of unit tests without building tools | Andreas Sturmlechner | 1 | -21/+27 | |
Change-Id: I43fe1ace56c61f36d4dd0dedcf3f5438ee8c0b91 | |||||
2016-01-18 | use UTC | David Tardon | 2 | -3/+3 | |
Change-Id: I03b40e2746ad90f2c7cf09560c218aab2a18090d | |||||
2016-01-18 | tdf#92396 test must be run in specific time zone | David Tardon | 1 | -0/+3 | |
Change-Id: Idc9d85ae8c5c1a6eccca7e830baa05a867ac4402 | |||||
2016-01-18 | Read and use the information about scaling of the width of font | Fridrich Štrba | 12 | -55/+71 | |
Change-Id: Ica723149a7165577323a7eb6a258cd8bd79026b3 | |||||
2016-01-15 | Consider stencil txtxform in binary formats (fixes tdf#67914) | Fridrich Štrba | 2 | -0/+10 | |
Change-Id: I45de3aab09de8320999476fb91814f048274a905 | |||||
2016-01-02 | Try even more look like visio for line rounding (not using arcs yet though) | Fridrich Štrba | 1 | -26/+29 | |
Change-Id: Ieadd5cc4ec26689f69d57c99fd5413b645adce38 | |||||
2016-01-02 | Try to look a bit more like visio rounding | Fridrich Štrba | 1 | -5/+10 | |
Change-Id: I3ab893ec2e8851c93dc2882c73535e7a3955f9bb | |||||
2016-01-02 | Small improvement | Fridrich Štrba | 1 | -3/+5 | |
Change-Id: Id5832d351fb39c2d0889dbcecd12b1228e1a3e9b | |||||
2016-01-02 | Extract logic in order to not repeat oneself | Fridrich Štrba | 1 | -33/+30 | |
Change-Id: I130ec67a55c486c5b3a0a9e4fb00bd7d1f22a057 | |||||
2015-12-30 | update README | David Tardon | 1 | -8/+8 | |
Change-Id: I6b973947508ff4f811372b13b09bd61008af22f7 | |||||
2015-12-29 | update NEWSlibvisio-0.1.5 | David Tardon | 1 | -0/+1 | |
Change-Id: I054387196418801af78309995de8aac80264baf5 | |||||
2015-12-29 | Bump version and start NEWS entries | Fridrich Štrba | 2 | -1/+7 | |
Change-Id: Ic6c6d0c5b8079e5cfd08e9294b3c73e2de2f8321 | |||||
2015-12-29 | Try to sort out 0-length path segments | Fridrich Štrba | 1 | -1/+21 | |
Change-Id: Icaf05be1675850e9b0ff233be0cc4cb5bf86ca6a | |||||
2015-12-29 | Avoid equality comparison of doubles, which is prone to rounding errors | Fridrich Štrba | 1 | -2/+2 | |
Change-Id: I37ba61b95c6850ea008fd6f7ac042bea783249d7 | |||||
2015-12-29 | A horrendous hack to emulate line rounding property | Fridrich Štrba | 1 | -5/+123 | |
It needs some annotation not to forget the reasons behind the mess. I will do it later, since still tracking down little imperfections. Change-Id: Ic6f9d58d69047e3926cc62b899fbc379ebbd58cf | |||||
2015-12-28 | Extract part of the path generation to be able to add rounding in next steps | Fridrich Štrba | 2 | -4/+11 | |
Change-Id: I6ce348c7b14ff324f106be9ab615dbfae546a178 | |||||
2015-12-28 | Annotate the _flushText in order to extract it from Dr. Alzheimer's influence | Fridrich Štrba | 1 | -12/+48 | |
Change-Id: Icf2dc7b397688f464bc0de01d00c08992c82f88b | |||||
2015-12-28 | Remove unnecessary code. This works the same without it. | Fridrich Štrba | 1 | -30/+0 | |
Change-Id: I971775f35c8a4fc2d1955dd79e84f8486df9629e | |||||
2015-12-27 | Avoid paragraphs without span and thus fix make check | Fridrich Štrba | 1 | -1/+7 | |
Change-Id: Id9376f0c4f63d092771d6c505b0ef9989e531005 | |||||
2015-12-27 | Trying to simplify the _flushText function and make it a bit more readable | Fridrich Štrba | 2 | -179/+141 | |
Change-Id: I5a94a699ecca68df7957bcd7506ed87ed2162f87 | |||||
2015-12-27 | update AUTHORS to reflect reality | David Tardon | 1 | -3/+6 | |
Change-Id: I9f01106c4cb5e51971388443970ea67dde7d21bc | |||||
2015-12-27 | simplify dist. and inst. of headers | David Tardon | 2 | -5/+3 | |
Change-Id: Ie12aaf8c1fbb4241d0cb1d572d00662283ef2052 | |||||
2015-12-27 | make --help output more help2man-friendly | David Tardon | 6 | -18/+150 | |
Change-Id: Ibf1c4f868398b8e1c16ba0038f853d510c4dff21 | |||||
2015-12-27 | Use U+FFFC as field placeholder and output field only in one place | Fridrich Štrba | 2 | -15/+17 | |
Change-Id: I617ffd23b8577ae6ca71cfde07822a67cd683204 | |||||
2015-12-26 | Revert "WIP[0]: sanitize the _flushText mess" | Fridrich Štrba | 2 | -9/+4 | |
This reverts commit 31b0d9f6c9008c9e7b16cf79136afffc650a9fa9. | |||||
2015-12-26 | WIP[1]: sanitize the _flushText mess | Fridrich Štrba | 2 | -90/+109 | |
Change-Id: I7e02cd0da6bcf5c2525d418c5fe07018f93c334e | |||||
2015-12-26 | WIP[0]: sanitize the _flushText mess | Fridrich Štrba | 2 | -4/+9 | |
Change-Id: I31f533ae26714317512167c7075fbc737d5b833e | |||||
2015-12-23 | Update NEWS for releaselibvisio-0.1.4 | Fridrich Štrba | 1 | -1/+16 | |
Change-Id: I79aaf1bf92a74379863e71044b969e39373c5371 | |||||
2015-12-23 | Parse bulletFont and bulletFontSize where applicable | Fridrich Štrba | 14 | -46/+166 | |
Change-Id: Ibc5ad36a379a3a5bac0c8d561d1d2b33fbde9f91 | |||||
2015-12-22 | fix test: there are 2 paragraphs now | David Tardon | 1 | -3/+6 | |
Change-Id: I3413173c5dc9342fde246b767373975afbd458ab | |||||
2015-12-22 | Use a variable | Fridrich Štrba | 1 | -1/+1 | |
Change-Id: I10fc7bfaa565e229e953dda55c3dd7bdd57fef39 | |||||
2015-12-21 | At least Visio 1 and Visio 2 do not support bullets | Fridrich Štrba | 1 | -3/+1 | |
Change-Id: I3884028ab40c7106cbe51cb51036ec213d2b8a60 | |||||
2015-12-21 | At least Visio 1 and Visio 2 do not support bullets | Fridrich Štrba | 1 | -28/+0 | |
Change-Id: Ic1206d889247f27d7b81e6815af7caeae258d5e7 | |||||
2015-12-21 | Some protection against non-empty pp cp and tp + special value of bulletStr | Fridrich Štrba | 1 | -5/+12 | |
Change-Id: Ifb8a8d287ed0e638c36a483b397f336841439036 | |||||
2015-12-21 | Masters might be an empty element | Fridrich Štrba | 1 | -1/+1 | |
Change-Id: I5035d759582e5862b7e4d07fe8b854ba07108197 | |||||
2015-12-20 | Default value of this one is 0.25 inch | Fridrich Štrba | 1 | -1/+4 | |
Change-Id: Ifffa10e36836a27a48b74b19c9a947a99d1d0bd6 | |||||
2015-12-20 | 0x0a is a paragraph break and not line break in visio | Fridrich Štrba | 3 | -44/+91 | |
Change-Id: Ib9f63146b408f7aec63fc7bc5bae82a8f8aec912 | |||||
2015-12-19 | Better looking fix | Fridrich Štrba | 1 | -2/+1 | |
Change-Id: I263f6eaa2c2506212948451cc3946e9b25756422 |