| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -1/+1 |
|\ |
|
| * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -8/+0 |
|
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -1/+9 |
|
|
| * | Use more X11 macro's, in stead of accessing fields directly. Mostly backporte... | jan.nijtmans | 2023-01-02 | 1 | -6/+6 |
|
|
* | | Switch off XLIB_ILLEGAL_ACCESS in Xlib.h, making some acess to Display only p... | jan.nijtmans | 2022-11-15 | 1 | -6/+6 |
|
|
* | | More usage for Tcl_Size (internal TkEnsemble) | jan.nijtmans | 2022-11-03 | 1 | -33/+29 |
|
|
* | | More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers) | jan.nijtmans | 2022-11-03 | 1 | -2/+2 |
|
|
* | | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -1/+1 |
|
|
* | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 1 | -1/+1 |
|\ \ |
|
| * | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2022-09-10 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix [006403a25d]: various comment/documentation fixes | jan.nijtmans | 2022-09-10 | 1 | -2/+2 |
|
|
* | | Alphabetize some string tables | jan.nijtmans | 2022-05-04 | 1 | -8/+8 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-07-26 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | 3 more places | jan.nijtmans | 2021-07-23 | 1 | -3/+3 |
|
|
| * | wide-api-bug, still to be tested | jan.nijtmans | 2021-07-23 | 1 | -4/+4 |
|
|
* | | Eliminate internal TkGetByteArrayFromObj() and TkGetStringFromObj() functions... | jan.nijtmans | 2021-01-13 | 1 | -1/+1 |
|\ \ |
|
| * | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -1/+1 |
|
|
* | | | TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser... | jan.nijtmans | 2021-01-08 | 1 | -82/+22 |
|/ / |
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -1/+1 |
|
|
* | | Merge 8.6. Eliminate more C++ comments | jan.nijtmans | 2020-10-28 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | MSVC++ 6.0 does't handle C++ comments | jan.nijtmans | 2020-10-28 | 1 | -3/+3 |
|
|
| * | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni... | jan.nijtmans | 2020-03-24 | 1 | -84/+106 |
|
|
* | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -4/+4 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-03-09 | 1 | -9/+10 |
|\ \
| |/ |
|
| * | Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin. | jan.nijtmans | 2020-03-09 | 1 | -9/+10 |
|
|
* | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -37/+46 |
|\ \ |
|
| * \ | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge 8.7. More WIP. | jan.nijtmans | 2019-12-16 | 1 | -29/+31 |
| |\ \
| |/ /
|/| | |
|
| * | | WIP: Add support for C++ | jan.nijtmans | 2019-12-12 | 1 | -6/+13 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [f8f1f0b103]: macosx/README: update Wiki and X11 info. Also change more l... | jan.nijtmans | 2019-10-04 | 1 | -1/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Better fix for [2026405]: winfo id bug in cygwin build. | jan.nijtmans | 2019-09-26 | 1 | -1/+1 |
|
|
| * | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w... | jan.nijtmans | 2019-09-24 | 1 | -8/+8 |
|
|
* | | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi... | jan.nijtmans | 2019-09-25 | 1 | -20/+14 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -29/+28 |
|\ \
| |/ |
|
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -33/+29 |
|
|
* | | Eliminate all references to Tcl_WinTCharToUtf/Tcl_WinUtfToTChar functions, us... | jan.nijtmans | 2019-09-20 | 1 | -24/+45 |
|\ \ |
|
| * \ | Merge trunk | jan.nijtmans | 2019-09-20 | 1 | -29/+29 |
| |\ \
| |/ /
|/| | |
|
| * | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -21/+21 |
| |\ \ |
|
| * \ \ | Merge trunk | jan.nijtmans | 2019-08-02 | 1 | -39/+41 |
| |\ \ \
| | |/ / |
|
| * | | | Merge trunk | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge trunk | jan.nijtmans | 2019-07-30 | 1 | -2/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge trunk | jan.nijtmans | 2019-07-07 | 1 | -5/+4 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge trunk | jan.nijtmans | 2019-06-20 | 1 | -4/+0 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -41/+38 |
|
|
| * | | | | | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(... | jan.nijtmans | 2019-06-10 | 1 | -24/+45 |
|
|
* | | | | | | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -29/+29 |
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | /
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -29/+29 |
|
|