| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -6/+6 |
|\ |
|
| * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -6/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w... | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-09-23 | 1 | -10/+10 |
|\ \
| |/ |
|
| * | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -10/+10 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | *A() to *W() Win32 API changes, actually the same because Tk is already compi... | jan.nijtmans | 2019-09-19 | 1 | -8/+8 |
|
|
| * | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -4/+4 |
|
|
* | | merge trunk (after fixing conflicts) | fvogel | 2019-08-04 | 1 | -13/+33 |
|\ \ |
|
| * | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co... | jan.nijtmans | 2019-07-30 | 1 | -4/+4 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-07-25 | 1 | -0/+17 |
| |\ \
| | |/ |
|
| | * | Fix [1fb7af623a]: Support for buttons 4 and 5 is missing for Windows. Patch f... | fvogel | 2019-07-21 | 1 | -0/+17 |
|
|
| * | | Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez) | fvogel | 2019-07-20 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez) | fvogel | 2019-07-20 | 1 | -1/+1 |
|
|
| * | | Backout [efab40f95b] that fixed [21525158b0]. This fix looked correct but it ... | fvogel | 2019-07-13 | 1 | -6/+6 |
|
|
| * | | 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 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-06-28 | 1 | -1/+4 |
| |\ \
| | |/ |
|
| | * | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr... | jan.nijtmans | 2019-06-19 | 1 | -1/+4 |
|
|
* | | | merge trunk | fvogel | 2019-06-08 | 1 | -13/+68 |
|\ \ \
| |/ / |
|
| * | | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch... | fvogel | 2019-05-18 | 1 | -13/+63 |
| |\ \
| | |/ |
|
| | * | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch... | fvogel | 2019-04-29 | 1 | -13/+63 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-03-29 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | Add calls to TkpInitKeymapInfo() during initialization. Taken from extended b... | jan.nijtmans | 2019-03-29 | 1 | -0/+5 |
|
|
* | | | Propagate the call to TkpInitKeymapInfo in TkpOpenDisplay from Linux to Windo... | fvogel | 2019-02-03 | 1 | -0/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Propagate the call to TkpInitKeymapInfo in TkpOpenDisplay from Linux to Windows. | fvogel | 2019-02-03 | 1 | -0/+5 |
| |/ |
|
* | | Rebase against new trunk | jan.nijtmans | 2019-01-20 | 1 | -6/+6 |
|\ \ |
|
| * | | Fix crash in canvPs-5.1 test (thanks to Christian Werner), and remove unneces... | fvogel | 2018-12-30 | 1 | -18/+0 |
|
|
| * | | Fix [21525158b0]: On MS Windows XImage data and Tk_Visual() return wrong info... | fvogel | 2018-12-29 | 1 | -0/+18 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2018-12-20 | 1 | -9/+9 |
| |\ \ |
|
* | \ \ | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| | | | |
| | \ | |
| *-. \ | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -9/+9 |
| |\ \ \
| | |_|/
| |/| | |
|
| | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -9/+9 |
|
|
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -9/+9 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -9/+9 |
|
|
| | * | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back... | jan.nijtmans | 2016-09-27 | 1 | -8/+11 |
|
|
* | | | A few WideINT-related range improvements and comment fixes | jan.nijtmans | 2018-12-12 | 1 | -4/+4 |
|
|
* | | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -3/+3 |
|
|
* | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus... | jan.nijtmans | 2018-10-19 | 1 | -1/+1 |
|
|
* | | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -1/+1 |
|
|
* | | | Fix [75d38f8608]: touchpad two finger scroll does not work correctly with lis... | fvogel | 2018-05-03 | 1 | -2/+24 |
|\ \ \
| |/ / |
|
| * | | Solution from dnikolajevich made thread safe. Thanks to Christian Werner for ... | fvogel | 2018-03-31 | 1 | -17/+17 |
|
|
| * | | Better solution to [75d38f8608], that fixes the problem for all widgets, not ... | fvogel | 2018-03-25 | 1 | -3/+25 |
|
|
* | | | no longer export TkWinGetPlatformId as symbol from dll: Since TkWinGetPlatfor... | jan.nijtmans | 2017-11-23 | 1 | -27/+0 |
|
|
* | | | Remove pre-XP support | jan.nijtmans | 2017-11-23 | 1 | -38/+29 |
|
|
* | | | Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ... | fvogel | 2017-05-10 | 1 | -13/+17 |
|\ \ \
| |/ / |
|
| * | | Fix [a5ba1c9764]: Race condition in clipboard cleanup on Windows. Patch from ... | fvogel | 2017-05-05 | 1 | -13/+17 |
|
|
* | | | Bring all win32 version stuff to one place. Should work the same (should stil... | jan.nijtmans | 2016-11-09 | 1 | -10/+0 |
|
|
* | | | Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis... | jan.nijtmans | 2016-11-07 | 1 | -4/+1 |
|\ \ \
| |/ / |
|