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