| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
* | Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni... | jan.nijtmans | 2020-03-24 | 1 | -119/+147 |
|
|
* | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon... | culler | 2019-11-17 | 1 | -2/+2 |
|\ |
|
| * | Make all platforms check if an iconphoto image is valid and provide the same ... | culler | 2019-11-10 | 1 | -2/+2 |
|
|
* | | Propagate previous Mac fix to the Windows platform | fvogel | 2019-11-09 | 1 | -13/+11 |
|/ |
|
* | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -11/+11 |
|
|
* | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r... | jan.nijtmans | 2019-09-24 | 1 | -2/+4 |
|
|
* | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -45/+45 |
|
|
* | One missing use of TCL_INDEX_NONE in stead of -1.
| jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -18/+13 |
|
|
* | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -6/+6 |
|
|
* | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
|
|
* | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
* | Make it be an error to create a transient/master cycle on Windows. | culler | 2019-03-01 | 1 | -8/+12 |
|
|
*-. | 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 |
| |/ |
|
* | | 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 |
|
|
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -3/+3 |
| |\ \
| | |/ |
|