summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* Merge trunk. Finish implementation.jan.nijtmans2019-09-3022-669/+681
|\
| * Merge 8.7jan.nijtmans2019-09-293-39/+13
| |\
| | * Merge 8.6jan.nijtmans2019-09-293-39/+13
| | |\
| | | * Merge 8.6 and fix Travis build on Windowsjan.nijtmans2019-09-272-4/+4
| | | |\
| | | * \ Merge 8.6jan.nijtmans2019-09-263-54/+54
| | | |\ \ | | | | |/
| | | * | Merge 8.6jan.nijtmans2019-09-204-11/+9
| | | |\ \
| | | * | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ...jan.nijtmans2019-09-1915-287/+318
| * | | | | Merge 8.7jan.nijtmans2019-09-252-53/+53
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2019-09-252-54/+54
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge 8.5jan.nijtmans2019-09-252-53/+53
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC)jan.nijtmans2019-09-251-13/+13
| * | | | | Merge 8.7jan.nijtmans2019-09-203-5/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2019-09-203-5/+5
| | |\ \ \ \ | | | |/ / /
| | | * | | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them becaus...jan.nijtmans2019-09-203-9/+7
| * | | | | Merge 8.7jan.nijtmans2019-09-202-189/+259
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2019-09-202-189/+259
| | |\ \ \ \ | | | |/ / /
| | | * | | Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-202-189/+259
| | | |\ \ \ | | | | |/ /
| | | | * | Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-204-219/+289
| * | | | | Merge 8.7jan.nijtmans2019-09-1914-176/+176
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 8.6jan.nijtmans2019-09-199-20/+20
| | |\ \ \ \ | | | |/ / /
| | | * | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit.jan.nijtmans2019-09-1910-66/+52
| | | | |/ | | | |/|
| | * | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ...jan.nijtmans2019-09-1911-160/+160
| | |\ \ \ | | | |/ /
| | | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since w...jan.nijtmans2019-09-1812-345/+347
| | | * | Remove unneeded knownMsvcBug testconstraint definitionjan.nijtmans2019-09-131-1/+1
| * | | | Merge 8.7jan.nijtmans2019-09-148-137/+95
| |\ \ \ \ | | |/ / /
| | * | | TIP #548 implementation: Support `wchar_t` conversion functions and deprecate...jan.nijtmans2019-09-148-73/+101
| | |\ \ \
| | | * \ \ Merge 8.7jan.nijtmans2019-09-132-42/+40
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge 8.7jan.nijtmans2019-09-104-15/+35
| | | |\ \ \
| | | * \ \ \ Merge 8.7jan.nijtmans2019-09-054-5/+8
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.7jan.nijtmans2019-09-034-13/+19
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 8.7jan.nijtmans2019-09-021-0/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-291-4/+4
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-281-0/+1
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-263-25/+33
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | "utfmax" build should be with TCL_UTF_MAX=6jan.nijtmans2019-08-121-4/+4
| | | * | | | | | | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ...jan.nijtmans2019-08-038-47/+47
| | | * | | | | | | | | | Oops, wrong checkjan.nijtmans2019-08-022-2/+2
| | | * | | | | | | | | | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ...jan.nijtmans2019-08-022-38/+59
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-08-023-22/+22
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / /
| | | * | | | | | | | | | | Merge 8.7. Some formatting.jan.nijtmans2019-08-022-7/+7
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Documentation improvements and code cleanup. Approaching finish.jan.nijtmans2019-08-012-8/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / /
| | | * | | | | | | | | | | | Merge 8.7jan.nijtmans2019-08-015-18/+30
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / /
| | | * | | | | | | | | | | | Merge 8.7jan.nijtmans2019-07-172-19/+11
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2019-07-136-12/+149
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more intuitive...jan.nijtmans2019-07-119-49/+49
| | | * | | | | | | | | | | | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not o...jan.nijtmans2019-07-071-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Improvement: always export both 16-bit and 32-bit UTF functionjan.nijtmans2019-07-058-47/+47
| | | * | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2019-06-2910-35/+33
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now.jan.nijtmans2019-06-271-4/+1
| | | * | | | | | | | | | | | | | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtfjan.nijtmans2019-06-261-1/+2