2015-08-16 00:46:40 by Thomas Klausner | Files touched by this commit (33) |
Log message:
Bump PKGREVISION for librevenge boost fix.
|
2015-08-08 23:33:36 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.3.6.2:
16/07/2015:
- RagTime v5-v6 parser: try to retrieve the main layouts and the
picture/shape/textbox, ie. now, it generates result but it is
still very imcomplete...
- MWAW{Graphic,Presentation,Text}Listener: correct a problem in OpenGroup
which may create to incorrect document,
- create an MWAWEmbeddedObject class to store a picture with various
representation,
- MWAW*Listener: rename insertPicture in insertShape, add a function to
insert a texbox in a MWAWGraphicShape(which only insert a basic textbox)
...
22/06/2015:
- add a parser for MacDraft v4-v5 document
- allow to create pattern's surface with various intensity
- allow to create simple measure
14/06/2015:
- allow to build doc only for the api classes, using --with-docs=no|api|full
to create no documentation, only API classes' documentations, all classes'
documentations
5/28/2015:
- add a minimal parser for ApplePict v1.v2,
ie. no clipping, do not take in account the copy mode: srcCopy, srcOr, ...
-------- version 0.3.5 (start) -------------
5/10/2015:
- add a parser for MacDraft v1 Document
4/29/2015:
- add a parser for ClarisDraw Document
4/18/2015:
- RagTime v5-v6 parser(not functional): continue to works on this filter,
try to find the different kinds of cluster and how to parse them, ...
- AppleWorks/ClarisWorks parser[spreadsheet]: do not remove first empty row/columns.
- remove all assert calls
- rename Box2,Vec2,... in MWAWBox2, MWAWVec2,... to avoid potential name's conflict
|
2015-02-04 18:47:18 by Ryo ONODERA | Files touched by this commit (3) |
Log message:
Update to 0.3.4
Changelog:
11/9/2014:
- AppleWorks/ClarisWorks parser[draw]:
try to send master pages on each page of the final documents
try to do not cut shapes, pictures which are on several pages (by creating \
bigger pages)
10/29/2014:
- MacDraw Pro: add a parser for MacDraw Pro v1
-------- version 0.3.4 (start) -------------
10/2/2014:
- RagTime v5-v6: begin to find the main structures in a document, to be continued...
- fix some coverity problems.
9/12/2014:
- AppleWorks: add a presentation parser
8/22/2014:
- MacDraw II: add a parser for MacDraw II v1.0-v1.1
-------- version 0.3.3 (start) -------------
|
2015-01-16 10:05:22 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.3.2:
28/7/2014:
- AppleWorks/ClarisWorks: manage multiple headers/footers + better rebuilding of \
complex group
1/7/2014:
- MacDraw: add a parser for v0 and v1 documents
22/6/2014:
- RagTime: add a parser to parse v2 and v3 documents
6/6/2014:
- rewrite MWAWCellContent::double2Date to avoid problem with 32/64 time_t values
- correct many <<small>> problems
|
2014-07-23 08:29:15 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump ABI depends. Ride libwpd bump.
|
2014-07-23 08:20:48 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.3.1. Ride libwpd bump.
13/5/2014
- add code to create embedded spreadsheet
- AppleWorks/ClarisWorks: send page's embedded spreadsheets as spreadsheet \
(instead of table)
|
2014-07-22 12:53:30 by Thomas Klausner | Files touched by this commit (26) |
Log message:
Recursive bump for libwpd shlib name change.
|
2014-06-01 05:57:47 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 0.2.1
* Fix FreeBSD 10.0 clang build
Changelog:
not included.
|
2014-02-02 08:25:39 by Ryo ONODERA | Files touched by this commit (4) |
Log message:
Update to 0.2.0
* Fix dependency
Changelog:
Not available.
|
2013-09-17 23:17:43 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Update to 0.1.11 to fix the build with Clang due to a broken text
manipulation. Changes include:
- Improved support for various inputs.
- Refactorting
- Bug fixes
|