| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge trunk | jan.nijtmans | 2019-06-15 | 1 | -1/+1 |
|\ |
|
| * | Merge trunk | jan.nijtmans | 2019-04-02 | 1 | -35/+39 |
| |\ |
|
| * \ | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -2/+2 |
| |\ \ |
|
| * \ \ | Merge trunk | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
| |\ \ \ |
|
| * \ \ \ | Merge trunk | jan.nijtmans | 2018-11-25 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -1/+1 |
|
|
* | | | | | | More TCHAR -> WCHAR conversions | jan.nijtmans | 2019-06-11 | 1 | -6/+6 |
|
|
* | | | | | | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(... | jan.nijtmans | 2019-06-10 | 1 | -4/+8 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Change (internal) signature of TkMenuConfigureEntryDrawOptions/TkActivateMenu... | jan.nijtmans | 2019-03-31 | 1 | -27/+27 |
|
|
* | | | | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an... | culler | 2019-03-04 | 1 | -8/+12 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Make it be an error to create a transient/master cycle on Windows. | culler | 2019-03-01 | 1 | -8/+12 |
|
|
* | | | | | 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 | -21/+21 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-08 | 1 | -2/+2 |
| | | |\ \ |
|
| | | | * | | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -21/+21 |
|
|
| * | | | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -21/+21 |
| |\ \ \ \ \
| | |/ / / /
| |/| | / /
| | | |/ /
| | |/| | |
|
| | * | | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -21/+21 |
| | |/ / |
|
* | | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range. | jan.nijtmans | 2018-10-22 | 1 | -1/+1 |
|
|
* | | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat... | jan.nijtmans | 2018-10-15 | 1 | -1/+1 |
|/ / |
|
* | | Fixed bug [e9112ef96e] - [wm forget] doesn't completely | fvogel | 2016-02-24 | 1 | -0/+6 |
|
|
* | | Use size_t in stead of int for some internal refCount variables. On 32-bit sy... | jan.nijtmans | 2015-07-08 | 1 | -4/+2 |
|
|
* | | Fixed typo in comment | fvogel | 2015-05-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixed typo in comment | fvogel | 2015-05-30 | 1 | -1/+1 |
|
|
* | | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -1/+1 |
|
|
* | | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw... | jan.nijtmans | 2013-02-01 | 1 | -26/+36 |
|\ \
| |/ |
|
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -17/+12 |
|\ \
| |/ |
|
| * | remove duplicate code | jan.nijtmans | 2013-01-24 | 1 | -5/+0 |
|
|
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
| |\ |
|
| | * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|
|
* | | | Compile win32 binaries with -DTCL_NO_DEPRECATED, and fix gcc compiler warning | jan.nijtmans | 2012-09-19 | 1 | -1/+1 |
|
|
* | | | [Bug 3567283]: Added missing cast. | dkf | 2012-09-13 | 1 | -1/+1 |
|
|
* | | | minor improvements to flag handling | dkf | 2012-07-31 | 1 | -2/+2 |
|
|
* | | | more auditing of error codes | dkf | 2012-07-30 | 1 | -14/+15 |
|
|
* | | | Working towards making the error codes more consistent. | dkf | 2012-07-30 | 1 | -7/+5 |
|
|
* | | | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -19/+29 |
|
|
* | | | done [wm] on Win | dkf | 2012-07-25 | 1 | -139/+234 |
|
|
* | | | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -16/+18 |
|
|
* | | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Change XSetCommand signature to match Xorg, needed for Cygwin | jan.nijtmans | 2012-05-24 | 1 | -1/+1 |
|
|
* | | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -3/+5 |
|\ \ \
| |/ / |
|
| * | | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -89/+91 |
| |\ \
| | |/ |
|
| | * | Change TkpWmSetState signature to match UNIX, needed for Cygwin | jan.nijtmans | 2012-05-09 | 1 | -131/+158 |
|
|
| * | | [Bug 533519]: Window placement with multiple screens | jan.nijtmans | 2012-05-02 | 1 | -14/+4 |
| |\ \
| | |/ |
|
* | | | same bugfix, but now applied to trunk | jan.nijtmans | 2012-04-21 | 1 | -14/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix bug 533519 | jan.nijtmans | 2012-04-16 | 1 | -13/+4 |
|
|
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
|
|