Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-75552: Remove deprecated tkinter.tix module (GH-104902) | Zachary Ware | 2023-05-27 | 1 | -8/+0 |
| | |||||
* | gh-101522: Allow overriding Windows dependencies versions and paths using ↵ | Steve Dower | 2023-02-03 | 1 | -16/+19 |
| | | | | MSBuild properties (GH-101523) | ||||
* | gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307) | Steve Dower | 2023-01-26 | 1 | -2/+3 |
| | |||||
* | bpo-46567: Add Tcl/Tk build for Windows ARM64 (GH-31574) | Steve Dower | 2022-02-28 | 1 | -1/+4 |
| | |||||
* | bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) | Steve Dower | 2022-01-28 | 1 | -0/+1 |
| | | | Also makes a few general improvements to the build process and removes some dead code. | ||||
* | bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477) | Steve Dower | 2021-11-09 | 1 | -2/+2 |
| | |||||
* | bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) | Steve Dower | 2021-11-04 | 1 | -1/+1 |
| | |||||
* | bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170) | Terry Jan Reedy | 2021-04-23 | 1 | -1/+1 |
| | |||||
* | bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405) | Steve Dower | 2020-10-19 | 1 | -3/+2 |
| | |||||
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 1 | -3/+18 |
| | |||||
* | bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146) | Steve Dower | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) | Steve Dower | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Fixes Tix build by correcting the directories used by Tcl and Tk. (#3391) | Steve Dower | 2017-09-06 | 1 | -0/+1 |
| | |||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -3/+2 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | Issue #27647: Update Windows build to Tcl/Tk 8.6.6 | Zachary Ware | 2016-07-28 | 1 | -3/+3 |
| | |||||
* | Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by ↵ | Steve Dower | 2016-03-12 | 1 | -4/+4 |
| | | | | Bjoern Thiel. | ||||
* | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. | Steve Dower | 2015-08-19 | 1 | -2/+2 |
| | |||||
* | Update Tcl/Tk to 8.6.4. | Zachary Ware | 2015-04-14 | 1 | -1/+1 |
| | | | | The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+. | ||||
* | Update Tcl/Tk to 8.6.3 | Zachary Ware | 2014-12-15 | 1 | -3/+3 |
| | | | | | | | | | | - new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015 | ||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -26/+41 |
| | | | | which will be used for the official 3.5 release. | ||||
* | Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build | Zachary Ware | 2014-03-22 | 1 | -0/+30 |
solution. Currently, Tix is not built in Debug configuration. This change also: - simplifies some Tcl/Tk-related msbuild properties for _tkinter - copies the Tcl and Tk DLLs into the build output directory, meaning they will always be available after a build without having to copy them manually or change PATH - removes PCbuild/build_tkinter.py: the solution does the build without needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with the rest of the build using the `/m` msbuild command line switch) - removes an outdated README concerning building Tcl/Tk on AMD64 |