| Commit message (Expand) | Author | Age | Files | Lines |
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -34/+70 |
|
|
* | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon... | culler | 2019-11-17 | 1 | -2/+2 |
|\ |
|
| * | 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 |
|
|
* | | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan... | culler | 2019-11-17 | 1 | -13/+11 |
|\ \ \
| |/ / |
|
| * | | Propagate previous Mac fix to the Windows platform | fvogel | 2019-11-09 | 1 | -13/+11 |
| |/ |
|
* | | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi... | jan.nijtmans | 2019-09-25 | 1 | -3/+2 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -11/+11 |
|\ \
| |/ |
|
| * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -11/+11 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r... | jan.nijtmans | 2019-09-24 | 1 | -2/+4 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -46/+48 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Make everything compile without -DUNICODE | jan.nijtmans | 2019-09-20 | 1 | -1/+1 |
|
|
* | | Merge trunk | jan.nijtmans | 2019-09-20 | 1 | -18/+13 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -18/+13 |
| |\ \
| | |/ |
|
| | * | *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 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-09-09 | 1 | -59/+59 |
|\ \ \
| |/ / |
|
| * | | More removals of "register" keyword. | jan.nijtmans | 2019-08-16 | 1 | -55/+55 |
|
|
| * | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co... | jan.nijtmans | 2019-07-30 | 1 | -6/+6 |
|
|
* | | | Merge trunk | jan.nijtmans | 2019-07-07 | 1 | -25/+17 |
|\ \ \
| |/ / |
|
| * | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez) | fvogel | 2019-07-02 | 1 | -1/+1 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat... | jan.nijtmans | 2019-07-02 | 1 | -1/+1 |
|
|
| * | | Eliminate warning, when compiling with 9.0 Tcl headers on Windows | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|
|
| * | | Make better use of full range for string lengths, if Tk is compiled with Tcl ... | jan.nijtmans | 2019-06-21 | 1 | -23/+15 |
|
|
* | | | 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 |
|
|