Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3600390]: tk_strictMotif not tested for. | nijtmans@users.sourceforge.net | 2013-01-13 | 2 | -18/+28 |
|\ | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif. | ||||
| * | removed one entry too much from ttk:entry | nijtmans@users.sourceforge.net | 2013-01-13 | 1 | -0/+1 |
| | | |||||
| * | [Bug 3600390]: tk_strictMotif not tested for. | nijtmans@users.sourceforge.net | 2013-01-13 | 2 | -18/+27 |
| |\ | | | | | | | Now all key-bindings for Control-a,b,e,f,n,p (and its shift variant) respect tk_strictMotif. | ||||
| | * | See bug 3600390 | nijtmans@users.sourceforge.net | 2013-01-11 | 2 | -3/+6 |
| |/ |/| | |||||
| * | "package require Tk 8.5" already implies "package require Tcl 8.5" (That's ↵ | nijtmans@users.sourceforge.net | 2013-01-12 | 2 | -5/+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 ↵ | nijtmans@users.sourceforge.net | 2013-01-12 | 2 | -6/+1 |
| | | | | | | | | what the Tcl_InitStubs does), so there is no need to test boths | ||||
| * | Release branch for Tk 8.5.13. | dgp@users.sourceforge.net | 2012-11-05 | 1 | -1/+1 |
| | | |||||
* | | [Bug 3600260]: Errors in new virtual event definitions | nijtmans@users.sourceforge.net | 2013-01-10 | 1 | -3/+3 |
| | | |||||
* | | [Bug 3600251]: Inappropriate replacement of Mac binding. | nijtmans@users.sourceforge.net | 2013-01-10 | 1 | -1/+1 |
| | | |||||
* | | Create Tk 8.6.0 release branch | dgp@users.sourceforge.net | 2012-11-08 | 1 | -1/+1 |
| | | |||||
* | | merge trunk | dgp@users.sourceforge.net | 2012-09-11 | 1 | -4/+2 |
|\ \ | |||||
| * | | fix <Up> and <Down> binding in windows console | nijtmans@users.sourceforge.net | 2012-09-11 | 1 | -4/+2 |
| | | | |||||
* | | | Bump to 8.6b3 | dgp@users.sourceforge.net | 2012-09-07 | 1 | -1/+1 |
|/ / | |||||
* | | Generate -errorcode values to go with errors. Generate messages and postscript | donal.k.fellows@manchester.ac.uk | 2012-08-27 | 17 | -53/+87 |
| | | | | | | using Tcl_Obj API, not the string result API. | ||||
* | | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | donal.k.fellows@manchester.ac.uk | 2012-08-24 | 1 | -59/+58 |
|\ \ | |/ | | | that knows how to avoid nasty problems when non-list filters are used. | ||||
| * | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | donal.k.fellows@manchester.ac.uk | 2012-08-24 | 1 | -61/+52 |
| | | | | | | that knows how to avoid nasty problems when non-list filters are used. | ||||
* | | new virtual event <<ToggleSelection>> | nijtmans@users.sourceforge.net | 2012-08-23 | 3 | -2/+5 |
| | | |||||
* | | [Frq 3555324]: On Windows, re-define Ctrl-A for Select-All., as most Windows ↵ | nijtmans@users.sourceforge.net | 2012-08-15 | 1 | -3/+3 |
| | | | | | | | | applications do. | ||||
* | | two missing bindings for Mac OSX | nijtmans@users.sourceforge.net | 2012-08-13 | 1 | -2/+2 |
| | | |||||
* | | don't put that many bindings under tk_strictMotif handling, it was not done ↵ | nijtmans@users.sourceforge.net | 2012-08-11 | 1 | -24/+12 |
| | | | | | | | | before | ||||
* | | merge trunk | nijtmans@users.sourceforge.net | 2012-08-10 | 3 | -21/+29 |
|\ \ | |||||
| * | | Shift-Control -> Control-Shift, for consisancy everywhere | nijtmans@users.sourceforge.net | 2012-08-10 | 4 | -10/+10 |
| | | | |||||
* | | | define two more virtual bindings, and correct various Mac | nijtmans@users.sourceforge.net | 2012-08-10 | 6 | -47/+50 |
| | | | | | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well | ||||
* | | | 8 new virtual events (doc not updated yet) | nijtmans@users.sourceforge.net | 2012-08-09 | 12 | -87/+63 |
| | | | |||||
* | | | [Bug 3555644]: Better use of virtual events. | nijtmans@users.sourceforge.net | 2012-08-09 | 13 | -85/+42 |
|/ / | |||||
* | | formatting, unnecessary if's | nijtmans@users.sourceforge.net | 2012-08-09 | 1 | -39/+28 |
|\ \ | |/ | |||||
| * | partly backport from 8.6 | nijtmans@users.sourceforge.net | 2012-08-09 | 2 | -41/+44 |
| | | |||||
| * | Release candidate branch for Tk 8.5.12. | dgp@users.sourceforge.net | 2012-07-10 | 1 | -1/+1 |
| | | |||||
* | | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | nijtmans@users.sourceforge.net | 2012-06-10 | 11 | -16/+16 |
|\ \ | |/ | |||||
| * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | nijtmans@users.sourceforge.net | 2012-06-10 | 11 | -16/+16 |
| |\ | |||||
| | * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | nijtmans@users.sourceforge.net | 2012-06-10 | 8 | -17/+17 |
| | | | |||||
* | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | nijtmans@users.sourceforge.net | 2012-05-05 | 1 | -58/+54 |
|\ \ \ | |/ / | |||||
| * | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | nijtmans@users.sourceforge.net | 2012-05-05 | 1 | -58/+54 |
| |\ \ | | |/ | |||||
| | * | [Bug 2768586]: Only do menu correction on Windows < Win7 | nijtmans@users.sourceforge.net | 2012-05-05 | 1 | -73/+85 |
| | |\ | | | | | | | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | ||||
* | | \ | [Bug 2768586]: Menu posting problem on dual monitors | nijtmans@users.sourceforge.net | 2012-05-04 | 1 | -9/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 2768586]: Menu posting problem on dual monitors | nijtmans@users.sourceforge.net | 2012-05-04 | 1 | -9/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | [Bug 2768586]: Menu posting problem on dual monitors | nijtmans@users.sourceforge.net | 2012-05-04 | 1 | -9/+8 |
| | | | | |||||
| * | | | [Bug 533519]: Window placement with multiple screens | nijtmans@users.sourceforge.net | 2012-05-02 | 1 | -4/+0 |
| |\ \ \ | | |/ / | |||||
* | | | | same bugfix, but now applied to trunk | nijtmans@users.sourceforge.net | 2012-04-21 | 1 | -4/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
* | | | | Use vroot size in stead of screen size for clipping window coordinates in ↵ | nijtmans@users.sourceforge.net | 2012-04-20 | 7 | -35/+20 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | ::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 ↵ | nijtmans@users.sourceforge.net | 2012-04-20 | 7 | -33/+18 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | ::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 ↵ | nijtmans@users.sourceforge.net | 2012-04-20 | 7 | -34/+18 |
| | |\ \ | | | |/ | | | | | | | | | | | | | ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. | ||||
| | | * | set [wm maxsize] as well | nijtmans@users.sourceforge.net | 2012-04-16 | 1 | -0/+1 |
| | | | | |||||
| | | * | Fix bug 533519 | nijtmans@users.sourceforge.net | 2012-04-16 | 7 | -38/+17 |
| | |/ | |||||
* | | | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561]. | jenglish@flightlab.com | 2012-01-30 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561]. | jenglish@flightlab.com | 2012-01-30 | 1 | -2/+5 |
| | | | |||||
| * | | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | nijtmans@users.sourceforge.net | 2011-11-22 | 6 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | nijtmans@users.sourceforge.net | 2011-11-22 | 6 | -6/+6 |
| | | | |||||
| * | | merge to release | dgp@users.sourceforge.net | 2011-10-31 | 1 | -1/+5 |
| |\ \ | |||||
| * | | | Release candidate branch for Tk 8.5.11 | dgp@users.sourceforge.net | 2011-10-26 | 1 | -1/+1 |
| | | | |