summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2020-10-061-3/+3
|\
| * Merge 8.6jan.nijtmans2020-09-301-3/+3
| |\
| | * Fix [59cba33c6d]: win: theme detection in TkWinGetPlatformTheme() likely brokenjan.nijtmans2020-09-301-3/+3
| | * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-151-157/+184
|\ \ \ | |/ /
| * | 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 trunkjan.nijtmans2019-08-291-0/+5
|\ \ \ | |/ /
| * | merge trunk (after fixing conflicts)fvogel2019-08-041-13/+33
| |\ \
| * \ \ merge trunkfvogel2019-06-081-13/+68
| |\ \ \
| * \ \ \ 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
* | | | | | Merge trunkjan.nijtmans2019-07-301-4/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co...jan.nijtmans2019-07-301-4/+4
* | | | | | Further experiment: Bring scalefactor back to 120 (as it was for win32)jan.nijtmans2019-07-261-2/+2
* | | | | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"...jan.nijtmans2019-07-251-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | Code simplification: Don't bother keeping track of the Button[n]Mask's for Bu...jan.nijtmans2019-07-241-2/+2
* | | | | | Fix [38dc27bd1d]: Tk does not support <Button-6> nor <Button-7> events. Now h...jan.nijtmans2019-07-231-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
* | | | Fix [eb29967e88]: Add horizontal scrolling support for Windows. Patch from Ch...fvogel2019-05-181-13/+63
|\ \ \ \ | |/ / /