summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-05-181-1/+5
|\
| * Add support for setting InputLanguage encoding to "utf-8". I don't know if it...jan.nijtmans2020-05-181-1/+5
* | Merge 8.6jan.nijtmans2020-05-151-70/+70
|\ \ | |/
| * Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-151-70/+70
* | Merge 8.6jan.nijtmans2020-04-031-3/+9
|\ \ | |/
| * Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI...jan.nijtmans2020-04-031-31/+25
* | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv...jan.nijtmans2020-04-021-5/+5
* | CONSTify function XkbOpenDisplay(), and resolve conflict with definition in X11jan.nijtmans2020-04-011-1/+1
* | Finish for MacOS toojan.nijtmans2020-03-091-2/+2
|\ \
| * \ Merge 8.6jan.nijtmans2020-03-091-2/+2
| |\ \ | | |/
| | * Eliminate a few (harmless) gcc(-9) warnings on Windows and Cygwin.jan.nijtmans2020-03-091-2/+2
* | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet.jan.nijtmans2020-03-091-44/+54
|/ /
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-13/+21
* | Merge 8.6jan.nijtmans2019-11-261-2/+1
|\ \ | |/
| * Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-2/+1
* | 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
| |\ \ \ | | |/ / | |/| / | | |/