Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
*-. | Make use of TIP #587 in Tk: Now we can assume that all Tcl files are utf-8 | jan.nijtmans | 2020-10-22 | 1 | -2/+2 |
|\ \ | |||||
| * | | Merge trunk | jan.nijtmans | 2020-10-05 | 1 | -2/+2 |
| | | | |||||
* | | | Now (really) swap Buttons 2|3 on MacOS. Adapt all bindings not depending on ↵ | jan.nijtmans | 2020-09-20 | 1 | -8/+0 |
|/ / | | | | | | | aqua any more | ||||
* | | Consistancy in Key/Button bindings: Use "<Button-1>" in stead of "<1>", ↵ | jan.nijtmans | 2020-01-14 | 1 | -4/+4 |
|/ | | | | "Key" in stead of "KeyPress" and "Button" in stead of "ButtonPress". Also eliminate unnessary "Any" and "Key" modifiers. | ||||
* | [3529885] [scale] handle negative resolution properly. | dgp | 2014-11-07 | 1 | -1/+7 |
|\ | |||||
| * | Fixed bug [3529885fff] | fvogel | 2014-10-30 | 1 | -1/+7 |
| | | |||||
* | | 8 new virtual events (doc not updated yet) | jan.nijtmans | 2012-08-09 | 1 | -4/+4 |
| | | |||||
* | | [Bug 3555644]: Better use of virtual events. | jan.nijtmans | 2012-08-09 | 1 | -6/+6 |
|/ | |||||
* | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 1 | -1/+1 |
|\ | |||||
| * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 1 | -1/+1 |
| | | |||||
* | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | |||||
| * | bug #1451587: avoid using abbreviated sub-commands in | patthoyts | 2006-03-17 | 1 | -3/+3 |
| | | | | | | | | | | core scripts as this can cause problems with mega-widget libraries like snit. | ||||
| * | * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵ | dgp | 2006-01-25 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/scale.tcl: Clear bug with chording mouse buttons. | patthoyts | 2003-10-03 | 1 | -3/+5 |
| | | |||||
| * | * library/scale.tcl: Fix for bug #787065 for Button-2 press. | patthoyts | 2003-08-13 | 1 | -1/+2 |
| | | | | | | | | * tests/scale.test: Added test for this bug. | ||||
| * | * win/tkWinCursor.c (TkGetCursorByName): Fix bug 420510 to provide | patthoyts | 2003-07-19 | 1 | -3/+11 |
| | | | | | | | | consistency between unix and windows -cursor option. | ||||
* | | bug #1451587: avoid using abbreviated sub-commands in | patthoyts | 2006-03-17 | 1 | -3/+3 |
| | | | | | | | | | | core scripts as this can cause problems with mega-widget libraries like snit. | ||||
* | | Apply some of the changes suggested in [Patch 1237759] | dkf | 2005-07-25 | 1 | -17/+17 |
| | | |||||
* | | * library/scale.tcl: Clear bug with chording mouse buttons. | patthoyts | 2003-10-03 | 1 | -3/+5 |
| | | |||||
* | | * library/scale.tcl: Fix for bug #787065 for Button-2 press. | patthoyts | 2003-08-13 | 1 | -1/+3 |
| | | | | | | | | * tests/scale.test: Added test for this bug. | ||||
* | | * win/tkWinCursor.c: Applied misplaced Tcl RFE 700799 to provide | patthoyts | 2003-07-19 | 1 | -3/+11 |
|/ | | | | the windows hand cursor where available. | ||||
* | * library/scale.tcl: mirror B2 bindings to B3 on Windows to better | hobbs | 2002-02-26 | 1 | -1/+9 |
| | | | | accomodate two button mice. [Patch #493145] | ||||
* | Merged changes from feature branch dgp-privates-into-namespace, | dgp | 2001-08-01 | 1 | -61/+61 |
| | | | | | implementing TIP 44. All Tk commands and variables matching tk[A-Z]* are now in the ::tk namespace. | ||||
* | * library/scale.tcl (tkScaleActivate): reduced number of scale | hobbs | 2000-04-14 | 1 | -4/+6 |
| | | | | | redisplays by checking current value of state before setting it again. [Bug: 4191] | ||||
* | * library/entry.tcl: | hobbs | 2000-01-06 | 1 | -3/+3 |
| | | | | | | | | | | | | * library/focus.tcl: * library/listbox.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: fixed unprotected arg parsing through eval/after [Bug: 3943] | ||||
* | 1999-09-01 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-02 | 1 | -17/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * library/msgbox.tcl: changed the behavior of tk_messageBox on Unix to be more Windows like in handling of <Return> and the default button * library/button.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/safetk.tcl: * library/scale.tcl: * library/scrlbar.tcl: * library/tearoff.tcl: * library/text.tcl: * library/tk.tcl: * library/tkfbox.tcl: * library/xmfbox.tcl: updated commands to use [string] ops instead of expr equality operators | ||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -16/+16 |
| | |||||
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | plugin updates | welch | 1998-06-27 | 1 | -10/+10 |
| | |||||
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+265 |