| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [0e1b64074]: Build error on Windows 10/VS 2019 | jan.nijtmans | 2021-01-26 | 1 | -3/+3 |
|
|
* | Attempt to fix problem in TIP #587 implementation: When reading commands from... | jan.nijtmans | 2021-01-06 | 1 | -0/+6 |
|
|
* | Merge 8.6. More usage of TCL_UNUSED macro | jan.nijtmans | 2020-10-15 | 1 | -2/+1 |
|\ |
|
* \ | Merge 8.6 | jan.nijtmans | 2020-09-14 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Prevent the usage of the term safe/unsafe child | jan.nijtmans | 2020-09-14 | 1 | -1/+7 |
|
|
| * | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni... | jan.nijtmans | 2020-03-24 | 1 | -5/+7 |
|
|
* | | Fix [4fb812af90]: Build Failure on msys2 with gcc10. Also add more __cplusplu... | jan.nijtmans | 2020-06-11 | 1 | -1/+7 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -1/+0 |
|
|
* | | Implement TIP #557: C++ support for Tcl | jan.nijtmans | 2020-02-28 | 1 | -3/+4 |
|\ \ |
|
| * \ | Merge trunk | jan.nijtmans | 2020-01-28 | 1 | -6/+0 |
| |\ \
| |/ /
|/| | |
|
| * | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -1/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-01-19 | 1 | -6/+0 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Remove 2 comments which are simply not correct (nor useful) any more | jan.nijtmans | 2020-01-19 | 1 | -6/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-12-05 | 1 | -15/+0 |
|\ \
| |/ |
|
| * | Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all cod... | jan.nijtmans | 2019-12-05 | 1 | -15/+0 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-09-16 | 1 | -14/+10 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-09-16 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Simplify NewNativeObj(), since its last parameter is always -1. | jan.nijtmans | 2019-09-16 | 1 | -15/+11 |
|
|
| * | | Simplify NewNativeObj() function in tkMain.c, since "length" is always -1 | jan.nijtmans | 2019-09-09 | 1 | -13/+9 |
| |\ \
| | |/ |
|
* | | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
* | | | Fix handling of -1 in tkMain.c, undo accidental change in tkUnixFont.c | jan.nijtmans | 2019-06-11 | 1 | -0/+3 |
|
|
* | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(... | jan.nijtmans | 2019-06-10 | 1 | -4/+2 |
|/ / |
|
* | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 1 | -2/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-03-19 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 1 | -4/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-03-15 | 1 | -13/+26 |
|\ \
| |/ |
|
| * | Make Tk run on win32/win64 using -DTCL_UTF_MAX=6. Adapted from androwish. | jan.nijtmans | 2019-03-15 | 1 | -13/+26 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -2/+2 |
| |\ |
|
* | | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -8/+0 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2018-08-14 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Minor bug-fix for Cygwin: If compiled for Win32 but running on Cygwin, conso... | jan.nijtmans | 2018-08-14 | 1 | -0/+4 |
|
|
* | | | More of of size_t in photo implementation, and remove unnecessary #includes | jan.nijtmans | 2018-08-13 | 1 | -1/+1 |
|
|
* | | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro... | jan.nijtmans | 2018-07-10 | 1 | -3/+0 |
|
|
* | | | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ... | jan.nijtmans | 2018-07-09 | 1 | -2/+6 |
|
|
* | | | Smarter initialization of doubleTypePtr/intTypePtr without hash-table lookup ... | jan.nijtmans | 2017-01-20 | 1 | -1/+1 |
|/ / |
|
* | | Fix [600b72bfbc789]: Unnecessary inclusion of tclInt.h in tkMain.c in Windows... | jan.nijtmans | 2015-10-06 | 1 | -3/+12 |
|
|
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -4/+4 |
|
|
* | | Add support for X11 GUI-mode on Cygwin64 | jan.nijtmans | 2013-06-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add support for X11 GUI-mode on Cygwin64 | jan.nijtmans | 2013-06-06 | 1 | -1/+1 |
|
|
| * | merge release to 8.5; revert features not included in release | dgp | 2013-04-03 | 1 | -7/+1 |
|
|
| * | Easier solution, with proper protection and configure warnings. | jan.nijtmans | 2013-03-28 | 1 | -1/+1 |
|
|
| * | Make compiling/running Tk8.5 against 8.6 headers work on Windows as well. | jan.nijtmans | 2013-03-27 | 1 | -0/+6 |
|
|
* | | Eliminate last use of Tcl_GetStringResult | jan.nijtmans | 2013-02-15 | 1 | -1/+1 |
|
|
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to... | jan.nijtmans | 2013-01-26 | 1 | -3/+3 |
|
|
* | | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa... | jan.nijtmans | 2013-01-22 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa... | jan.nijtmans | 2013-01-22 | 1 | -3/+6 |
| |\ |
|
| | * | Bug [3601782]: Produce a nice error-message when the first Tcl_InitStubs() fa... | jan.nijtmans | 2013-01-22 | 1 | -3/+6 |
|
|
| * | | fix comment | jan.nijtmans | 2013-01-15 | 1 | -1/+1 |
|
|
* | | | More flexible search for win32 tclConfig.sh, backported from TEA. | jan.nijtmans | 2013-01-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|