summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Sync various configure-related changes from Tcl (from core-8-branch)jan.nijtmans2018-05-315-118/+16
* Merge TIP #496 implementation following positive vote by the TCTfvogel2018-05-131-0/+2
|\
| * merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-1516-3488/+3356
| |\
| * | tk::entry: Moved defines where they belong to, reordered options to follow al...fvogel2018-02-111-0/+2
* | | Fix [75d38f8608]: touchpad two finger scroll does not work correctly with lis...fvogel2018-05-031-2/+24
|\ \ \ | |_|/ |/| |
| * | Solution from dnikolajevich made thread safe. Thanks to Christian Werner for ...fvogel2018-03-311-17/+17
| * | Better solution to [75d38f8608], that fixes the problem for all widgets, not ...fvogel2018-03-251-3/+25
| |/
| * Permit Tk 8.6 to use deprecated Tcl constructs (since we cannot look into the...jan.nijtmans2018-01-221-2/+2
| * merge releasejan.nijtmans2017-12-232-2/+2
| |\
| | * merge 8.6dgp2017-12-155-789/+1803
| | |\
| | * | Start RC branch for Tk 8.6.8dgp2017-12-062-2/+2
* | | | Merge core-8-6-branch - update to nmake rules 1.1apnadkarni2017-12-232-6/+34
|\ \ \ \ | |/ / /
| * | | Update to nmake rules 1.1 - allow extensions to link against import libs with...apnadkarni2017-12-232-6/+34
* | | | merge core-8-6-branch. Sync win/rules.vc with Tcl version.jan.nijtmans2017-12-223-241/+229
|\ \ \ \ | |/ / /
| * | | Convert win/rules-ext.vc and win/targets.vc from lf to crlf line-endings. Al...jan.nijtmans2017-12-222-215/+215
| | |/ | |/|
* | | Merge: Use nmakehlp -L to locate directoriesapnadkarni2017-12-133-22/+168
|\ \ \ | |/ /
| * | Use nmakehlp -L to locate directoriesapnadkarni2017-12-133-22/+168
* | | Merge from core-8-6-branch - upated nmake support files from Tclapnadkarni2017-12-112-2/+48
|\ \ \ | |/ /
| * | Updated copy of Tcl nmake support filesapnadkarni2017-12-112-2/+48
* | | Merge core-8-6-branch fix for static build of wish.apnadkarni2017-12-111-1/+7
|\ \ \ | |/ /
| * | Fix static build of wishapnadkarni2017-12-111-1/+7
* | | re-generate configure script (removal of pre-XP)jan.nijtmans2017-12-101-134/+2
* | | TIP 477 merge: new build systemapnadkarni2017-12-094-791/+1617
|\ \ \ | |/ /
| * | Added targets.vc for new nmake system. Had forgotten to commit it.apnadkarni2017-12-091-0/+52
| * | TIP 477: new nmake build system. Test suite runs with no errorsapnadkarni2017-12-093-790/+1554
| |\ \ | | |/ | |/|
| | * Final nmake support files from Tclapnadkarni2017-12-093-41/+106
| | * Fix inclusion of custom resource files to match TIP specapnadkarni2017-11-072-5/+13
| | * Update to latest Tcl vc-reformapnadkarni2017-11-071-4/+3
| | * Reworked build command macros (MAKEBINCMD, CCPKGCMD etc.) and purged old comm...apnadkarni2017-10-263-194/+240
| | * Fix htmlhelp generation on 64 bit systemsapnadkarni2017-10-082-22/+46
| | * Do not use the standard targets as the Tk extension targets are too variedapnadkarni2017-10-071-2/+4
| | * Import latest VC compile rules from Tcl. apnadkarni2017-10-075-61/+309
| | * Need netapi.lib for static buildsapnadkarni2017-09-301-14/+3
| | * Added standard macros LIBDIR and DEMODIR. Also set common Tk related names an...apnadkarni2017-09-302-48/+71
| | * Removed obsolete winhelp style docs. Fixed building of htmlhelpapnadkarni2017-09-291-89/+10
| | * Replace link commands with standard macrosapnadkarni2017-09-291-19/+4
| | * Eliminated redundant TK_CFLAGS and WISH_CFLAGS macrosapnadkarni2017-09-291-11/+6
| | * Use default macros for linking and add a implicit rule for resource files.apnadkarni2017-09-292-23/+25
| | * Use compilation rules from rules.vc instead of defining own ones in makefile.apnadkarni2017-09-293-538/+1023
| | * Merged Jan's changes from core-8-6-branch to pick up align98 changesapnadkarni2017-09-292-32/+1
| | |\
| | * | Visual C++ optimization flags updated and output dir name changes.apnadkarni2017-09-201-14/+21
* | | | TIP #487: Stop support for Pre-XP Windowsjan.nijtmans2017-12-073-154/+14
|\ \ \ \
| * \ \ \ Merge trunk. jan.nijtmans2017-11-281-4/+5
| |\ \ \ \
| * | | | | Defining NTDDI_VERSION doesn't appear to work with mingw-w64. Don't bother.jan.nijtmans2017-11-271-7/+4
| * | | | | merge trunkjan.nijtmans2017-11-271-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge bug-0dbabd0f branch to tip-487 branch (actually, the correct setting of...jan.nijtmans2017-11-271-5/+5
| |\ \ \ \ \ \
| | * | | | | | A patch to restore MSYS builds for trunk. See ticket [0dbabd0f]tne2017-11-251-1/+5
| * | | | | | | no longer export TkWinGetPlatformId as symbol from dll: Since TkWinGetPlatfor...jan.nijtmans2017-11-231-27/+0
| * | | | | | | Remove pre-XP supportjan.nijtmans2017-11-237-486/+66
| |/ / / / / /
* | | | | | | CONST'ify some string arrays (strings itself where already CONST, but the arr...jan.nijtmans2017-11-281-1/+1
| |_|/ / / / |/| | | | |