This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
CHANGELOG.txt
94 lines (56 loc) · 2.38 KB
/
CHANGELOG.txt
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
===============================
Pdf Presenter Console Changelog
===============================
Version 2.0
===========
*Released: 16. Jan 2010*
- Complete rewrite of rendering system to allow more sophisticated actions.
- Changed license of the project from GPLv3 to GPLv2+ because of
incompatibilities with Poppler. (Thanks to Jakub Wilk <[email protected]> and
Barak A. Pearlmutter <[email protected]> for pointing out this out).
- Implemented: Usage of left-/right mousebuttons for slide navigation.
- Implemented: Handling of navigational links inside of PDF files.
- Implemented: Abstraction to cache prerendered slides.
- Implemented: Compressed cache for prerendered slides.
- Implemented: Alternative way of executing the prerendering process to allow
for smoother navigation while slides are generated.
- Implemented: Means to switch displays in single monitor mode as well as dual
monitor mode
- Implemented: Disabled timer if a duration of 0 is provided
- Fixed: Build problems on Fedora 13 due to changed linking procedure
- Fixed: Slightly changed image data formats due to update of Gtk to Version
2.22 or higher.
- Implemented: Removed usage of deprecated Gdk.GC in favor of Cairo.
Version 1.1.1
=============
- Fixed: Compile error with newer vala versions due to wrong property
visibility
- Fixed: Typo in help text
Version 1.1
===========
- Implemented: Controllable interface for cleaner controller code.
- Fixed: Install target is now executable.
- Fixed: Warnings shown in one-screen-presentation-mode, due to non existant
process indicator.
- Implemented: Presentation timer as its own GTK Widget
- Implemented: Support for negative timer values (aka overtime)
- Implemented: Different Timer colors for normal time, the last x minutes and
overtime
- Implemented: Made last-minutes time configurable
- Fixed: Library paths were not used correctly for compilation
- Implemented: Fullscreen window as own Gtk class
- Fixed: Problem which caused the windows not be displayed on the correct
displays using the Xfce4 Xfwm window mananger.
- Implemented: Command line option to set the size of the current slide in the
presenter screen
- Implemented: A few more common key bindings
- Implemented: Hide cursor after 5 seconds timeout
Version 1.0
===========
- Initial release
..
Local Variables:
mode: rst
fill-column: 79
End:
vim: et syn=rst tw=79