forked from c-koi/libboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
98 lines (63 loc) · 3.38 KB
/
ChangeLog
File metadata and controls
98 lines (63 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2016-12-08 Sebastien Fourey <http://foureys.users.greyc.fr>
* Shapes: Add cubic Bezier curve support (Postscript & SVG only).
2016-06-08 Sebastien Fourey <http://foureys.users.greyc.fr>
* All: Linewidths are now expressed using the same unit as
other lengths or sizes (no longer as "points").
2015-02-23 Sebastien Fourey <http://foureys.users.greyc.fr>
* All: Replaced "unsigned int" by "std::size_std" where relevant.
* Board: saveXXX overloaded to accept ostreams as parameters.
2014-07-01 Sebastien Fourey <http://www.greyc.fr>
* All: Added bitmap images inclusion in SVG and EPS files
(partially in FIG files).
2011-11-29 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* All: Added partial TIKZ support thanks to Nicolas Normand.
2010-06-23 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* CMakeLists.txt has been a bit simplified with a FOREACH for examples.
* src/Shapes.cpp: Thanks to a fix provided by Freddie Exall, the
Ellipse::scale() method is now working properly.
2009-08-22 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* All: Added a Path type
* All: Added clipping path to Board and Group classes.
* All: Fixed many bugs!
2009-01-19 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* include/board/Shapes.h (struct Text): Bug fix in Text::Text()
contructor. Member "_angle" was not initialized. ( Thanks Andre
Wehe, andre(at)wehe.us )
2008-11-30 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* All: (Starting with version 0.8.4) The lib is now governed by
the LGPLv3 licence. The corresponding files (LGPLv3.txt and
GPLv3.txt) have been added to the package. * All: IMPORTANT! The
namespace is no longer BoardLib, but "LibBoard" to consistent with
the Unix/Sourceforge/canonical name of the lib. * Board: Units
are now handled. Figures may be draw with dimensions given in
custom units (multiples of cm, mm, in, or pt). *
include/board/Color.h (BoardLib): Color::None replaces Color::none
for consistency.
2008-11-16 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* src/Shapes.cpp: Added rotated(), scaled() and translated()
methods. Thes methods return a new object to which a
transformation has been applied.
2008-11-07 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* include/board/Shapes.h (struct Polyline): Added the operator<< to add
points.
2008-11-03 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* src/Shapes.cpp (Ellipse::flushPostscript):
Rectangles may now my scaled properly with disctint scaling factors
along x and y axis.
Fixed a bug in the Postscript rendering of rotated ellipses.
2008-11-00
* Jason Gauci (University of Central Florida -
http://eplex.cs.ucf.edu/) provided a first CMake project
description file.
# Version 0.8.2b Released September 19, 2007
2007-09-06 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* configure: Fixed a problem with linking on 64 bit archictectures.
2007-08-31 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* include/board/Shapes.h (BoardLib): Added a "Group" shape.
# Version 0.8.1 Released September 19, 2007
2007-09-19 Sebastien Fourey <http://www.greyc.ensicaen.fr>
* Distribution:
Added the Doxyfile so that the "make install-doc" works.
Added the doxygen doc in /usr/share/doc/libboard/ in the Debian
package.
# Version 0.8.0 Released August 24, 2007 (First release)