5
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Oct 25, 2024 — Oct 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* tkcon.tcl: Use -underline clearly to disambiguate from new 8.6.6 option -underlinefg [Bug #54] (bachmann) More... about 9 years ago
* tkcon.tcl (edit): prevent file edit from undoing loading of file [Bug #52] (budyak) More... about 10 years ago
* tkcon.tcl (::tkcon::SaveHistory): save history at each command to prevent loss during abnormal termination. [bachmann] More... about 11 years ago
* tkcon.tcl (idebug): allow multi-char patterns as debug id [Lama] More... over 11 years ago
* tkcon.tcl (tkcon show): catch deiconify as it will throw an error if tkcon is embedded. More... almost 13 years ago
* tkcon.tcl (edit): add support for ::tkcon::OPT(tabspace) to adjust tab spacing in edit window (default: 8). [Bug #7] More... almost 13 years ago
* tkcon.tcl (::tkcon::Bindings): minimal patch for 8.6b3+ event compatibility. Larger patch to come that addresses shift towards virtual events in core widgets. [Bug #48] (gollwitzer) More... almost 13 years ago
* docs/{dump.man,tkcon.1.man,tkconc.5.man}: make dtplite happy for the docs [Bug #47] More... almost 13 years ago
* tkcon.tcl (::tkcon::Init): update to use latest /viewvc/tkcon url to retrieve head version of tkcon. More... almost 13 years ago
* tkcon.tcl (::tkcon::InitUI): catch deiconify to prevent error when embedding. [Bug #44] More... almost 13 years ago
* tkcon.tcl (::tkcon::InitInterp): correct sending tkcon commands to user created interps [Bug #42] (kuhn) More... almost 13 years ago
* tkcon.tcl (::tkcon::ExpandMethodname): improved expansion for xotcl methods. Also enhance expansion to allow break/continue signals to differentiate "I'm not responsible" results from "I don't have any results". (neumann) More... almost 13 years ago
* tkcon.tcl (idebug): better line handling to not use list functions. [Bug 111462] (goth) (tkcon): pass any init args to 'tkcon show' More... over 13 years ago
* pkgIndex.tcl: update to v2.7 * tkcon.tcl: Improve UI to work on OS X. Adjust some dialogs, use Command- instead of Control- bindings on OS X. Handle right click properly. More... almost 14 years ago
* docs/license.terms: removed outdated restricted rights section. More... almost 14 years ago
Removed debugging output More... almost 16 years ago
Added icon and XDG desktop file for use installing onto X desktops More... almost 16 years ago
Make use of the extended window manager hints from tip 359 on unix for all dialog windows More... almost 16 years ago
* tkcon.tcl: override 8.5 [chan puts|gets]. [Bug 1876707] More... over 16 years ago
update pre-8.4 private text binding refs More... over 16 years ago
* tkcon.tcl: clean up cmd global var used [Bug 2441583] More... over 16 years ago
* tkcon.tcl (::tkcon::Retrieve): support http code redirect for downloading latest version. [Bug 1755500] More... over 16 years ago
add tcl emacs identifier More... over 16 years ago
* README.txt, docs/limits.html, docs/nontcl.html: bump to 2.6 * pkgIndex.tcl, tkcon.tcl: Use Tcl 8.4 code style. More... over 16 years ago
update for 2.5 release More... over 16 years ago
note 2.5 tag date More... over 16 years ago
docs for resultfilter More... over 16 years ago
* docs/tkcon.html, docs/tkcon.n.man: add tkcon resultfilter docs. More... over 16 years ago
* tkcon.tcl (::tkcon::Bindings): prevent Expand virtual events from triggering follow-on events (most important for <Tab>). (::tkcon::Retrieve): remove extraneous http::geturl call. More... over 17 years ago
* tkcon.tcl (::tkcon::EvalCmd): add OPT(resultfilter) and 'tkcon resultfilter ?cmd?' to allow optional result filter command. Command will be passed result code and data and must return what tkcon will return to the user. Command is run in attached slave. Ensure that initial files are sources at level #0. Convert args after (--|-argv|-args) into slave arguments and set them as the main $::argv/$::argc for propagation. More... over 18 years ago