| Commit message (Expand) | Author | Age | Files | Lines |
* | Figured out how to make empty trans_chars, and dealt with menu and control ch... | culler | 2020-04-26 | 2 | -4/+8 |
|
|
* | Prevent a crash in setXEventPoint by checking for NULL wmInfoPtr | culler | 2020-04-25 | 1 | -7/+9 |
|
|
* | Remove no-op bindings for function keys and set trans_chars appropriately. | culler | 2020-04-25 | 3 | -6/+25 |
|
|
* | Fixing IME broke Latin1; make both work. Use a flag so deciding whether to us... | culler | 2020-04-25 | 2 | -38/+66 |
|
|
* | Fix a logic error that broke IME and remove the static caret_win variable. | marc_culler | 2020-04-25 | 1 | -11/+15 |
|
|
* | Restore F17 which was accidentally deleted when moving the KeyArray to a head... | marc_culler | 2020-04-25 | 1 | -0/+1 |
|
|
* | Add keysym data for Menu and keypad. | culler | 2020-04-24 | 1 | -3/+20 |
|
|
* | Add x, y, X and Y to key events. | culler | 2020-04-24 | 2 | -3/+41 |
|
|
* | Fix [4fa083dd3f]: Should not set the caret position for a window which is not... | culler | 2020-04-24 | 1 | -26/+23 |
|
|
* | Rework the keysym handling so we can generate keysyms for non-Latin-1 keys. ... | marc_culler | 2020-04-23 | 2 | -235/+1434 |
|
|
* | Make the structure of the latin1Table explicit | marc_culler | 2020-04-21 | 1 | -41/+42 |
|
|
* | Send all chars up to 0x7F to the TextInputClient so non-Latin1 keyboards work... | marc_culler | 2020-04-21 | 1 | -1/+1 |
|
|
* | Process Control-Tab normally; stop using an illegal value for send_event as a... | culler | 2020-04-20 | 2 | -29/+19 |
|
|
* | Fix two typos and a bug -- thanks to Christopher Chavez. | culler | 2020-04-20 | 1 | -4/+4 |
|
|
* | Another rewrite of tkProcessKeyEvent to repair and clarify the logic of when ... | marc_culler | 2020-04-20 | 2 | -125/+102 |
|
|
* | Another major overhaul: more code cleanup; make event generate work for Home,... | marc_culler | 2020-04-19 | 2 | -266/+203 |
|
|
* | Fix [585584ad66]: Aqua: event generate not working for function keys | culler | 2020-04-17 | 2 | -161/+67 |
|
|
* | Fix misplaced parentheses and other errors in commit 61e70e0f. | culler | 2020-04-16 | 1 | -12/+13 |
|
|
* | Apply a patch from Christopher Chavez which correctly deals with the fact tha... | culler | 2020-04-15 | 12 | -71/+107 |
|
|
* | Fix [89354dae31]: Avoid clipping in Aqua TkpDrawCharsInContext. Clipping doe... | culler | 2020-04-15 | 1 | -22/+29 |
|\ |
|
| * | Fix a glitch caused by coercion of a float to an int. Thanks to Christoper C... | culler | 2020-04-14 | 1 | -14/+14 |
|
|
| * | Clipping can never work! Try again. | marc_culler | 2020-04-14 | 1 | -17/+17 |
|
|
| * | Fix [89354dae31]: Text display artifacts can be produced by antialiasing. | culler | 2020-04-13 | 1 | -0/+6 |
|
|
* | | Workaround for [3767882e06]: X Error of failed request: BadLength (poly reque... | jan.nijtmans | 2020-04-14 | 2 | -12/+63 |
|\ \ |
|
| * \ | Merge 8.6.
| jan.nijtmans | 2020-04-13 | 4 | -14/+45 |
| |\ \ |
|
| * | | | Additional suggestion by chw. Unfortunately doesn't help any on Ubuntu :-( | jan.nijtmans | 2020-04-12 | 1 | -3/+9 |
|
|
| * | | | Proposed workaround for [3767882e06]: X Error of failed request: BadLength (p... | jan.nijtmans | 2020-04-09 | 1 | -1/+37 |
|
|
* | | | | Fix [87bade7e14]: Aqua PressAndHold composition misbehaves. | culler | 2020-04-14 | 1 | -173/+128 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Fix [87bade7e14]: PressAndHold composition misbehaves. | marc_culler | 2020-03-24 | 1 | -173/+128 |
|
|
* | | | | Sync win/rules.vc with Tcl version | jan.nijtmans | 2020-04-13 | 1 | -9/+15 |
| |_|/
|/| | |
|
* | | | Fix [d72abe6b54]: Aqua toplevel receives button events when resizing. | culler | 2020-04-10 | 2 | -3/+19 |
|\ \ \
| |_|/
|/| | |
|
| * | | Deal with Snow Leopard. | culler | 2020-04-10 | 2 | -6/+9 |
|
|
| * | | Fix [d72abe6b54]: Aqua toplevel receives button events when resizing. | marc_culler | 2020-04-09 | 1 | -0/+13 |
|/ / |
|
* | | Better implementation of [a179564826], not depending on surrogate handling by... | jan.nijtmans | 2020-04-06 | 6 | -16/+14 |
|\ \ |
|
| * \ | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 179 | -3825/+6553 |
| |\ \
| |/ /
|/| | |
|
* | | | Split (internal) TK_THEME_WIN_CLASSIC into two different symbols: TK_THEME_WI... | jan.nijtmans | 2020-04-03 | 4 | -42/+30 |
|
|
* | | | Update to Xcode 9.4, don't bother Xcode 8 any more. | jan.nijtmans | 2020-04-03 | 1 | -7/+8 |
|
|
* | | | Fix for efbedd5ff5, thanks to Christopher Chavez for patch | Kevin Walzer | 2020-04-03 | 1 | -32/+33 |
|\ \ \ |
|
| * | | | Possible fix for efbedd5ff5 | Kevin Walzer | 2020-03-31 | 1 | -32/+33 |
|
|
* | | | | Since Xcode8 and Xcode9 are no longer supported, update Travis build script t... | jan.nijtmans | 2020-04-02 | 1 | -2/+2 |
|
|
* | | | | Move brew package definition to top of .travis.yml | jan.nijtmans | 2020-04-01 | 1 | -10/+6 |
|/ / / |
|
* | | | Add more (dummy) stub entries. Make TkGenerateActivateEvents() available for ... | jan.nijtmans | 2020-03-30 | 8 | -90/+340 |
|\ \ \ |
|
| * | | | Make TkGenerateActivateEvents() available to Win32 and X11 | jan.nijtmans | 2020-03-29 | 5 | -90/+63 |
|
|
| * | | | Add more (dummy) stub entries, as preparation for futher stub simplifications... | jan.nijtmans | 2020-03-29 | 6 | -0/+277 |
|
|
* | | | | Only use "string range" when $index > 0, so there's really something to be done. | jan.nijtmans | 2020-03-30 | 1 | -2/+6 |
|
|
* | | | | Fix [3874c489cb44012a]: Test butPtr->image against NULL instead of None | jan.nijtmans | 2020-03-30 | 2 | -2/+2 |
|
|
* | | | | Some code cleanup, backported from 8.7 (mainly usage of exact types and type-... | jan.nijtmans | 2020-03-30 | 12 | -232/+353 |
|/ / / |
|
* | | | Fix [655fe2754f]: Tearoff menu labels cut off. | fvogel | 2020-03-29 | 2 | -3/+50 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-03-20 | 5 | -21/+148 |
| |\ \ |
|
| * | | | Fix drawing artifact on (torn-off) menu resizing, and better comment the pain... | fvogel | 2020-03-15 | 1 | -0/+30 |
|
|