Tk Img Extensions
Timeline
Not logged in
Tcl 2015 Conference, Manassas/VA, US, Oct 19-23
Send your abstracts to tclconference@googlegroups.com by Aug 24.

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

50 most recent check-ins

2015-10-13
02:09
Re-ran autoconf in all folders Leaf check-in: c2fcb74d74 user: hypnotoad tags: trunk
2015-09-26
03:19
Added a SHED descriptor check-in: 01c87c86bd user: hypnotoad tags: trunk
2014-03-12
03:22
Stripping out the whole manual building process check-in: c1e91c7333 user: seandeelywoods tags: trunk
03:12
Nerfing dtplite calls so windows builds will complete check-in: 96fff058aa user: seandeelywoods tags: trunk
2013-11-21
22:06
ANNOUNCE update check-in: a56745ddce user: nijtmans tags: trunk
2013-11-19
12:32
Make various files writable after installation check-in: 2a2906c296 user: nijtmans tags: trunk
11:45
don't link with Xt libraries check-in: 8544e128d9 user: nijtmans tags: trunk
10:44
Update to latest TEA. Only affects compile with latest MinGW. check-in: e286ad9b53 user: nijtmans tags: trunk
2013-11-14
08:46
Add Img directory to svn:ignore check-in: dd227a5fcb user: nijtmans tags: trunk
2013-10-03
09:48
Some unused variables check-in: c9bd7a43a8 user: nijtmans tags: trunk
09:38
Use xerrorhandler on all platforms, not only UNIX. check-in: 88f406c8e9 user: nijtmans tags: trunk
2013-10-02
18:12
Replaced workaround for adding alpha channel with png_set_add_alpha for lower memory consumption. check-in: c8336949ad user: obermeier tags: trunk
2013-10-01
14:47
Eliminate a few compiler warnings, discovered by gcc 4.8.1 check-in: 31ff0acad8 user: nijtmans tags: trunk
14:24
Make the png_set_add_alpha function available through the stub table check-in: 11f8241fd0 user: nijtmans tags: trunk
13:41
Re-generate all "configure" scripts using autoconf-2.59 check-in: 669f43de72 user: nijtmans tags: trunk
13:03
Workaround for MinGW bug #2065: "gcc --shared" links with libgcc_s_dw2-1.dll when using 64-bit division in C. (TODO: regenerate all configure scripts) check-in: 1129f03f9d user: nijtmans tags: trunk
11:53
Eliminate some warnings when compiling zlib check-in: 2f08383e7e user: nijtmans tags: trunk
2013-09-18
20:02
configure scripts did not produce valid version numbers for Img and base modules. Regenerated all configure scripts with autoconf 2.65. check-in: 384b3cccb5 user: obermeier tags: trunk
20:00
#define PACKAGE_VERSION not needed in source file. Package version already contained in configure.in. check-in: 87682d47b1 user: obermeier tags: trunk
19:58
Added info about new PNG format option "-alpha" and applied bug fixes. check-in: cc6384ba76 user: obermeier tags: trunk
2013-09-16
10:47
renumber tkimg version to 1.4.2 check-in: 73a78c1dec user: nijtmans tags: trunk
2013-09-14
21:47
Need "#define HAVE_PROTOTYPES" to compile with MinGW. check-in: f76b1f7cff user: obermeier tags: trunk
21:46
Include tcl.h instead of tkimg.h check-in: ac6531d320 user: obermeier tags: trunk
21:45
Added new format option "-alpha" to be compatible with Tk 8.6. check-in: e1fc51987a user: obermeier tags: trunk
2013-09-11
09:11
Update to latest TEA check-in: 7870db93bf user: nijtmans tags: trunk
07:19
Prevent conflicting types for "boolean" on win32 (mingw) Issue #77 check-in: 1619c91cf5 user: nijtmans tags: trunk
2013-09-10
12:11
upgrade to libjpeg version 8d check-in: cb2134f758 user: nijtmans tags: trunk
2013-09-09
20:29
Corrected parsing of format options: Print error message, if an unknown option has been specified, instead of producing a core dump. check-in: 82bb5456df user: obermeier tags: trunk
2013-05-13
18:54
Upgrade zlib to version 1.2.8 check-in: 81ae9bb94c user: nijtmans tags: trunk
2012-09-20
15:54
Fix permissions during creation of the main package index file check-in: ef0ca47294 user: andreas_kupries tags: trunk
2012-07-24
07:40
forgot one check-in: 0eff7a950d user: nijtmans tags: trunk
07:34
Only do the SEH and related tests on gcc. check-in: 2bc5964fd1 user: nijtmans tags: trunk
2012-07-22
07:22
Upgrade libpng to 1.4.12 check-in: 5a2885fd80 user: nijtmans tags: trunk
2012-07-21
21:54
version to 1.4.1, revert to autoconf-2.59 check-in: 990887e8fa user: nijtmans tags: trunk
2012-07-18
21:49
forgot base configure script check-in: fcf005b06f user: nijtmans tags: trunk
20:44
upgrade autoconf 2.69 check-in: 34c3e62430 user: nijtmans tags: trunk
2012-06-10
18:19
Upgrade to zlib 1.2.7 check-in: a2052748c3 user: nijtmans tags: trunk
2012-04-04
04:37
re-generate configure check-in: e4c199e049 user: nijtmans tags: trunk
2012-04-03
06:43
update to latest TEA check-in: 6164edef79 user: nijtmans tags: trunk
2011-12-04
11:58
Bugfix/Enhancement: Added support for reading 8-bit grey images. Trying to read an image of that kind caused Img to crash. check-in: 416c9bf011 user: obermeier tags: trunk
2011-11-27
18:29
bmp option -resolution added Feature 3062062 check-in: 6edeb1bf4d user: oehhar tags: trunk
2011-11-19
16:47
Correct png version number in pngtcl.h check-in: 72911aec00 user: nijtmans tags: trunk
2011-11-17
22:01
upgrade to libjpeg-8c check-in: c0489cf9ab user: nijtmans tags: trunk
2011-08-04
20:57
Bug [3294848] Compile error: conflicting types for ... check-in: 7bdaa6623c user: nijtmans tags: trunk
2011-07-27
09:06
eliminate some unneeded write-only variables check-in: f06263d008 user: nijtmans tags: trunk
08:38
Upgrade to latest TEA tcl.m4 and install.sh check-in: 1036111628 user: nijtmans tags: trunk
2011-07-26
18:44
upgrade libpng to 1.4.8 check-in: ed8878b39f user: nijtmans tags: trunk
2011-05-12
14:13
remove png_zalloc and png_zfree: later libpng versions don't have it any more remove unused variable check-in: 35c6444a68 user: nijtmans tags: trunk
09:21
Fix [Bug 3294848]: Compile error: conflicting types for jpeg_set_quality check-in: 7af0187bcf user: nijtmans tags: trunk
2011-04-22
07:23
upgrade libpng to version 1.4.7 check-in: 799753c4db user: nijtmans tags: trunk