| Commit message (Expand) | Author | Age | Files | Lines |
* | Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing) | jan.nijtmans | 2022-03-02 | 1 | -14/+14 |
|
|
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
* | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w... | jan.nijtmans | 2020-05-15 | 1 | -2/+3 |
|
|
* | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 1 | -38/+40 |
|\ |
|
| * | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
|
|
| * | Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1)... | jan.nijtmans | 2019-11-13 | 1 | -36/+38 |
|
|
| * | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
|/ |
|
* | Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODE | jan.nijtmans | 2019-09-23 | 1 | -7/+7 |
|
|
* | TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ... | jan.nijtmans | 2019-09-16 | 1 | -3/+3 |
|
|
* | More use of Tcl_WinTCharToUtf() in stead of Tcl_UniCharToUtfDString(), making... | jan.nijtmans | 2019-03-19 | 1 | -1/+1 |
|
|
* | Proposed fix for [499526180d]: Add support for windows multimedia virtual key... | fvogel | 2017-01-28 | 1 | -2/+9 |
|
|
* | Fix [e36963bfe8]: event generate and diaeresis | jan.nijtmans | 2016-10-23 | 1 | -19/+19 |
|
|
* | clearify comment | jan.nijtmans | 2016-09-27 | 1 | -1/+1 |
|
|
* | Internal code simplification: Store Unicode character in keycode field in ste... | jan.nijtmans | 2016-09-27 | 1 | -15/+0 |
|
|
* | Introduce two utility functions for handling Unicode surrogate pairs, and use... | jan.nijtmans | 2016-09-26 | 1 | -17/+4 |
|
|
* | merge core-8-6-branch | jan.nijtmans | 2016-09-08 | 1 | -12/+18 |
|\ |
|
| * | Fixed [2945130fff] for the right Control and Alt keys. WONTFIX the case of th... | fvogel | 2016-09-04 | 1 | -12/+18 |
| |\ |
|
| | * | Left and right Control and Alt keys are distinguished using the Extended flag... | fvogel | 2016-08-11 | 1 | -12/+18 |
|
|
| * | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should... | jan.nijtmans | 2016-08-31 | 1 | -2/+2 |
| |/ |
|
* | | (experiment) don't fill trans_chars any more when send_event == -3. Results i... | jan.nijtmans | 2016-09-01 | 1 | -6/+9 |
|
|
* | | Enhance TkpGetString() to handle Unicode characters, even when TCL_UTF_MAX==3. | jan.nijtmans | 2016-08-30 | 1 | -4/+12 |
|/ |
|
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede... | jan.nijtmans | 2012-06-08 | 1 | -1/+2 |
|\ |
|
| * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin | jan.nijtmans | 2012-06-05 | 1 | -1/+2 |
| |\ |
|
| | * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. | jan.nijtmans | 2012-06-01 | 1 | -8/+9 |
|
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+0 |
|
|
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-13 | 1 | -1/+1 |
| |\ \
| | |/ |
|
* | | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| | * | * win/tkWinKey.c: Add WM_UNICHAR window message support (used by | hobbs | 2006-08-30 | 1 | -1/+8 |
|
|
* | | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -13/+10 |
|
|
* | | | tkWindow.c/tkStubInit.c adapted from stub changes in Tcl | nijtmans | 2010-02-16 | 1 | -2/+2 |
|
|
* | | | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -2/+2 |
|
|
* | | | CONSTify return values of TkKeysymToString, | nijtmans | 2009-12-16 | 1 | -2/+2 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -18/+17 |
|
|
* | | * win/tkWinKey.c: Add WM_UNICHAR window message support (used by | hobbs | 2006-08-30 | 1 | -1/+8 |
|
|
* | | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 1 | -74/+81 |
|
|
* | | ANSIfication | dkf | 2005-12-02 | 1 | -195/+198 |
|/ |
|
* | win/tkWinKey.c (TkpSetKeycodeAndState): removed old debug info | hobbs | 2001-05-30 | 1 | -9/+1 |
|
|
* | * win/makefile.vc: | hobbs | 2001-03-30 | 1 | -5/+24 |
|
|
* | clarified internal comments | hobbs | 2000-04-15 | 1 | -2/+2 |
|
|
* | * win/tkWinKey.c: Added check for ASCII delete character in | ericm | 2000-04-15 | 1 | -2/+22 |
|
|
* | * generic/ks_names.h: Added Scroll_Lock and Sys_Req definitions. | ericm | 2000-04-15 | 1 | -746/+711 |
|
|
* | * win/tkWinKey.c: Added smarts to check whether the left or right | ericm | 2000-04-14 | 1 | -715/+746 |
|
|
* | * tests/event.test: Added test for [event generate $widget | ericm | 2000-04-10 | 1 | -7/+5 |
|
|
* | * generic/tk.decls: | hobbs | 2000-02-09 | 1 | -18/+376 |
|
|
* | * win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping of | hobbs | 1999-10-30 | 1 | -10/+13 |
|
|
* | * makefile.vc: changed 'c:/program files' to c:/progra~1 | hobbs | 1999-10-29 | 1 | -3/+1 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -42/+30 |
|
|