TclApps Library Source Code
Timeline
Not logged in

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

50 check-ins occurring around 1a5b4ccd34a104c6.

2022-04-30
01:10
Support for RSS from Tcl'ers wiki over RSS check-in: caf221a259 user: kevin_walzer tags: nextgen_tkchat
2022-04-24
00:20
Font adjustments check-in: ced0319ab5 user: kevin_walzer tags: nextgen_tkchat
2022-04-21
14:48
Minor updates check-in: 6b07cdaf83 user: kevin_walzer tags: nextgen_tkchat
02:28
Add missing images check-in: 92d2c661b4 user: kevin_walzer tags: nextgen_tkchat
2022-04-17
02:14
Minor tweaks check-in: e758e47dc5 user: kevin_walzer tags: nextgen_tkchat
2022-04-16
04:26
Add installer script for Windows check-in: dad4c51b32 user: kevin_walzer tags: nextgen_tkchat
2022-04-13
23:09
Fix typo check-in: e271b8d63b user: kevin_walzer tags: nextgen_tkchat
14:51
More options for deployment check-in: 04ac834e42 user: kevin_walzer tags: nextgen_tkchat
2022-04-11
21:46
Cleanup and tweaks check-in: 9a4cb3ca92 user: kevin_walzer tags: nextgen_tkchat
2022-04-10
19:44
Cleanup of variable errors check-in: bdf07aa9a5 user: kevin_walzer tags: nextgen_tkchat
02:02
More tweaks check-in: 07ad6e4734 user: kevin_walzer tags: nextgen_tkchat
01:56
Additional tweak check-in: aeeb2005a0 user: kevin_walzer tags: nextgen_tkchat
01:49
Additional tweaks to support new features in Tk 8.7 check-in: 2929a54390 user: kevin_walzer tags: nextgen_tkchat
2021-08-22
23:14
Reconcile differences between current tip of TkChat and TkChat-next-gen, add and remove some files check-in: 6a15260e0f user: kevin_walzer tags: nextgen_tkchat
22:35
Start branch of next-gen TkChat check-in: 9bf8c4de9f user: kevin_walzer tags: nextgen_tkchat
2021-08-09
09:58
Change wiki RSS URL to tcl-lang domain. check-in: 82b41cc2dd user: mjanssen tags: trunk
2021-07-07
22:02
tkchat_console: support dark color schemes in the console. check-in: 6f6634ee9e user: patthoyts tags: trunk
2021-07-03
09:56
Merge version changes. check-in: e690cff941 user: patthoyts tags: trunk
2021-05-27
01:34
Added support for liberachain to tkchat check-in: 98e0e4cd37 user: stevel tags: trunk
2020-10-26
23:19
Merge local changes check-in: 7b508c1649 user: patthoyts tags: trunk
00:12
Handle html encoded chars in RSS feeds. Fix from issue 1890987, check-in: 9731b4d3fb user: patthoyts tags: trunk
2020-10-25
14:25
tkchat: removed old source URL and update link to open timeline check-in: f28feb2ea9 user: patthoyts tags: trunk
12:07
tkchat: remove rcsid and switch to manual version rcsid expansion is not relevant with fossil. check-in: ec152fd7b6 user: patthoyts tags: trunk
10:47
Support SASL SCRAM-SHA-1 for newer servers and never use ssl3. Added support for XEP-0202 Entity time and documented some other supported extensions. Updated CA file with LetsEncrypt Root certificate. check-in: b3a63add16 user: patthoyts tags: trunk
2019-01-11
00:44
Added macOS icons + scripts to repo check-in: a14deb298c user: stevel tags: trunk
00:26
Added ChangeLog check-in: 1a5b4ccd34 user: stevel tags: trunk
2018-12-15
23:27
Added tkchat_url.tcl (unused) from starkit check-in: 79b4beb2c8 user: stevel tags: trunk
23:16
Added Russian message catalog to TkChat check-in: 6b67d5411b user: stevel tags: trunk
2016-09-27
22:13
Catch images that do not provide -format in the DoAnim function. PNG images do not provide the -format config option and break the loop that initializes the animation timers for animated GIFs. Catch and ignore such images. check-in: 5a7bdd65b6 user: patthoyts tags: trunk
2012-07-10
17:18
* choosefont/choose_w32.tcl: Fixed non-static string array used in call of Tcl_GetIndexFromObj(). Memory smash waiting to happen. Thanks to Brian Griffin for alerting us all to the problem. check-in: 2d059e0ca3 user: andreas_kupries tags: trunk
2012-02-07
13:10
We don't have an image for "offline", so use "disabled" for now. check-in: 95108a0b84 user: rmax tags: trunk
2012-01-23
20:35
[Bug 3381002]: Applied patch from to fix the capabilities version string. check-in: 956152c68b user: patthoyts tags: trunk
2011-09-29
19:03
* tkchat.tcl: [Bug 3379933]: Accepted and applied patch by Mark Janssen to display history through a text peer, should peering be available (Tk 8.5+) check-in: 843593d315 user: andreas_kupries tags: trunk
2011-05-17
23:27
Implement system tray icon and notifications for freedesktop.org systems. If we can load tktray and dbus-tcl then show alert status in the system tray and display alert messages via the systems notification system. check-in: 3e131615de user: patthoyts tags: trunk
2011-05-16
17:17
Removed focused flag from hook arguments as this may be derived from the window Signed-off-by: Pat Thoyts <[email protected]> check-in: 92b41aaa85 user: patthoyts tags: trunk
17:14
Improved aqua support. Drops the ffidl code in favour of using tclgrowl and tkdock for alerts and n Fix some incorrect mouse bindings on this platform. [PT: Refactored this patch to use hooks, adding an alert hook at the same time] Signed-off-by: Kevin Walzer <[email protected]> Signed-off-by: Pat Thoyts <[email protected]> check-in: 925cd04255 user: patthoyts tags: trunk
2011-05-12
21:25
Make all http requests explictly ipv4 when using 8.6. There is currently a bug in the ipv6 socket handling in 8.6 where if a site has an ipv6 address and does not provide a services on that address then socket -async will return an error to tcl. A synchronous socket will try ipv6 and then ipv4 before returning to tcl. To work around this we can force http requests to use ipv4 until this is fixed so that async sockets operate like the synchronous ones. Signed-off-by: Pat Thoyts <[email protected]> check-in: 35f975c8d8 user: patthoyts tags: trunk
2011-03-23
17:31
* tkchat.tcl (::tkchat::parseStr): Render words of 10..40 characters as links to fossil artifact IDs on core.tcl.tk. check-in: c2dfc15db5 user: rmax tags: trunk
2011-01-06
17:15
Add standalone support to askleo check-in: 21449c368f user: rmax tags: trunk
2010-11-16
09:46
* askleo/askleo.tcl: Adjust code to the latest API changes on http://pda.leo.org and improve the UI. check-in: 77d4dd2a12 user: rmax tags: trunk
2010-10-13
13:56
Fix multipart boundary detection check-in: 5800e8330a user: rmax tags: trunk
2010-09-17
10:13
* tkchat.tcl (::tkchat::checkCommand): A single / at the start of a post is now rejected if it is not a known command. To send a literal slash at the beginning of a post, it has to be doubled. Improved detection and handling of the /tip command. check-in: e4a92bc49b user: rmax tags: trunk
2010-06-16
16:36
* lib/dtglue/dtglue.tcl (::dtglue::getmeta): Force all data on a single line. The code processing the data later are line-based. check-in: 56b5b0f9f3 user: andreas_kupries tags: trunk
2010-06-11
19:27
* lib/meta/meta.tcl (::meta::2xref): Added the page title to the list of things we can reference to in term's etc. dtplite had this for quite some time, the big brother should have it as well. check-in: 340e145a55 user: andreas_kupries tags: trunk
2010-06-08
21:18
* lib/dtglue/dtglue.tcl (::dtglue::cvtfiles): Updated to accept * lib/app-gen-doc/gen_doc.tcl (::app-gen-doc::run): an image map for use by the new 'image' markup command of doctools. check-in: 29040d9a7a user: andreas_kupries tags: trunk
2010-01-12
20:46
Do not show the browser fields on the preferences dialog on Windows as we do not use this field on that platform. check-in: 41caf41dfe user: patthoyts tags: trunk
20:30
Applied patch 2913790 to add an option not to get queried when exiting and enable /quit when not logged in. Provided by Stuart Cassoff. check-in: 546e09da5d user: patthoyts tags: trunk
01:45
Fix initialization of the browser list (ferrieux) check-in: bdd206fbe7 user: patthoyts tags: trunk
2009-12-13
01:23
[wm state] doesn't support zoomed on x11. changed the web browser handling for unix to look for more recent commands line xdg-open and chrome. Avoid the -remote stuff (can still be set manually) check-in: 634a4cd47c user: patthoyts tags: trunk
2009-10-15
20:52
Fixed typo in nickchange message check-in: 516d875231 user: patthoyts tags: trunk