summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-12-131-2/+2
|\
| * sync rules.vc with Tcljan.nijtmans2020-12-121-2/+2
* | merge 8.6dgp2020-12-112-131/+159
|\ \ | |/
| * Sync rules.vc and rules-ext.vc with Tcljan.nijtmans2020-12-112-131/+159
* | merge 8.6dgp2020-12-102-13/+53
|\ \ | |/
| * Sync win/rules.vc with Tcl. And the use of TCL_USE_STATIC_PACKAGES as welljan.nijtmans2020-12-092-13/+53
* | merge 8.6dgp2020-12-076-35/+17
|\ \ | |/
| * Merge 8.5jan.nijtmans2020-12-033-28/+0
| |\
| | * sync tcl.m4 and ruls.vc with Tcljan.nijtmans2020-12-023-29/+0
| | |\ | | |/ | |/|
| * | Fix frame-2.8 testcase on mingwjan.nijtmans2020-11-271-1/+0
| * | Fix github actions windows build with --enable-sysmbols=memjan.nijtmans2020-11-271-1/+1
| * | Merge 8.5. Some more explicit type-casts.jan.nijtmans2020-11-161-5/+16
| |\ \ | | |/
| | * Second argument of Tcl_StaticPackage() should always be Titlecase. Synced fro...jan.nijtmans2020-11-161-4/+4
* | | merge 8.6dgp2020-10-298-18/+26
|\ \ \ | |/ /
| * | Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-295-12/+20
| |\ \ | | |/
| | * Always compile with -D__USE_MINGW_ANSI_STDIO=0.jan.nijtmans2020-10-295-6/+14
| | |\
| | | * Fix [https://github.com/msys2/MINGW-packages/issues/6931|python: investigate ...jan.nijtmans2020-10-281-1/+1
| | |/ | |/|
| * | Merge 8.5 (just a few typo's)jan.nijtmans2020-10-281-1/+1
| |\ \ | | |/
| | * Fix some C++ comments in ttkWinXPTheme.c (needed for MSVC++ 6.0)jan.nijtmans2020-10-288-36/+40
| * | MSVC++ 6.0 does't handle C++ commentsjan.nijtmans2020-10-282-5/+5
* | | merge 8.6dgp2020-10-191-9/+2
|\ \ \ | |/ /
| * | Sync rules.vc with Tcljan.nijtmans2020-10-151-9/+2
* | | merge 8.6dgp2020-10-101-12/+8
|\ \ \ | |/ /
| * | A few more -Wundef warnings, and a 'const' additionjan.nijtmans2020-10-091-12/+8
* | | merge 8.6dgp2020-10-031-3/+3
|\ \ \ | |/ /
| * | Fix [59cba33c6d]: win: theme detection in TkWinGetPlatformTheme() likely brokenjan.nijtmans2020-09-301-3/+3
* | | merge 8.6dgp2020-09-281-0/+6
|\ \ \ | |/ /
| * | Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-0/+6
* | | merge 8.6dgp2020-09-159-136/+281
|\ \ \ | |/ /
| * | Fix [3bc0f44ef3]: UBSan complains about body.chars[] usagejan.nijtmans2020-09-112-20/+17
| |\ \
| | * | More usages for TKFLEXARRAYjan.nijtmans2020-09-101-2/+2
| | * | Merge 8.6jan.nijtmans2020-09-093-59/+59
| | |\ \
| | * \ \ Merge 8.6jan.nijtmans2020-09-081-7/+0
| | |\ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2020-09-042-6/+6
| | |\ \ \ \
| | * | | | | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-6/+6
| | * | | | | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-022-8/+8
| | |\ \ \ \ \
| | | * \ \ \ \ Merge trunkjan.nijtmans2020-08-245-11/+13
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge trunkjan.nijtmans2020-08-171-0/+4
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-08-132-6/+6
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-142-8/+8
| | * | | | | | | | | Merge 8.6. Some more textual changesjan.nijtmans2020-08-271-3/+3
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| | * | | | | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: Res...fvogel2020-08-242-1/+2
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Revert from 'SystemPlaceHolderTextColor' to 'SystemPlaceHolderText' on Window...fvogel2020-07-142-2/+2
| | | * | | | | | | | | Bring Windows documentation up-to-date with respect to the new color systemPl...fvogel2020-07-142-2/+2
| | | * | | | | | | | | Correctly use a system placeholder color on Windows.fvogel2020-07-142-1/+2
| | | * | | | | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaultsfvogel2020-07-141-1/+1
| | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-2/+3
| | * | | | | | | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-192-8/+8
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | / / / / / | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Merge 8.6jan.nijtmans2020-08-171-0/+4
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Merge 8.6jan.nijtmans2020-08-121-5/+5
| | |\ \ \ \ \ \ \ \