summaryrefslogtreecommitdiffstats
path: root/win/tkWinKey.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-06-171-6/+6
|\
| * Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-6/+6
* | Starting work to compile Tk with TCL_UTF_MAX=4 (WIP)jan.nijtmans2023-11-271-2/+2
|/
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-1/+2
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-2/+2
* Merge 8.6 (more TCL_UNUSED usage)jan.nijtmans2023-02-071-4/+2
|\
* | Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-1/+1
* | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-2/+2
* | Merge 8.6jan.nijtmans2022-03-021-16/+7
|\ \ | |/
| * Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-14/+14
* | Change (non-standard, Windows-only) keysyms "Win_L", "Win_R" and "App" keycod...jan.nijtmans2021-01-181-1/+1
|\ \ | |/
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\ \ | |/
| * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* | Revert part of [27e083eed755bf65], which broke the Windows build.jan.nijtmans2020-05-221-5/+5
* | Fix some deprecation/unused parameter compiler warningsjan.nijtmans2020-05-191-5/+5
* | Merge 8.6jan.nijtmans2020-05-151-2/+3
|\ \ | |/
| * Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-151-2/+3
* | Merge 8.6jan.nijtmans2020-04-061-1/+1
|\ \ | |/
| * Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-061-38/+40
| |\
* | \ Finish for MacOS toojan.nijtmans2020-03-091-1/+1
|\ \ \
* | | | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet.jan.nijtmans2020-03-091-0/+17
|/ / /
* | | Merge 8.7. More WIP.jan.nijtmans2019-12-161-7/+16
| |/ |/|
* | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c...jan.nijtmans2019-11-211-1/+1
* | Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1)...jan.nijtmans2019-11-131-36/+38
* | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter...jan.nijtmans2019-11-011-1/+1
|/
* Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-7/+7
* TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-3/+3
* More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making...jan.nijtmans2019-03-191-1/+1
* Proposed fix for [499526180d]: Add support for windows multimedia virtual key...fvogel2017-01-281-2/+9
* Fix [e36963bfe8]: event generate and diaeresisjan.nijtmans2016-10-231-19/+19
* clearify commentjan.nijtmans2016-09-271-1/+1
* Internal code simplification: Store Unicode character in keycode field in ste...jan.nijtmans2016-09-271-15/+0
* Introduce two utility functions for handling Unicode surrogate pairs, and use...jan.nijtmans2016-09-261-17/+4
* merge core-8-6-branchjan.nijtmans2016-09-081-12/+18
|\
| * Fixed [2945130fff] for the right Control and Alt keys. WONTFIX the case of th...fvogel2016-09-041-12/+18
| |\
| | * Left and right Control and Alt keys are distinguished using the Extended flag...fvogel2016-08-111-12/+18
| * | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-2/+2
| |/
* | (experiment) don't fill trans_chars any more when send_event == -3. Results i...jan.nijtmans2016-09-011-6/+9
* | Enhance TkpGetString() to handle Unicode characters, even when TCL_UTF_MAX==3.jan.nijtmans2016-08-301-4/+12
|/
* Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-1/+2
|\
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-1/+2
| |\
| | * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-8/+9
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+0
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-1/+1
| |\ \ | | |/
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * win/tkWinKey.c: Add WM_UNICHAR window message support (used byhobbs2006-08-301-1/+8
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-13/+10