Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge trunk. Finish implementation. | jan.nijtmans | 2019-09-30 | 22 | -669/+681 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2019-09-29 | 3 | -39/+13 |
| |\ | |||||
| | * | Merge 8.6 | jan.nijtmans | 2019-09-29 | 3 | -39/+13 |
| | |\ | |||||
| | | * | Merge 8.6 and fix Travis build on Windows | jan.nijtmans | 2019-09-27 | 2 | -4/+4 |
| | | |\ | |||||
| | | * \ | Merge 8.6 | jan.nijtmans | 2019-09-26 | 3 | -54/+54 |
| | | |\ \ | | | | |/ | |||||
| | | * | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 4 | -11/+9 |
| | | |\ \ | |||||
| | | * | | | Don't build the Tcl library in Unicode mode any more. Just tclAppInit.c (and ↵ | jan.nijtmans | 2019-09-19 | 15 | -287/+318 |
| | | | | | | | | | | | | | | | | | | | | | | | | cat32 on Windows) | ||||
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-09-25 | 2 | -53/+53 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2019-09-25 | 2 | -54/+54 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Merge 8.5 | jan.nijtmans | 2019-09-25 | 2 | -53/+53 |
| | | |\ \ \ | | | | |_|/ | | | |/| | | |||||
| | | | * | | Use consistantly "/D" in stead of "-D" for Microsoft compilers (MSVC) | jan.nijtmans | 2019-09-25 | 1 | -13/+13 |
| | | | | | | |||||
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-09-20 | 3 | -5/+5 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 3 | -5/+5 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Let's use GetWindowLongW/SetWindowLongW on Win32 directly. Missed them ↵ | jan.nijtmans | 2019-09-20 | 3 | -9/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | because they are not used in Win64. | ||||
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-09-20 | 2 | -189/+259 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2019-09-20 | 2 | -189/+259 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Modify registry/dde such that they no longer need to be compiled with ↵ | jan.nijtmans | 2019-09-20 | 2 | -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.nijtmans | 2019-09-20 | 4 | -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.7 | jan.nijtmans | 2019-09-19 | 14 | -176/+176 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 9 | -20/+20 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 10 | -66/+52 |
| | | | |/ | | | |/| | |||||
| | * | | | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without ↵ | jan.nijtmans | 2019-09-19 | 11 | -160/+160 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | -DUNICODE) | ||||
| | | * | | TCHAR -> WCHAR converions (and corresponding Win32 API call changes), since ↵ | jan.nijtmans | 2019-09-18 | 12 | -345/+347 |
| | | | | | | | | | | | | | | | | | | | | we are impicitly compiling with -DUNICODE | ||||
| | | * | | Remove unneeded knownMsvcBug testconstraint definition | jan.nijtmans | 2019-09-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge 8.7 | jan.nijtmans | 2019-09-14 | 8 | -137/+95 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | TIP #548 implementation: Support `wchar_t` conversion functions and ↵ | jan.nijtmans | 2019-09-14 | 8 | -73/+101 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | deprecate `Tcl_WinUtfToTChar()` and `Tcl_WinTCharToUtf()` | ||||
| | | * \ \ | Merge 8.7 | jan.nijtmans | 2019-09-13 | 2 | -42/+40 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||||
| | | * | | | Merge 8.7 | jan.nijtmans | 2019-09-10 | 4 | -15/+35 |
| | | |\ \ \ | |||||
| | | * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-09-05 | 4 | -5/+8 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-09-03 | 4 | -13/+19 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-09-02 | 1 | -0/+1 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-29 | 1 | -4/+4 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-28 | 1 | -0/+1 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-26 | 3 | -25/+33 |
| | | |\ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | "utfmax" build should be with TCL_UTF_MAX=6 | jan.nijtmans | 2019-08-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Use *WChar* in stead of *Char16* functions on Windows, always. It's actually ↵ | jan.nijtmans | 2019-08-03 | 8 | -47/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the same, but more consistent. | ||||
| | | * | | | | | | | | | | Oops, wrong check | jan.nijtmans | 2019-08-02 | 2 | -2/+2 |
| | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | Merge core-8-branch. Use tclWinDde.c and tclWinReg.c to show how the *WChar* ↵ | jan.nijtmans | 2019-08-02 | 2 | -38/+59 |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions could be used in Win32 extensions. | ||||
| | | * \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-02 | 3 | -22/+22 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | |||||
| | | * | | | | | | | | | | | Merge 8.7. Some formatting. | jan.nijtmans | 2019-08-02 | 2 | -7/+7 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7. Documentation improvements and code cleanup. Approaching finish. | jan.nijtmans | 2019-08-01 | 2 | -8/+1 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | |||||
| | | * | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-08-01 | 5 | -18/+30 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | |||||
| | | * | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-07-17 | 2 | -19/+11 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2019-07-13 | 6 | -12/+149 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | | Rename UTF-related functions to "WChar" and "Char16" variants, more ↵ | jan.nijtmans | 2019-07-11 | 9 | -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.nijtmans | 2019-07-07 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on 9.0 any more | ||||
| | | * | | | | | | | | | | | | | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 8 | -47/+47 |
| | | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-06-29 | 10 | -35/+33 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / | |||||
| | | * | | | | | | | | | | | | | | | Code cleanup for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf. Tested with Tk now. | jan.nijtmans | 2019-06-27 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | Add compatibility macro's for Tcl_WinUtfToTChar/Tcl_WinTCharToUtf | jan.nijtmans | 2019-06-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | |