Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary end-of-line spacing | jan.nijtmans | 2015-02-02 | 1 | -4/+4 |
| | |||||
* | Bump to Tk 8.6.3; update changes file | dgp | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Bump to 8.6.2 for release. | dgp | 2014-07-28 | 1 | -1/+1 |
| | |||||
* | Possible fix for ↵ | jan.nijtmans | 2014-05-19 | 1 | -8/+8 |
| | | | | [http://core.tcl.tk/tcl/info/4955f5d8a4dce006e063f924bc9709f7850ecb6a|4955f5d8a4] | ||||
* | Bump to 8.6.1. | dgp | 2013-08-30 | 1 | -1/+1 |
| | |||||
* | Fix for 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 1 | -15/+14 |
| | |||||
* | [Bug 3600390]: tk_strictMotif not tested for. | jan.nijtmans | 2013-01-13 | 1 | -15/+27 |
|\ | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif. | ||||
| * | [Bug 3600390]: tk_strictMotif not tested for. | jan.nijtmans | 2013-01-13 | 1 | -15/+27 |
| |\ | | | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif. | ||||
| | * | See bug 3600390bug_3600390 | jan.nijtmans | 2013-01-11 | 1 | -0/+6 |
| |/ |/| | |||||
| * | "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵ | jan.nijtmans | 2013-01-12 | 1 | -4/+1 |
| |\ |/ / | | | | | what the Tcl_InitStubs does), so there is no need to test both. | ||||
| * | "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵ | jan.nijtmans | 2013-01-12 | 1 | -5/+1 |
| | | | | | | | | what the Tcl_InitStubs does), so there is no need to test boths | ||||
| * | Release branch for Tk 8.5.13. | dgp | 2012-11-05 | 1 | -1/+1 |
| | | |||||
| * | Release candidate branch for Tk 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
| | | |||||
* | | [Bug 3600260]: Errors in new virtual event definitions | jan.nijtmans | 2013-01-10 | 1 | -3/+3 |
| | | |||||
* | | Create Tk 8.6.0 release branch | dgp | 2012-11-08 | 1 | -1/+1 |
| | | |||||
* | | Bump to 8.6b3 | dgp | 2012-09-07 | 1 | -1/+1 |
| | | |||||
* | | Generate -errorcode values to go with errors. Generate messages and postscript | dkf | 2012-08-27 | 1 | -2/+4 |
| | | | | | | using Tcl_Obj API, not the string result API. | ||||
* | | new virtual event <<ToggleSelection>>bug_3555644 | jan.nijtmans | 2012-08-23 | 1 | -0/+3 |
| | | |||||
* | | [Frq 3555324]: On Windows, re-define Ctrl-A for Select-All., as most Windows ↵ | jan.nijtmans | 2012-08-15 | 1 | -3/+3 |
| | | | | | | | | applications do. | ||||
* | | two missing bindings for Mac OSX | jan.nijtmans | 2012-08-13 | 1 | -2/+2 |
| | | |||||
* | | don't put that many bindings under tk_strictMotif handling, it was not done ↵ | jan.nijtmans | 2012-08-11 | 1 | -24/+12 |
| | | | | | | | | before | ||||
* | | merge trunk | jan.nijtmans | 2012-08-10 | 1 | -17/+25 |
|\ \ | |||||
| * | | Shift-Control -> Control-Shift, for consisancy everywhere | jan.nijtmans | 2012-08-10 | 1 | -4/+4 |
| | | | |||||
* | | | define two more virtual bindings, and correct various Mac | jan.nijtmans | 2012-08-10 | 1 | -37/+40 |
| | | | | | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well | ||||
* | | | 8 new virtual events (doc not updated yet) | jan.nijtmans | 2012-08-09 | 1 | -0/+28 |
| | | | |||||
* | | | [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 |
| |\ | |||||
| | * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 1 | -2/+2 |
| | | | |||||
| * | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 1 | -4/+0 |
| |\ \ | | |/ | |||||
* | | | same bugfix, but now applied to trunk | jan.nijtmans | 2012-04-21 | 1 | -4/+0 |
|\ \ \ | | |/ | |/| | |||||
* | | | Use vroot size in stead of screen size for clipping window coordinates in ↵ | jan.nijtmans | 2012-04-20 | 1 | -8/+9 |
|\ \ \ | | |/ | |/| | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| * | | Use vroot size in stead of screen size for clipping window coordinates in ↵ | jan.nijtmans | 2012-04-20 | 1 | -8/+9 |
| |\ \ | | | | | | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| | * \ | Use vroot size in stead of screen size for clipping window coordinates in ↵ | jan.nijtmans | 2012-04-20 | 1 | -8/+9 |
| | |\ \ | | | |/ | | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| | | * | set [wm maxsize] as well | jan.nijtmans | 2012-04-16 | 1 | -0/+1 |
| | | | | |||||
| | | * | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 1 | -12/+8 |
| | |/ | |||||
| * | | Release candidate branch for Tk 8.5.11 | dgp | 2011-10-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge to RC branch | dgp | 2011-06-10 | 1 | -2/+0 |
| |\ \ | |||||
| * | | | Release candidate branch for Tk 8.5.10 | dgp | 2011-05-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bump version number to 8.6b2 | dgp | 2011-07-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| | | | |||||
| | * | [Bug 2912473]: Stop problems caused by display names with a double colon in. | dkf | 2009-12-11 | 1 | -1/+6 |
| | | | |||||
| | * | * library/bgerror.tcl: on aqua, use moveable alert resp. modal dialog | das | 2007-04-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | * library/dialog.tcl: window class and corresponding system background pattern; fix button padding. * library/tearoff.tcl: correct aqua menu bar height; vertically offset * library/tk.tcl: aqua tearoff floating window to match menu. | ||||
| | * | * generic/tkConsole.c: Complete reversal of the changes of Sep 22. | andreas_kupries | 2006-09-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: For compat reason the Tcl core will not change * generic/tkWindow.c: the registered version to include the patchlevel, * library/tk.tcl: making the changes to Tk unnecessary. * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: | ||||
| | * | * generic/tkConsole.c: TIP #268 update regarding registered package | andreas_kupries | 2006-09-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkMain.c: version, now using full patchlevel instead of * generic/tkWindow.c: major.minor * library/tk.tcl: * unix/configure: * unix/Makefile.in: * unix/tcl.m4: * win/configure: * win/Makefile.in: * win/makefile.vc: * win/rules.vc: * win/tcl.m4: | ||||
| | * | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTION | hobbs | 2006-09-06 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tkInt.h: control of entry/text selection display * generic/tkText.c: based on focus to the Tcl level, * generic/tkTextBTree.c: controlled by ::tk::AlwaysShowSelection * generic/tkTextDisp.c: (boolean, private). [Bug 1553691] * generic/tkWindow.c: * library/tk.tcl * unix/tkUnixPort.h: | ||||
| | * | * library/bgerror.tcl: Updates to use Tcl 8.4 features. [Patch ↵ | dgp | 2006-01-25 | 1 | -25/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/tk.tcl (::tk::PlaceWindow): Backported the fix from | patthoyts | 2004-10-29 | 1 | -2/+6 |
| | | | | | | | | | | | | #533519 to handle window placement on multi-monitor Windows. |