Itk - the [incr Tk] extension

Timeline
Login

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

50 ancestors of ac6afc928ac877d2

2018-06-14
12:43
Remove Mac OS 9 support. Leaf check-in: ac6afc928a user: dgp tags: itk-3-branch
2016-03-01
15:42
merge release check-in: 1b04f825dc user: dgp tags: itk-3-branch
2016-02-22
16:17
merge Itk 3 Closed-Leaf check-in: 72bc7d1f1c user: dgp tags: itk-3-4-2, itk-3-4-2-rc, rc1
16:16
Backport fix for [8a022f72e7]. check-in: b13ef6aaae user: dgp tags: itk-3-branch
2016-02-16
20:08
Bump to Itk 3.4.2 check-in: 511f21fb0f user: dgp tags: itk-3-4-2-rc, rc0
2016-02-11
20:49
TEA update check-in: 6024d057db user: dgp tags: itk-3-branch
20:15
The Itk_ConfigOptionPartProc "Itk_PropagatePublicVar" can only work on a scalar variable, so screen out array variables from having an ArchOptionPart created. check-in: 3ba627cdac user: dgp tags: itk-3-branch
2015-12-10
18:50
Make version demand in testing to avoid worst testing errors. check-in: 802488c6f5 user: dgp tags: itk-3-branch
2015-03-19
16:44
Accept more Win native build improvements from Ralf Fassel. check-in: 6d12daee30 user: dgp tags: itk-3-4-1, itk-3-branch
2015-03-18
13:16
Recover the rules.vc from CVS toplevel check-in: 99bfa871db user: dgp tags: itk-3-branch
2015-03-11
17:47
merge release check-in: bbb9f3d367 user: dgp tags: itk-3-branch
2015-01-26
16:56
Accommodate the changed Tcl_GetHashKey() signature. Closed-Leaf check-in: 92ebd024a9 user: dgp tags: itk-3-4-1-rc
2015-01-07
14:53
Bump to Itk 3.4.1 for release. TEA update to use autoconf-2.69. check-in: 4f970d6f43 user: dgp tags: itk-3-4-1-rc
2011-04-20
14:56
Purge RCS keywords and .cvsignore files check-in: 72c13a0b6e user: dgp tags: itk-3-branch
2010-08-17
21:20
* itcl/Makefile.in, itk/Makefile.in (TCL_TOP_DIR_NATIVE): no longer necessary for private header builds
Closed-Leaf check-in: 2ab14ee8b8 user: hobbs tags: trunk
01:20
* itcl/Makefile.in, itcl/configure, itcl/configure.in: * itk/Makefile.in, itk/configure, itk/configure.in: * configure, configure.in: update to TEA 3.9, regen with ac-2.59
check-in: 4fbcd57e3a user: hobbs tags: trunk
2008-12-15
20:02
* itcl/generic/itcl_cmds.c: Handle TIP#336 addition of API to access * itcl/generic/itcl_ensemble.c: interp->errorLine. * itcl/generic/itclInt.h: * itcl/generic/itcl_methods.c: * itcl/generic/itcl_parse.c: check-in: 6852007ae6 user: andreas_kupries tags: itcl-3-4-b1, trunk
2007-11-05
22:41
Itk can now load into a safe interp check-in: 20f7bd25ac user: davygrvy tags: trunk
22:35
made the test suite work check-in: a11afd6000 user: davygrvy tags: trunk
2007-11-03
17:57
* makefile.vc: * itcl/win/makefile.vc: * itk/win/makefile.vc: 'depend' target added. check-in: 74c7a70426 user: davygrvy tags: trunk
2007-07-03
20:47
* {itcl,itk}/Makefile.in: add TAR var, with 'tar' default (was 'gtar')
check-in: f7a0256f51 user: hobbs tags: trunk
2007-06-10
20:43
remove outdated borland makefiles check-in: a9beb4253f user: hobbs tags: trunk
2007-05-24
23:29
* itk/tests/toplevel.test, itk/library/Toplevel.itk: keep -menu for toplevel. [Bug 1208541] (derevenets)
check-in: cc7b03b369 user: hobbs tags: trunk
23:27
* itk/library/Toplevel.itk, itk/library/Widget.itk: handle widgets with spaces. [Bug 1539966] (ogilvie)
check-in: 51f6c89a3f user: hobbs tags: trunk
23:23
cast cleanup check-in: 0ecaec3ca0 user: hobbs tags: trunk
22:15
* README, configure, configure.in: * itcl/configure, itcl/configure.in, itcl/generic/itcl.h: * itk/configure, itk/configure.in, itk/generic/itk.h: updated to 3.4 as itcl handles M.m more cleanly
check-in: fc03ca45a4 user: hobbs tags: trunk
22:12
* itcl/generic/itcl_bicmds.c, itcl/generic/itcl_class.c: * itcl/generic/itcl_cmds.c, itcl/generic/itcl_ensemble.c: * itcl/generic/itcl_methods.c, itcl/generic/itcl_objects.c: * itcl/generic/itcl_parse.c, itcl/generic/itcl_util.c: * itk/generic/itk_archetype.c, itk/generic/itk_cmds.c: * itk/generic/itk_option.c: Reduce use of potentially dangerous Tcl_AppendStringsToObj for possibly shared interp result obj. [Bug 227814, 1468370]
check-in: b94b552930 user: hobbs tags: trunk
21:40
* README, itcl/configure, itcl/configure.in: updated to 3.3.1 * itcl/generic/itcl.h, itcl/generic/itclInt.decls: * itcl/generic/itclInt.h, itcl/generic/itclIntDecls.h: * itcl/generic/itcl_bicmds.c, itcl/generic/itcl_class.c: * itcl/generic/itcl_cmds.c, itcl/generic/itcl_methods.c: * itcl/generic/itcl_migrate.c, itcl/generic/itcl_objects.c: * itcl/generic/itcl_parse.c, itcl/generic/itcl_util.c: * itk/configure, itk/configure.in, itk/generic/itk.h: * itk/generic/itk_archetype.c, itk/generic/itk_option.c: Fix itcl use of Tcl_CallFrame to allow itcl compiled with pre-8.5 core to work in Tcl 8.5. [Bug 1725219]
check-in: e107ade753 user: hobbs tags: trunk
2007-02-15
23:32
* configure, configure.in, itcl/configure, itcl/configure.in: * itk/configure, itk/configure.in, tclconfig/tcl.m4: TEA 3.6 update
check-in: f72d974f87 user: hobbs tags: trunk
2006-09-17
01:11
$(OPTDEFINES) was left out of $(ITK_CFLAGS) by mistake check-in: 45f76becd5 user: davygrvy tags: trunk
2006-01-26
01:15
update to TEA 3.5 check-in: 96563d66b8 user: hobbs tags: trunk
2005-12-02
20:14
update to TEA 3.4 check-in: 046b526594 user: hobbs tags: trunk
2005-03-25
22:58
Add `make dist` targets check-in: 7b40264221 user: dgp tags: trunk
21:08
* Makefile.in: OS X patches from Steffen * itcl/generic/itcl_cmds.c (initScript): * itk/generic/itk_cmds.c (initScript):
check-in: b5ee4fe39c user: hobbs tags: trunk
19:39
Updates to the itk module so it can be configured and built independent of the other modules in the incrTcl project. Includes TEA updates. check-in: 6c0e7a01ff user: dgp tags: trunk
2005-03-19
01:47
* itcl/Makefile.in, itk/Makefile.in (AR): use @AR@ * tclconfig/tcl.m4, itcl/configure, itk/configure: update to TEA 3.2
check-in: 649770b173 user: hobbs tags: trunk
2005-02-14
10:37
tcl.m4 and autoconf update check-in: 7740115221 user: jcw tags: trunk
2005-01-25
01:15
* itcl/configure, itk/configure: update to TEA 3.1 r1.54, removes * configure, tclconfig/tcl.m4: DBGX, updates default opt levels
check-in: d46df5ca07 user: hobbs tags: trunk
2004-11-11
17:13
* itk/Makefile.in: Possible fix for 1049579, but untested. check-in: 77fe1543ec user: davygrvy tags: trunk
2004-09-22
09:43
small typo in the test target fixed check-in: e088856fa6 user: davygrvy tags: trunk
09:36
Can now run Itk test suite from makefile.vc! check-in: 52d99f8d7d user: davygrvy tags: trunk
2004-09-21
22:52
Had to include the win directory to Tcl's includes since Tcl has had an order change recently. check-in: 1cc2cda007 user: davygrvy tags: trunk
2004-09-08
01:23
* itcl/configure, itk/configure, tclconfig/tcl.m4: updated TEA m4 to support evc4 Win/CE builds
check-in: 594d028ae4 user: hobbs tags: trunk
2004-09-01
04:23
Updated code examples to use the fully qualified Itcl/Itk command names. check-in: d4afecbf14 user: davygrvy tags: trunk
2004-08-17
17:47
* */Makefile.in (install-doc): sed in man.macros on doc install [Bug 631378] (rmax)
check-in: 24112c9f31 user: hobbs tags: trunk
17:39
* itk/configure: remove extraneous --with-itcl AC macro * itk/configure.in: TEA_PATH_CONFIG handles this for us
check-in: adb0e38330 user: hobbs tags: trunk
17:38
* */Makefile.in (VPATH): move $(srcdir)/unix to front (unused) to get around bug in autoconf that strips $(srcdir) from first element when building in the source directory.
check-in: 9eca0ef0b0 user: hobbs tags: trunk
2004-08-10
20:58
* Makefile.in, configure, configure.in: Update to TEA 3.1 * tcl.m4 (removed): cleanup build system to only * config/config.guess (removed): provide the parts that are * config/config.sub (removed): necessary to itcl and itk. * config/install-sh (removed): Update to 3.3.0 as version * tclconfig/install-sh (added): throughout. * tclconfig/tcl.m4 (added): * itcl/generic/itcl.h: * itcl/Makefile.in, itcl/aclocal.m4, itcl/configure: * itcl/configure.in, itcl/itclConfig.sh.in, itcl/pkgIndex.tcl.in: * itk/Makefile.in, itk/aclocal.m4, itk/configure, itk/configure.in: * itk/itkConfig.sh.in, itk/pkgIndex.tcl.in, itk/generic/itk.h:
check-in: 9d111c81fd user: hobbs tags: trunk
20:51
* itcl/mac/MW_ItclHeader.pch (removed) Removed Mac Classic * itcl/mac/itclMacApplication.r (removed) sources. There were * itcl/mac/itclMacLibrary.r (removed) no longer maintained, * itcl/mac/itclMacResource.r (removed) and Tcl has dropped * itcl/mac/itclMacTclCode.r (removed) ongoing Mac Classic * itcl/mac/itclStaticApplication.r (removed) support as well (in * itcl/mac/pkgIndex.tcl (removed) favor of OS X). * itk/mac/MW_ItkHeader.pch (removed) * itk/mac/itkMacApplication.r (removed) * itk/mac/itkMacLibrary.r (removed) * itk/mac/itkMacResource.r (removed) * itk/mac/itkMacTclCode.r (removed) * itk/mac/itkStaticApplication.r (removed) * itk/mac/pkgIndex.tcl (removed) * itk/mac/tclIndex (removed)
check-in: 331457dae1 user: hobbs tags: trunk
2004-04-29
17:40
brain dump check-in: 33c293d283 user: davygrvy tags: trunk
2003-12-24
03:38
Small 'const' issue with Tcl_PkgRequireEx under 8.1.0 check-in: a6a9a320ff user: davygrvy tags: trunk