summaryrefslogtreecommitdiffstats
path: root/library/console.tcl
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-02-121-1/+1
|\
| * "eval destroy" -> "destroy {*}" in testcases/demo'sjan.nijtmans2024-02-121-1/+1
* | Merge 8.6. "parenright" -> ")" (simply since we can ....)jan.nijtmans2024-01-081-1/+1
|\ \ | |/
* | Merge 8.7jan.nijtmans2022-05-171-61/+61
|\ \
| * \ Merge 8.6jan.nijtmans2022-05-171-61/+61
| |\ \ | | |/
| | * KeyPress -> Key in bindings. Minor other cleanupsjan.nijtmans2022-05-171-115/+115
* | | Remove ".glyph-indexing-2" tag, few more tweaksjan.nijtmans2022-05-161-0/+1
* | | Merge 8.7jan.nijtmans2022-04-191-1/+1
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-04-191-0/+2
| |\ \ | | |/
| | * Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-191-5/+9
* | | Mod4 -> Fnjan.nijtmans2022-04-191-2/+2
* | | Fix [8dd3d58c62]: macOS Aqua: Fn + e to access Emojijan.nijtmans2022-04-191-1/+2
|/ /
* | formattingjan.nijtmans2021-11-301-22/+22
* | Handle "Commmand-" bindings platform-dependant toojan.nijtmans2020-11-031-16/+7
* | Merge 8.6jan.nijtmans2020-10-231-2/+2
|\ \ | |/
| * See previous commit, but don't do this for user-provided script filesjan.nijtmans2020-10-231-1/+1
| * Always "source -encoding utf-8" Tk's own script files. Since Tk 8.7 runs in e...jan.nijtmans2020-10-231-2/+2
* | Merge trunkjan.nijtmans2020-10-051-3/+3
* | Merge 8.6jan.nijtmans2020-09-081-1/+1
|\ \ | |/
| * Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-081-1/+1
* | Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch.culler2020-07-251-2/+2
|\ \ | |/
| * Fix namespace error in console.tcl - Thanks to Adam Kapos for the patch.culler2020-07-251-2/+2
* | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", "Key"...jan.nijtmans2020-01-141-37/+37
|/
* Fix [3295446]: Make the insertion cursor always visible when browsing console...fvogel2017-08-121-0/+2
* Remove various unnecessary "global tcl_platform" occurrences, which are no lo...jan.nijtmans2015-08-051-6/+28
* Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-4/+4
* fix <Up> and <Down> binding in windows consolejan.nijtmans2012-09-111-4/+2
* Generate -errorcode values to go with errors. Generate messages and postscriptdkf2012-08-271-2/+2
* [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-091-4/+2
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+2
| | * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-2/+3
| | * * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch 12377...dgp2006-01-251-39/+34
| | * * library/console.tcl (::tk::ConsoleInit): improve work-around tohobbs2005-11-301-2/+4
| | * more elaborate variant of getting first prompt shown to avoidhobbs2005-05-311-2/+14
| | * * library/console.tcl (::tk::ConsoleInit): print out first prompthobbs2005-05-301-1/+7
| | * * library/console.tcl (::tk::console::ExpandVariable): correcthobbs2004-11-171-2/+4
* | | Restore proper NUL output to the [console]. [Bug 2546087]dgp2011-06-061-1/+1
|\ \ \ | |/ /
| * | Backported fix for console keyboard menu activation and <<Cut>> handling.patthoyts2010-01-041-28/+40
| * | * library/console.tcl (::tk::ConsoleInit): remove redundant TkAquadas2009-04-101-5/+2
| * | catch font create when the console is re-sourced via F9patthoyts2009-01-301-2/+2
* | | Fix the console <<Cut>> binding to actually remove textpatthoyts2010-01-041-27/+38
* | | Fix keyboard access to console menu and restored broken comment.patthoyts2010-01-041-2/+3
* | | Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-1/+6
* | | * library/console.tcl (::tk::ConsoleInit): remove redundant TkAquadas2009-04-101-5/+2
* | | [Bug 2546087] Restore support for NULs in console stdout channel.patthoyts2009-02-211-2/+2
* | | catch font create when the console is re-sourced via F9patthoyts2009-01-301-2/+2
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-4/+59