-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
58 lines (45 loc) · 2.27 KB
/
ChangeLog
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
2012-03-23 Mirko Maischberger <[email protected]>
* src/pdfcube.cc, man/pdfcube.1: Improvements requested by Carl
Hoffman.
2011-12-14 Mirko Maischberger <[email protected]>
* src/pdfcube.cc, man/pdfcube.1, m4/ax_booost_program_options.m4:
Andreas Moog patches.
2011-11-19 Mirko Maischberger <[email protected]>
* src/pdfcube.cc: Switching to poppler cairo rendering.
Reported by: Pino Toscano
* man/pdfcube.1: Update the manpage to reflect the new features.
2009-01-06 Mirko Maischberger <[email protected]>
* src/pdfcube.cc: Removed --transition switch in favor of reading
transitions from the PDF file. Added a dialog to open files when
no file is given on the command line (this is so the first "GUI"
version of PDFCube)
2008-11-23 Mirko Maischberger <[email protected]>
* man/: moved pdfcube.1 manpage inside man folder.
2008-11-21 Mirko Maischberger <[email protected]>
* src/pdfcube.cc: cleand code, fixed code to calc animation steps,
added program options via boost program options library. Removed
fog effect from compilation. Added the option to customize colors.
* pdfcube.1: updated the manpage to reflect changes.
2008-02-28 Karol Sokolowski <[email protected]>
* src/pdfcube.cc: cleaned code, added code to calc
animation steps instead of having it hard-coded, added
backward cube animation and fog.
2007-11-18 Mirko Maischberger <[email protected]>
* src/pdfcube.cc: Huang Guo-Hao suggested some useful
modifications to the initialization params of OpenGL
2007-01-29 Mirko Maischberger <[email protected]>
* pdfcube.1.txt: added the manpage provided by Alexander Wirt,
with few modifications.
2006-12-24 Mirko Maischberger <[email protected]>
* configure.ac, src/Makefile.am: Removed unneeded glut and libtool
dependencies
Reported by: Frank Boheme
2006-12-19 Mirko Maischberger <[email protected]>
* debian/: Package debianization.
* src/llcube.cc: draft of low level cube code.
2006-12-19 Mirko Maischberger <[email protected]>
* Autotools, release 0.0.2
2006-12-16 Mirko Maischberger <[email protected]>
* Release 0.0.1
2006-12-09 Mirko Maischberger <[email protected]>
* Initial import