TclApps Library Source Code
Timeline
Not logged in

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

50 most recent check-ins

2024-01-26
22:02
Further refinement Leaf check-in: 69fbb9c669 user: kevin_walzer tags: trunk
21:54
Remove tilde check-in: 9e7e0710d5 user: kevin_walzer tags: trunk
2024-01-23
02:32
Update tcltls check-in: fb80f9eceb user: kevin_walzer tags: trunk
2024-01-17
04:40
Use message catalogs in all literal strings. Add a new quick help dialog. Remove executable bit from ru message catalog. Leaf check-in: 7ea5f06710 user: emiliano tags: dialogs-spacing
03:55
Added initial spanish translation to Tkchat check-in: cd3f093bf4 user: emiliano tags: dialogs-spacing
2024-01-16
21:36
Remove ::msgcat namespace qualifier in imported mc command. Fully qualify commands in the "about" dialog. check-in: d5a87aff37 user: emiliano tags: dialogs-spacing
20:57
Replace standard "about" dialog. Provide both credits and licence information. Improve padding in dialog buttons. check-in: dafee38265 user: emiliano tags: dialogs-spacing
18:14
Close branch. Closed-Leaf check-in: 37508a4376 user: emiliano tags: emiliano-cleanup
2024-01-11
17:27
Remove unused message catalog files. Move conditional code to tkchat_compat86 check-in: 6ffe85a4ec user: emiliano tags: trunk
16:45
[package require] -> [package provide]. Fully qualify http command check-in: 5e7a71d4b3 user: emiliano tags: trunk
16:33
Remove unused variable check-in: 4ba5bb2efb user: emiliano tags: trunk
15:24
Streamline About dialog. Report Tcl and Tk versions separately, since they can different now. check-in: de6e8c042d user: emiliano tags: trunk
14:35
Remove outdated (and wrong with Tcl 9) version check. We require Tcl 8.6- nowadays. check-in: 4daffa42c6 user: emiliano tags: trunk
2023-12-30
18:50
tk::unsupported was removed by 853720038b6746c9. Adjust commands accordingly check-in: 27937cd301 user: emiliano tags: trunk
18:28
tk::unsupported was removed by 853720038b6746c9. Adjust commands accordingly Closed-Leaf check-in: 5011172550 user: emiliano tags: trunk
2023-12-13
01:48
Tweak installation script on Windows check-in: a8ebbdf50a user: kevin_walzer tags: trunk
2023-11-17
21:52
Tweak to library for Tcl 9 compat check-in: 6273db062d user: kevin_walzer tags: trunk
16:41
Minor update check-in: 3a23708af0 user: kevin_walzer tags: trunk
04:21
Updates for Tcl 9 compat check-in: 15bdca580c user: kevin_walzer tags: trunk
04:06
Add tcltls for Linux check-in: 7794fd52e0 user: kevin_walzer tags: trunk
2023-11-15
16:48
Add shortcut build script to Windows build check-in: 8689182c93 user: kevin_walzer tags: trunk
15:45
Restore code removed in error from uninstall script check-in: a404acda85 user: kevin_walzer tags: trunk
15:22
Tweak to Windows build check-in: e317146304 user: kevin_walzer tags: trunk
03:57
Rev bump check-in: a4269fc93d user: kevin_walzer tags: trunk
03:53
Re-work Windows build process and scripts check-in: a6a3c74a7c user: kevin_walzer tags: trunk
2023-11-02
02:39
Updates in lib for Tcl 9 compat check-in: 1cee104abc user: kevin_walzer tags: trunk
2023-10-29
04:13
Add Windows icon check-in: 33517e0c09 user: kevin_walzer tags: trunk
2023-10-23
19:54
Add tcltls Windows files check-in: e473712901 user: kevin_walzer tags: trunk
2023-10-20
02:51
Additonal updates from Emiliano Gavilan check-in: af73ae8b17 user: kevin_walzer tags: trunk
2023-10-18
12:36
Add missing [variable] check-in: c167bed2a4 user: emiliano tags: emiliano-cleanup
2023-10-17
20:17
Unbreak URLID variable resolution. Fixed typo in muc callback. Added missing import in rss module. Remove character data validation with tclxml in 8.6 check-in: 77b9554b1a user: emiliano tags: emiliano-cleanup
2023-10-16
02:28
More varname/proc cleanup. Refactor code layout to bring related code together check-in: 6e2d1db6a1 user: emiliano tags: emiliano-cleanup
2023-10-15
17:42
Missing message catalog import in newroster namespace check-in: 17fc0f086d user: emiliano tags: emiliano-cleanup
2023-10-14
17:39
More code cleanup/reorganization check-in: a826314061 user: emiliano tags: emiliano-cleanup
03:24
Avoid unnecesary command/variable qualification check-in: 6a93a2b80c user: emiliano tags: emiliano-cleanup
01:41
Provide a proper scope to an [after] script check-in: 2fc6830c27 user: emiliano tags: emiliano-cleanup
2023-10-13
23:16
Variable naming cleanup. Bring most used variables in procs to LVT using either [global] or [variable] check-in: 8b3841a01c user: emiliano tags: emiliano-cleanup
17:48
Merge trunk check-in: b29d8608d6 user: emiliano tags: emiliano-cleanup
2023-10-12
02:13
Patch for errors from "Get user versions" with tkchat on Tcl 9.0a4 - thanks to Schelte Bron check-in: 66691ce8cd user: kevin_walzer tags: trunk
2023-10-10
01:25
Remove file committed in error check-in: 5e6f99ae03 user: kevin_walzer tags: trunk
01:24
Merge emiliano_cleanup branch - thanks to Emiliano Gavilan for his great work check-in: f585e65ed2 user: kevin_walzer tags: trunk
2023-10-09
21:41
Prevent scoping errors by moving event handling code to a proc instead of [namespace code] check-in: 6ec2bbd695 user: emiliano tags: emiliano-cleanup
02:36
Fix scoping error on RSS options check-in: 61ac352437 user: kevin_walzer tags: emiliano-cleanup
2023-10-04
14:07
Prevent saving ConnectHost and ConnectPort if not enabled check-in: 6cad788f6f user: emiliano tags: emiliano-cleanup
2023-10-03
01:17
Reintroduced a faked base64 package since it's a dependency of sasl authentication. Implemented a new login dialog, allowing the user to specify host and port to connect. check-in: 6c4302cca9 user: emiliano tags: emiliano-cleanup
2023-10-01
00:41
Work in progress to tackle down ticket 8f4d44a440. Imported jabberlib's jlibdns.tcl file and work in progress on a new, (hopefully) improved login dialog check-in: 435e9c0245 user: emiliano tags: emiliano-cleanup
2023-09-29
02:50
Add RSS titles to default options check-in: b6ec654878 user: kevin_walzer tags: emiliano-cleanup
01:50
Fix typo check-in: c7db02d13c user: kevin_walzer tags: emiliano-cleanup
01:48
Revert RSS change check-in: 7cb5eaf3fd user: kevin_walzer tags: emiliano-cleanup
2023-09-21
01:43
Minor tweak to RSS check-in: 915979ed9f user: kevin_walzer tags: emiliano-cleanup