Age | Commit message (Expand) | Author | Files | Lines |
2012-06-08 | Fix some crashes on windows | Fridrich Štrba | 1 | -0/+4 |
2012-06-08 | And produce a valid xml too | Fridrich Štrba | 1 | -1/+2 |
2012-06-08 | Avoid SVG crash for missing svg:id | Fridrich Štrba | 1 | -1/+2 |
2012-06-07 | Make the thing even build | Fridrich Štrba | 1 | -1/+1 |
2012-06-07 | Break line only at the end of the line | Fridrich Štrba | 1 | -2/+6 |
2012-06-07 | Add vsd2text tool to dump text from Visio diagrams | Fridrich Štrba | 6 | -1/+203 |
2012-06-06 | More warnings to be safer later | Fridrich Štrba | 1 | -4/+4 |
2012-05-31 | Unused variablelibvisio-0.0.17 | Fridrich Štrba | 1 | -1/+1 |
2012-05-31 | Resolves: fdo#50178 Reading Visio file causes crash | Julien Nabet | 1 | -1/+4 |
2012-05-31 | include stdint.h and inttypes.h inconditionally in no-autofoo no-windows build | Fridrich Štrba | 1 | -3/+10 |
2012-05-30 | Group the filled and stroked paths that are part of the same geometry | Fridrich Štrba | 3 | -0/+75 |
2012-05-30 | Bumping version | Fridrich Štrba | 1 | -1/+1 |
2012-05-30 | Split fill and line to emulate Visio's idea about shapes | Fridrich Štrba | 2 | -77/+113 |
2012-05-29 | Write out also the background pages after normal pages | Fridrich Štrba | 1 | -5/+5 |
2012-05-29 | Drawing pages in right order | Fridrich Štrba | 7 | -15/+50 |
2012-05-16 | Don't allow typedetection propagate exceptions | Fridrich Štrba | 1 | -13/+23 |
2012-04-16 | Bump versionlibvisio-0.0.16 | Fridrich Štrba | 1 | -1/+1 |
2012-04-14 | A better fix that does not alter Bruno's work | Fridrich Štrba | 1 | -21/+15 |
2012-04-13 | Adapt the end and start line markers to recent changes of svg:d in LO | Fridrich Štrba | 1 | -15/+21 |
2012-04-06 | Read longer integers in one run | Fridrich Štrba | 1 | -17/+40 |
2012-03-19 | A bit more of sanity | Fridrich Štrba | 1 | -0/+6 |
2012-03-01 | tabs -> spaces | Fridrich Štrba | 1 | -18/+18 |
2012-03-01 | Consider svg:x, svg:y, svg:width, svg:height separately | Fridrich Štrba | 1 | -7/+30 |
2012-03-01 | Generate SVG for bitmap fill | Fridrich Štrba | 2 | -1/+26 |
2012-02-22 | if asked for emtpy, don't use size | Fridrich Štrba | 1 | -1/+1 |
2012-02-20 | miscellaneous build fixes | Fridrich Štrba | 2 | -0/+9 |
2012-02-20 | Fix closing of NURBS + some astyle actionlibvisio-0.0.15 | Fridrich Štrba | 3 | -87/+93 |
2012-02-20 | Bump version for an eventual release (frob: not for blogging yet) | Fridrich Štrba | 1 | -1/+1 |
2012-02-20 | Added shapes for markers 1, 3, 5, 6, 8, 9, 10, 12 to 18, 21, 22 and 39; adjus... | Bruno Girin | 2 | -7/+71 |
2012-02-15 | Added OLE stencil support | Tibby Lickle | 3 | -1/+54 |
2012-02-15 | Actually clear the stringstream | Fridrich Štrba | 1 | -1/+1 |
2012-02-15 | Output a vector of SVG documents by the API | Fridrich Štrba | 8 | -26/+188 |
2012-01-31 | Partial patch for fdo#44551 | Bruno Girin | 2 | -6/+49 |
2012-01-28 | Fix for ticket 44576 | Bruno Girin | 1 | -2/+2 |
2012-01-27 | update COPYING.LGPL to v. 2.1 | David Tardon | 1 | -98/+118 |
2012-01-27 | Fix the buildnumber.sh script | Fridrich Štrba | 1 | -3/+2 |
2012-01-20 | Bumping version for releaselibvisio-0.0.14 | Fridrich Štrba | 1 | -1/+1 |
2012-01-17 | Work-around a broken behaviour of LO Draw | Fridrich Štrba | 1 | -2/+8 |
2012-01-17 | Simplify ellipse rotations | Fridrich Štrba | 1 | -4/+3 |
2012-01-17 | Try to make the rotated and normal text look the best possible in SVG | Fridrich Štrba | 1 | -5/+44 |
2012-01-16 | Trying to get the text rotation right | Fridrich Štrba | 1 | -4/+8 |
2012-01-16 | Trying to get the text rotations more or less right | Fridrich Štrba | 3 | -110/+76 |
2012-01-16 | Check endMarker even if startMarker is set | Bruno Girin | 1 | -1/+1 |
2012-01-13 | Bumping version for releaselibvisio-0.0.13 | Fridrich Štrba | 1 | -1/+1 |
2012-01-13 | Simplify the API a bit | Fridrich Štrba | 2 | -54/+20 |
2012-01-13 | Foreign rotations | Fridrich Štrba | 2 | -25/+118 |
2012-01-12 | Try to handle the foreign flips in SVG too | Fridrich Štrba | 1 | -2/+33 |
2012-01-12 | unnecessary braces | Fridrich Štrba | 1 | -2/+2 |
2012-01-12 | Initial implementation of foreign flips | Fridrich Štrba | 1 | -6/+34 |
2012-01-11 | Emulate flags in ParaIX | Fridrich Štrba | 14 | -58/+105 |