summaryrefslogtreecommitdiffstats
path: root/library/console.tcl
Commit message (Collapse)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 ↵jan.nijtmans2020-10-231-2/+2
| | | | | | | | either Tcl 8.6 or 8.7, we then can trust the real encoding used, even though (in Tk 8.6) all those files are still ASCII
* | Merge trunkjan.nijtmans2020-10-051-3/+3
| |
* | Merge 8.6jan.nijtmans2020-09-081-1/+1
|\ \ | |/
| * Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵jan.nijtmans2020-09-081-1/+1
| | | | | | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible
* | 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>", ↵jan.nijtmans2020-01-141-37/+37
|/ | | | "Key" in stead of "KeyPress" and "Button" in stead of "ButtonPress". Also eliminate unnessary "Any" and "Key" modifiers.
* Fix [3295446]: Make the insertion cursor always visible when browsing ↵fvogel2017-08-121-0/+2
| | | | console history. Patch from Andy Goth.
* Remove various unnecessary "global tcl_platform" occurrences, which are no ↵jan.nijtmans2015-08-051-6/+28
| | | | | longer used. Add "Fit To Screen Width" menu entry to Windows (and android) console menu. Ported from androwish.
* 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
| | | using Tcl_Obj API, not the string result API.
* [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 ↵dgp2006-01-251-39/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1237759] * library/button.tcl: * library/choosedir.tcl: * library/clrpick.tcl: * library/comdlg.tcl: * library/console.tcl: * library/dialog.tcl: * library/entry.tcl: * library/focus.tcl: * library/listbox.tcl: * library/menu.tcl: * library/msgbox.tcl: * library/palette.tcl: * library/panedwindow.tcl: * library/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/spinbox.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl:
| | * * library/console.tcl (::tk::ConsoleInit): improve work-around tohobbs2005-11-301-2/+4
| | | | | | | | | | | | avoid '% ' from tclMain.c [Bug 1252259]
| | * more elaborate variant of getting first prompt shown to avoidhobbs2005-05-311-2/+14
| | | | | | | | | | | | a puts call.
| | * * library/console.tcl (::tk::ConsoleInit): print out first prompthobbs2005-05-301-1/+7
| | | | | | | | | | | | and swallow the extra "% " that comes once from Tcl on Windows.
| | * * library/console.tcl (::tk::console::ExpandVariable): correcthobbs2004-11-171-2/+4
| | | | | | | | | | | | array keyname expansion. [Bug 1004508] (bold)
* | | 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
| | | | | | | | | | | | Quit menu item.
| * | 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
| | | | | | | | | | | | Quit menu item.
* | | [Bug 2546087] Restore support for NULs in console stdout channel.patthoyts2009-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | | In 2004 a fix to Tcl channels prevented the exposure of the internal UTF-8 representation of the ASCII NUL character (\uc080). Since then strings in the console have been truncated at NUL. This restores the older behaviour.
* | | catch font create when the console is re-sourced via F9patthoyts2009-01-301-2/+2
| | |
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-4/+59
| | |