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