Itk - the [incr Tk] extension

Timeline
Login

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

200 most recent check-ins

2023-12-18
15:16
Another round of makefile.vc bugfixing Leaf check-in: 98063d7ffb user: jan.nijtmans tags: main, trunk
14:41
Workaround for nmake bug check-in: df1c9f98da user: jan.nijtmans tags: main, trunk
2023-12-15
16:17
Missing win/rules-ext.vc. Update "win/makefile.vc" (almost works, linking Tk doesn't work yet) check-in: a3e21cc952 user: jan.nijtmans tags: main, trunk
2023-12-11
10:51
Re-generate "configure" check-in: d44781dcd1 user: jan.nijtmans tags: main, trunk
2023-12-06
15:28
Add x86_64-w64-mingw32-nmakehlp.exe check-in: b628f8d23c user: jan.nijtmans tags: main, trunk
15:17
Update TEA files, re-generate "configure". version -> 4.2.4 check-in: be277ed265 user: jan.nijtmans tags: main, trunk
2023-10-09
18:20
Fix [e03527d44a]: itk does not compile with Tcl 8.6.12 or older check-in: 64be8fd389 user: jan.nijtmans tags: main, trunk
2023-09-27
20:01
More work finalizing full Tcl 9.0 support (using Tcl_Size everywhere) check-in: fd455dc9a1 user: jan.nijtmans tags: itk-4-2-3, main, trunk
2022-12-01
14:18
update to latest TEA check-in: 2c0ace8456 user: jan.nijtmans tags: main, trunk
14:16
ClientData -> void * check-in: ef2ead959f user: jan.nijtmans tags: main, trunk
2022-01-10
16:44
minor man-page format errors check-in: 6f77be5ef3 user: jan.nijtmans tags: main, trunk
15:22
Resolve fork check-in: 6cab658091 user: jan.nijtmans tags: main, trunk
15:20
Add "itk::build-info" command, if loaded in Tcl 8.7+ Closed-Leaf check-in: 682771e3a5 user: jan.nijtmans tags: trunk
14:21
Update version -> 4.2.3 check-in: bc357be7b6 user: jan.nijtmans tags: trunk
13:57
Add type-casts to Itcl_EventuallyFree(), fixing potential gcc compiler warnings check-in: b5bf5d8ee6 user: jan.nijtmans tags: trunk
2021-11-01
20:58
Add .gitignore and .gitattributes (for better interoperability with GIT) and .fossil-settings directory generic/*.c: Eliminate some unnecessary type-casts Rename "trunk" to "main", add "trunk" tag, as done with other Tcl-related fossil repositories. check-in: f02e379a0c user: jan.nijtmans tags: itk-4-2-2, main, trunk
2021-10-29
22:03
Version number -> 4.2.2 (matching Itcl) Make it work with Tcl 9.0 check-in: 3d02c56766 user: jan.nijtmans tags: trunk
2018-07-21
21:53
Update to latest TEA. Make itkConfig.sh work. Closes [7bbf7d75a7]. check-in: 3f419cf802 user: stu tags: trunk
2018-06-18
15:42
Update to latest TEA. Improve tests/all.tcl.

This file used to be https://core.tcl.tk/itk/finfo?name=configure.in check-in: 88cc176780 user: stu tags: trunk

2018-06-14
12:44
Remove Mac OS 9 support. check-in: bcd4e565ae user: dgp tags: trunk
12:43
Remove Mac OS 9 support. Leaf check-in: ac6afc928a user: dgp tags: itk-3-branch
2018-06-13
19:12
Stop using obsolete [source -rsrc]. check-in: d40921fe23 user: stu tags: trunk
2017-07-28
17:04
Repurpose the trunk for ongoing development of Itk 4.1.*. check-in: fc469d3c3b user: dgp tags: itk-4-1-0, trunk
16:57
Several revisions to get evaluation contexts more reliably correct. Closed-Leaf check-in: b46f3c3fe0 user: dgp tags: dgp-method-type
15:57
Take care that the right commands are resolved in the right namespaces. Closed-Leaf check-in: fd54e0d1dc user: dgp tags: experiment
2017-07-27
16:31
Similar changes to the PropagatePublicVariable machinery. check-in: 0bd0be830c user: dgp tags: experiment
2017-07-25
20:35
Attempt to make code say clearly what it does, instead of achieving so much with namespace context games. check-in: 4af9618d9b user: dgp tags: experiment
2017-07-10
18:32
[6acb6a8363] When Itk_AddOptionPart() fails, be sure no remnant of the failed attempt remains to lead to nasty double free. check-in: 46e858f9ac user: dgp tags: dgp-method-type
2017-07-07
18:21
Don't allow Itk 4.0.3 to bring in Itcl 4.1+, which will break it. check-in: 755afe01e1 user: dgp tags: itk-4-0-3, trunk
2017-06-29
17:17
Bump to 4.1.0 check-in: c368859cb1 user: dgp tags: dgp-method-type
16:48
Commit to the patch; code history is in code history. check-in: 9b412503a3 user: dgp tags: dgp-method-type
16:23
merge trunk check-in: dde8dc2497 user: dgp tags: dgp-method-type
15:25
Bump to Itk 4.0.3. check-in: f48084eacd user: dgp tags: trunk
2017-06-28
16:28
Support [return] in an itcl::configbody. check-in: b53797db6b user: dgp tags: trunk
2016-09-19
19:01
merge trunk check-in: 360f468ec5 user: dgp tags: dgp-method-type
19:01
Protect against loading Itk 4 in an interp already housing Itcl 3. check-in: 52ddb55ee0 user: dgp tags: trunk
2016-09-16
15:16
merge trunk check-in: 1b12c5b8dc user: dgp tags: dgp-method-type
15:10
Improvements to the MSVC build machinery and porting fixes to code from Ashok Nadkarni. check-in: 3f30d567bc user: dgp tags: trunk
2016-08-30
10:40
Removed some unnecessary quotes Closed-Leaf check-in: 12d916471c user: apnadkarni tags: apn-itk-vc-fixes
2016-08-20
16:22
Added some comments about building check-in: 578b11705d user: apnadkarni tags: apn-itk-vc-fixes
15:16
Fixes for building with Visual C++ compilers. Tested with VC++ 6 (32-bit) and 2003 SDK compiler (64-bit).

C sources changed to conform to C89 (instead of C99). makefile.vc and nmakehlp.c updated (too many changes to list) Build expects Itcl to reside in a directory called itcl that is the sibling of the itk directory. nmake install also works but nmake winhelp (docs) does not as it relies on an external program hrtf.exe which I do not have.

Only verified with the demo itkedit script after modifying the Iwidgets package to use Itk 4 instead of Itk 3. The test scripts fail with errors that I believe are not related to Windows. check-in: c8e108e7ab user: apnadkarni tags: apn-itk-vc-fixes

2016-03-01
15:44
merge trunk check-in: db8e1aec88 user: dgp tags: dgp-method-type
15:43
merge release check-in: 3f7b7e2865 user: dgp tags: trunk
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:15
Bump to Itk 4.0.2 Closed-Leaf check-in: 050649acf8 user: dgp tags: itk-4-0-2, itk-4-0-2-rc, rc0
20:08
Bump to Itk 3.4.2 check-in: 511f21fb0f user: dgp tags: itk-3-4-2-rc, rc0
20:03
Don't allow Itk 4 to attempt to use a pre-8.6 Tcl interp. It is destined to fail, and that failure blocks use of Itk 3 that can work. check-in: 3635b87a94 user: dgp tags: trunk
2016-02-11
21:00
merge trunk check-in: 47c1ffeb42 user: dgp tags: dgp-method-type
20:58
The Itk_ConfigOptionPartProc "Itk_PropagatePublicVar" can only work on a scalar variable, so screen out array variables from having an ArchOptionPart created. check-in: f5fc5c8074 user: dgp tags: trunk
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-10-22
15:48
Revise cget method to direct C implementation. check-in: 0614e72ef9 user: dgp tags: dgp-method-type
14:45
compiler warning check-in: ed627972ff user: dgp tags: dgp-method-type
14:44
Test revised -- think it was expecting wrong [itcl::code] context, but callback is fully qualified so it doesn't appear to matter. Also removed things not longer needed. check-in: c1c300c05c user: dgp tags: dgp-method-type
13:56
Get the namespace contexts right for configure method and friends. check-in: bdbf1878b9 user: dgp tags: dgp-method-type
2015-10-21
18:14
Adjust the frame management of Itk_PropagatePublicVar() to new expectations. check-in: 0893a4080a user: dgp tags: dgp-method-type
2015-08-04
17:51
Don't free buffer before we're done reading from it. check-in: a1eaab006b user: dgp tags: dgp-method-type
16:36
Get the toplevel.test tests passing again. check-in: 6b0ed12502 user: dgp tags: dgp-method-type
2015-08-03
21:01
Much more progress. check-in: ed739315fd user: dgp tags: dgp-method-type
04:20
Debugging work in progress.... check-in: b8982b983a user: dgp tags: dgp-method-type
2015-07-29
16:45
merge trunk check-in: 482c48daf2 user: dgp tags: dgp-method-type
10:01
In progress effort to repair context juggling. check-in: b41e9c4dc4 user: dgp tags: dgp-method-type
2015-05-01
16:50
[fa152b6a6e] Continue support of mixed case pacakge name "Itk". Permits continued use of [package require Itk] in existing scripts. Thanks ralfixx! check-in: b3513260e3 user: dgp tags: trunk
16:42
[8a022f72e7] Correct memory access violation. Thanks ralfixx! check-in: 2f9e81a683 user: dgp tags: trunk
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:48
merge release check-in: c9fc24de31 user: dgp tags: trunk
17:47
merge release check-in: bbb9f3d367 user: dgp tags: itk-3-branch
2015-02-26
18:44
Update the idioms for stubs initialization. Closed-Leaf check-in: bc0e48ab05 user: dgp tags: itk-4-0-1, itk-4-0-1-rc
2015-02-25
13:16
Regenerate stubs declarations to get C++ linkage right. check-in: 4f4a0bbb92 user: dgp tags: itk-4-0-1-rc
13:15
eliminate unused variable check-in: fe90b13b71 user: dgp tags: itk-4-0-1-rc
2015-02-24
17:55
Borrow genstubs tool from Itcl; Run it. Closed-Leaf check-in: 8b5571dcf5 user: dgp tags: dgp-linkage
15:49
Stop using the cargo cult idioms from ~2001 for Foo_InitStubs() calls. Closed-Leaf check-in: 983ca7876e user: dgp tags: dgp-initstubs
15:28
remove unreachable code check-in: 96f440d6e8 user: dgp tags: itk-4-0-1-rc
2015-02-05
13:45
merge trunk check-in: 66a2f526df user: dgp tags: itk-4-0-1-rc
13:43
Itk_ArchCompAddCmd(): Make sure old frame is restored even in error exit. check-in: 9219eeba4c user: dgp tags: trunk
2015-01-30
18:50
merge trunk check-in: cb282e78f1 user: dgp tags: itk-4-0-1-rc
18:48
Fix [ae14d0a924] by getting context for Itcl_GetInstanceVar() call right. check-in: 9922af6179 user: dgp tags: trunk
2015-01-26
17:00
merge trunk check-in: 2fc403285e user: dgp tags: itk-4-0-1-rc
17:00
Accommodate the changed Tcl_GetHashKey() signature. check-in: e764406f0f user: dgp tags: trunk
16:56
Accommodate the changed Tcl_GetHashKey() signature. Closed-Leaf check-in: 92ebd024a9 user: dgp tags: itk-3-4-1-rc
2015-01-07
19:46
Bump to Itk 4.0.1 for release. check-in: bf26558279 user: dgp tags: itk-4-0-1-rc
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
2014-09-07
09:48
Log for fix for SF bug #253. check-in: 98a35382d2 user: arnulf tags: trunk
09:41
Fix for SF bug #253. check-in: ca488da5ac user: arnulf tags: trunk
2013-02-03
17:46
merged to itk-4-0-0 version check-in: e825d9f06e user: arnulf tags: trunk
16:18
fixes for release version see ChangeLog file. check-in: d667c384a8 user: arnulf tags: itk-4-0-0
16:15
initial version check-in: bb9dabc926 user: arnulf tags: itk-4-0-0
15:48
initial version check-in: cd6f5788d4 user: arnulf tags: itk-4-0-0
15:15
merged to itk-4-0-0 version. check-in: 2659cd93cd user: arnulf tags: trunk
2011-08-03
15:18
fixes for using tclconfig/install.sh instead of @INSTALL@ m4 macro bumped tag to itk-4-0-0 check-in: b372b82548 user: arnulf tags: itk-4-0-0
2011-04-29
17:30
bumped version to 4.0b6 check-in: 63442aa220 user: arnulf tags: trunk
2011-04-20
15:24
remove files all and defs in test, they are no longer needed check-in: 48b6b36765 user: arnulf tags: itk-4.0b6, trunk
15:12
Purge RCS Keywords and .cvsignore files check-in: 50a29bced5 user: dgp tags: trunk
14:56
Purge RCS keywords and .cvsignore files check-in: 72c13a0b6e user: dgp tags: itk-3-branch
2010-08-17
21:39
remove outdated defines Closed-Leaf check-in: 72cfaa3ac1 user: hobbs tags: itcl-ng, itk-4-0b5
21:29
Update to TEA 3.9 with sanitizing of setup. Bump version to 4.0b5 check-in: 0e74da9b0e user: hobbs tags: itcl-ng
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
2010-03-18
10:03
use the correct interp variable check-in: 707d136a33 user: wiede tags: itcl-ng, itk-4-0b4
09:42
fix for TEST_FLAGS check-in: cd661aacbc user: wiede tags: itcl-ng
2009-10-23
16:57
bumped version to 4.0b4 check-in: 5ddf44098e user: wiede tags: itcl-ng
16:37
fix for SF bug #2840994 check-in: 8bbba9e282 user: wiede tags: itcl-ng
16:36
bumped version to 4.0b3 check-in: 8605143607 user: wiede tags: itcl-ng
2008-12-31
23:16
check for nsPtr == NULL added check-in: e981fb4d0f user: wiede tags: itcl-ng
22:56
use patchLevel instead of version check-in: acd65d3a49 user: wiede tags: itcl-ng
22:56
use patchlevel instead of version check-in: 5c9b542551 user: wiede tags: itcl-ng
2008-12-21
21:22
bump version to beta release check-in: 7d092475a4 user: wiede tags: itcl-ng
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
2008-12-11
11:24
make package names all lowercase check-in: f38f7c7a16 user: wiede tags: itcl-ng
11:18
make package names all lower case check-in: 497ba774f6 user: wiede tags: itcl-ng
2008-11-16
16:36
adaption to current environment check-in: c447d8f8bf user: wiede tags: itcl-ng
2008-10-19
16:56
get rid of CONST84 and use const instead, as we no longer use -DUSE_NON_CONST in CFLAGS check-in: 3708b33e57 user: wiede tags: itcl-ng
16:55
get rid of -DUSE_NON_CONST in CFLAGS, as we never build here against Tcl 8.3 check-in: fa58d2d66d user: wiede tags: itcl-ng
2008-10-18
13:37
no longer needed moved to new project directory ntkwidget check-in: b3840dbedf user: wiede tags: itcl-ng
13:33
no longer needed moved to new project directory check-in: 2fac59f60c user: wiede tags: itcl-ng
13:20
no longer needed moved to new project directory ntkwidget check-in: 988d08ecb3 user: wiede tags: itcl-ng
13:18
no longer needed moved to new project ntkwidget check-in: 418ca2f06a user: wiede tags: itcl-ng
12:54
no longer needed moved to new project directory ntkwidget check-in: 3b3604585b user: wiede tags: itcl-ng
12:49
no longer needed moved to new project ntkwidget check-in: f7d5a335b8 user: wiede tags: itcl-ng
12:40
no longer needed moved to project ntkwidget check-in: 3c5ed8d70e user: wiede tags: itcl-ng
12:35
no longer needed check-in: 1b397cd777 user: wiede tags: itcl-ng
2008-10-17
23:33
fixes for const -> CONST84 check-in: 70d51bbb7e user: wiede tags: itcl-ng
23:31
adapted to newest TEA example (taken from itk 3.4) check-in: d73970531d user: wiede tags: itcl-ng
17:02
set patchLevel to 4.0a0 check-in: 8098249942 user: wiede tags: itcl-ng
2008-10-16
17:59
latest fixes check-in: 0c410fe587 user: wiede tags: itcl-ng
17:50
adapt to itk head files check-in: 8d513e4a15 user: wiede tags: itcl-ng
17:47
adapt to itk head tests check-in: d357b097ce user: wiede tags: itcl-ng
2008-09-28
19:56
fixes for adaption from itcl to Tcl core 8.6 check-in: c4975e1ce8 user: wiede tags: itcl-ng
19:51
fixes for adaption to Itcl for Tcl core 8.6 check-in: 1412916514 user: wiede tags: itcl-ng
2008-01-02
19:58
new code check-in: 24e3e0332e user: wiede tags: itcl-ng
2007-12-31
14:52
fixes check-in: ce705e3e2d user: wiede tags: itcl-ng
14:49
initial version check-in: f186e8c383 user: wiede tags: itcl-ng
2007-12-30
23:09
fixes for measuretext (arguments were handled wrong) check-in: 4998a3395f user: wiede tags: itcl-ng
23:04
fixes check-in: 5b9eddd8e1 user: wiede tags: itcl-ng
23:03
initial version check-in: b820f1dbfd user: wiede tags: itcl-ng
23:02
fixes for performance (stop multiple layouts) check-in: 550a69cbda user: wiede tags: itcl-ng
22:59
initial version check-in: c4b753016d user: wiede tags: itcl-ng
22:58
fixes and new code for style/theme engine check-in: 479ab0b54a user: wiede tags: itcl-ng
22:55
initial version check-in: ca3c45b315 user: wiede tags: itcl-ng
2007-12-29
19:58
initial version check-in: 35dc143144 user: wiede tags: itcl-ng
2007-12-15
21:57
initial version check-in: 3aa82c3e24 user: wiede tags: itcl-ng
21:55
fixes for better performance of grid check-in: 3dfcd23a9a user: wiede tags: itcl-ng
2007-12-12
15:51
fixes for fontPath check-in: 1038e444dd user: wiede tags: itcl-ng
2007-12-02
13:58
initial version check-in: 5fee4ecad1 user: wiede tags: itcl-ng
13:48
inital version check-in: 30d58de1df user: wiede tags: itcl-ng
13:47
initial version check-in: 49c06bff47 user: wiede tags: itcl-ng
2007-12-01
23:13
fix for backspace key in entryKeyPress check-in: 1a7d8f3a58 user: wiede tags: itcl-ng
22:53
beautifying and made textInsertSegments2 a proc as problems otherwise check-in: d2ad9fb0d6 user: wiede tags: itcl-ng
22:52
beautifying check-in: e28ee28570 user: wiede tags: itcl-ng
18:59
can now directly call class procs in Itcl (fix there) and make modifiers of keys start with capital letter check-in: 0a563feba2 user: wiede tags: itcl-ng
18:57
make Meta names of x modifiers with capital starting check-in: 46b5879d51 user: wiede tags: itcl-ng
2007-11-30
21:15
new code for bind command check-in: 883a242eff user: wiede tags: itcl-ng
21:15
added a bind example to button_1.tcl and entry_1.tcl check-in: 8a06760512 user: wiede tags: itcl-ng
19:36
fix for backspace for lst char check-in: dca579da6a user: wiede tags: itcl-ng
19:13
fixes for key input check-in: 690e20e7b3 user: wiede tags: itcl-ng
2007-11-29
21:09
new code check-in: 98a285d32f user: wiede tags: itcl-ng
21:07
initial version check-in: 0e1ebb038c user: wiede tags: itcl-ng
20:38
removed debug stuff check-in: 470a84112f user: wiede tags: itcl-ng
20:37
changes for adaption of text to ntkWidgetImage check-in: de013f4318 user: wiede tags: itcl-ng
20:36
initial version check-in: 895ef410ac user: wiede tags: itcl-ng
20:17
changes for adapting spinbox for ntkWidgetImage check-in: 524e65c962 user: wiede tags: itcl-ng
20:16
initial version check-in: 2e2631689b user: wiede tags: itcl-ng
18:17
fixes to adapt checkbox and clock to ntkWidgetImage check-in: 158fa48ca1 user: wiede tags: itcl-ng
18:16
initial version check-in: f54707682c user: wiede tags: itcl-ng
2007-11-28
21:39
initial version check-in: f6557ec61b user: wiede tags: itcl-ng
21:38
fixes check-in: d9a735eb85 user: wiede tags: itcl-ng
21:38
fixes for listbox and scrollbar check-in: a0b0a78d0f user: wiede tags: itcl-ng
21:37
new command clipcopy and fixes for making listbox and scrollbar running check-in: f70765c446 user: wiede tags: itcl-ng
2007-11-27
21:02
changes for adapting to ntkWidgetImage package check-in: fbc8e03e9c user: wiede tags: itcl-ng
21:02
code for rectangle command and polygon command and fixes check-in: b14e6fe883 user: wiede tags: itcl-ng
2007-11-25
20:00
fixes for entry widget check-in: b52e1ba84a user: wiede tags: itcl-ng
19:57
new command measure text and fixes check-in: 27ae8b2466 user: wiede tags: itcl-ng
19:56
changes for keysyms check-in: 45163d767e user: wiede tags: itcl-ng
17:12
fixes for use of ntkWidgetImage package check-in: 2d6f2f3904 user: wiede tags: itcl-ng
17:11
initial version check-in: baebb61e67 user: wiede tags: itcl-ng
15:37
fixes for use of ntkWidgetImage check-in: badb4d960c user: wiede tags: itcl-ng
15:35
initial version check-in: 91cb4a9d1d user: wiede tags: itcl-ng
14:21
fixes check-in: ab9fa564ba user: wiede tags: itcl-ng
14:14
initial version check-in: ed901779ef user: wiede tags: itcl-ng
14:12
added some comments and header block check-in: ef7831e4a8 user: wiede tags: itcl-ng
14:11
initial version check-in: f49175a0ae user: wiede tags: itcl-ng
13:56
fixes check-in: 78a741d39a user: wiede tags: itcl-ng
12:52
initial version check-in: b66fbb9014 user: wiede tags: itcl-ng
2007-11-24
23:25
fix for motion event mask and removed some debugging output check-in: 63b13905d9 user: wiede tags: itcl-ng
23:24
removed some debugging output check-in: 1e99d2d00c user: wiede tags: itcl-ng
23:05
initial version check-in: 73ef103531 user: wiede tags: itcl-ng
22:25
fixes for making callbacks for key and mouse working and fixes in Button code check-in: 279dac39a0 user: wiede tags: itcl-ng
22:23
fixes and new fields RootX and RootY in input struct check-in: 899d4f9bc4 user: wiede tags: itcl-ng
22:19
fixes and new function NtkWidgetImage_PixelCmd check-in: 06fd592a85 user: wiede tags: itcl-ng
22:18
fixes for coreect mouse cursor position check-in: 84e585778a user: wiede tags: itcl-ng
19:06
changes for new strategy for input key press and release check-in: 86350baf62 user: wiede tags: itcl-ng
11:55
fixes for callbacks check-in: 2477d0c11d user: wiede tags: itcl-ng
2007-11-23
21:14
no longer used check-in: e51482b61c user: wiede tags: itcl-ng
21:13
a lot of changes for new commands check-in: 1709cf3dcc user: wiede tags: itcl-ng
21:08
no longer used renaming check-in: e77457e551 user: wiede tags: itcl-ng
21:07
no longer needed renaming check-in: 5dd06c1f01 user: wiede tags: itcl-ng