Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-04 | Some other ideas about handling the theminglibvisio-0.0 | Fridrich Štrba | 9 | -12/+129 | |
(cherry picked from commit 3e4d354f8fa163548d710fb87b5d8e18b531229c) Conflicts: src/lib/VSDContentCollector.cpp src/lib/VSDStyles.cpp Change-Id: Iec8c5f49827ee2b18ddf97d37077b2f0798a0685 | |||||
2014-02-03 | Astyle action | Fridrich Štrba | 20 | -208/+208 | |
Change-Id: Ia2abc5ed73b7df83c30e493176b1fbaeb73be16b | |||||
2014-02-03 | Allow equal identing of functions | Fridrich Štrba | 1 | -0/+1 | |
(cherry picked from commit f48d89167a57971fed2bbf55fecf06626ce8772d) | |||||
2014-02-03 | add options file for astyle | David Tardon | 1 | -0/+11 | |
(cherry picked from commit dbbacaa9c7b7efb00ea9573e12dd189da3075fe6) Conflicts: HACKING Change-Id: Ifa12207d6d3bde25af615b293ca1f18c839a3a2f | |||||
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-09-03 | add cgit/gitweb URLs | David Tardon | 1 | -3/+4 | |
Change-Id: I9ad2904ab48d836a8ee26e512d2db97a0f6304cf Reviewed-on: https://gerrit.libreoffice.org/5779 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> | |||||
2013-09-03 | set up git-review | David Tardon | 1 | -0/+7 | |
2013-09-02 | add README | David Tardon | 1 | -0/+11 | |
2013-09-02 | add automatic git hook setting in autogen.sh | Norbert Thiebaud | 5 | -7/+366 | |
Change-Id: I95eb02dc2d347337d7b85f85d6459353278fb137 Reviewed-on: https://gerrit.libreoffice.org/5748 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org> | |||||
2013-08-28 | Bump versionlibvisio-0.0.31 | Fridrich Štrba | 1 | -1/+1 | |
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 | 2 | -6/+2 | |
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 | 4 | -0/+41 | |
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 | 2 | -4/+6 | |
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 | Bump version to 0.0.30 (not release yet) | Fridrich Štrba | 1 | -1/+1 | |
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 | 2 | -1/+4 | |
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 | 2 | -4/+1 | |
code was not removing either | |||||
2013-07-02 | Bump version to 0.0.29libvisio-0.0.29 | Fridrich Štrba | 1 | -1/+1 | |
2013-06-30 | Consider the return value of getChunkHeader | Fridrich Štrba | 1 | -1/+2 | |
2013-06-25 | Avoid NANs | Fridrich Štrba | 1 | -3/+3 | |