| Commit message (Expand) | Author | Age | Files | Lines |
* | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th... | culler | 2020-06-25 | 1 | -2/+2 |
|\ |
|
| * | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th... | culler | 2020-06-25 | 1 | -2/+2 |
|
|
* | | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf... | jan.nijtmans | 2020-05-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix TkUtfAtIndex(), still was not 100% correct. | jan.nijtmans | 2020-05-20 | 1 | -1/+1 |
|
|
* | | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c... | culler | 2020-05-17 | 1 | -15/+11 |
|\ \
| |/ |
|
| * | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c... | culler | 2020-05-17 | 1 | -15/+11 |
|
|
* | | Accept RFE [d87dc2e43a] from Chrisopher Chavez: Remove unused Carbon-era macO... | culler | 2020-05-17 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Accept RFE [d87dc2e43a] from Chrisopher Chavez: Remove unused Carbon-era macO... | culler | 2020-05-17 | 1 | -1/+0 |
|
|
* | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard) | culler | 2020-05-16 | 1 | -0/+4 |
|
|
* | | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar. | culler | 2020-05-12 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar. | culler | 2020-05-12 | 1 | -0/+13 |
| |\ |
|
| | * | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve... | culler | 2020-05-11 | 1 | -0/+13 |
|
|
* | | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera... | culler | 2020-05-12 | 1 | -0/+70 |
|\ \ \
| |/ / |
|
| * | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera... | culler | 2020-05-12 | 1 | -0/+70 |
| |\ \
| | |/
| |/| |
|
| | * | Deal with the Menu key and possibly other keys that Apple does not use. | culler | 2020-05-12 | 1 | -0/+3 |
|
|
| | * | More comment edits | marc_culler | 2020-05-05 | 1 | -9/+12 |
|
|
| | * | make injectkeyevent accept a numerical keysym instead of a virtual key code. | marc_culler | 2020-05-03 | 1 | -1/+1 |
|
|
| | * | Add comments, set virtual to REPLACEMENT_VIRTUAL when inserting IME text too. | marc_culler | 2020-05-03 | 1 | -1/+1 |
|
|
| | * | Replace one hash table with an array; make keycodes work in text and entry; u... | marc_culler | 2020-05-03 | 1 | -5/+59 |
|
|
| | * | Deal with <Oslash> ~ <Shift-oslash> ~ <Shift-Option-o> ~ <Shift-Option-O> ~ <... | marc_culler | 2020-04-29 | 1 | -0/+10 |
|
|
* | | | Implement rfe [4cda3ff048]: more efficient conversion from Tcl UTF to NSStrin... | culler | 2020-05-05 | 1 | -0/+32 |
|\ \ \
| |/ / |
|
| * | | Create TKNSString which implements Christopher Chavez's suggestion in [4cda3f... | marc_culler | 2020-04-24 | 1 | -0/+32 |
| |/ |
|
* | | Merge 8.6. Introduce the new Unicode-handling functions here too: Tk 8.7 coul... | jan.nijtmans | 2019-12-04 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(),... | jan.nijtmans | 2019-12-04 | 1 | -7/+3 |
|
|
| * | Edit comments, add tests for NULL pointers. | culler | 2019-11-18 | 1 | -1/+1 |
|
|
| * | Implement non-BMP unicode for macOS when TCL_UTF_MAX = 3 by encoding surrogat... | culler | 2019-11-18 | 1 | -0/+4 |
|
|
* | | Aqua: fix IME behavior; make accent menus work; rework Services; deal with no... | culler | 2019-10-25 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Address compiler warnings. | culler | 2019-10-23 | 1 | -5/+0 |
|
|
| * | Fix [39de9677aa]: incorrect IME behavior | culler | 2019-10-22 | 1 | -1/+6 |
|
|
* | | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh... | culler | 2019-10-21 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh... | culler | 2019-10-21 | 1 | -2/+2 |
|
|
* | | Fix [bfdd89cc6b]: on macOS hide the File->Run Widget Demo menu item while the... | culler | 2019-10-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix [bfdd89cc6b]: on macOS hide the File->Run Widget Demo menu item while the... | culler | 2019-10-20 | 1 | -1/+2 |
|
|
* | | Simplify many MacOS-specific types which are not necessary | jan.nijtmans | 2019-09-30 | 1 | -5/+4 |
|
|
* | | Merge updates for macOS 10.15 Catalina | Kevin Walzer | 2019-08-16 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Revert color dialog; do not use sheets for NSOpenSavePanels on Catalina; create
| culler | 2019-08-14 | 1 | -0/+2 |
|
|
* | | Fix compiler warnings on all macOS versions. | culler | 2019-06-29 | 1 | -3/+0 |
|\ \
| |/ |
|
| * | Fix compiler warnings on all macOS versions. | culler | 2019-06-29 | 1 | -3/+0 |
|
|
| * | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing | jan.nijtmans | 2019-06-25 | 1 | -1/+1 |
|
|
* | | CONST to const; make code compile | dkf | 2019-06-22 | 1 | -5/+4 |
|/ |
|
* | TIP 536: Improvements to Mac-specific IPC | dkf | 2019-06-15 | 1 | -1/+9 |
|\ |
|
| * | Code and data type cleanup, thanks to Marc Culler for patch | Kevin Walzer | 2019-05-17 | 1 | -1/+5 |
|
|
| * | More tweaking | Kevin Walzer | 2019-05-12 | 1 | -0/+1 |
|
|
| * | Tweak merge | Kevin Walzer | 2019-05-12 | 1 | -0/+4 |
|
|
| * | Clean up merge | Kevin Walzer | 2019-05-12 | 1 | -1/+0 |
|
|
| * | Merge in core-8-6-branch | Kevin Walzer | 2019-05-12 | 1 | -435/+436 |
| |\ |
|
| * | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus... | Kevin Walzer | 2019-03-08 | 1 | -0/+2 |
|
|
| * | | Update makefile, trying to build | Kevin Walzer | 2019-02-28 | 1 | -1/+1 |
|
|
| * | | Add launcher code, update docs | Kevin Walzer | 2019-02-28 | 1 | -431/+433 |
|
|