summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-04Some other ideas about handling the theminglibvisio-0.0Fridrich Štrba9-12/+129
(cherry picked from commit 3e4d354f8fa163548d710fb87b5d8e18b531229c) Conflicts: src/lib/VSDContentCollector.cpp src/lib/VSDStyles.cpp Change-Id: Iec8c5f49827ee2b18ddf97d37077b2f0798a0685
2014-02-03Astyle actionFridrich Štrba20-208/+208
Change-Id: Ia2abc5ed73b7df83c30e493176b1fbaeb73be16b
2014-02-03Allow equal identing of functionsFridrich Štrba1-0/+1
(cherry picked from commit f48d89167a57971fed2bbf55fecf06626ce8772d)
2014-02-03add options file for astyleDavid Tardon1-0/+11
(cherry picked from commit dbbacaa9c7b7efb00ea9573e12dd189da3075fe6) Conflicts: HACKING Change-Id: Ifa12207d6d3bde25af615b293ca1f18c839a3a2f
2014-02-03Parse the quick-style pointersFridrich Štrba3-4/+74
Change-Id: I2d6b5a72c6c2764793992d1ca6363c831fa425b0 (cherry picked from commit 17843d542375641f707d9737fa77fff5180ec031)
2014-02-03Little changes to theme parsingFridrich Štrba2-0/+61
(cherry picked from commit f20f0bed4e545355f37f008cf311833c7907506a) Conflicts: src/lib/VSDXTheme.h Change-Id: Ie5e7b86799fda82611edf299952a8508efd7dc5f
2013-10-17fdo#70480 do not crash reading malformed zipDavid Tardon1-0/+2
Change-Id: Ia37e8be5172a49669cb9f7271c5401ca88f39072
2013-09-21WaE: ... should be initialized in the member init. listDavid Tardon2-0/+33
Change-Id: I6c0d63b47f361b030481f58a6788b2ff4b0ee5be
2013-09-03add cgit/gitweb URLsDavid Tardon1-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-03set up git-reviewDavid Tardon1-0/+7
2013-09-02add READMEDavid Tardon1-0/+11
2013-09-02add automatic git hook setting in autogen.shNorbert Thiebaud5-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-28Bump versionlibvisio-0.0.31Fridrich Štrba1-1/+1
2013-08-28Some versions of boost bomb on '=' padding charactersFridrich Štrba1-3/+10
2013-08-28Misleading debug messageFridrich Štrba1-1/+1
2013-08-26Fix dasharrayLaurent Alonso1-26/+10
2013-08-25Sync with libwpgLaurent Alonso2-386/+575
2013-07-25Hard depend on libwpd 0.9.5Fridrich Štrba2-6/+2
2013-07-22Some more parsing of theme informationFridrich Štrba2-5/+184
2013-07-22Cppcheck: (performance) Function parameter 'weights' should be passed by ↵Fridrich Štrba2-2/+2
reference
2013-07-22Stub reader for a:clrSchemeFridrich Štrba2-2/+44
2013-07-22Reader for a:sysClrFridrich Štrba3-0/+23
2013-07-21reader function for a:srgbClrFridrich Štrba2-0/+25
2013-07-21a:srgbClr does not have # in the beginning of the hexFridrich Štrba3-6/+7
2013-07-20Add tokens related to themeFridrich Štrba2-2/+94
2013-07-20Update alternative build systemsFridrich Štrba4-0/+41
2013-07-20Stub the theme class to keep theme informationFridrich Štrba5-8/+123
2013-07-19Guides don't exist and if you saw them, we burn your eyesFridrich Štrba1-6/+0
2013-07-19fdo#63255 ignore guidesDavid Tardon1-1/+4
2013-07-19Speed-up the xml parser a tiny bit by mapping only used tokensFridrich Štrba4-456/+0
2013-07-13Fix some runtime problems with msvc-built libvisioFridrich Štrba1-1/+2
2013-07-11Trying to use iterators without wrapping the dataFridrich Štrba2-4/+6
2013-07-10Add support of SplineStart and SplineKnot to xml-based formatslibvisio-0.0.30Fridrich Štrba1-1/+9
2013-07-10Try not to go out of bondsFridrich Štrba1-6/+5
2013-07-10Fixing back some mistakes paid cash to valgrindFridrich Štrba1-5/+6
2013-07-10fix conditionDavid Tardon1-1/+1
2013-07-10SplineStart ends previous splineFridrich Štrba1-0/+1
2013-07-10Some more trying of refactoring of nurbs-related codeFridrich Štrba5-71/+79
2013-07-09De-uglify a tiny bit the NURBS codeFridrich Štrba2-158/+122
2013-07-09Bump version to 0.0.30 (not release yet)Fridrich Štrba1-1/+1
2013-07-09Don't add a trailing M-segment when emulating NURBS by curvesFridrich Štrba1-27/+4
2013-07-09Handling in a special ways uniform NURBS of degree 2 and 3Fridrich Štrba2-39/+289
2013-07-09astyleFridrich Štrba1-1/+1
2013-07-06Proper fix for older boost and remove_whitespaceFridrich Štrba2-4/+5
2013-07-06Revert "Some older versions of boost have a buggy remove_whitespace and ↵Fridrich Štrba2-1/+4
original code was not removing either" This reverts commit 6fe924aae90c7aed8a3ad6e172a90a341f7a82ca.
2013-07-06coverity: gmtime can return NULLDavid Tardon1-2/+6
2013-07-02Some older versions of boost have a buggy remove_whitespace and original ↵Fridrich Štrba2-4/+1
code was not removing either
2013-07-02Bump version to 0.0.29libvisio-0.0.29Fridrich Štrba1-1/+1
2013-06-30Consider the return value of getChunkHeaderFridrich Štrba1-1/+2
2013-06-25Avoid NANsFridrich Štrba1-3/+3