Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create Tk 8.6.0 release branch | dgp | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | merge trunk | dgp | 2012-09-11 | 1 | -4/+2 |
|\ | |||||
| * | fix <Up> and <Down> binding in windows console | jan.nijtmans | 2012-09-11 | 1 | -4/+2 |
| | | |||||
* | | 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 | 17 | -53/+87 |
| | | | using Tcl_Obj API, not the string result API. | ||||
* | [Bug 3558535]: Factor out the filtered-sorted globbing code into one procedure | dkf | 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 | dkf | 2012-08-24 | 1 | -61/+52 |
| | | | | | | that knows how to avoid nasty problems when non-list filters are used. | ||||
* | | new virtual event <<ToggleSelection>>bug_3555644 | jan.nijtmans | 2012-08-23 | 3 | -2/+5 |
| | | |||||
* | | [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 | 3 | -21/+29 |
|\ \ | |||||
| * | | Shift-Control -> Control-Shift, for consisancy everywhere | jan.nijtmans | 2012-08-10 | 4 | -10/+10 |
| | | | |||||
* | | | define two more virtual bindings, and correct various Mac | jan.nijtmans | 2012-08-10 | 6 | -47/+50 |
| | | | | | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well | ||||
* | | | 8 new virtual events (doc not updated yet) | jan.nijtmans | 2012-08-09 | 12 | -87/+63 |
| | | | |||||
* | | | [Bug 3555644]: Better use of virtual events. | jan.nijtmans | 2012-08-09 | 13 | -85/+42 |
|/ / | |||||
* | | formatting, unnecessary if's | jan.nijtmans | 2012-08-09 | 1 | -39/+28 |
|\ \ | |/ | |||||
| * | partly backport from 8.6 | jan.nijtmans | 2012-08-09 | 2 | -41/+44 |
| | | |||||
| * | Release candidate branch for Tk 8.5.12. | dgp | 2012-07-10 | 1 | -1/+1 |
| | | |||||
* | | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 11 | -16/+16 |
|\ \ | |/ | |||||
| * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 11 | -16/+16 |
| |\ | |||||
| | * | [Bug 3534137]: $tcl_platform(platform) != [tk windowingsystem] | jan.nijtmans | 2012-06-10 | 8 | -17/+17 |
| | | | |||||
* | | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | jan.nijtmans | 2012-05-05 | 1 | -58/+54 |
|\ \ \ | |/ / | |||||
| * | | If tk.dll loaded in cygwin, don't use the win32 file dialogs | jan.nijtmans | 2012-05-05 | 1 | -58/+54 |
| |\ \ | | |/ | |||||
| | * | [Bug 2768586]: Only do menu correction on Windows < Win7 | jan.nijtmans | 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 | jan.nijtmans | 2012-05-04 | 1 | -9/+8 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 2768586]: Menu posting problem on dual monitors | jan.nijtmans | 2012-05-04 | 1 | -9/+8 |
| |\ \ \ | | |/ / | |||||
| | * | | [Bug 2768586]: Menu posting problem on dual monitors | jan.nijtmans | 2012-05-04 | 1 | -9/+8 |
| | | | | |||||
| * | | | [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 | 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 ↵ | jan.nijtmans | 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 ↵ | jan.nijtmans | 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 | jan.nijtmans | 2012-04-16 | 1 | -0/+1 |
| | | | | |||||
| | | * | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 7 | -38/+17 |
| | |/ | |||||
* | | | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561]. | jenglish | 2012-01-30 | 1 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561]. | jenglish | 2012-01-30 | 1 | -2/+5 |
| | | | |||||
| * | | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 6 | -6/+6 |
| |\ \ | | |/ | |||||
| | * | [Bug 1945073]: Demo square.tcl cannot run; need package tktest | jan.nijtmans | 2011-11-22 | 6 | -6/+6 |
| | | | |||||
| * | | merge to release | dgp | 2011-10-31 | 1 | -1/+5 |
| |\ \ | |||||
| * | | | Release candidate branch for Tk 8.5.11 | dgp | 2011-10-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | TIP 382 test suite update and Motif dialog implementation. | dgp | 2011-10-31 | 1 | -1/+5 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | TIP 382 test suite update and Motif dialog implementation. | dgp | 2011-10-31 | 1 | -1/+5 |
| |/ / | |||||
* | | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa. | dgp | 2011-10-24 | 1 | -1/+7 |
|\ \ \ | |/ / | |||||
| * | | Fix up the implementation to account for shared options enumeration. | dgp | 2011-10-17 | 1 | -1/+1 |
| | | | |||||
| * | | Revise the proposed "-nocomplain" option to "-confirmoverwrite" | dgp | 2011-10-05 | 1 | -2/+2 |
| | | | |||||
| * | | Contributed implementation patch for TIP 382. | dgp | 2011-10-04 | 1 | -1/+7 |
| | | | |||||
| * | | Merge to RC branch | dgp | 2011-06-10 | 117 | -250/+24 |
| |\ \ | |||||
| * | | | 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 |
| | | | |