File: CHANGES

package info (click to toggle)
tuxpaint 1%3A0.9.20-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 21,004 kB
  • ctags: 2,143
  • sloc: ansic: 22,917; objc: 1,082; makefile: 922; sh: 172; cpp: 119; python: 75
file content (97 lines) | stat: -rw-r--r-- 3,621 bytes parent folder | download | duplicates (12)
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

1.2.1:
Mattias Engdegrd - Tue Nov 20 08:08:53 PST 2001
 * Fixed transparency in the GIF loading code
Daniel Morais - Sun Sep 23 16:32:13 PDT 2001
 * Added support for the IFF (LBM) image format
Sam Lantinga - Sun Aug 19 01:51:44 PDT 2001
 * Added Project Builder projects for building MacOS X framework
Mattias Engdegrd - Tue Jul 31 04:32:29 PDT 2001
 * Fixed transparency in 8-bit PNG files
Mattias Engdegrd - Sat Apr 28 11:30:22 PDT 2001
 * Added support for loading XPM image data directly
Paul Jenner - Sat, 14 Apr 2001 09:20:38 -0700 (PDT)
 * Added support for building RPM directly from tar archive

1.2.0:
Sam Lantinga - Wed Apr  4 12:42:20 PDT 2001
 * Synchronized release version with SDL 1.2.0

1.1.1:
Berni - Wed Mar  7 09:18:02 PST 2001
 * Added initial GIMP XCF support (disabled by default)
Mattias Engdegrd - Wed Mar  7 09:01:49 PST 2001
 * Added general PNM (PPM/PGM/PBM) support
Mattias Engdegrd - Sun Mar  4 14:23:42 PST 2001
 * Fixed bugs in PPM support, added ASCII PPM support
Mattias Engdegrd - Fri Mar  2 14:48:09 PST 2001
 * Cleaned up some compiler warnings
Mattias Engdegrd - Tue Feb 27 12:44:43 PST 2001
 * Improved the PCX loading code
 * Modified showimage to set hardware palette for 8-bit displays
Robert Stein - Thu, 22 Feb 2001 14:26:19 -0600
 * Improved the PPM loading code
Sam Lantinga - Tue Jan 30 14:24:06 PST 2001
 * Modified showimage to accept multiple images on the command line
Sam Lantinga - Mon Dec 18 02:49:29 PST 2000
 * Added a Visual C++ project including JPEG and PNG loading support
Mattias Engdegrd - Wed Dec  6 10:00:07 PST 2000
 * Improved the XPM loading code

1.1.0:
Sam Lantinga - Wed Nov 29 00:46:27 PST 2000
 * Added XPM file format support
   Supports color, greyscale, and mono XPMs with and without transparency
Mattias Engdegrd - Thu, 2 Nov 2000 23:23:17 +0100 (MET)
 * Fixed array overrun when loading an unsupported format
 * Minor compilation fixes for various platforms

1.0.10:
Mattias Engdegrd - Wed Aug  9 20:32:22 MET DST 2000
 * Removed the alpha flipping, made IMG_InvertAlpha() a noop
 * Fixed nonexisting PCX alpha support
 * Some TIFF bugfixes
 * PNG greyscale images are loaded as 8bpp with a greyscale palette
Ray Kelm - Fri, 04 Aug 2000 20:58:00 -0400
 * Added support for cross-compiling Windows DLL from Linux

1.0.9:
Mattias Engdegrd - Sat Jul  1 17:57:37 PDT 2000
 * PNG loader properly sets the colorkey on 8-bit transparent images
Mattias Engdegrd - Sat Jul  1 13:24:47 PDT 2000
 * Fixed a bug in PCX detection
 * Added support for TGA files
 * showimage shows a checker background for transparent images

1.0.8:
Mark Baker - Tue May 30 12:20:00 PDT 2000
 * Added TIFF format loading support

1.0.7:
Mattias Engdegrd - Sat May 27 14:18:33 PDT 2000
 * Added fixes for loading images on big-endian systems

1.0.6:
Sam Lantinga - Sat Apr 29 10:18:32 PDT 2000
 * showimage puts the name of the image in the title bar caption
Sam Lantinga - Sat Apr 29 10:05:58 PDT 2000
 * Removed pitch check, since PNG already loads to a list of row pointers

1.0.5:
Sam Lantinga - Sun Apr 23 14:41:32 PDT 2000
 * Added support for GIF transparency
Sam Lantinga - Wed Apr 12 14:39:20 PDT 2000
 * Fixed memory heap crash on NT using PNG images
Matt Campbell - Thu, 13 Apr 2000 13:29:17 -0700
 * Fixed PNG detection on some Linux systems

1.0.4:
Sam Lantinga - Tue Feb  1 13:33:53 PST 2000
 * Cleaned up for Visual C++
 * Added Visual C++ project file

1.0.3:
Sam Lantinga - Wed Jan 19 22:10:52 PST 2000
 * Added CHANGES
 * Added rpm spec file contributed by Hakan Tandogan
 * Changed the name of the example program from "show" to "showimage"