summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
Commit message (Expand)AuthorAgeFilesLines
* 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 ...bug_a5ba1c9764fvogel2017-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
|\ \ | |/
| * Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwis...jan.nijtmans2016-11-071-4/+1
* | Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-291-1/+10
|\ \ | |/
| * Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition()jan.nijtmans2016-09-271-14/+24
| |\
| * \ Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-191-7/+6
| |\ \
| | * | More simplificationsjan.nijtmans2016-09-191-7/+6
* | | | merge core-8-6-branchjan.nijtmans2016-09-271-9/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Internal code simplification: Store Unicode character in keycode field in ste...jan.nijtmans2016-09-271-9/+6
* | | | Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back...jan.nijtmans2016-09-271-8/+11
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | New attempt to fix [720879afe9] - WM_CHAR message handling. Patch from Christ...bug_720879afe9_altfvogel2016-09-251-8/+11
| |/
* | merge core-8-6-branchjan.nijtmans2016-09-081-18/+40
|\ \ | |/
| * merge core-8-6-branchjan.nijtmans2016-09-081-5/+1
| |\
| * | unnecessary macrojan.nijtmans2016-09-011-2/+0
| * | (experiment) don't fill trans_chars any more when send_event == -3. Results i...jan.nijtmans2016-09-011-60/+4
| * | don't forget to set the keycode ;-)jan.nijtmans2016-09-011-0/+1
| * | Implement USE_EXTRA_EVENTS=1, which generates additional events for surrogate...jan.nijtmans2016-08-311-8/+50
| |\ \
| * | | Enhance TkpGetString() to handle Unicode characters, even when TCL_UTF_MAX==3.jan.nijtmans2016-08-301-2/+8
| * | | merge core-8-6-branch. jan.nijtmans2016-08-301-17/+14
| |\ \ \
| * \ \ \ rebase to core-8-6-branch. jan.nijtmans2016-08-291-28/+27
| |\ \ \ \ | | |/ / /
| * | | | Patch [6c0d7aec67] from Christian Werner on upstream Androwish to better hand...fvogel2016-08-231-9/+68
* | | | | Fixed [2945130fff] for the right Control and Alt keys. WONTFIX the case of th...fvogel2016-09-041-5/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed [2945130fff] for the right Control and Alt keys. WONTFIX the case of th...fvogel2016-09-041-5/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Consider the Extended flag for both KeyPress and KeyRelease events coming fro...fvogel2016-08-111-5/+1
| | | |/ | | |/|
* | | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-2/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-2/+2
| |/
* | Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-24/+0
|/
* Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
|\
| * Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* | Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2
|\ \ | |/
| * Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2
* | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio...jan.nijtmans2014-02-041-9/+21
|\ \ | |/
| * Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio...jan.nijtmans2014-02-041-9/+20
* | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-201-6/+6
|\ \ | |/
| * Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-201-6/+6
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-5/+4
* | 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-34/+35
* | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-051-18/+2
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-6/+6
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-6/+6
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+2
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * SEH-emulation for AMD64jan.nijtmans2011-03-111-1/+1