5
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 11 hours ago.
Apr 24, 2023 — Apr 24, 2024
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... over 7 years ago
* tkcon.tcl (edit): prevent file edit from undoing loading of file [Bug #52] (budyak) More... over 8 years ago
* tkcon.tcl (::tkcon::SaveHistory): save history at each command to prevent loss during abnormal termination. [bachmann] More... over 9 years ago
* tkcon.tcl (idebug): allow multi-char patterns as debug id [Lama] More... almost 10 years ago
* tkcon.tcl (tkcon show): catch deiconify as it will throw an error if tkcon is embedded. More... over 11 years ago
* tkcon.tcl (edit): add support for ::tkcon::OPT(tabspace) to adjust tab spacing in edit window (default: 8). [Bug #7] More... over 11 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... over 11 years ago
* docs/{dump.man,tkcon.1.man,tkconc.5.man}: make dtplite happy for the docs [Bug #47] More... over 11 years ago
* tkcon.tcl (::tkcon::Init): update to use latest /viewvc/tkcon url to retrieve head version of tkcon. More... over 11 years ago
* tkcon.tcl (::tkcon::InitUI): catch deiconify to prevent error when embedding. [Bug #44] More... over 11 years ago
* tkcon.tcl (::tkcon::InitInterp): correct sending tkcon commands to user created interps [Bug #42] (kuhn) More... over 11 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... over 11 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... about 12 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... over 12 years ago
* docs/license.terms: removed outdated restricted rights section. More... over 12 years ago
Removed debugging output More... over 14 years ago
Added icon and XDG desktop file for use installing onto X desktops More... over 14 years ago
Make use of the extended window manager hints from tip 359 on unix for all dialog windows More... over 14 years ago
* tkcon.tcl: override 8.5 [chan puts|gets]. [Bug 1876707] More... about 15 years ago
update pre-8.4 private text binding refs More... about 15 years ago
* tkcon.tcl: clean up cmd global var used [Bug 2441583] More... about 15 years ago
* tkcon.tcl (::tkcon::Retrieve): support http code redirect for downloading latest version. [Bug 1755500] More... about 15 years ago
add tcl emacs identifier More... about 15 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... about 15 years ago
update for 2.5 release More... about 15 years ago
note 2.5 tag date More... about 15 years ago
docs for resultfilter More... about 15 years ago
* docs/tkcon.html, docs/tkcon.n.man: add tkcon resultfilter docs. More... about 15 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... about 16 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... almost 17 years ago