summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-0/+4
|\
| * [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-0/+4
| |\
| | * [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-0/+4
| | |
| | * some more cygwin compatibility improvementsjan.nijtmans2012-04-061-0/+0
| | |
* | | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-04-021-0/+9
|\ \ \ | |/ / | | | (autoconf still to be run!)
| * | re-generate configurejan.nijtmans2012-04-011-2/+2
| | |
| * | [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-301-0/+9
| |\ \ | | |/ | | | (autoconf still to be run!)
| | * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-291-0/+9
| | | | | | | | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler.
* | | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-0/+5
|\ \ \ | |/ /
| * | [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-0/+5
| |\ \ | | |/
| | * [Bug 2809525] Abort on overlong color namejan.nijtmans2012-03-211-0/+5
| | |
* | | rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-0/+6
|\ \ \ | |/ /
| * | rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-0/+6
| |\ \ | | |/
| | * rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-0/+6
| | |
* | | Minor spelling fixes.dkf2012-03-131-0/+4
| | |
* | | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better roundingdkf2012-03-071-2/+7
|\ \ \ | |/ / | | | of pixel values to integers.
| * | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better roundingdkf2012-03-071-2/+7
| | | | | | | | | of pixel values to integers.
* | | Patch from the cygwin folksjan.nijtmans2012-03-041-0/+5
|\ \ \ | |/ /
| * | Patch from the cygwin folksjan.nijtmans2012-03-041-0/+5
| |\ \ | | |/
| | * Patch from the cygwin folksjan.nijtmans2012-03-041-0/+5
| | |
* | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵fvogel2012-02-281-0/+9
|\ \ \ | |/ / | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices.
| * | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵fvogel2012-02-281-0/+9
| |\ \ | | | | | | | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices.
| | * | Bug-3487407: Weird text indicesbug_1630262fvogel2012-02-181-1/+8
| | | |
| | * | Updated changelog to take bug-1615425 into accountfvogel2012-02-031-4/+4
| | | |
| | * | [Bug-1630262]: segfault when deleting lines with peer text widgetsfvogel2012-01-311-0/+7
| | | |
* | | | [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-0/+4
|\ \ \ \ | |/ / /
| * | | [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | [Bug 3495198]: Corrected types of canvas bitmap options.dkf2012-02-281-0/+4
| | | |
* | | | Provide fallback for _strtoi64jan.nijtmans2012-02-261-0/+6
|\ \ \ \ | |/ / /
| * | | Provide fallback for _strtoi64jan.nijtmans2012-02-261-0/+6
| |\ \ \ | | |/ /
| | * | Provide fallback for _strtoi64jan.nijtmans2012-02-261-0/+6
| | | |
* | | | [Bug 1913750]: tk_chooseDirectory -initialdir internationalization problemjan.nijtmans2012-02-251-0/+5
|\ \ \ \
| * \ \ \ - merge trunkbug_1913750jan.nijtmans2012-02-231-0/+1
| |\ \ \ \ | |/ / / / |/| | | | - provide _strtoi64 fallback for MSVC6.0
| * | | | [Bug 1913750]: tk_chooseDirectory -initialdir internationalization problem.jan.nijtmans2012-02-171-0/+5
|/ / / /
* | | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-0/+7
|\ \ \ \ | |/ / /
| * | | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-0/+7
| |\ \ \ | | |/ /
| | * | [Bug 3486474]: Inconsistent color scalingjan.nijtmans2012-02-151-0/+7
| | |\ \
| | | * | improved, faster implementations of XParseColor and TkParseColorbug_3486474jan.nijtmans2012-02-121-0/+7
| | |/ /
* | | | * win/tkWinDialog.c (GetFileName): Ensure that we do not convert adkf2012-02-101-0/+7
|\ \ \ \ | |/ / / | | | | | | | | | | | | result list to a string inadvertently, as this causes problems with Tkinter's handling of multiple filename results. Issue was reported via StackOverflow: http://stackoverflow.com/q/9227859/301832
| * | | * win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert adkf2012-02-101-0/+7
| | |/ | |/| | | | | | | | | | result list to a string inadvertently, as this causes problems with Tkinter's handling of multiple filename results. Issue was reported via StackOverflow: http://stackoverflow.com/q/9227859/301832
* | | Bug-3480634: PNG Images missing in menus on Macjan.nijtmans2012-01-291-1/+5
|\ \ \ | |/ /
| * | Bug 3480634: PNG Images missing in menus on Macjan.nijtmans2012-01-291-1/+5
| | |
* | | [Bug 3480471]: tk_getOpenFile crashes on Win64jan.nijtmans2012-01-271-0/+4
|\ \ \ | |/ /
| * | [Bug 3480471]: tk_getOpenFile crashes on Win64jan.nijtmans2012-01-271-0/+4
| | |
* | | [Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor ↵fvogel2012-01-261-0/+6
|\ \ \ | |/ / | | | | | | appears as a blinking bar which expands to the right edge of the widget.
| * | [Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor ↵fvogel2012-01-261-0/+6
| |\ \ | | | | | | | | | | | | appears as a blinking bar which expands to the right edge of the widget.
| | * | [Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor ↵patch_3479498fvogel2012-01-251-0/+6
| | | | | | | | | | | | | | | | appears as a blinking bar which expands to the right edge of the widget.
* | | | Bug-2433260: non-critical error in Tk_PhotoPutBlockjan.nijtmans2012-01-251-0/+5
|\ \ \ \ | |/ / /
| * | | Bug-2433260: non-critical error in Tk_PhotoPutBlockjan.nijtmans2012-01-251-0/+5
| |\ \ \ | | |/ / | |/| / | | |/
| | * Bug-2433260: non-critical error in Tk_PhotoPutBlockjan.nijtmans2012-01-251-0/+5
| | |