Tk Library Source Code

Timeline
Login

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

34 check-ins that include changes to files matching 'modules/diagrams/*'

2024-06-30
10:10
Merging the dia-pdf branch with the trunk, see ticket [88507dbd48] check-in: 26e059e283 user: markus tags: trunk
2024-06-01
14:25
Updated branch to tklib head. (2024-07-01) Closed this leaf. Was manually integrated into trunk, see [26e059e283]. Thanks to Arjen. Closed-Leaf check-in: af84939c28 user: aku tags: dia-pdf
2023-09-13
22:46
Merge tklib_9a. All Tcl/Tk version numbers are believed to be in min-unbound form where this is appropriate for Tcl 9 (and future Tk 9) compatibility. Where a script shebang is provided, change it to the currently preferred form, remove any version number, and add "package require" if needed for version specification or to load Tk. check-in: eaa7ba34de user: kjnash tags: trunk
21:30
Standardise file shebang, adding "package require Tcl|Tk" where needed. check-in: 0e585e4734 user: kjnash tags: tklib_9a
02:23
Convert all min-bounded "package vsatisfies" for Tcl or Tk to min-unbound. check-in: aea46d72fe user: kjnash tags: tklib_9a
01:46
All package require Tcl|Tk given precisely one "-" check-in: ad76175043 user: kjnash tags: tklib_9a
2023-07-26
02:03
Clean up search-and-replace check-in: 231c39b9fc user: kevin_walzer tags: tklib_9
2023-07-23
16:19
Update Tklib for Tcl 9.0 / Tk 8.7: First round. Leaf check-in: c488ac8ed9 user: stu tags: stu-tklibfortcl9
2023-07-22
02:09
Move Tcl 9 updates out of trunk check-in: 5800f6b50d user: kevin_walzer tags: trunk
01:53
Initial work to making tklib compatible with Tcl 9 check-in: f209445838 user: kevin_walzer tags: trunk
2022-04-08
18:46
Merged shtmlview branch, making it an official part of Tklib check-in: 1025ebd5ff user: aku tags: trunk
2022-03-29
21:15
chore: cleanup of trailing white space across all modules and examples. fix: installer to now pull the documentation from idoc/. check-in: 0e2e485938 user: aku tags: shtmlview
2020-02-09
20:52
Integrated Tklib 0.7 RC into trunk. Updated release information. Tagged Tklib 0.7 Release. check-in: 4a6cbb19d1 user: aku tags: trunk, tklib-0.7, release
2015-01-05
17:37
Ticket [88507dbd48]. Fixes to the canvas/pdf format, and the diagram viewer itself (error reporting). check-in: 04b7108ed8 user: andreask tags: dia-pdf
2013-06-05
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-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
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
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
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
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
2009-12-10
10:26
Fixed a number of issues with Plotchart; incorporated methods by Michael Baudin check-in: 8eb22ac3c0 user: arjenmarkus tags: trunk
2009-02-15
13:35
Updated the Diagrams package to version 0.3 (solving a few nagging bugs) check-in: 7469485f1c user: arjenmarkus tags: trunk
2009-02-07
05:41
* modules/swaplist/swaplist.man: General cleanup of all the documentation * modules/ntext/ntextBindings.man: warnings reported for the packages. * modules/ntext/ntext.man: * modules/ntext/ntextIndent.man: * modules/ntext/ntextWordBreak.man: * modules/widget/widget_toolbar.man: * modules/widget/widget_calendar.man: * modules/ico/ico.man: * modules/khim/khim.man: * modules/tkpiechart/canvaslabel.man: * modules/tkpiechart/pieperipherallabeler.man: * modules/tkpiechart/pieboxlabeler.man: * modules/tkpiechart/pie.man: * modules/ipentry/ipentry.man: * modules/plotchart/plotchart.man: * modules/ctext/ctext.man: * modules/diagrams/draw_diagram.man: * modules/tooltip/tooltip.man: * modules/canvas/canvas_sqmap.man: * modules/canvas/canvas_zoom.man: check-in: 22668cd2ea user: andreas_kupries tags: trunk
2009-01-27
03:12
Released and tagged Tklib 0.5 check-in: 1d304d31aa user: andreas_kupries tags: trunk
2007-01-16
21:09
Corrected the version number check-in: 28681f90ab user: arjenmarkus tags: trunk
20:49
Added options for line style and line width check-in: 743f88ea3e user: arjenmarkus tags: trunk
2006-11-19
20:26
Corrected several bugs in Diagrams package check-in: 8c165eaf3d user: arjenmarkus tags: trunk
2006-08-17
12:50
Updated the man page check-in: 00165be3ce user: arjenmarkus tags: trunk
2006-07-07
12:21
Initial checkin of the diagrams module check-in: 06701664f1 user: arjenmarkus tags: trunk