Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-03 | Parse the quick-style pointers | Fridrich Štrba | 3 | -4/+74 | |
Change-Id: I2d6b5a72c6c2764793992d1ca6363c831fa425b0 (cherry picked from commit 17843d542375641f707d9737fa77fff5180ec031) | |||||
2014-02-03 | Little changes to theme parsing | Fridrich Štrba | 2 | -0/+61 | |
(cherry picked from commit f20f0bed4e545355f37f008cf311833c7907506a) Conflicts: src/lib/VSDXTheme.h Change-Id: Ie5e7b86799fda82611edf299952a8508efd7dc5f | |||||
2013-10-17 | fdo#70480 do not crash reading malformed zip | David Tardon | 1 | -0/+2 | |
Change-Id: Ia37e8be5172a49669cb9f7271c5401ca88f39072 | |||||
2013-09-21 | WaE: ... should be initialized in the member init. list | David Tardon | 2 | -0/+33 | |
Change-Id: I6c0d63b47f361b030481f58a6788b2ff4b0ee5be | |||||
2013-08-28 | Some versions of boost bomb on '=' padding characters | Fridrich Štrba | 1 | -3/+10 | |
2013-08-28 | Misleading debug message | Fridrich Štrba | 1 | -1/+1 | |
2013-08-26 | Fix dasharray | Laurent Alonso | 1 | -26/+10 | |
2013-08-25 | Sync with libwpg | Laurent Alonso | 2 | -386/+575 | |
2013-07-25 | Hard depend on libwpd 0.9.5 | Fridrich Štrba | 1 | -4/+0 | |
2013-07-22 | Some more parsing of theme information | Fridrich Štrba | 2 | -5/+184 | |
2013-07-22 | Cppcheck: (performance) Function parameter 'weights' should be passed by ↵ | Fridrich Štrba | 2 | -2/+2 | |
reference | |||||
2013-07-22 | Stub reader for a:clrScheme | Fridrich Štrba | 2 | -2/+44 | |
2013-07-22 | Reader for a:sysClr | Fridrich Štrba | 3 | -0/+23 | |
2013-07-21 | reader function for a:srgbClr | Fridrich Štrba | 2 | -0/+25 | |
2013-07-21 | a:srgbClr does not have # in the beginning of the hex | Fridrich Štrba | 3 | -6/+7 | |
2013-07-20 | Add tokens related to theme | Fridrich Štrba | 2 | -2/+94 | |
2013-07-20 | Update alternative build systems | Fridrich Štrba | 1 | -0/+1 | |
2013-07-20 | Stub the theme class to keep theme information | Fridrich Štrba | 5 | -8/+123 | |
2013-07-19 | Guides don't exist and if you saw them, we burn your eyes | Fridrich Štrba | 1 | -6/+0 | |
2013-07-19 | fdo#63255 ignore guides | David Tardon | 1 | -1/+4 | |
2013-07-19 | Speed-up the xml parser a tiny bit by mapping only used tokens | Fridrich Štrba | 4 | -456/+0 | |
2013-07-13 | Fix some runtime problems with msvc-built libvisio | Fridrich Štrba | 1 | -1/+2 | |
2013-07-11 | Trying to use iterators without wrapping the data | Fridrich Štrba | 1 | -1/+2 | |
2013-07-10 | Add support of SplineStart and SplineKnot to xml-based formatslibvisio-0.0.30 | Fridrich Štrba | 1 | -1/+9 | |
2013-07-10 | Try not to go out of bonds | Fridrich Štrba | 1 | -6/+5 | |
2013-07-10 | Fixing back some mistakes paid cash to valgrind | Fridrich Štrba | 1 | -5/+6 | |
2013-07-10 | fix condition | David Tardon | 1 | -1/+1 | |
2013-07-10 | SplineStart ends previous spline | Fridrich Štrba | 1 | -0/+1 | |
2013-07-10 | Some more trying of refactoring of nurbs-related code | Fridrich Štrba | 5 | -71/+79 | |
2013-07-09 | De-uglify a tiny bit the NURBS code | Fridrich Štrba | 2 | -158/+122 | |
2013-07-09 | Don't add a trailing M-segment when emulating NURBS by curves | Fridrich Štrba | 1 | -27/+4 | |
2013-07-09 | Handling in a special ways uniform NURBS of degree 2 and 3 | Fridrich Štrba | 2 | -39/+289 | |
2013-07-09 | astyle | Fridrich Štrba | 1 | -1/+1 | |
2013-07-06 | Proper fix for older boost and remove_whitespace | Fridrich Štrba | 2 | -4/+5 | |
2013-07-06 | Revert "Some older versions of boost have a buggy remove_whitespace and ↵ | Fridrich Štrba | 1 | -1/+3 | |
original code was not removing either" This reverts commit 6fe924aae90c7aed8a3ad6e172a90a341f7a82ca. | |||||
2013-07-06 | coverity: gmtime can return NULL | David Tardon | 1 | -2/+6 | |
2013-07-02 | Some older versions of boost have a buggy remove_whitespace and original ↵ | Fridrich Štrba | 1 | -3/+1 | |
code was not removing either | |||||
2013-06-30 | Consider the return value of getChunkHeader | Fridrich Štrba | 1 | -1/+2 | |
2013-06-25 | Avoid NANs | Fridrich Štrba | 1 | -3/+3 | |
2013-06-25 | Use boost for base64 decoding | Fridrich Štrba | 1 | -44/+10 | |
2013-06-05 | Clarify the codelibvisio-0.0.28 | Fridrich Štrba | 1 | -0/+3 | |
2013-06-05 | Revert "avoid access to uninit. memory" | Fridrich Štrba | 1 | -5/+1 | |
This caused no geometry to be ever inserted to a shape. This reverts commit 62a1abdadcba61f9a0d0daf38c442f0cd86c8718. | |||||
2013-05-12 | avoid access to uninit. memory | David Tardon | 1 | -1/+5 | |
2013-05-12 | don't crash if there is no stencil | David Tardon | 1 | -3/+4 | |
2013-05-12 | don't leave dangling pointer around | David Tardon | 1 | -0/+2 | |
2013-05-12 | avoid crash if m_currentGeometryList is null | David Tardon | 1 | -18/+34 | |
2013-05-12 | use iterator to point to the current style | David Tardon | 2 | -18/+34 | |
This avoids crash if one (or both) of groupMembershipsSequence and documentPageShapeOrders come in empty (when reading broken file. I do not know if it can happen legitimately. Probably not). Also, the old code actually overwrites the first elements of the two vectors on each change, because assignment to a reference changes the object the reference refers to. While it is probably harmless, as we do not need the old styles again, it does not "feel" right. | |||||
2013-05-10 | Making Michael Stahl happy (libvisio part) | Fridrich Štrba | 16 | -178/+17 | |
2013-05-04 | coverity: make the loop end correctly | David Tardon | 1 | -1/+1 | |
The original condition, for a simple NURBS block, would try to read knots as long as there were anything to read. Because in that case flag equals 0, which is different from 0x8a, so the loop would be taken again and again, regardless of the value of repetitions. | |||||
2013-05-04 | coverity: check return value of xmlTextReaderRead | David Tardon | 2 | -6/+7 | |