summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * 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
| |
* | [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
| | |
* | | Provide fallback for _strtoi64jan.nijtmans2012-02-261-0/+6
|\ \ \ | |/ /
| * | Provide fallback for _strtoi64jan.nijtmans2012-02-261-0/+6
| | |
* | | [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 (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 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 ↵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
| |
* | Don't increase the epoch twice.fvogel2012-01-251-0/+4
| |
* | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-0/+6
|\ \
| * | patch-3477449: segfault when mark out of -startline/-endline rangebug_1630271jan.nijtmans2012-01-231-0/+6
| | |
* | | patch 3476698: Patch for failing test text-31.11jan.nijtmans2012-01-251-0/+4
|\ \ \ | |/ / |/| |
| * | applied patch-3476698bug_3475627jan.nijtmans2012-01-221-0/+4
|/ /
* | patch 3471873: mark next/prev with peer text widgetsjan.nijtmans2012-01-221-0/+5
|\ \
| * | [Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/nextpatch_3471873jan.nijtmans2012-01-191-0/+5
|/ /
* | [Bug-3021557]: Moving the cursor in elided text freezes Tkjan.nijtmans2012-01-191-0/+5
|\ \
| * | bug-3021557 Moving the cursor in elided text freezes Tkbug_3021557jan.nijtmans2012-01-171-0/+5
|/ /
* | [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-0/+12
|\ \ | |/
| * [Bug 1945073]: Demo square.tcl cannot run; need package tktestjan.nijtmans2011-11-221-1/+13
| |
| * Fix the escaping of leading dots in lines that start withjan.nijtmans2011-11-171-0/+6
| | | | | | | | a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line
* | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+5
|\ \ | |/
| * [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-171-0/+5
| |
| * Add dummy user_data field to XVirtualEvent, for improved upwards ↵jan.nijtmans2011-10-111-0/+6
| | | | | | | | compatibility with Tk 8.5
| * Support Visual Studio 11jan.nijtmans2011-09-261-0/+4
| |
| * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-061-0/+5
| |
| * Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-08-301-0/+8
| | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
* | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-081-0/+10
| | | | | | | | | | | | | | and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line.
* | merge, tag & bag another 8.5.11 RCcore_8_5_11core_8_5_11_rcdgp2011-11-041-1/+21
|\ \
| * | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit ofdkf2011-11-011-0/+6
| | | | | | | | | | | | type hackery to allow numbers to be interpreted as coordinates (most notably on a canvas) without reinterpreting via a string.
* | | release tagdgp2011-11-011-0/+2
|/ /
* | Update changes for Tk 8.5.11.dgp2011-10-261-0/+4
| |
* | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in ↵bug_3410609Kevin B Kenny2011-10-011-0/+10
| | | | | | | | preference to the raw one in the XEvent.
* | Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-011-0/+5
| | | | | | | | -format option.
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+12
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
| |
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+7
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+19
| |