Tk Img Extensions
Timeline
Not logged in
Tcl 2014 Conference, Portland/OR, US, Nov 10-14
Send your abstracts to tclconference@googlegroups.com by Sep 8.

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

52 check-ins using file init.c version 083b20cb8b

2009-07-24
07:41
ppm format build breaks on AIX, configure not setting -lm Issue #2477446 check-in: 8637231c57 user: nijtmans tags: trunk
2009-07-19
15:11
Major rewrite of PPM format parser: Now supports reading and writing of 8-bit RAW and ASCII formats. Supports reading of 16-bit PPM files with gamma correction. Updated test cases and documentation. check-in: 316367ba4e user: obermeier tags: trunk
2009-07-03
11:16
- Add svn:ignore to a lot of directories - pixmap: Allow X11 headers to be non-system ones - ps: fix minor gcc warning check-in: f841b525a2 user: nijtmans tags: trunk
2009-04-28
08:23
Fix bug "teacup requires libX11 to run" Issue #82910 check-in: 5f8d1e1a34 user: nijtmans tags: trunk
2009-03-26
10:10
sync with latest TEA version check-in: 962e386056 user: nijtmans tags: trunk
2009-03-16
13:19
- document tiff -index option - update sgi/ChangeLog check-in: 4b919e7a2a user: nijtmans tags: trunk
2009-03-15
13:57
Added documentation for format handlers DTED and RAW. Updated documentation to Img version 1.4. check-in: ea73e2068a user: obermeier tags: trunk
13:37
Fixed issue #2685291: Fill ALL unused header bytes with zeros. Issue #2685291 check-in: 9df9912b6a user: obermeier tags: trunk
2009-03-12
16:59
a few CONST84 eliminations check-in: 4aaa1ca82c user: nijtmans tags: trunk
14:42
fix bug "Can't 'make test'" Issue #2669482 check-in: c73f5680a0 user: nijtmans tags: trunk
11:30
fix "make checkstubs" check-in: 51c4a4c58b user: nijtmans tags: trunk
10:27
- sync with latest tcl.m4 - re-generate all configure scripts check-in: 4dd55466b2 user: nijtmans tags: trunk
09:58
various fixes to tcl.m4 (Stuart Cassoff) (To be checked in in sampleextension as well.) Issue #2669308 check-in: 68e45c819a user: nijtmans tags: trunk
2009-03-09
10:33
Revert to using "ld -b" in stead of "${CC} -b" for HP-UX-11; it doesn't work in 64-bit mode. check-in: 409a7a1b2e user: nijtmans tags: trunk
2009-03-03
17:19
img -> Img check-in: 9a8ae2eb79 user: nijtmans tags: trunk
14:15
- fix "make genstubs" for libpng, libtiff, libz, libjpeg - PNG build fix check-in: bbfef9b42f user: nijtmans tags: trunk
2009-02-24
16:06
gif handler cleanup Allow -index N option for TIFF images too [Feature Request #706277] check-in: 91cec65a9d user: nijtmans tags: trunk
2009-02-23
23:33
Added support for new png_info_init_3 function check-in: 1f69b85022 user: nijtmans tags: trunk
23:00
revert r177 change to pkgIndex.tcl: it broke TEApot package handling. check-in: d3e414267e user: nijtmans tags: trunk
22:52
Attempt to fix HP-UX Itanium 64-bit build check-in: b9df4008f7 user: nijtmans tags: trunk
2009-02-17
22:47
move lib*/tcl to lib* check-in: 0f2384ec4c user: nijtmans tags: trunk
14:54
Move ./libjpeg to ./compat/libjpeg Move ./libpng to ./compat/libpng Move ./libtiff to ./compat/libtiff check-in: 8d86a9699d user: nijtmans tags: trunk
14:00
Move ./libz to ./compat/zlib and ./libz/tcl to ./zlib Require Tcl/Tk 8.3 for libz, libpng, libtiff and libjpeg check-in: 5d760daafa user: nijtmans tags: trunk
11:49
c/smaler/smaller/ check-in: 8392d99194 user: nijtmans tags: trunk
2009-01-23
12:15
Upgrade TEA to version 3.7 check-in: 4e22857eca user: nijtmans tags: trunk
2009-01-22
15:56
- don't wrap Tk_ImageBlock in another structure any more: this was only needed for Tk 8.0.2 and earlier. - be more consistant with using either #include <...> or #include "...", and don't include unnecessary headers. check-in: 15c48dd85d user: nijtmans tags: trunk
15:49
place tk include directory before tcl include directory check-in: bb8b79492f user: nijtmans tags: trunk
13:22
- typo in README - Adapt all Makefile.in files for autoconf-2.63 without warnings (@datarootdir@) - Only configure for internal Tcl/Tk header files, when the module really needs it. check-in: 41704eae7e user: nijtmans tags: trunk
2009-01-20
22:45
add more options to main configure script, like --enable-64bit, --enable-symbols ..... check-in: 53eae1f5c8 user: nijtmans tags: trunk
20:27
Adapt to tkImg 1.4 check-in: 9fa3291428 user: nijtmans tags: trunk
20:16
Small type in README Issue #2523968 check-in: 930af20935 user: nijtmans tags: trunk
2009-01-19
10:49
add --with-tk, --with-tclinclude, --with-tkinclude and --with-x to all configure.in files, and regenerate all configure scripts Issue #2514136 check-in: 5c715d57cf user: nijtmans tags: trunk
2009-01-14
13:06
store all configure and configure.in files with UNIX line-endings. check-in: 281bb3fee0 user: nijtmans tags: trunk
2009-01-12
13:37
upgrade to libpng 1.2.34 check-in: e2ae0451f2 user: nijtmans tags: trunk
10:56
eliminate _ANSI_ARGS_ macro everywhere check-in: 9512687bff user: nijtmans tags: trunk
09:32
Modified sgi, sun, tga, tiff, window, xbm and xpm, no longer panicing when an out-of-memory error occurs (Tk bug #2477446). This only works when tkImg is compiled against Tcl/Tk 8.5 and later, and running with Tcl/Tk 8.5 and later. If not, tkImg will fall back to the previous behavior, just panicing in this case. check-in: d0998cf626 user: nijtmans tags: trunk
09:15
Modified gif, jpeg, pcx, png, ppm, and ps, no longer panicing when an out-of-memory error occurs (Tk bug #2477446). This only works when tkImg is compiled against Tcl/Tk 8.5 and later, and running with Tcl/Tk 8.5 and later. If not, tkImg will fall back to the previous behavior, just panicing in this case. check-in: 6155d49292 user: nijtmans tags: trunk
09:05
ANSIfication, VOID -> void, whitespacing check-in: ae8aac4e45 user: nijtmans tags: trunk
2009-01-09
23:28
Modified dted and raw, no longer panicing when an out-of-memory error occurs (Tk bug #2477446). This only works when tkImg is compiled against Tcl/Tk 8.5 and later, and running with Tcl/Tk 8.5 and later. If not, tkImg will fall back to the previous behavior, just panicing in this case. check-in: 9adc39538e user: nijtmans tags: trunk
2009-01-06
11:28
Modified bmp and ico, no longer panicing when an out-of-memory error occurs (Tk bug #2477446). This only works when tkImg is compiled against Tcl/Tk 8.5 and later, and running with Tcl/Tk 8.5 and later. If not, tkImg will fall back to the previous behavior, just panicing in this case. Still to do: all other format handlers. BMP and ICO can be used as example how to do that. check-in: 262a71dc18 user: nijtmans tags: trunk
2009-01-05
15:05
Two more stub functions for improved Tcl 8.5 support. check-in: 3f4d8b4136 user: nijtmans tags: trunk
11:57
Make sure that in C preprocessor directives the "#" character is the first character on the line. check-in: 542067a9ad user: nijtmans tags: trunk
2009-01-02
19:16
Additional check for supported compression types. Implemented missing 32-bit mode for reading. check-in: 5376179f60 user: obermeier tags: trunk
2009-01-01
17:56
Additional checks on icon size when reading to avoid core dumps with defect icon files. (Bug 2477446 in Tk Toolkit) check-in: 342b8051cc user: obermeier tags: trunk
2008-12-21
22:57
Provide both "Img" and "img" package name. check-in: 22c121b935 user: nijtmans tags: trunk
22:52
Update for 1.4 check-in: c2bec677b0 user: nijtmans tags: trunk
2008-12-01
15:41
spacing check-in: 8e31ebdfbb user: nijtmans tags: trunk
15:39
CONST -> const spacing eliminate some -Wwrite-strings warnings check-in: f02d10a25c user: nijtmans tags: trunk
2008-11-14
23:32
Fixed syntax error reported by MSVC check-in: e80de8c138 user: andreas_kupries tags: trunk
22:29
re-generated configure for dted and raw (follow-up to r171, requested by akupries) check-in: ec4b9a1eea user: nijtmans tags: trunk
18:58
Fix math_libs issue for AIX. NOTE: configure files were not regenerated. Autoconf here appaears to be too old (2.59 vs 2.63), leading to trouble on OSX regarding endian-handling for universal. check-in: b74b04be24 user: andreas_kupries tags: trunk
13:31
remove support for Tcl 8.2 and lower check-in: 58e481a18d user: nijtmans tags: trunk