Tk Library Source Code

Timeline
Login

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

436 check-ins using file examples/menubar/demo.tcl version 4fc5e7e269

2014-11-07
23:22
diagram-viewer - Fixed ticket [bf1affbea9], non-portable hash-bang. Still have to go over the examples for same. check-in: 9f71774b16 user: andreask tags: trunk
23:16
bitmap-editor - Fixed tickets [14c1e0badf] and [1f4480cc97]. I.e. the bug preventing it from opening files, and made the script executable. check-in: 9aa0f9d2b9 user: andreask tags: trunk
2014-10-19
21:05
* scripts/tablelistEdit.tcl: Appended the missing 4th argument to the two invocations of the procedure "tablelist::moveOrActivate". * scripts/tablelistUtil.tcl: Fixed a typo. check-in: b9cebf149b user: csaba tags: trunk
21:04
* CHANGES.txt: Updated to reflect the changes. check-in: 8be46e12a6 user: csaba tags: trunk
21:02
* *.tcl: Bumped the version number to 5.12.1. * COPYRIGHT.txt: * README.txt: * doc/index.html: * doc/tablelist.html: check-in: ece1c66f89 user: csaba tags: trunk
21:00
* *.tcl: Bumped the version number to 5.12.1. * COPYRIGHT.txt: * README.txt: * doc/index.html: * doc/tablelist.html: * CHANGES.txt: Updated to reflect the changes. * scripts/tablelistEdit.tcl: Appended the missing 4th argument to the two invocations of the procedure "tablelist::moveOrActivate". * scripts/tablelistUtil.tcl: Fixed a typo. check-in: 3da03d2442 user: csaba tags: trunk
2014-10-08
21:17
* ../../examples/*.tcl: Bumped the version number to 5.12. check-in: f5edb6e55b user: csaba tags: trunk
21:14
* doc/*.png: Updated several screenshots. check-in: f1bcaed7d2 user: csaba tags: trunk
21:12
* doc/*.html: Updated to reflect the changes; added a "Drag & Drop Support" section to the reference manual. check-in: 73a799a81d user: csaba tags: trunk
21:08
* scripts/tclIndex: Newly generated. check-in: 6f6c847e04 user: csaba tags: trunk
21:07
* scripts/*.tcl: Added the "-customdragsource" and "-showseparators" configuration options; added the "showtargetmark", "hidetargetmark", "targetmarkpos", and "targetmarkpath" subcommands; made the default binding scripts drag-friendly; new values "flat5x3" and "flat5x4" for the "-arrowstyle" option; updated the tree styles "adwaita", "ubuntu", and "mint"; fixed a bug related to horizontal scrolling in an empty tablelist widget with positive "-titlecolumns" value. check-in: c868ed1ae5 user: csaba tags: trunk
21:03
* CHANGES.txt: Updated to reflect the changes. check-in: 52bce2979e user: csaba tags: trunk
21:02
* *.tcl: Bumped the version number to 5.12. * COPYRIGHT.txt: * README.txt: check-in: 01ab97ef13 user: csaba tags: trunk
21:00
* *.tcl: Bumped the version number to 5.12. * COPYRIGHT.txt: * README.txt: * CHANGES.txt: Updated to reflect the changes. * scripts/*.tcl: Added the "-customdragsource" and "-showseparators" configuration options; added the "showtargetmark", "hidetargetmark", "targetmarkpos", and "targetmarkpath" subcommands; made the default binding scripts drag-friendly; new values "flat5x3" and "flat5x4" for the "-arrowstyle" option; updated the tree styles "adwaita", "ubuntu", and "mint"; fixed a bug related to horizontal scrolling in an empty tablelist widget with positive "-titlecolumns" value. * scripts/tclIndex: Newly generated. * ../../examples/*.tcl: Bumped the version number to 5.12. * doc/*.html: Updated to reflect the changes; added a "Drag & Drop Support" section to the reference manual. * doc/*.png: Updated several screenshots. check-in: 105b107f72 user: csaba tags: trunk
2014-08-11
05:25
https://github.com/burgerga/tklib/commit/c6af5d086afe5f052daae01986d271e31c45fede https://github.com/tcltk/tklib/pull/3 tooltip - Fixed multiple addition of the tooltip bindings tag to a widget, must be done only once. Bumped to version 1.4.5. check-in: 37ef264934 user: aku tags: trunk
2014-06-25
10:51
Remove leftover test statement from the example check-in: d383b32b42 user: markus tags: trunk
2014-06-23
07:58
Introduced two new subcommands for timecharts (suggestion by Nick Matthews) and a new subcommand for 3D plots Adapted two examples to take advantage of these new subcommands check-in: 2717837a22 user: markus tags: trunk
2014-03-19
13:30
Merging with trunk again. check-in: c1f6533ae5 user: seandeelywoods tags: hypnotoad
13:29
Add missing source file check-in: adac221980 user: markus tags: trunk
13:23
Merged with trunk check-in: 6de43b34a0 user: seandeelywoods tags: hypnotoad
12:08
Add the status timeline plot type as supplied by Sean Deely Woods. This includes a new demo program. check-in: 1c99ea3336 user: markus tags: trunk
2014-03-18
15:18
Updated the comments for the new vertical line tool in plotstatustimeline. check-in: a4a7e3ff04 user: seandeelywoods tags: hypnotoad
15:13
Made the drawing of the xaxis optional. Added a method for manually entering vertical lines. check-in: f98ebfc294 user: seandeelywoods tags: hypnotoad
14:02
Bumped the version and added change notes check-in: e6e3caa5c6 user: seandeelywoods tags: hypnotoad
13:50
Added a new plot "Status Timeline" check-in: e75a158f2f user: seandeelywoods tags: hypnotoad
2014-03-14
15:43
Properly bump the version to 2.2.2 check-in: 68ed5dffc6 user: markus tags: trunk
2014-02-23
11:11
* scripts/tablelistUtil.tcl: Workarounds for text widget bugs. * scripts/tablelistWidget.tcl: check-in: 5fcc441f7d user: csaba tags: trunk
11:10
* scripts/tablelistUtil.tcl: Workarounds for text widget bugs. * scripts/tablelistWidget.tcl: check-in: 999dd2ad05 user: csaba tags: trunk
2014-02-22
17:58
* scripts/tablelistUtil.tcl: Minor correction. check-in: 5bf9c2d13c user: csaba tags: trunk
17:57
* scripts/tablelistUtil.tcl: Minor correction. check-in: 5791c2e5a1 user: csaba tags: trunk
2014-02-21
22:27
* scripts/tablelistUtil.tcl: Minor improvements related to the separators. check-in: 35211b1e0d user: csaba tags: trunk
22:25
* scripts/tablelistUtil.tcl: Minor improvements related to the separators. check-in: 3fed890c4a user: csaba tags: trunk
2014-02-16
20:27
* ../../examples/*.tcl: Updated the copyright information. check-in: b61904b43b user: csaba tags: trunk
20:26
* doc/stylesheet.css: Added stylesheet file. check-in: 46e363b8c0 user: csaba tags: trunk
20:25
* doc/*.html: Bumped the version number to 3.7; numerous improvements. check-in: 4fc2e0f454 user: csaba tags: trunk
20:24
* CHANGES.txt: Updated to reflect the changes. check-in: 18809bf8b3 user: csaba tags: trunk
20:24
* scripts/*.tcl: Minor performance improvements; included the same version of "mwutil.tcl" as in Tablelist release 5.11; restored the support for Tcl/Tk 8.0, by cleaning up the use of the "clock" command and that of the <MouseWheel> event; improved the package loading mechanism. check-in: 48b59f7006 user: csaba tags: trunk
20:22
* *.tcl: Bumped the version number to 3.7; updated the * COPYRIGHT.txt: copyright information. * README.txt: check-in: dafc9bddbd user: csaba tags: trunk
20:20
* Added the changes contained in Mentry 3.7. check-in: 776b47c4c6 user: csaba tags: trunk
19:20
* ../../examples/*.tcl: Bumped the version number to 3.5. check-in: 467a21bfe6 user: csaba tags: trunk
19:18
* doc/stylesheet.css: Added stylesheet file. check-in: f9f11b0626 user: csaba tags: trunk
19:17
* doc/*.html: Updated to reflect the changes; numerous improvements. check-in: aea74eea3a user: csaba tags: trunk
19:16
* CHANGES.txt: Updated to reflect the changes. check-in: bdeecfb70d user: csaba tags: trunk
19:16
* scripts/tclIndex: Newly generated. check-in: df8f305763 user: csaba tags: trunk
19:15
* scripts/*.tcl: Support for the tile treeview widget; minor performance improvements. check-in: 3425eae0b6 user: csaba tags: trunk
19:12
* *.tcl: Bumped the version number to 3.5. * COPYRIGHT.txt: * README.txt: check-in: efdf664628 user: csaba tags: trunk
19:10
* Added the changes contained in Wcb 3.5. check-in: 84be33e20a user: csaba tags: trunk
13:45
* ../../examples/*.tcl: Bumped the version number to 5.11. check-in: 47c29905f5 user: csaba tags: trunk
13:44
* doc/arrowStyles.png: Updated the screenshot. check-in: ced7c5ee48 user: csaba tags: trunk
13:43
* doc/stylesheet.css: Added stylesheet file. check-in: d097cdd528 user: csaba tags: trunk
13:43
* doc/*.html: Updated to reflect the changes; numerous improvements. check-in: 7bee6db358 user: csaba tags: trunk
13:42
* CHANGES.txt: Updated to reflect the changes. check-in: 20751490db user: csaba tags: trunk
13:42
* scripts/tclIndex: Newly generated. check-in: 0378ef5d6a user: csaba tags: trunk
13:41
* scripts/*.tcl: Added the "findrowname" and "findcolumnname" subcommands; collapsing a row no longer leads to renumbering the lines; placing a horizontal separator below the last tablelist row if "-showseparators" is true and "-fullseparators" is false; worked around a peculiarity of Tk on Windows, which caused problems when resizing the tablelist window in the presence of embedded images or multi-line elements; added the missing actualization of the active and anchor row indices after moving an item to a different position; fixed two bugs in Tablelist_tile, related to header labels with embedded images; numerous further improvements. check-in: c158ad4f5c user: csaba tags: trunk
13:39
* *.tcl: Bumped the version number to 5.11. * COPYRIGHT.txt: * README.txt: check-in: 552f85a51e user: csaba tags: trunk
13:38
* Added the changes contained in Tablelist 5.11. check-in: 620d7b7f3f user: csaba tags: trunk
2014-02-06
09:23
Correcting an error in one of the demo programs and missing axis elements for Gantt charts. check-in: e3b4898b67 user: markus tags: trunk
2013-10-30
18:44
Ticket [19721eff15]. Updated canvas examples for runnability against an installed tklib. Patch by stu. check-in: 8a11db6d15 user: andreask tags: trunk
18:29
Fixed ticket [678c8ac255]. Updated file references. check-in: 50bcb455ab user: andreask tags: trunk
18:22
Ticket [3dee7d95ca]. Lower the canvas items of the gradient to make them background instead of having them obscuring other items. Version bumped to 0.2. check-in: 5c19b0d0e3 user: andreask tags: trunk
2013-10-22
18:52
* scripts/tablelistUtil.tcl: Fixed a bug related to column deletion if the "-selecttype" option has the value "cell". check-in: 2df1385ab6 user: csaba tags: trunk
18:50
* CHANGES.txt: Slightly extended. check-in: 04e6627ec1 user: csaba tags: trunk
18:49
* CHANGES.txt: Slightly extended. * scripts/tablelistUtil.tcl: Fixed a bug related to column deletion if the "-selecttype" option has the value "cell". check-in: 750ed30023 user: csaba tags: trunk
2013-10-21
20:48
Merge again check-in: ea711e0480 user: andreask tags: trunk
19:24
Merge forked trunk heads back into single leaf. It is always a good idea to pull before starting a larger edit, and then recheck before commiting and/or pushing. check-in: 1e2f1fcce2 user: andreask tags: trunk
18:38
* scripts/tablelistBind.tcl: Guarded against column deletions from * scripts/tablelistUtil.tcl: within non-default binding scripts. check-in: 2e3079dec2 user: csaba tags: trunk
18:37
* CHANGES.txt: Slightly extended. check-in: 4fc1c1a173 user: csaba tags: trunk
18:36
* CHANGES.txt: Slightly extended. * scripts/tablelistBind.tcl: Guarded against column deletions from * scripts/tablelistUtil.tcl: within non-default binding scripts. check-in: 454c2f204b user: csaba tags: trunk
2013-10-15
16:19
* ../../examples/*.tcl: Bumped the version number to 5.10. check-in: ecbc817ef3 user: csaba tags: trunk
16:14
* doc/config.png: Updated screenshots. * doc/styles.png: check-in: 2b30f61784 user: csaba tags: trunk
16:13
* CHANGES.txt: Updated to reflect the changes. * doc/*.html: check-in: 41527180a3 user: csaba tags: trunk
16:07
* scripts/*.tcl: Added the "-acceptdropcommand", "-instanttoggle", and "-tight" configuration options; added the "isviewable" and "viewablerowcount" subcommands; improvements related to the value of the "-data" option for the virtual events <<TablelistColumnMoved>> and <<TablelistRowMoved>>; sped up the "delete" subcommand; restored the support for some earlier Tcl/Tk versions; improved the package loading mechanism; guarded against potential item insertions or deletions from within the commnad specified as the value of the "-editendcommand" option; guarded against deletion of embedded images or windows from within the commnad specified as the value of the "-tooltipaddcommand" option. check-in: c5b09a4aaf user: csaba tags: trunk
15:57
* *.tcl: Bumped the version number to 5.10. * COPYRIGHT.txt: * README.txt: check-in: 887730a96d user: csaba tags: trunk
15:56
* *.tcl: Bumped the version number to 5.10. * COPYRIGHT.txt: * README.txt: * scripts/*.tcl: Added the "-acceptdropcommand", "-instanttoggle", and "-tight" configuration options; added the "isviewable" and "viewablerowcount" subcommands; improvements related to the value of the "-data" option for the virtual events <<TablelistColumnMoved>> and <<TablelistRowMoved>>; sped up the "delete" subcommand; restored the support for some earlier Tcl/Tk versions; improved the package loading mechanism; guarded against potential item insertions or deletions from within the commnad specified as the value of the "-editendcommand" option; guarded against deletion of embedded images or windows from within the commnad specified as the value of the "-tooltipaddcommand" option. * scripts/tclIndex: Newly generated. * ../../examples/*.tcl: Bumped the version number to 5.10. * CHANGES.txt: Updated to reflect the changes. * doc/*.html: * doc/config.png: Updated screenshots. * doc/styles.png: check-in: 95989b8d77 user: csaba tags: trunk
2013-10-06
08:29
Added shebang lines and changed the line endings for demo-meters.tcl (issues reported by stwo) check-in: 22df28a90a user: markus tags: trunk
2013-09-29
11:55
Addded change in plotpriv.tcl to the change log - see ticket 40ae42af80 check-in: 63d8aa94fa user: markus tags: trunk
11:54
Remove a restriction on the number of plots that can be redefined in a canvas - see ticket 40ae42af80 check-in: 6a9af84fac user: markus tags: trunk
11:37
Add the test/example for the ternary diagram check-in: 961a194771 user: markus tags: trunk
11:37
Add the components for the ternary diagram check-in: a077a938e3 user: markus tags: trunk
11:31
Bumping version to 2.2.1 and updating the ChangeLog. Also some corrections in the documentation. check-in: 6719472dfa user: markus tags: trunk
11:24
Add dummy components for table charts, otherwise the computing the margins causes trouble. Add dummy scaling parameters for spiral pies check-in: 757e34971e user: markus tags: trunk
11:01
Add package require command - this was missing from the example/test check-in: 4cabe61f46 user: markus tags: trunk
10:45
Update the examples and tests with a sh-bang line; catch the use of "console show"; remove "source plotchart.tcl", as per ticket 750b78f0c03dcb64 by stwo check-in: 9da03561ad user: markus tags: trunk
2013-07-26
17:54
Regenerated embedded docs to get latest changes. check-in: 22ba5aa4f0 user: andreask tags: trunk
2013-07-04
17:06
[7bb539fa97] (::crosshair::off) Fixed various issues in the command. Thanks to <[email protected]> for the report and fixes. check-in: 8995efe829 user: andreask tags: trunk
16:57
[6af0aca06c]: Removed superfluous closing brace. Thanks to [email protected] for the report. check-in: 68a78d37d6 user: andreask tags: trunk
2013-06-20
06:27
Restored the "epilogue" of the man page check-in: 568679887b user: markus tags: trunk
2013-06-16
13:48
Implement a new command to erase an entire plot and the associated resources Implement a new type of plot: ternary diagrams and the associated methods check-in: 295df035ca user: markus tags: trunk
2013-06-12
17:02
Fixed oops. Forgot to add new canvas::gradient package to index. Plus sorted index entries alphabetically. check-in: 1b4c48ae1d user: andreask tags: trunk
10:54
Correct the version number - there was a difference between that in pkgIndex.tcl and that in plotchart.tcl (reported on clt) check-in: 1c6dbb5516 user: markus tags: trunk
2013-06-09
12:36
Merge implementation of subtitles, extended and corrected tests, options -timeformat and -gmt check-in: b412199073 user: markus tags: trunk
12:30
Removed leftover print statements Leaf check-in: 5ba99b11b9 user: markus tags: subtitles-and-corrected-tests
2013-06-05
23:57
Ticket [3651bb1b96]: Integrated MaxJarek's canvas gradient package. check-in: 894b8ead99 user: andreask tags: trunk
20:45
Updated plotchart work with latest from release and trunk. check-in: b99a4a95be user: andreask tags: subtitles-and-corrected-tests
20:18
Merged documentation work for publication. check-in: c20649fc11 user: andreask tags: trunk
20:16
Added feedback section, with proper tracker link. Regenerated embedded docs. Leaf check-in: d4ee97f711 user: andreask tags: doc-cleanup
17:59
Documentation cleanup (keyword/xref locations, trailing whitespace, multi-line blocks of empty lines) check-in: 9373fd4dcb user: andreask tags: doc-cleanup
2013-05-26
10:24
* ../../examples/styles.tcl: Using the "-stripebackground" option * ../../examples/styles_tile.tcl: at column level, too. check-in: 9d0c0de577 user: csaba tags: trunk
10:23
* ../../examples/config_tile.tcl: Improvements for Windows 7. check-in: a92a0487a5 user: csaba tags: trunk
10:23
* ../../examples/*.tcl: Bumped the version number to 5.9. check-in: 46829f3d74 user: csaba tags: trunk
10:18
* doc/styles.png: Updated screenshots. * doc/win7Aero.png: check-in: e33b1ae023 user: csaba tags: trunk
10:17
* CHANGES.txt: Updated to reflect the changes. * doc/*.html: check-in: 71eec45192 user: csaba tags: trunk
10:07
* scripts/*.tcl: Added the "-valign" column and cell configuration option; added the "-stripebackground" and "-stripeforeground" column configuration options; improvements for Windows 7; workaround for a text widget bug in Tk versions 8.5 and later; corrected a typo in the implementation of the "rowconfigure" subcommnad; fixed a bug related to resetting the "-(select)background" and "-(select)foreground options at column, row, and cell levels. check-in: 0f913f5652 user: csaba tags: trunk
10:00
* *.tcl: Bumped the version number to 5.9. * COPYRIGHT.txt: * README.txt: check-in: 68560efccc user: csaba tags: trunk
09:58
* *.tcl: Bumped the version number to 5.9. * COPYRIGHT.txt: * README.txt: * scripts/*.tcl: Added the "-valign" column and cell configuration option; added the "-stripebackground" and "-stripeforeground" column configuration options; improvements for Windows 7; workaround for a text widget bug in Tk versions 8.5 and later; corrected a typo in the implementation of the "rowconfigure" subcommnad; fixed a bug related to resetting the "-(select)background" and "-(select)foreground options at column, row, and cell levels. * scripts/tclIndex: Newly generated. * ../../examples/*.tcl: Bumped the version number to 5.9. * ../../examples/config_tile.tcl: Improvements for Windows 7. * ../../examples/styles.tcl: Using the "-stripebackground" option * ../../examples/styles_tile.tcl: at column level, too. * CHANGES.txt: Updated to reflect the changes. * doc/*.html: * doc/styles.png: Updated screenshots. * doc/win7Aero.png: check-in: 7233537ac7 user: csaba tags: trunk
2013-05-25
12:33
Added example for stripchart with date/time; updated version and change log check-in: 5f3f66d767 user: markus tags: subtitles-and-corrected-tests
12:26
Correct some formatting errors in the documenation check-in: 8d0078cda5 user: markus tags: subtitles-and-corrected-tests
12:13
Implementing the options -timeformat and -gmt for the x-axis as per bug 3613718 check-in: 201ff1170b user: markus tags: subtitles-and-corrected-tests
2013-05-10
05:21
Regenerated the documentation with the fix from the previous revision. check-in: 50cad95e02 user: aku tags: trunk
05:18
Fix copy/pasta error tcllib -> tklib. check-in: d3e68bd94d user: aku tags: trunk
2013-04-26
18:23
Fixed inadvertent fork. check-in: 1ffd7f00f7 user: andreask tags: trunk
18:05
[Bug 3603562]: Integrated changes made by Frank to automatically track changes in canvas scale, i.e. zooming. Bumped version to 1.2 (new feature). New example for scaling. check-in: 90a1f4a28d user: andreask tags: trunk
2013-04-23
19:48
* CHANGES.txt: Slightly extended. check-in: 4a08f103ed user: csaba tags: trunk
2013-04-21
16:01
* CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: check-in: 4330d1da33 user: csaba tags: trunk
15:58
* scripts/tablelistUtil.tcl: Worked around a peculiarity of Tk on * scripts/tablelistWidget.tcl: Windows, related to deleting an embedded window while resizing a text widget interactively. check-in: 5ae040fd4f user: csaba tags: trunk
15:57
* scripts/tablelistBind.tcl: Minor improvement. check-in: 0642e95299 user: csaba tags: trunk
15:55
* CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: check-in: c2426357c3 user: csaba tags: trunk
15:54
* Small correction. check-in: 40e12e5a4e user: csaba tags: trunk
15:45
* README.txt: Slightly extended. * doc/tablelistWidget.html: * scripts/tablelistBind.tcl: Minor improvement. * scripts/tablelistUtil.tcl: Worked around a peculiarity of Tk on * scripts/tablelistWidget.tcl: Windows, related to deleting an embedded window while resizing a text widget interactively. check-in: 37f116f8f4 user: csaba tags: trunk
2013-04-19
20:46
* scripts/tablelistUtil.tcl: Small correction. check-in: 9d7f3b370b user: csaba tags: trunk
2013-04-17
20:51
* scripts/tablelistSort.tcl: Using "-algn top" for the embedded * scripts/tablelistUtil.tcl: message widgets displaying multiline * scripts/tablelistWidget.tcl: texts. check-in: ae58597613 user: csaba tags: trunk
20:50
* scripts/tablelistSort.tcl: Using "-algn top" for the embedded * scripts/tablelistUtil.tcl: message widgets displaying multiline * scripts/tablelistWidget.tcl: texts. check-in: efbd62d7a1 user: csaba tags: trunk
2013-04-16
19:11
* scripts/tablelistBind.tcl: Minor improvement. check-in: c3811c8b35 user: csaba tags: trunk
19:10
* scripts/tablelistBind.tcl: Minor improvement. check-in: f24cd6a921 user: csaba tags: trunk
2013-04-14
10:11
* scripts/tablelistUtil.tcl: Minor optimization. check-in: 6dec215135 user: csaba tags: trunk
10:09
* scripts/tablelistUtil.tcl: Minor optimization. check-in: 8f3ac1c00c user: csaba tags: trunk
2013-04-13
18:40
* ../../examples/*.tcl: Bumped the version number to 5.8. check-in: e1ee5b45d2 user: csaba tags: trunk
18:39
* doc/*.html: Added a "Virtual Events" section to the reference manual; updated to reflect the changes. check-in: 2f912ce041 user: csaba tags: trunk
18:36
* CHANGES.txt: Updated to reflect the changes. check-in: ac6d4297ea user: csaba tags: trunk
18:35
* scripts/tclIndex: Newly generated. check-in: 1e3b14655e user: csaba tags: trunk
18:34
* scripts/*.tcl: Support for interactive cell editing with the aid of the ctext widget; added the "canceledediting" subcommand; sped up the "selection" and "cellselection" subcommands by orders of magnitude; significally reduced the performance penalty imposed by the "-(select)background" and "-(select)foreground options at column, row, and cell levels; improved the keyboard traversal during interactive cell editing; using the "-data" option for most virtual events; improvements related to the selection mode "extended"; further code improvements; eliminated a regression introduced in Tablelist 5.6, related to vertical scrolling under Tk 8.5 or later in the presence of embedded images or windows. check-in: 3661737db3 user: csaba tags: trunk
18:33
* *.tcl: Bumped the version number to 5.8. * COPYRIGHT.txt: * README.txt: check-in: 3a0c83b46d user: csaba tags: trunk
18:27
* *.tcl: Bumped the version number to 5.8. * COPYRIGHT.txt: * README.txt: * scripts/*.tcl: Support for interactive cell editing with the aid of the ctext widget; added the "canceledediting" subcommand; sped up the "selection" and "cellselection" subcommands by orders of magnitude; significally reduced the performance penalty imposed by the "-(select)background" and "-(select)foreground options at column, row, and cell levels; improved the keyboard traversal during interactive cell editing; using the "-data" option for most virtual events; improvements related to the selection mode "extended"; further code improvements; eliminated a regression introduced in Tablelist 5.6, related to vertical scrolling under Tk 8.5 or later in the presence of embedded images or windows. * scripts/tclIndex: Newly generated. * ../../examples/*.tcl: Bumped the version number to 5.8. * CHANGES.txt: Updated to reflect the changes. * doc/*.html: Added a "Virtual Events" section to the reference manual; updated to reflect the changes. check-in: ee4daec4fd user: csaba tags: trunk
2013-04-04
04:35
Fixed bug 3609346, renaming "dia" to "diagram-viewer". Updated embedded documentation. check-in: f294879b5c user: aku tags: trunk
2013-03-26
03:28
Updated plotchart work with latest from release and trunk. check-in: 25fbd1c0aa user: aku tags: subtitles-and-corrected-tests
03:27
Merged release back into the main line. check-in: c1420d949e user: aku tags: trunk
02:46
Tagged Tk 0.6 for release Closed-Leaf check-in: 5e1c3ec339 user: aku tags: tklib-0-6, tklib-0-6-rc
2013-03-15
02:02
Regenerated embedded docs check-in: 9eac84a07b user: aku tags: tklib-0-6-rc
01:57
Get latest plotchart fixes. check-in: 4956f861d8 user: aku tags: tklib-0-6-rc
2013-03-14
16:15
Since the support for subtexts to the axes requires options for the right axis when determining the margins, we need to use the rightaxis component for all relevant plot/chart types. check-in: 8c13632e14 user: markus tags: subtitles-and-corrected-tests
06:02
Get widget fixes (dateentry & calendar) into release. check-in: 6f613f6445 user: aku tags: tklib-0-6-rc
05:57
[Bug 3458158, 3607261]: Fixed broken bindings of "widget::calendar" which in turn broke "widget::dateentry". Bumped calendar to 1.0.1, dateentry to 0.96. check-in: a6173e19d4 user: aku tags: trunk
2013-03-12
03:18
Get latest plotchart fixes. check-in: fcdf9d9650 user: aku tags: tklib-0-6-rc
03:17
Activate all the Tk specific tests. check-in: 297b6b232a user: aku tags: subtitles-and-corrected-tests
03:14
Fixed another improper check, and removed redundant check in package index. check-in: f3d8b0be17 user: aku tags: subtitles-and-corrected-tests
03:03
Fix for plotchart testsuite, added proper Tcl version check. check-in: 7c69b51a2d user: aku tags: subtitles-and-corrected-tests
03:00
Fix for plotchart testsuite, added proper Tcl version check. check-in: c729f18ef7 user: aku tags: tklib-0-6-rc
2013-03-11
22:55
And the .tap file also check-in: 7ffa535791 user: andreask tags: tklib-0-6-rc
20:54
Installer updated with Tcllib changes, use embedded docs. check-in: 8bbf443a2c user: andreask tags: tklib-0-6-rc
20:47
Full regeneration of the embedded docs, proper nav links, extended toc set. check-in: c310155d8d user: andreask tags: tklib-0-6-rc
20:47
Version fixes check-in: 303f6a8aa4 user: andreask tags: tklib-0-6-rc
20:41
Updated sak code to the latest from tcllib. check-in: 08d61afec4 user: andreask tags: tklib-0-6-rc
20:33
Fixed old urls in various locations, added meta files to repository to make checkout like distribution. check-in: 8d8e05c279 user: andreask tags: tklib-0-6-rc
20:15
Merged trunk changes (embedded docs) to pending release. check-in: 94958bdd4c user: andreask tags: tklib-0-6-rc
20:08
Merged latest plotchart work into the pending release. check-in: c2b933f8dd user: andreask tags: tklib-0-6-rc
20:05
Merged latest crosshair work to the pending release. check-in: 22070c5233 user: andreask tags: tklib-0-6-rc
2013-03-10
16:08
Correct the use of options for the vertical subtext. Add missing procedures from previous checkin. check-in: bb8dd0fd80 user: markus tags: subtitles-and-corrected-tests
14:12
Document the subtext subcommands. Compute the new margins based on the presence or absence of subtexts to the axes. Bumped version to 2.1.0 to reflect the addition of these subcommands and the repair of the pixelToCoords procedure. check-in: b779f23b2e user: markus tags: subtitles-and-corrected-tests
11:49
Extend the set of tests for the coordinate transformation procedures. This revealed that the procedure pixelToCoords had not been updated for the various transformation options. This has now been corrected. Other changes: explicitly take care of an expected value of 0 and more accurate conversion factor degrees to radians. check-in: 807a93a8bb user: markus tags: subtitles-and-corrected-tests
2013-02-25
20:13
Do not invoke the tracking callback while the crosshairs are out of bounds. Closed-Leaf check-in: 9804fb212f user: andreask tags: crosshair-bboxes-3603562
19:59
Accepted changes by Frank Gover for robustness of bbox handles. Accepted plotchart based examples for multiple bounded crosshairs. check-in: 6548d8e6e5 user: andreask tags: crosshair-bboxes-3603562
2013-02-20
17:57
Merged plotchart test corrections into the release. check-in: 5e22b3d715 user: andreask tags: tklib-0-6-rc
17:54
Fixed plotcontour-1.0 not properly cleaning up its main canvas. All tests pass. check-in: 5f65b7f4cc user: andreask tags: subtitles-and-corrected-tests
17:52
Converted test file back from dos to unix line-endings. check-in: c2556fed6e user: andreask tags: subtitles-and-corrected-tests
2013-02-17
10:17
Corrected the tests - the type of coordinate system must be set explicitly (only within the context of the tests) check-in: c630223782 user: markus tags: subtitles-and-corrected-tests
2013-02-15
06:44
First set of manpages getting category information, plus extended set of keywords. check-in: f87132aa81 user: aku tags: trunk
06:22
Fixed issues with plotchart tests: Code requires Tcl 8.5 now. Fixed abort message to be properly caught by sak test runner. Added check for Tk, and fixed tk constraint setup. Hackish. Should put Tk presence properly into the constraint, and update all tests. check-in: b4a213d257 user: aku tags: tklib-0-6-rc
06:20
Removed superfluous Tcl version check in plotchart package index. check-in: bb7fb2e12a user: aku tags: tklib-0-6-rc
2013-02-14
05:34
[Bug 3603562]: Allow the confinement of the crosshairs to one or more rectangular bounding boxes. Bumped version to 1.1. check-in: 9382d1e073 user: aku tags: crosshair-bboxes-3603562
00:07
Fix toc to manpage linkage check-in: bfe904c4c0 user: andreask tags: trunk
2013-02-13
23:43
Embedded documentation for tklib. Tweaks to sak/localdoc (different toplevel nav, dtplite not local) check-in: 852b377e68 user: andreask tags: trunk
23:29
Started work on the Tklib 0.6 release. check-in: 13199048b4 user: andreask tags: tklib-0-6-rc
23:27
Switched deprecated nl markup command to para(graph). check-in: 6205def19e user: andreask tags: trunk
23:16
Brought the latest changes to tcllib's sak.tcl over to tklib's copy of it. check-in: d9cb27434d user: andreask tags: trunk
2013-02-09
14:48
<<NtextCut>> etc, <Terminate_Server>, remove selection for <<Undo>>/<<Redo>>, adapt to allow persistent primary selection check-in: e7fec2747c user: kjnash tags: trunk
2013-01-27
11:24
Check in changes that add support for -box etc. for almost all plots check-in: b7411ac5c8 user: markus tags: trunk
10:50
Added a test/demo for dealing with resizing the canvas widget check-in: f36c3c9537 user: markus tags: trunk
10:45
Solve a display problem with the legend - ticklines could be drawn on top of the legend. Adjust the documentation of the createRightAxis command to draw attention to a problem with more than one plot in the same canvas check-in: 8537fe64fd user: markus tags: trunk
2013-01-14
18:38
Add a Mac Vertical Scrolling Demo; bugfix check-in: 4e94f93cab user: kjnash tags: trunk
2013-01-11
17:58
Version 0.9b2, suitable for testing check-in: b923264bf0 user: kjnash tags: trunk
17:54
Remove real-event "emacs-like bindings" that are now handled by virtual events; trace tk_strictMotif as well as ntext::classicExtras to switch these events on and off as required check-in: 2573638456 user: kjnash tags: trunk
2013-01-10
18:35
Rename real events to virtual ones; undefine *Para virtual events for the Mac check-in: 529de20ab1 user: kjnash tags: trunk
15:26
Add new virtual events from 8.6.0, and the variable, proc and trace to manage the emacs-like events check-in: 01910606ed user: kjnash tags: trunk
15:08
Rearrange event definitions for ease of adaptation to new tk.tcl check-in: 92d5f83df7 user: kjnash tags: trunk
14:36
sync to trunk library/text.tcl; modify event names check-in: ef6dd6373c user: kjnash tags: trunk
2013-01-09
17:22
ntext package version 0.9b1 * Update to correspond to tk8.x/text.tcl 1.41.4.3 (tagged Tk 8.5.9), 1.46. * Do not call private commands from tk8.x/text.tcl (for improved compatibility with all versions of Tk 8.5.x, 8.6.x). * Adapt bindings to have Mac-like behaviour on the Mac. * Show correct cursor for insert/overwrite when there are multiple widgets. * Fix "Smart End" to handle trailing whitespace. * Different behaviour for "Smart Home" in corner case with wrapped leading whitespace. * Update docs and examples. check-in: f39d1b4b0e user: kjnash tags: trunk
2012-12-24
08:44
Add support for vertical text along the right axis (patch provided by Frank Gover) check-in: 0e7c653846 user: markus tags: trunk
2012-12-13
00:52
Fix tkpiechart sources, put in the CVS head. check-in: 56d54ec426 user: andreask tags: trunk
2012-12-12
18:27
AS local changes made official, proper Tcl requirements added. check-in: 93e7964c20 user: andreask tags: trunk
18:15
Added a file which apparently was lost in the cvs/fossil transition. check-in: df363d319b user: andreask tags: trunk
2012-12-02
10:39
Small corrections to a number of demo programs check-in: fd0c05047d user: arjenmarkus tags: trunk
10:33
Series of changes and corrections - see ChangeLog for a description check-in: f001175fec user: arjenmarkus tags: trunk
2012-10-23
21:03
* ../../examples/*.tcl: Bumped the version number to 5.7; several improvements. check-in: d415e03c13 user: nemethi tags: trunk
21:01
* doc/bwidget.png: Updated screenshots. * doc/mint.png: * doc/tileWidgets.png: * doc/ubuntu.png: check-in: e4acd7915e user: nemethi tags: trunk
21:00
* CHANGES.txt: Updated to reflect the changes. * doc/*.html: check-in: 3d857f3506 user: nemethi tags: trunk
20:59
* scripts/tclIndex: Newly generated. check-in: 2b9a528a3c user: nemethi tags: trunk
20:58
* scripts/*.tcl: Added the "cellbbox" and "editinfo" subcommands; adapted the tree styles "ubuntu" and "mint" to the latest Ubuntu Linux and Linux Mint releases; minor change related to the ttk::combobox widget used as edit window; increased use of virtual events; worked around a bug in some earlier Tk versions, related to checkbuttons without indicator; replaced the "namespace exists" occurrences with "array exists"; fixed a copy & paste bug related to embedded windows; fixed a long-standing bug related to the "cancelediting" subcommand and the "-forceeditendcommand" option; fixed a long-standing minor bug related to the "-labelbg" column configuration option in Tablelist_tile; several further improvements. check-in: d40e293520 user: nemethi tags: trunk
20:55
* *.tcl: Bumped the version number to 5.7. * COPYRIGHT.txt: * README.txt: check-in: d3fd2ae512 user: nemethi tags: trunk
20:54
* *.tcl: Bumped the version number to 5.7. * COPYRIGHT.txt: * README.txt: * scripts/*.tcl: Added the "cellbbox" and "editinfo" subcommands; adapted the tree styles "ubuntu" and "mint" to the latest Ubuntu Linux and Linux Mint releases; minor change related to the ttk::combobox widget used as edit window; increased use of virtual events; worked around a bug in some earlier Tk versions, related to checkbuttons without indicator; replaced the "namespace exists" occurrences with "array exists"; fixed a copy & paste bug related to embedded windows; fixed a long-standing bug related to the "cancelediting" subcommand and the "-forceeditendcommand" option; fixed a long-standing minor bug related to the "-labelbg" column configuration option in Tablelist_tile; several further improvements. * scripts/tclIndex: Newly generated. * ../../examples/*.tcl: Bumped the version number to 5.7; several improvements. * CHANGES.txt: Updated to reflect the changes. * doc/*.html: * doc/bwidget.png: Updated screenshots. * doc/mint.png: * doc/tileWidgets.png: * doc/ubuntu.png: check-in: c9cc2cd2ff user: nemethi tags: trunk
2012-10-22
18:03
Disabled left-over active example code check-in: 2ebe356bf4 user: andreas_kupries tags: trunk
2012-10-05
20:04
* basic.tcl: Modified minimum line-width to 0 (zero). * pkgIndex.tcl: This enables things like hidden boxes. Version bumped to 1.0.1 (Considered a bugfix). check-in: 766d2016c8 user: andreas_kupries tags: trunk
2012-08-31
21:01
* widget_listentry.man: New, widget documentation. * widget_listsimple.man: New, widget documentation. * listentry.tcl: Small bugfix. Revalidate entry field * listsimple.tcl: when -list-variable changes. check-in: fb552bf8b6 user: andreas_kupries tags: trunk
2012-08-28
20:29
* widget_validator.man: New file, documentation. * validator.tcl: Added argument check to method validate. check-in: 6a9fc8a977 user: andreas_kupries tags: trunk
05:05
New module widgetl, packages widget::listsimple and widget::listentry check-in: 8226a84bd9 user: andreas_kupries tags: trunk
04:29
New module widgetv, package widget::validator check-in: 304e0a567b user: andreas_kupries tags: trunk
2012-08-27
07:21
Correct small problem in creating right axis; implement new labelling method for axes check-in: 0144c7ab55 user: arjenmarkus tags: trunk
2012-07-31
14:05
Add a preliminary implementation of the "deletedata" subcommand check-in: f4887dd66a user: arjenmarkus tags: trunk
2012-06-21
18:15
* Makefile.in (install, install-libraries, install-doc): [Bug 3536133]: Added missing -app-path and -no-apps options. Thanks to Georgios Petasis <[email protected]>. check-in: 9790acbeec user: andreas_kupries tags: trunk
2012-05-31
13:48
Get rid of deprecated markup in man page check-in: 215a80cee6 user: arjenmarkus tags: trunk
2012-05-18
11:27
Remove an incompatibility with the previous version, regarding the canvas argument for coordsToPixel and the like check-in: 648c03fe97 user: arjenmarkus tags: trunk
10:41
Correct the reconstruction of the canvas name from the symbolic name check-in: bb4e6b3b83 user: arjenmarkus tags: trunk
2012-05-15
07:05
Implement a subtitle command and correct the drawing of the time-axis (sometimes an extra label was drawn) check-in: cea3a0325b user: arjenmarkus tags: trunk
2012-05-11
21:55
Integrated patch contributed by same to use the new zoom fitting functionality of map::slippy (v 0.5). check-in: 3d90691d1d user: andreas_kupries tags: trunk
21:33
* ../../examples/canvas/osm.tcl: Integrated code/patch contributed by <[email protected]> to use the new map::geocode::nominatim package for the resolution of geographical names. check-in: 27162eda60 user: andreas_kupries tags: trunk
2012-04-23
08:16
Remove explicit sourcing of "plotchart.tcl" check-in: 0e113cf2c4 user: arjenmarkus tags: trunk
2012-04-20
08:05
Corrected problems with setZoomPan and reformatting date/time axis labels check-in: a9597d6cf9 user: arjenmarkus tags: trunk
2012-04-16
21:36
* CHANGES.txt: Fixed a bug related to the "move" * scripts/tablelistMove.tcl: subcommand. check-in: 9907fa11f7 user: nemethi tags: trunk
2012-04-09
21:02
* scripts/tablelistEdit.tcl: Minor improvements related to Tk and tile checkbuttons used as edit windows. check-in: f6cc056386 user: nemethi tags: trunk
2012-04-07
17:04
* scripts/tablelistEdit.tcl: Small corrections and improvements. * scripts/tablelistThemes.tcl: * scripts/tablelistUtil.tcl: check-in: 91b6dc221e user: nemethi tags: trunk
2012-04-06
07:46
Small corrections (test code turned off, use UNIX file format) check-in: 1618c1f95d user: arjenmarkus tags: trunk
2012-04-05
21:39
* scripts/tclIndex: Newly generated. check-in: bd71d1bbab user: nemethi tags: trunk
21:39
* scripts/tablelistBind.tcl: Optimizations related to item insertion * scripts/tablelistMove.tcl: and sorting. * scripts/tablelistSort.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: check-in: 354cf90dd7 user: nemethi tags: trunk
21:37
* CHANGES.txt: Updated to reflect the changes. * doc/tablelistWidget.html: check-in: 6165453786 user: nemethi tags: trunk
21:37
* CHANGES.txt: Updated to reflect the changes. * doc/tablelistWidget.html: * scripts/tablelistBind.tcl: Optimizations related to item insertion * scripts/tablelistMove.tcl: and sorting. * scripts/tablelistSort.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: * scripts/tclIndex: Newly generated. check-in: 932caa81fc user: nemethi tags: trunk
2012-03-24
20:25
* scripts/tclIndex: Newly generated. check-in: 49d10313b4 user: nemethi tags: trunk
20:25
* scripts/tablelistBind.tcl: Minor improvements. * scripts/tablelistSort.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: check-in: 502e7fc2ca user: nemethi tags: trunk
20:23
* CHANGES.txt: Slightly extended. check-in: a8411f49da user: nemethi tags: trunk
20:22
* CHANGES.txt: Slightly extended. * scripts/tablelistBind.tcl: Minor improvements. * scripts/tablelistSort.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: * scripts/tclIndex: Newly generated. check-in: 6d2b75dc0e user: nemethi tags: trunk
2012-03-22
19:46
Add preliminary version of a combined xyplot/table chart Note: not automatically sourced yet check-in: 78e0de6ff4 user: arjenmarkus tags: trunk
19:44
Repair xyplot.tcl (incompatibility introduced in Plotchart 2.0); Adapt plottable.tcl for combined use - correct a small error in handling the text anchor check-in: 60e432e822 user: arjenmarkus tags: trunk
2012-03-13
12:57
Add a missing file (separate package); correct a small mistake in drawing the legend - no line, then only a symbol; make the table chart accept -box and -axesbox check-in: 74679e654f user: arjenmarkus tags: trunk
2012-03-10
22:32
* *.tcl: Bumped the version number to 5.6; updated the * COPYRIGHT.txt: copyright information. * README.txt: * ../../examples/*.tcl: check-in: f7ef676831 user: nemethi tags: trunk
22:30
* doc/ambiance.png: Updated screenshots. * doc/dust.png: * doc/dustSand.png: * doc/radiance.png: check-in: 40a3117546 user: nemethi tags: trunk
22:29
* doc/adwaita.png: Added screenshots. * doc/mint.png: * doc/ubuntu.png: check-in: 6783059b73 user: nemethi tags: trunk
22:25
* CHANGES.txt: Updated to reflect the changes; minor improvements. * doc/*.html: check-in: 99e2fd29ac user: nemethi tags: trunk
22:23
* scripts/*.tcl: Added the tree styles "adwaita", "mint", and "ubuntu"; added the "-windowupdate" cell configuration option; embedded windows are now hidden during interactive cell editing; extended the support for the "tileqt" theme to work on KDE 4, too; guarded against the case that a tablelist widget is deleted and its name is reused for a widget of a different class; guarded against scripts that start by destroying all children of the root window; fixed a bug related to the "move" subcommand; updated the copyright information. check-in: 5162efb52d user: nemethi tags: trunk
22:21
* *.tcl: Bumped the version number to 5.6; updated the * COPYRIGHT.txt: copyright information. * README.txt: * ../../examples/*.tcl: check-in: d7beb1ce00 user: nemethi tags: trunk
22:20
* *.tcl: Bumped the version number to 5.6; updated the * COPYRIGHT.txt: copyright information. * README.txt: * ../../examples/*.tcl: * scripts/*.tcl: Added the tree styles "adwaita", "mint", and "ubuntu"; added the "-windowupdate" cell configuration option; embedded windows are now hidden during interactive cell editing; extended the support for the "tileqt" theme to work on KDE 4, too; guarded against the case that a tablelist widget is deleted and its name is reused for a widget of a different class; guarded against scripts that start by destroying all children of the root window; fixed a bug related to the "move" subcommand; updated the copyright information. * CHANGES.txt: Updated to reflect the changes; minor improvements. * doc/*.html: * doc/adwaita.png: Added screenshots. * doc/mint.png: * doc/ubuntu.png: * doc/ambiance.png: Updated screenshots. * doc/dust.png: * doc/dustSand.png: * doc/radiance.png: check-in: 9e0ea08b38 user: nemethi tags: trunk
19:20
* ../../examples/*.tcl: Updated the copyright information. check-in: 38c6908d9f user: nemethi tags: trunk
19:19
* CHANGES.txt: Updated to reflect the changes; minor improvements. * doc/*.html: check-in: 32c2d00fba user: nemethi tags: trunk
19:17
* scripts/*.tcl: Improved the impleementation of the "-background" option in Mentry_tile; made sure to use the theme-specific disabled foreground color in Mentry_tile; extended the support for the "tileqt" theme to work on KDE 4, too; guarded against scripts that start by destroying all children of the root window; updated the copyright information. check-in: c67979cf0a user: nemethi tags: trunk
19:16
* *.tcl: Bumped the version number to 3.6; updated the * COPYRIGHT.txt: copyright information. * README.txt: check-in: 7eedf59fe1 user: nemethi tags: trunk
19:14
* *.tcl: Bumped the version number to 3.6; updated the * COPYRIGHT.txt: copyright information. * README.txt: * scripts/*.tcl: Improved the impleementation of the "-background" option in Mentry_tile; made sure to use the theme-specific disabled foreground color in Mentry_tile; extended the support for the "tileqt" theme to work on KDE 4, too; guarded against scripts that start by destroying all children of the root window; updated the copyright information. * CHANGES.txt: Updated to reflect the changes; minor improvements. * doc/*.html: * ../../examples/*.tcl: Updated the copyright information. check-in: 6ac9c289ab user: nemethi tags: trunk
2012-03-01
17:51
Fix syntax problems in documentation, tripping Tcl 8.4. check-in: c42e628522 user: andreas_kupries tags: trunk
2012-02-24
01:44
Fix typos in pkgIndex.tcl check-in: 0bfd0ea44d user: andreas_kupries tags: trunk
01:41
* ../../examples/canvas/demo_editpoints.tcl: Tweaked demo GUIs * ../../examples/canvas/demo_draghigh.tcl: * canvas_epoints.man: Tweaked the options for callbacks a bit. * canvas_epoints.tcl: All packages now use a -data-cmd options for the reporting of edit operations. * canvas_equad.man: New package, an editor for a quadrilateral, * canvas_equad.tcl: attachable to any canvas. Can be constrained * pkgIndex.tcl: to accept only convex quadrilaterals. * ../../examples/canvas/demo_editquad.tcl: * ../../examples/canvas/demo_editquadconvex.tcl: * canvas_epoly.man: New package, an editor for a poly-line, * canvas_epoly.tcl: attachable to any canvas. * pkgIndex.tcl: * ../../examples/canvas/demo_editpoly.tcl: * canvas_trlines.tcl: New helper packages managing rubberbands. * canvas_trlines.man: * pkgIndex.tcl: check-in: d52a8142d1 user: andreas_kupries tags: trunk
2012-02-22
05:32
Fixed another -point-cmd use. check-in: 72168cf9d8 user: andreas_kupries tags: trunk
05:22
Fixed typo, and -point-cmd use. Updated documentation. check-in: c39c1cc43f user: andreas_kupries tags: trunk
04:42
Fixed typo, and removed outdated todo list check-in: 573e7d1683 user: andreas_kupries tags: trunk
04:28
* canvas_epoints.man: New package, an editor for point clouds, attachable * canvas_epoints.tcl: to any canvas. * pkgIndex.tcl: * ../../examples/canvas/demo_editpoints.tcl: check-in: 20f7b28c18 user: andreas_kupries tags: trunk
2012-02-16
05:36
* canvas_drag.man: Three new utility packages to help with * canvas_drag.tcl: canvas tag lists, highlighting, and dragging. * canvas_highlight.man: Plus an example application showing off * canvas_highlight.tcl: all three. * canvas_tags.man: * canvas_tags.tcl: * pkgIndex.tcl: * ../../examples/canvas/demo_draghigh.tcl check-in: 57776d80b4 user: andreas_kupries tags: trunk
2012-02-01
12:31
First implementation of the "transposecoordinates" configuration option check-in: 39ffe55916 user: arjenmarkus tags: trunk
2012-01-05
12:29
Repair some syntactical errors in the raw documentation check-in: 45d7c55e9d user: arjenmarkus tags: trunk
09:38
Fixed problem with annotations in TXPlot (separately treat time coordinate) Added method to retrieve the canvas alias for coordinate transformations check-in: 39fab7b301 user: arjenmarkus tags: trunk
09:34
And some more that I apparently had forgotten to actually add and commit check-in: 37a851abef user: arjenmarkus tags: trunk
09:33
Two additional examples - one from the Wiki (storing data in the canvas), one demonstrating time-x-plots with annotations check-in: 34b323e562 user: arjenmarkus tags: trunk
2011-12-23
08:51
Added several small examples/tests to show the new functionality of Plotchart` check-in: 547690cbcb user: arjenmarkus tags: trunk
08:48
Added NEWS to document the changes to create version 2.0 check-in: 96ea2ef4de user: arjenmarkus tags: trunk
08:47
Alpha version of Plotchart 2.0 - see NEWS file for current status check-in: 99a037cec5 user: arjenmarkus tags: trunk
2011-12-14
20:39
* scripts/tablelistUtil.tcl: Minor improvement related to the "-labelforeground" option in Tablelist_tile. check-in: d2ab08408d user: nemethi tags: trunk
19:13
added widget_dateentry.man so that it is build and installed check-in: 9565f54217 user: haertel tags: trunk
2011-12-13
22:11
* scripts/tablelistConfig.tcl: Improvements related to the header label * scripts/tablelistUtil.tcl: colors in Tablelist_tile. check-in: ccf9f5b626 user: nemethi tags: trunk
21:27
Bumped package version to 0.95. Bugfix:3458158, Adopt to changes of calendar v1.00 Provide a man page check-in: 7d1be572fd user: haertel tags: trunk
2011-12-11
21:54
* CHANGES.txt: Slightly modified. check-in: 4c0c380309 user: nemethi tags: trunk
2011-12-10
20:14
* scripts/tablelistConfig.tcl: A few corrections related to the header * scripts/tablelistUtil.tcl: label colors in Tablelist_tile. check-in: 32d85dc355 user: nemethi tags: trunk
16:13
* CHANGES.txt: Updated to reflect the changes. * doc/tablelist.html: * doc/tablelistThemes.html: * doc/tablelistWidget.html: check-in: 0373043248 user: nemethi tags: trunk
16:12
* scripts/tablelistUtil.tcl: Worked around a tile bug that caused the column labels in disabled state to no longer appear in the theme- specific disabled foreground color. check-in: 9ed48c5363 user: nemethi tags: trunk
16:11
* scripts/tablelistBind.tcl: Removed the "-labelbackground" option * scripts/tablelistConfig.tcl: from Tablelist_tile. * scripts/tablelistThemes.tcl: * scripts/tablelistWidget.tcl: check-in: a6e79254a2 user: nemethi tags: trunk
16:09
* scripts/tablelistBind.tcl: Removed the "-labelbackground" option * scripts/tablelistConfig.tcl: from Tablelist_tile. * scripts/tablelistThemes.tcl: * scripts/tablelistWidget.tcl: * scripts/tablelistUtil.tcl: Worked around a tile bug that caused the column labels in disabled state to no longer appear in the theme- specific disabled foreground color. * CHANGES.txt: Updated to reflect the changes. * doc/tablelist.html: * doc/tablelistThemes.html: * doc/tablelistWidget.html: check-in: d875e18e59 user: nemethi tags: trunk
2011-12-05
20:34
Sync provided/ifneeded version numbers check-in: 0e85f756aa user: andreas_kupries tags: trunk
2011-12-04
11:38
* CHANGES.txt: Slightly extended. check-in: 6c7dd050f6 user: nemethi tags: trunk
2011-12-02
21:26
* scripts/tablelistEdit.tcl: Minor improvements. * doc/tablelistWidget.html: check-in: 1abd80705a user: nemethi tags: trunk
2011-12-01
22:44
* scripts/tablelistUtil.tcl: Improvements for Mac OS X. check-in: 5cf0f8178b user: nemethi tags: trunk
2011-11-28
21:14
* ../../examples/tablelist/*.tcl: Bumped the version number to 5.5; better support for native look & feel, especially on Mac OS X. check-in: 77498a0d6b user: nemethi tags: trunk
21:13
* doc/embeddedWindows.png: Updated screenshot. check-in: cf5d4d082a user: nemethi tags: trunk
21:13
* doc/tablelist.html: Updated the documentation. * doc/tablelistWidget.html: check-in: 2c0cbe33b5 user: nemethi tags: trunk
21:11
* scripts/tablelistBind.tcl: Hidden elements are no longer excluded * scripts/tablelistConfig.tcl: from the selection; added the * scripts/tablelistEdit.tcl: "cornerpath" and "cornerlabelpath" * scripts/tablelistImages.tcl: subcommands; added support for Mac OS X * scripts/tablelistThemes.tcl: 10.7 (Lion); improved a few binding * scripts/tablelistUtil.tcl: scripts; fixed a bug related to embedded * scripts/tablelistWidget.tcl: windows. check-in: ce7b739bf4 user: nemethi tags: trunk
21:09
* *.tcl: Bumped the version number to 5.5. * *.txt: check-in: 69a52e25eb user: nemethi tags: trunk
21:08
* *.tcl: Bumped the version number to 5.5. * *.txt: * ../../examples/tablelist/*.tcl: Bumped the version number to 5.5; better support for native look & feel, especially on Mac OS X. * scripts/tablelistBind.tcl: Hidden elements are no longer excluded * scripts/tablelistConfig.tcl: from the selection; added the * scripts/tablelistEdit.tcl: "cornerpath" and "cornerlabelpath" * scripts/tablelistImages.tcl: subcommands; added support for Mac OS X * scripts/tablelistThemes.tcl: 10.7 (Lion); improved a few binding * scripts/tablelistUtil.tcl: scripts; fixed a bug related to embedded * scripts/tablelistWidget.tcl: windows. * doc/tablelist.html: Updated the documentation. * doc/tablelistWidget.html: * doc/embeddedWindows.png: Updated screenshot. check-in: 0b93122d6a user: nemethi tags: trunk
2011-11-16
22:04
* pkgIndex.tcl: Bumped package version to 1.00. * widget_calendar.tcl: * calendar.tcl: - Update -textvariable and call -command when navigated by keyboard. - Refactored code so that mouse button select and keyboard navigation use the same code - Added key binding for the Home key. check-in: 08cbc856ed user: andreas_kupries tags: trunk
18:09
* dateentry.tcl: Added option -language, using the patch provided * pkgIndex.tcl: by J. Lewandowski <[email protected]>. Bumped package version to 0.94. check-in: 23900ee3b5 user: andreas_kupries tags: trunk
2011-10-31
16:39
* calendar.tcl (C-language): Extended to include 'pl' (Polish) as * pkgIndex.tcl: viable language, per J. Lewandowski. Bumped * widget_calendar.man: version to 0.98. check-in: 3900018e39 user: andreas_kupries tags: trunk
2011-10-05
00:10
* ico.tcl: add ico::Show example. * ico0.tcl: improve default type retrieval * pkgIndex.tcl: bump versions to 1.1 and 0.3.2 check-in: e661912f9c user: hobbs tags: trunk
2011-09-12
16:22
* calendar.tcl: Added polish language definitions sent in * pkgIndex.tcl: by J. Lewandowski. Bumped version to 0.97. * widget_calendar.man: check-in: 1713e4e322 user: andreas_kupries tags: trunk
2011-09-08
13:18
* CHANGES.txt: Improved the check for PNG support in Tk. * scripts/tablelistWidget.tcl: check-in: 28339e36d9 user: nemethi tags: trunk
2011-09-04
12:29
* doc/arrowStyles.png: New picture, composed of screenshots. check-in: a96d86b655 user: nemethi tags: trunk
12:28
* doc/config.png: Updated screenshots. * doc/dirViewer.png: * doc/oxygen2.png: check-in: a33a859892 user: nemethi tags: trunk
12:27
* doc/tablelist.html: Updated the documentation. * doc/tablelistWidget.html: check-in: 720c024248 user: nemethi tags: trunk
12:26
* scripts/tclIndex: Newly generated. check-in: ec859ce24f user: nemethi tags: trunk
12:25
* scripts/tablelistUtil.tcl: Worked around some peculiarities of Tk on Mac OS X Aqua. check-in: 0a80b4a1cd user: nemethi tags: trunk
12:24
* scripts/tablelistImages.tcl: New arrow style "flat9x6"; adapted the tree style "oxygen2" to the look of current KDE 4 versions. check-in: e5975841ad user: nemethi tags: trunk
12:23
* scripts/tablelistBind.tcl: Added the "-autoscroll" and * scripts/tablelistConfig.tcl: "-populatecommand" options; added the * scripts/tablelistMove.tcl: "isexpanded" subcommand; fixed a bug * scripts/tablelistWidget.tcl: related to the tree style "aqua"; minor bug fixes. check-in: 0c398b9a02 user: nemethi tags: trunk
12:20
* ../../examples/tablelist/browse*.tcl: * ../../examples/tablelist/bwidget*.tcl: * ../../examples/tablelist/config*.tcl: * ../../examples/tablelist/dirViewer*.tcl: * ../../examples/tablelist/embeddedWindows*.tcl: * ../../examples/tablelist/iwidgets*.tcl: * ../../examples/tablelist/miscWidgets*.tcl: * ../../examples/tablelist/styles*.tcl: * ../../examples/tablelist/tileWidgets.tcl: check-in: 82b37f4449 user: nemethi tags: trunk
12:18
* *.tcl: Bumped the version * *.txt: number to 5.4. * ../../examples/tablelist/browse*.tcl: * ../../examples/tablelist/bwidget*.tcl: * ../../examples/tablelist/config*.tcl: * ../../examples/tablelist/dirViewer*.tcl: * ../../examples/tablelist/embeddedWindows*.tcl: * ../../examples/tablelist/iwidgets*.tcl: * ../../examples/tablelist/miscWidgets*.tcl: * ../../examples/tablelist/styles*.tcl: * ../../examples/tablelist/tileWidgets.tcl: check-in: e7faeb2e49 user: nemethi tags: trunk
12:15
* *.tcl: Bumped the version * *.txt: number to 5.4. * ../../examples/tablelist/browse*.tcl: * ../../examples/tablelist/bwidget*.tcl: * ../../examples/tablelist/config*.tcl: * ../../examples/tablelist/dirViewer*.tcl: * ../../examples/tablelist/embeddedWindows*.tcl: * ../../examples/tablelist/iwidgets*.tcl: * ../../examples/tablelist/miscWidgets*.tcl: * ../../examples/tablelist/styles*.tcl: * ../../examples/tablelist/tileWidgets.tcl: * scripts/tablelistBind.tcl: Added the "-autoscroll" and * scripts/tablelistConfig.tcl: "-populatecommand" options; added the * scripts/tablelistMove.tcl: "isexpanded" subcommand; fixed a bug * scripts/tablelistWidget.tcl: related to the tree style "aqua"; minor bug fixes. * scripts/tablelistImages.tcl: New arrow style "flat9x6"; adapted the tree style "oxygen2" to the look of current KDE 4 versions. * scripts/tablelistUtil.tcl: Worked around some peculiarities of Tk on Mac OS X Aqua. * scripts/tclIndex: Newly generated. * doc/tablelist.html: Updated the documentation. * doc/tablelistWidget.html: * doc/config.png: Updated screenshots. * doc/dirViewer.png: * doc/oxygen2.png: * doc/arrowStyles.png : New picture, composed of screenshots. check-in: b436875b64 user: nemethi tags: trunk
2011-08-22
20:43
* CHANGES.txt: Eliminated the deprecated free-form scan * scripts/mentryDateTime.tcl: from the implementation of the "mentry::getClockVal" command for Tcl versions 8.5 and above. check-in: 650d1279d2 user: nemethi tags: trunk
2011-08-19
21:32
* scripts/mwutil.tcl: Updated to the same version as in Tablelist 5.3. check-in: f695890e38 user: nemethi tags: trunk
21:31
* scripts/mentryWidget.tcl: Fixed a minor bug related to the handling of <Button-1> events. check-in: f04f92a028 user: nemethi tags: trunk
21:31
* *.tcl: Bumped the version number to 3.5. * *.txt: * doc/mentry.html: check-in: 9f6ac15480 user: nemethi tags: trunk
21:29
* *.tcl: Bumped the version number to 3.5. * *.txt: * doc/mentry.html: * scripts/mentryWidget.tcl: Fixed a minor bug related to the handling of <Button-1> events. * scripts/mwutil.tcl: Updated to the same version as in Tablelist 5.3. check-in: 0eee4965f8 user: nemethi tags: trunk
2011-07-11
19:49
* ../../examples/tablelist/styles_tile.tcl: Minor improvements. check-in: e3debe9a6a user: nemethi tags: trunk
2011-07-10
20:56
* *.tcl: Bumped the version number to 5.3.1. * *.txt: * doc/tablelist.html: * scripts/tablelistConfig.tcl: Fixed a bug related to the -hide row configuration option, introduced in the previous release. * scripts/tablelistThemes.tcl: Extended the support for the native * scripts/tablelistWidget.tcl: "Aqua-blue" background for the header label of the sort column to the Cocoa-based Tk patch levels 8.5.9 and above. check-in: 41524f4006 user: nemethi tags: trunk
20:29
* *.tcl: Bumped the version number to 5.3.1. * *.txt: * doc/tablelist.html: check-in: c7c10993e5 user: nemethi tags: trunk
20:26
* scripts/tablelistThemes.tcl: Extended the support for the native * scripts/tablelistWidget.tcl: "Aqua-blue" background for the header label of the sort column to the Cocoa-based Tk patch levels 8.5.9 and above. check-in: 693d43d351 user: nemethi tags: trunk
20:25
* scripts/tablelistConfig.tcl: Fixed a bug related to the -hide row configuration option, introduced in the previous release. check-in: 885354ff2a user: nemethi tags: trunk
20:15
* *.tcl: Bumped the version number to 5.3.1. * *.txt: * doc/tablelist.html: check-in: 43c09a9a69 user: nemethi tags: trunk
2011-07-02
20:49
* doc/tablelistWidget.html: Updated to reflect the changes. check-in: afac8605a1 user: nemethi tags: trunk
20:47
* scripts/tclIndex: Newly generated. check-in: c40adedd6a user: nemethi tags: trunk
20:46
* CHANGES.txt: New value "photo7x7" for the -arrowstyle * scripts/mwutil.tcl: configuration option; various further * scripts/tablelistConfig.tcl: improvements. * scripts/tablelistEdit.tcl: * scripts/tablelistImages.tcl: * scripts/tablelistSort.tcl: * scripts/tablelistThemes.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: check-in: bc87284eab user: nemethi tags: trunk
20:43
* CHANGES.txt: New value "photo7x7" for the -arrowstyle * scripts/mwutil.tcl: configuration option; various further * scripts/tablelistConfig.tcl: improvements. * scripts/tablelistEdit.tcl: * scripts/tablelistImages.tcl: * scripts/tablelistSort.tcl: * scripts/tablelistThemes.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: * scripts/tclIndex: Newly generated. * doc/tablelistWidget.html: Updated to reflect the changes. check-in: 7a0fa311b3 user: nemethi tags: trunk
2011-06-28
21:26
* scripts/tablelistUtil.tcl: Solved some refresh problems on Mac OS X * scripts/tablelistWidget.tcl: Aqua. check-in: 8fee3e2d5e user: nemethi tags: trunk
2011-06-27
21:33
* doc/aqua.png: Updated screenshot. check-in: 626f320e2f user: nemethi tags: trunk
21:32
* scripts/tablelistImages.tcl: Further improvements related to Mac OS X * scripts/tablelistUtil.tcl: Aqua. * doc/aqua.png: Updated screenshot. check-in: a9c3a33fb6 user: nemethi tags: trunk
21:31
* scripts/tablelistImages.tcl: Further improvements related to Mac OS X * scripts/tablelistUtil.tcl: Aqua. check-in: 44e2f6f7bf user: nemethi tags: trunk
21:27
* scripts/tablelistImages.tcl: Further ipmrovements related to Mac OS X Aqua. * scripts/tablelistUtil.tcl: * doc/aqua.png: Updated screenshot. check-in: 3492eb221f user: nemethi tags: trunk
2011-06-26
10:26
* ../../examples/config.tcl: Changed some colors. * ../../examples/config_tile.tcl: * ../../examples/option.tcl: * ../../examples/option_tile.tcl: * ../../examples/styles.tcl: * ../../examples/styles_tile.tcl: check-in: 4743c297cd user: nemethi tags: trunk
10:24
* doc/aqua.png: Updated screenshots. * doc/browse.png: * doc/browseTree.png: * doc/bwidget.png: * doc/config.png: * doc/dirViewer.png: * doc/embeddedWindows.png: * doc/embeddedWindows_tile.png: * doc/styles.png: * doc/tileWidgets.png: check-in: 95445aa6f9 user: nemethi tags: trunk
10:22
* doc/tablelist.html: Updated to reflect the changes made in the demo scripts. check-in: 828f8a1fbc user: nemethi tags: trunk
10:21
* CHANGES.txt: Improvements related to Mac OS X Aqua. * scripts/tablelistConfig.tcl: * scripts/tablelistImages.tcl: * scripts/tablelistSort.tcl: * scripts/tablelistThemes.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: check-in: e5a3d82c6e user: nemethi tags: trunk
10:19
* CHANGES.txt: Improvements related to Mac OS X Aqua. * scripts/tablelistConfig.tcl: * scripts/tablelistImages.tcl: * scripts/tablelistSort.tcl: * scripts/tablelistThemes.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: * ../../examples/config.tcl: Changed some colors. * ../../examples/config_tile.tcl: * ../../examples/option.tcl: * ../../examples/option_tile.tcl: * ../../examples/styles.tcl: * ../../examples/styles_tile.tcl: * doc/tablelist.html: Updated to reflect the changes made in the demo scripts. * doc/aqua.png: Updated screenshots. * doc/browse.png: * doc/browseTree.png: * doc/bwidget.png: * doc/config.png: * doc/dirViewer.png: * doc/embeddedWindows.png: * doc/embeddedWindows_tile.png: * doc/styles.png: * doc/tileWidgets.png: check-in: 9ce9fb7eb4 user: nemethi tags: trunk
2011-06-18
18:52
* *.tcl: Bumped the version number to 5.3. * *.txt: * ../../examples/tablelist/*.tcl: check-in: 580d3838f9 user: nemethi tags: trunk
18:47
* doc/bwidget_tile.png: Removed screenshot. check-in: 751d31039d user: nemethi tags: trunk
18:44
* doc/bwidget.png: Updated screenshots. * doc/config.png: * doc/tileWidgets.png: check-in: eb09c7e266 user: nemethi tags: trunk
18:42
* doc/index.html: Updated the documentation. * doc/tablelist.html: * doc/tablelistBWidget.html: * doc/tablelistCombobox.html: * doc/tablelistIwidgets.html: * doc/tablelistMentry.html: * doc/tablelistTile.html: * doc/tablelistTkCore.html: * doc/tablelistWidget.html: check-in: bced8c24f1 user: nemethi tags: trunk
18:40
* scripts/tclIndex: Newly generated. check-in: 3a215abcef user: nemethi tags: trunk
18:39
* scripts/tablelist*.tcl: Enhanced the interactive row move operation; added the -acceptchildcommand option; added the searchcolumn, getformatted, getformattedcolumns, and getformattedcells subcommands; added support for interactive cell editing with the aid of the Tk core and tile menubutton widgets; added support for the row indices "top" and "bottom" and for the column indices "left" and "right". check-in: 548ae415f7 user: nemethi tags: trunk
18:37
* *.tcl: Bumped the version number to 5.3. * *.txt: * ../../examples/tablelist/*.tcl: check-in: edb36a4b9d user: nemethi tags: trunk
18:34
* *.tcl: Bumped the version number to 5.3. * *.txt: * ../../examples/tablelist/*.tcl: * scripts/tablelist*.tcl: Enhanced the interactive row move operation; added the -acceptchildcommand option; added the searchcolumn, getformatted, getformattedcolumns, and getformattedcells subcommands; added support for interactive cell editing with the aid of the Tk core and tile menubutton widgets; added support for the row indices "top" and "bottom" and for the column indices "left" and "right". * scripts/tclIndex: Newly generated. * doc/index.html: Updated the documentation. * doc/tablelist.html: * doc/tablelistBWidget.html: * doc/tablelistCombobox.html: * doc/tablelistIwidgets.html: * doc/tablelistMentry.html: * doc/tablelistTile.html: * doc/tablelistTkCore.html: * doc/tablelistWidget.html: * doc/bwidget.png: Updated screenshots. * doc/config.png: * doc/tileWidgets.png: * doc/bwidget_tile.png: Removed screenshot. check-in: f27f39f437 user: nemethi tags: trunk
2011-05-03
00:53
* as.tcl (style::as::init_fonts), pkgIndex.tcl: update to v1.4.1. Only add *Menu.font for x11, as Cocoa Tk responds to menu font requests now, and it looks funny. check-in: d2360560e4 user: hobbs tags: trunk
2011-04-18
19:49
* ctext.tcl (ctext::linemapUpdateOffset): [Bug 3285751]: Applied * ctext.man: patch by Wojciech Kocjan <[email protected]> * pkgIndex.tcl: enabling smooth scrolling for Tk 8.5 and higher. Bumped version to 3.3 (new, api-compatible feature). check-in: 22dfb2a06f user: andreas_kupries tags: trunk
19:41
* ctext.tcl: Reformatted for standard indentation. check-in: d8b4c85445 user: andreas_kupries tags: trunk
2011-03-13
14:10
* *.txt: Bumped the version number to 3.4. * doc/wcb.html: check-in: a29693baff user: nemethi tags: trunk
14:09
* *.tcl: Minor changes related to the package mechanism, for better teacup support; bumped the version number to 3.4. check-in: bc8ce1fdc1 user: nemethi tags: trunk
14:08
* *.tcl: Minor changes related to the package mechanism, for better teacup support; bumped the version number to 3.4. * *.txt: Bumped the version number to 3.4. * doc/wcb.html: check-in: 6b8a0dc49b user: nemethi tags: trunk
2011-01-18
18:17
* cursor.tcl [Bug 3160150]: Fixed usage of shorthand 'config' for * cursor.man: 'configure'. Bumped version to 0.3.1. * pkgIndex.tcl: check-in: 1615767b20 user: andreas_kupries tags: trunk
2010-12-07
19:58
* Added mentry to tklib. check-in: 60df4260a6 user: nemethi tags: trunk
19:51
* Added wcb to tklib. check-in: 6741662b75 user: nemethi tags: trunk
19:43
* examples/mentry: Added the modules mentry and wcb, * examples/wcb: with examples. * modules/mentry: * modules/wcb: * support/installation/modules.tcl: check-in: 85080d7122 user: nemethi tags: trunk
2010-10-16
15:01
* COPYRIGHT.txt: Minor corrections. * README.txt: check-in: 23d17b9980 user: nemethi tags: trunk
2010-10-15
21:16
* *.tcl: Bumped the version number to 5.2. * *.txt: * ../../examples/tablelist/*.tcl: check-in: b49aaeebd3 user: nemethi tags: trunk
21:11
* doc/*.png: New and updated screenshots. check-in: d74a0e7948 user: nemethi tags: trunk
21:09
* doc/tablelist.html: Updated the documentation. * doc/tablelistWidget.html: check-in: 225669a8d2 user: nemethi tags: trunk
21:08
* scripts/tclIndex: Newly generated. check-in: fd5e603ebc user: nemethi tags: trunk
21:07
+ scripts/tablelist*.tcl: Added the "-fullseparators" option; added the tree styles "ambiance", "dust", "dustSand", "newWave", "plastik", and "radiance"; the implementation of collapse(all) and expand(all) no longer makes use of the -hide row configuration option; the move subcommand now supports moving an item outside its parent; fixed a few bugs related to binding scripts and hidden rows. check-in: 12d0b8a3a8 user: nemethi tags: trunk
21:06
* *.tcl: Bumped the version number to 5.2. * *.txt: * ../../examples/tablelist/*.tcl: check-in: 3cac45b286 user: nemethi tags: trunk
21:04
* *.tcl: Bumped the version number to 5.2. * *.txt: * ../../examples/tablelist/*.tcl: + scripts/tablelist*.tcl: Added the "-fullseparators" option; added the tree styles "ambiance", "dust", "dustSand", "newWave", "plastik", and "radiance"; the implementation of collapse(all) and expand(all) no longer makes use of the -hide row configuration option; the move subcommand now supports moving an item outside its parent; fixed a few bugs related to binding scripts and hidden rows. * scripts/tclIndex: Newly generated. * doc/tablelist.html: Updated the documentation. * doc/tablelistWidget.html: * doc/*.png: New and updated screenshots. check-in: 906accae2a user: nemethi tags: trunk
2010-10-01
06:22
* application.tcl: Extended the GUI, use a notebook to allow * pkgIndex.tcl: the display of both diagram and its code. Bumped version to 1.2. check-in: 9c055d8d66 user: andreas_kupries tags: trunk
05:41
update widget::all to 1.2.3 and correct dateentry version check-in: f026018462 user: hobbs tags: trunk
2010-09-30
19:09
Bump calendar.tcl to 0.96 check-in: 72cf43041d user: haertel tags: trunk
18:57
Removed the restriction that a -textvariable of the namespace dateentry is not allowed. check-in: a30aa2c03d user: haertel tags: trunk
2010-09-29
06:43
* pkgIndex.tcl: Bump dateentry to 0.93 * dateentry.tcl: address aqua issues causing selection not to work, following ttk::combobox. Do grab/release on popdown Map/Unmap and focus on calendar Map. Set wm transient/group only on non-aqua wms. check-in: 1c07d8467d user: hobbs tags: trunk
2010-09-10
17:16
* controlwidget.tcl: Fixed the mess with controlwidget sourcing * tachometer.tcl: files which were their own packages. Added * voltmeter.tcl: package provide declarations to volt- and * pkgIndex.tcl: tachometer widgets. Registered all the packages in the index. check-in: d9a6f3fbc3 user: andreas_kupries tags: trunk
2010-09-02
10:57
Correct problem in ScaleIsometric - did not work properly when the ranges were integer check-in: 936d9cb057 user: arjenmarkus tags: trunk
2010-08-27
03:23
* application.tcl: Extended with option '-t' when trusting the input, * pkgIndex.tcl: using a simple slave interp, instead of a safe one. Further extended with a bility to load canvas::* packages as formatting backends. Bumped version to 1.1. check-in: 6ff53152f5 user: andreas_kupries tags: trunk
03:19
* canvas_mvg.tcl: New package. Partial conversion of canvas * canvas_mvg.man: contents to ImageMagick's MVG vector format. * pkgIndex.tcl: check-in: c2f97b7abc user: andreas_kupries tags: trunk
2010-08-23
20:23
* apps/bitmap-editor: Additional functionality by Keith (mouse stroking, cursor, rename, and undo), plus teapot meta data. check-in: dd46261fd5 user: andreas_kupries tags: trunk
2010-08-20
19:52
* apps/bitmap-editor: New application, by Keith Vetter, added * apps/bitmap-editor.man: with permission. * support/installation/modules.tcl: check-in: 2842d7ac4d user: andreas_kupries tags: trunk
18:54
* scripts/tablelistWidget.tcl: Made deleting the whole content of a tablelist widget significantly faster. check-in: 925c68beae user: nemethi tags: trunk
2010-08-18
08:47
Correct small but potentially disturbing problem: createPolarplot was createPolarPlot in several conflicting places check-in: c7f8b0be51 user: arjenmarkus tags: trunk
2010-08-13
16:06
* canvas_zoom.tcl: Added missing Tk requirement. Bumped version to * canvas_zoom.man: 0.2.1. Updated documentation. * canvas_sqmap.tcl: Added missing Tk requirement. Bumped version to * canvas_sqmap.man: 0.3.1. Updated documentation. * pkgIndex.tcl: check-in: f97945aae2 user: andreas_kupries tags: trunk
2010-08-12
11:09
Support for custom methods added (plotmethod). Plaintext annotation described and new method introduced to set the configuration options (plaintextconfig) check-in: b826a7c5df user: arjenmarkus tags: trunk
2010-08-11
17:14
* controlwidget.man: Resolved merge conflict regarding markup of configure/cget in favor of 'method' over 'emph'. check-in: 20216c6c80 user: andreas_kupries tags: trunk
2010-08-10
11:05
Added/completed documentation, moved the sample code to separate examples, fixed several outstanding bugs. Added the module to the list of installable modules. check-in: 86dcbc69ec user: arjenmarkus tags: trunk
2010-08-07
21:25
* scripts/tablelistBind.tcl: Fixed a tooltip-related bug. check-in: cce66d4ed3 user: nemethi tags: trunk
2010-07-20
02:21
* canvas_sqmap.tcl: Extend the class with two option to specify * canvas_sqmap.man: images to show while the image for a cell is * pkgIndex.tcl: loaded, and in cells for which there is no image. Updated the documentation. Bumped the version to 0.3. check-in: e209c92690 user: andreas_kupries tags: trunk
2010-07-16
18:19
* ../../examples/canvas/osm.tcl: Another update of the app, Keith added: o computes distance between points: as you right click to to add points, it shows the distance from start to end o built in some initial locations (so not dependent on locations.gps) o hack to get the display shown nicely while initial maps are loading o double clicking a location automatically goes there o safer way to process *.gps files instead of just using 'eval' o shorten lat/lon to 6 decimal places And I added a binding (Button 3 double-click) to center the map at the mouse position. The zoom control has been 'place'd on the canvas. This works best for the new control, see below. * canvas_zoom.tcl: Updated and modified by Keith. Only two buttons * canvas_zoom.man: (+/-, as images) and a label in the * pkgIndex.tcl: middle. Automatically uses tile/ttk widgets if they are present. Simplified internals by using an unmapped scale widget to handle all the variable tracing. Version bumped to 0.2. check-in: c3497b9096 user: andreas_kupries tags: trunk
16:09
* controlwidget.man: Fixed the bad documentation syntax found by running "./sak.tcl doc validate modules/controlwidget" from the tklib toplevel directory. check-in: c125263f08 user: andreas_kupries tags: trunk
00:19
* pkgIndex.tcl: bump calendar to 0.95 * calendar.tcl (Refresh): use correct last day, as 8.4 doesn't handle going over on days in month for clock scan. check-in: bb6b1073a2 user: hobbs tags: trunk
2010-07-15
10:42
Started writing the manual for the various widgets. Improved implementation of several control widgets. Added the voltmeter widget and the matrix of radio buttons check-in: 152b699338 user: arjenmarkus tags: trunk
09:39
Corrected several glitches in the code found by Andreas Kupries. Verison now 1.9.2 check-in: 4e3720e97e user: arjenmarkus tags: trunk
2010-07-10
04:26
* plotannot.tcl: Made a number of fixes (mistyped variable names, * plotaxis.tcl: unbraced expressions, ...) found by tclchecker. * plotbusiness.tcl: Added a few checker pragmas for bogus warnings. * plotcontour.tcl: * plotpack.tcl: * plotpriv.tcl: check-in: a9d51fab0a user: andreas_kupries tags: trunk
2010-07-09
21:00
Fixed typo in name check-in: b5c8452185 user: andreas_kupries tags: trunk
20:44
* arrowb.tcl: Added arrowbutton widgets using Keit Vetter's * pkgIndex.tcl: bitmaps (see http://wiki.tcl.tk/8554). Bumped widget::all version to 1.2.2. check-in: 5d5c1f37d2 user: andreas_kupries tags: trunk
08:36
Preliminary commit of the modified tachometer widget. Several things are wrong with it at the moment - moving the needle with the mouse does not work correctly. There are also issues with the scaling check-in: 90dbb66551 user: arjenmarkus tags: trunk
2010-07-07
20:38
* ico.tcl: [Bug 3007168]: Fixed padding used for 24x24 icons. * ico.man: Further allowing writeIcon to create missing files. * pkgIndex.tcl: Bumped version to 1.0.5. check-in: 975adcf217 user: andreas_kupries tags: trunk
16:19
* ../../examples/canvas/city.tcl: Dropped the code trying * ../../examples/canvas/puzzle.tcl: to find and source * ../../examples/canvas/osm.tcl: packages relative to the example's location. Assume that the packages are installed. Further fixed issue with initial zoom level in osm.tcl. check-in: 83807cdf16 user: andreas_kupries tags: trunk
15:15
* README.developer: New files to help the referenced people with * README.releasemgr: their work on Tklib. Copied from Tcllib, and modified to suit. check-in: 11b48812b8 user: andreas_kupries tags: trunk
07:37
Incorporated patches by Torsten Berg and added a few new options he wanted. These are not yet documented, however, and there is more to come. check-in: 7fb6515cfd user: arjenmarkus tags: trunk
2010-07-06
13:11
Checking in a very first version of the collection of control widgets for numerical variables/values check-in: adcaab1d47 user: arjenmarkus tags: trunk
06:34
Fixing a bug reported by Torsten Berg wrt stacked histograms (more changes and extensions to come - leaving the version as is for the moment) check-in: 3fefb7d003 user: arjenmarkus tags: trunk
2010-07-03
18:08
* scripts/tablelistUtil.tcl: Fixed a bug related to the -selecttype cell setting, (re)introduced in Tablelist version 5.0. check-in: 89235351ad user: nemethi tags: trunk
2010-06-26
17:42
* *.tcl: Bumped the version number to 5.1. * *.txt: * ../../examples/tablelist/*.tcl: check-in: 43c2e8e6e9 user: nemethi tags: trunk
17:41
* doc/tablelist.html: Updated the documentation. * doc/tablelistWidget.html: check-in: 1ec80d9346 user: nemethi tags: trunk
17:40
* scripts/tablelistBind.tcl: Fixed a few bugs and typos. * scripts/tablelistSort.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: check-in: ed07b09517 user: nemethi tags: trunk
17:38
* *.tcl: Bumped the version number to 5.1. * *.txt: * ../../examples/tablelist/*.tcl: check-in: 5e97fcee58 user: nemethi tags: trunk
17:36
* *.tcl: Bumped the version number to 5.1. * *.txt: * ../../examples/tablelist/*.tcl: * scripts/tablelistBind.tcl: Fixed a few bugs and typos. * scripts/tablelistSort.tcl: * scripts/tablelistUtil.tcl: * scripts/tablelistWidget.tcl: * doc/tablelist.html: Updated the documentation. * doc/tablelistWidget.html: check-in: f539c99145 user: nemethi tags: trunk
2010-06-23
06:31
Add the new file "plotspecial.tcl" - was accidentally left out of the previous commit check-in: 153783646d user: arjenmarkus tags: trunk
2010-06-21
18:42
Restored my June 6 changes killed by Arjen's last commit. check-in: e71a867967 user: andreas_kupries tags: trunk
09:03
Add example for performance profiles check-in: 8a746ea2e2 user: arjenmarkus tags: trunk
09:02
Added three plot types (mostly specialised) - Plotchart version now 1.9.0 check-in: 318da1b9bc user: arjenmarkus tags: trunk
2010-06-10
21:17
* ChangeLog: New files. Complete reworking of the diagram * application.tcl: system, whole new code base. Note that * attributes.tcl: this requires Tcl 8.5 or higher. * basic.tcl: Version 1. * core.tcl: * diagram.man: * diagram.tcl: * direction.tcl: * element.tcl: * navigation.tcl: * pkgIndex.tcl: * point.tcl: * include: Documentation text blocks. * figures: Figures for the documentation, examples. * ../../apps/dia: * ../../apps/dia.man: * draw_diagram.tcl: Removed. * draw_diagram.man: check-in: 8d01b22c3b user: andreas_kupries tags: trunk
2010-06-08
18:09
* pkgIndex.tcl: Added a guard command to xyplot, this package requires Tcl 8.5+. check-in: 7da02c45d5 user: andreas_kupries tags: trunk
2010-06-06
15:46
Expanded the man page with a documentation of the tags (also corrected syntax errors). Added the option of darkening gradients. check-in: 7c5df5f2d3 user: arjenmarkus tags: trunk
15:27
Implemented an example for examining the performance. Adjusted demo.tcl to show a darkening gradient. check-in: 5324d0eda9 user: arjenmarkus tags: trunk
12:02
Implement a large number of suggestions from the EuroTcl meeting - see ChangeLog check-in: aedaa3a34d user: arjenmarkus tags: trunk
2010-06-05
21:14
* README.txt: Small corrections. * doc/tablelist.html: check-in: ed502952e7 user: nemethi tags: trunk
20:46
* README.txt: Slightly extended. * doc/tablelist.html: check-in: 94caf94980 user: nemethi tags: trunk
19:03
* doc/tablelist.html: Corrected a typo. check-in: a4f0eb6daa user: nemethi tags: trunk
19:01
* doc/tablelist.html: Corrected a typo. check-in: 98efda5ebe user: nemethi tags: trunk
2010-06-02
20:51
* CHANGES.txt: Fixed a bug related to embedded windows. * scripts/tablelistUtil.tcl: check-in: 9109f988bf user: nemethi tags: trunk
15:27
* pkgIndex.tcl: Meh, typo'd my update. screenruler is unchanged, scrolledwindow isn't. Fixed. check-in: a96d663853 user: andreas_kupries tags: trunk
2010-06-01
20:02
* pkgIndex.tcl: Updated with the actual package versions. check-in: aaf2a6ddbc user: andreas_kupries tags: trunk
18:06
* dateentry.tcl: v0.92 * dialog.tcl: v1.3.1 * mentry.tcl: v1.0.1 * statusbar.tcl: v1.2.1 * superframe.tcl: v1.0.1 * scrollw.tcl: v1.2.1 * toolbar.tcl: v1.2.1 rely on widget to provide tile * widget.tcl: v3.1 conditionally require tile (8.4 only) check-in: 54712fa5f6 user: hobbs tags: trunk
2010-05-28
19:29
* canvas_snap.tcl: Fixed oops, missing setup of our * canvas_snap.man: namespace. Version bumped to 1.0.1 * pkgIndex.tcl: Thanks to George Petasis for noticing. check-in: 2f4cf9ab7f user: andreas_kupries tags: trunk
2010-05-26
20:02
* canvas_snap.tcl: New package, taking snapshots of * canvas_snap.man: Canvases (to Tk photo image). * pkgIndex.tcl: Original author George Petasis, see http://wiki.tcl.tk/1404. check-in: f85199beae user: andreas_kupries tags: trunk
2010-05-22
13:34
* scripts/tablelistWidget.tcl: Fixed a bug in the insertlist subcommand. check-in: 9c57e5aa2d user: nemethi tags: trunk
13:34
* CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: check-in: 7e2cc417d4 user: nemethi tags: trunk
13:33
* CHANGES.txt: Slightly extended. * doc/tablelistWidget.html: * scripts/tablelistWidget.tcl: Fixed a bug in the insertlist subcommand. check-in: 6ed3ea5fe0 user: nemethi tags: trunk
2010-05-15
15:38
* doc/klearlooks.png: Added screenshot. check-in: 241922a45e user: nemethi tags: trunk
15:37
* doc/plastik.png: Removed screenshot. check-in: c1e4a5207e user: nemethi tags: trunk
15:35
* doc/tablelistWidget.html: Updated to reflect the changes. check-in: 06608a70f3 user: nemethi tags: trunk
15:34
* scripts/tclIndex: Newly generated. check-in: 2303958cea user: nemethi tags: trunk
15:34
* scripts/tablelistImages.tcl: Removed tree style "plastik"; * scripts/tablelistThemes.tcl: added tree style "klearlooks". * scripts/tablelistWidget.tcl: check-in: d3853ff34e user: nemethi tags: trunk
15:32
* scrips/tablelistImages.tcl: Removed tree style "plastik"; * scrips/tablelistThemes.tcl: added tree style "klearlooks". * scrips/tablelistWidget.tcl: * scripts/tclIndex: Newly generated. * doc/tablelistWidget.html: Updated to reflect the changes. * doc/plastik.png: Removed screenshot. * doc/klearlooks.png: Added screenshot. check-in: 66ecfca79b user: nemethi tags: trunk
2010-05-11
12:38
Corrected bug 2999846 (documentation of createHorizontalBarchart) check-in: 3d9eedf433 user: arjenmarkus tags: trunk
2010-05-09
14:26
* doc/tablelistWidget.html: Added two performance-related remarks. check-in: a3b2026cfb user: nemethi tags: trunk
2010-05-08
22:11
* ../../examples/tablelist/comp.xbm: Updated the bitmaps. * ../../examples/tablelist/leaf.xbm: check-in: d779c290b2 user: nemethi tags: trunk
22:10
* ../../examples/tablelist/clsdFolder.gif: Added new images. * ../../examples/tablelist/file.gif: * ../../examples/tablelist/openFolder.gif: check-in: 04b6e07c14 user: nemethi tags: trunk
22:09
* ../../examples/tablelist/*.tcl: Updated the version number and copyright information. check-in: a5e533167d user: nemethi tags: trunk
22:08
* ../../examples/tablelist/browseTree.tcl: Added new demo scripts. * ../../examples/tablelist/browseTree_tile.tcl: * ../../examples/tablelist/dirViewer.tcl: * ../../examples/tablelist/dirViewer_tile.tcl: check-in: a01ca6fe86 user: nemethi tags: trunk
22:03
* doc/aqua.png: Added new screenshots. * doc/baghira.png: * doc/browseTree.png: * doc/dirViewer.png: * doc/gtk.png: * doc/oxygen1.png: * doc/oxygen2.png: * doc/phase.png: * doc/plastik.png: * doc/plastique.png: * doc/vistaAero.png: * doc/vistaClassic.png: * doc/win7Aero.png: * doc/win7Classic.png: * doc/winnative.png: * doc/winxpBlue.png: * doc/winxpOlive.png: * doc/winxpSilver.png: check-in: 7738c8be9a user: nemethi tags: trunk
21:57
* doc/browse.png: Updated the screenshots. * doc/bwidget.png: * doc/bwidget_tile.png: * doc/config.png: * doc/embeddedWindows.png: * doc/embeddedWindows_tile.png: * doc/styles.png: * doc/tileWidgets.png: check-in: 03edaa8252 user: nemethi tags: trunk
21:54
* doc/tablelist.html: Updated to reflect the new features. * doc/tablelistThemes.html: * doc/tablelistWidget.html: check-in: 12a0d66a7f user: nemethi tags: trunk
21:52
* scripts/tclIndex: Newly generated. check-in: 7695e58f03 user: nemethi tags: trunk
21:51
* scripts/*.tcl: Renamed tablelistBitmaps.tcl to tablelistImages.tcl; lots of new features (see CHANGES.txt: What is new in Tablelist 5.0?). check-in: b3a614b834 user: nemethi tags: trunk
21:50
added tablelistImages.tcl check-in: d2c4f817ad user: nemethi tags: trunk
21:47
removed tablelistBitmaps.tcl check-in: 72554aade1 user: nemethi tags: trunk
21:43
*.tcl: Bumped the version number to 5.0. *.txt: check-in: 2eddbc1342 user: nemethi tags: trunk
21:35
* *.tcl: Bumped the version number to 5.0. * *.txt: * scripts/*.tcl: Renamed tablelistBitmaps.tcl to tablelistImages.tcl; lots of new features (see CHANGES.txt: What is new in Tablelist 5.0?). * scripts/tclIndex: Newly generated. * doc/tablelist.html: Updated to reflect the new features. * doc/tablelistThemes.html: * doc/tablelistWidget.html: * doc/browse.png: Updated the screenshots. * doc/bwidget.png: * doc/bwidget_tile.png: * doc/config.png: * doc/embeddedWindows.png: * doc/embeddedWindows_tile.png: * doc/styles.png: * doc/tileWidgets.png: * doc/aqua.png: Added new screenshots. * doc/baghira.png: * doc/browseTree.png: * doc/dirViewer.png: * doc/gtk.png: * doc/oxygen1.png: * doc/oxygen2.png: * doc/phase.png: * doc/plastik.png: * doc/plastique.png: * doc/vistaAero.png: * doc/vistaClassic.png: * doc/win7Aero.png: * doc/win7Classic.png: * doc/winnative.png: * doc/winxpBlue.png: * doc/winxpOlive.png: * doc/winxpSilver.png: * ../../examples/tablelist/*.tcl: Updated the version number and copyright information. * ../../examples/tablelist/browseTree.tcl: Added new demo scripts. * ../../examples/tablelist/browseTree_tile.tcl: * ../../examples/tablelist/dirViewer.tcl: * ../../examples/tablelist/dirViewer_tile.tcl: * ../../examples/tablelist/comp.xbm: Updated the bitmaps. * ../../examples/tablelist/leaf.xbm: * ../../examples/tablelist/clsdFolder.gif: Added new images. * ../../examples/tablelist/file.gif: * ../../examples/tablelist/openFolder.gif: check-in: ed5ab50bc0 user: nemethi tags: trunk
2010-02-17
19:21
Added hint for a meta data generator about relationship between files check-in: a6741b4603 user: andreas_kupries tags: trunk
2010-01-30
20:22
* scripts/tablelistConfig.tcl: Fixed a bug related to the -text column configuration option. check-in: 4ec09b1231 user: nemethi tags: trunk
2010-01-09
20:41
fixed a bug in the the way tearoff menus were being handled when they were created and deleted check-in: be9d5dbf29 user: tomk tags: trunk
2010-01-06
20:55
converted 'my variable xxx' statements to 'variable xxx' statements check-in: 508bf51ff3 user: tomk tags: trunk
2010-01-05
22:29
- cleaned up white space and tabs - added more documentation to the node.tcl and tree.tcl files check-in: 4974d1860b user: tomk tags: trunk
21:34
*** empty log message *** check-in: b7c56769dd user: tomk tags: trunk
21:05
*** empty log message *** check-in: b36c5aed34 user: tomk tags: trunk