summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | merge-markjan.nijtmans2011-11-170-0/+0
|\ \ \ | |/ /
| * | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-172-0/+6
| |\ \ | | |/
| | * [Bug 3437816]: Missing TCL_ERROR return in [canvas lower]jan.nijtmans2011-11-172-0/+6
| | |
* | | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower].ferrieux2011-11-142-0/+6
| | |
* | | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-086-10/+20
|\ \ \ | |/ / | | | | | | | | | | | | | | | 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.
| * | * Add square to DEMOPROGS in unix/Makefile.in. It contains a shebangmax2011-11-086-10/+20
| | | | | | | | | | | | | | | | | | | | | 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 release to devdgp2011-11-0710-10/+28
| |\ \
| | * \ merge, tag & bag another 8.5.11 RCcore_8_5_11core_8_5_11_rcdgp2011-11-043-18/+93
| | |\ \ | | |/ / | |/| |
| | * | release tagdgp2011-11-011-0/+2
| | | |
| | * | merge to releasedgp2011-10-312-2/+6
| | |\ \
| | * | | overlooked pathclevel bump in tk.hdgp2011-10-311-2/+2
| | | | |
| | * | | typodgp2011-10-261-1/+1
| | | | |
| | * | | Release candidate branch for Tk 8.5.11dgp2011-10-267-7/+7
| | | | |
* | | | | A better way of managing the type cache across the tkObj.c file.dkf2011-11-021-24/+32
|\ \ \ \ \ | |/ / / /
| * | | | A better way of managing the type cache across the tkObj.c file.dkf2011-11-021-24/+32
| | | | |
* | | | | Minor corrections.dkf2011-11-011-33/+34
| | | | |
* | | | | Minor: Capitalization/formatting in changelog.dkf2011-11-011-4/+4
| | | | |
* | | | | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit ofdkf2011-11-012-1/+52
|\ \ \ \ \ | |/ / / / | | | | | | | | | | type hackery to allow numbers to be interpreted as coordinates (most notably on a canvas) without reinterpreting via a string.
| * | | | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit ofdkf2011-11-012-1/+52
| | |/ / | |/| | | | | | | | | | type hackery to allow numbers to be interpreted as coordinates (most notably on a canvas) without reinterpreting via a string.
* | | | TIP 382 test suite update and Motif dialog implementation.dgp2011-10-312-2/+6
|\ \ \ \ | |/ / /
| * | | TIP 382 test suite update and Motif dialog implementation.dgp2011-10-312-2/+6
| |/ /
* | | Update changes toward 8.6b3 release.dgp2011-10-261-0/+8
|\ \ \ | |/ /
| * | Update changes for Tk 8.5.11.dgp2011-10-262-0/+16
| | |
* | | Fix for bug 3410609; confirmed to work on UK keyboard.dkf2011-10-254-6/+42
|\ \ \ | |/ /
| * | Fix for bug 3410609; confirmed to work on UK keyboard.dkf2011-10-254-6/+42
| |\ \
| | * | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in ↵bug_3410609Kevin B Kenny2011-10-014-6/+42
| | | | | | | | | | | | | | | | preference to the raw one in the XEvent.
* | | | TIP 382: Existence and argument validation for -confirmoverwrite on Cocoa.dgp2011-10-241-1/+10
| | | | | | | | | | | | Option is ignored for now.
* | | | Merge Carbon TIP 382 implementation to Tk trunk.dgp2011-10-241-5/+18
| | | |
* | | | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp2011-10-243-38/+36
|\ \ \ \ | |/ / /
| * | | Implementation of TIP #382.dgp2011-10-244-44/+55
| |\ \ \
| | * | | add docstip_382dgp2011-10-191-0/+6
| | | | |
| | * | | Implementation for Carbon.dgp2011-10-171-5/+19
| | | | |
| | * | | Fix up the implementation to account for shared options enumeration.dgp2011-10-172-44/+21
| | | | |
| | * | | Revise the proposed "-nocomplain" option to "-confirmoverwrite"dgp2011-10-052-11/+13
| | | | |
| | * | | Contributed implementation patch for TIP 382.dgp2011-10-042-5/+17
| | |/ /
| * | | merge-markjan.nijtmans2011-10-110-0/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add dummy user_data field to XVirtualEvent, for improved upwards ↵jan.nijtmans2011-10-112-0/+11
| | | | | | | | | | | | compatibility with Tk 8.5
| * | merge-markjan.nijtmans2011-09-260-0/+0
| |\ \ | | |/
| | * Support Visual Studio 11jan.nijtmans2011-09-262-51/+59
| | |
* | | Internationalization of all Windows font handlingjan.nijtmans2011-10-133-64/+49
| | |
* | | code cleanup (WCHAR -> TCHAR, no direct calls to *W() functions, unnecessary ↵jan.nijtmans2011-10-112-36/+35
| | | | | | | | | | | | type casts
* | | correct -DUNICODE handling for tk_chooseColor dialogjan.nijtmans2011-10-101-3/+3
| | |
* | | [BUG 3163893] -initialdir option bug for tk_chooseDirectory under XPjan.nijtmans2011-10-102-8/+13
| | |
* | | wrong copy/paste in ChangeLogjan.nijtmans2011-10-051-3/+3
| | |
* | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-054-66/+12
| | |
* | | * generic/tkImgPNG.c (WriteExtraChunks): [Bug 3405839]: Write the sDATdkf2011-09-272-1/+23
| | | | | | | | | chunk with the correct length.
* | | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-2214-37/+60
|\ \ \ | |/ / | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
| * | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-2214-37/+60
| | | | | | | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
| * | merge-markjan.nijtmans2011-09-060-0/+0
| |\ \ | | |/
| | * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-063-299/+356
| | |