summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | | | | | cat32 on Windows)
| * | | | | 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 ↵jan.nijtmans2019-09-203-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | because they are not used in Win64.
| * | | | | 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 ↵jan.nijtmans2019-09-202-189/+259
| | | |\ \ \ | | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | -DUNICODE. Also no longer use Tcl_WinTCharToUtf/Tcl_WinUtfToTchar but the unicode conversions functions to do WCHAR <=> UTF-8 conversions. When compiled with Tcl >= 8.7, use the TIP #548 wchar_t functions in stead for registry/dde. No need to update the registry/dde version numbers (1.3.3 resp. 1.4.1), because those were recentely bumped already, after the Tcl 8.6.9 release.
| | | | * | Modify registry/dde such that they no longer need to be compiled with ↵jan.nijtmans2019-09-204-219/+289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DUNICODE. Also no longer use Tcl_WinTCharToUtf/Tcl_WinUtfToTchar but the unicode conversions functions to do WCHAR <=> UTF-8 conversions. When compiled with Tcl >= 8.7, use the TIP #548 wchar_t functions in stead for registry/dde.
| * | | | | 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
| | |\ \ \ | | | |/ / | | | | | | | | | | -DUNICODE)
| | | * | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since ↵jan.nijtmans2019-09-1812-345/+347
| | | | | | | | | | | | | | | | | | | | we are impicitly compiling with -DUNICODE
| | | * | 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 ↵jan.nijtmans2019-09-148-73/+101
| | |\ \ \ | | | | | | | | | | | | | | | | | | deprecate `Tcl_WinUtfToTChar()` and `Tcl_WinTCharToUtf()`
| | | * \ \ 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same, but more consistent.
| | | * | | | | | | | | | 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
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions could be used in Win32 extensions.
| | | * \ \ \ \ \ \ \ \ \ \ 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 ↵jan.nijtmans2019-07-119-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | intuitive because they represent wchar_t and char16_t (since C++11) types in modern compilers.
| | | * | | | | | | | | | | | | | Merge 8.7, and a few tweaks: Only provide Tcl_WinUtfToTChar on Tcl 8.x, not ↵jan.nijtmans2019-07-071-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on 9.0 any more
| | | * | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | |