-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
176 lines (132 loc) · 3.84 KB
/
Changes
File metadata and controls
176 lines (132 loc) · 3.84 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
Revision history for Perl module Prima
1.43 2015-04-10
- Rewrite font test and polish rough ends in xft font handling
- Copy images to clipboard so that GTK recognizes them
1.42 2015-03-11
- Tests became TAP compliant and using Prima::Test
- Jpeg exif orientation support added
- Scrollbar overriding properties added for scroller widgets
1.41 2014-11-08
- Add ImageViewer.autoZoom
- Fixes to Notebook
1.40 2014-08-17
- Remove Win9X support
- Cygwin default build is for X11
- Compile with giflib 5.1
- Add Drawable::Subcanvas
- Add ImageViewer.stretch
- PS font and eps fixes
- win32.gp cliprect fix
1.39 2014-05-22
- Prepare for perl 5.20
1.38 2014-04-01
- X11: add multimonitor support
- special char @ means auto-toggle in menu items
- AnyEvent example
1.37 2013-08-21
- Support libgif5.
- Podview fixes.
1.36 2012-10-10
- Remove OS/2 support.
- Add binary compatibility checks.
1.35 2012-07-24
- Fixes in unicode, files, documentation, installed POD paths.
1.34 2012-05-27
- Unicode fixes, ready for 5.16
1.33 2012-02-10
- Image codecs: remove prigraph, add XBM, and enhance TIFF support
- Add RubberBand.pm
1.32 2011-10-19
- Major rehaul of Makefile.PL, migrated to ExtUtils::MakeMaker.
- Support image/mime clipboard formats under GTK.
1.31 2011-07-25
- Compile on 5.14 and libpng15.
- Enhance unicode input on win32.
- Better libiconv support.
1.30 2011-05-08
- Compile on 5.13.
- Compile on 64-bit ActiveState and strawberry builds.
- Support Prima::codecs::win64.
1.29 2011-01-12
- Support for 16-bit BMP files.
- Fixes for modern Xorg, macos, and strawberry.
- Optionally support truncated image files.
1.28 2009-02-24
- Fixes in documentation, Sliders, and key event handling.
1.27 2008-10-29
- Support JPEG comments and metadata.
- Save multiframe images.
1.26 2008-04-28
- Abandond prigraph, adopt libjpeg/libpng/etc cohort instead.
- Develop gif animation features.
1.25 2008-04-11
- No new features.
1.24 2007-12-21
- Better support for mingw and cygwin.
- New features in VB.
1.23 2007-09-21
- Images can load and save to streams.
- Image loading process can be watched.
1.22 2007-08-06
- Use GTK file dialogs if compiled with GTK2.
- Better use of mouse wheel for Calendar, ColorDialog, ComboBox, Notebooks,
Scrollbar, and Sliders widgets.
1.21 2006-11-17
- No new features
1.20 2006-01-16
- Add Printer::options
1.19 2005-10-17
- Add Lists::vertical.
- Implement scrollable groups and notebooks.
- Make file and font dialogs resizeable.
1.18 2005-04-20
- Extend function of listboxes and outlines.
- Change syntax of Drawable:: text methods.
1.17 2005-01-27
- Add Window::onTop.
- Add =SYNOPSIS sections in selected modules.
1.16 2004-10-03
- Add Clipboard::UTF8 exchange format.
- Add Drawable ::lineJoin and ::fillWinding.
1.15 2004-05-05
- Add message hooks.
- Add DirectoryOutline widget.
- Add tying properties.
1.14 2004-02-12
- Add system-specific file dialogs.
- Add Edit::undo.
1.13 2003-11-21
- Add themes support.
- Add command-line arguments interface.
1.12 2003-09-05
- Incorporate Tk geometry managers packer and placer
1.11 2003-07-15
- Add support for antialiased fonts under X11.
- Port to cygwin.
1.10 2003-04-24
- Add libtiff support.
- Add grid widgets.
1.09 2003-02-07
- No new features
1.08 2002-11-21
- Add limited utf8/unicode support.
- Enhance image conversion functionality.
1.07 2002-09-25
- Documentation completed.
- Add man pages installation.
1.06 2002-06-26
- Add libXpm support.
1.05 Unknown
- Implement help subsystem.
- Add text viewing modules.
1.04 2002-02-21
- Add core documentation.
- Add font encoding handling.
1.03 Unknown
- Added to FreeBSD ports collection
1.02 2001-07-27
- Add libpng support, make Prima working on sgi, sparc and alpha
1.01 2001-06-14
- Make Prima compileable on 64-bit platforms
1.00 2001-05-16
- CPAN epoch started