summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
|\
| * Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
* | Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-294-30/+49
|\ \ | |/
| * Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-294-30/+49
* | Slightly biger "lenght" variables, in case we are using Tcl 9jan.nijtmans2020-05-201-1/+1
* | Fix compiler warning: macOS string length is unsigned.culler2020-05-201-1/+1
|\ \ | |/
| * Fix compiler warning: macOS string length is unsigned.culler2020-05-201-1/+1
* | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf...jan.nijtmans2020-05-202-24/+8
|\ \ | |/
| * Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-203-27/+9
| |\
| | * Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-203-25/+7
| | * Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-191-4/+4
| | * Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-2/+2
| |/
* | Make Tk on MacOS work (again) with Tcl 9. Remove two debug lines.jan.nijtmans2020-05-202-3/+1
* | Fix some deprecation/unused parameter compiler warningsjan.nijtmans2020-05-191-6/+6
* | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c...culler2020-05-173-122/+73
|\ \ | |/
| * Simplify Aqua text handling by moving encoding/decoding into the TKNSString c...culler2020-05-173-122/+73
* | Accept RFE [d87dc2e43a] from Chrisopher Chavez: Remove unused Carbon-era macO...culler2020-05-172-41/+0
|\ \ | |/
| * Accept RFE [d87dc2e43a] from Chrisopher Chavez: Remove unused Carbon-era macO...culler2020-05-172-41/+0
* | Don't use trans_chars array on MacOSX any more.culler2020-05-173-42/+21
|\ \ | |/
| * Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-173-42/+21
| |\
| | * Move platform-specific declarations into platform-specific header files.marc_culler2020-05-154-5/+13
| | * Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma...culler2020-05-143-58/+37
* | | Fix [40ada90762]: occasional Aqua crash when active button is destroyed - pat...marc_culler2020-05-161-4/+15
|\ \ \ | |/ /
| * | Fix [40ada90762]: occasional Aqua crash when active button is destroyed - pat...marc_culler2020-05-161-4/+15
* | | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-168-29/+40
|\ \ \ | |/ /
| * | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-168-29/+40
| |/
* | Merge 8.6jan.nijtmans2020-05-131-1/+2
|\ \ | |/
* | Aqua: Fix an error in Tk_SetCaretPos.culler2020-05-121-1/+1
|\ \ | |/
| * Aqua: Fix an error in Tk_SetCaretPos.culler2020-05-121-1/+1
* | Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-122-4/+14
|\ \ | |/
| * Aqua: add semantic color systemLinkColor - patch from Christopher Chavez.culler2020-05-122-4/+14
* | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar.culler2020-05-124-51/+95
|\ \ | |/
| * Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar.culler2020-05-124-51/+95
| |\
| | * Better way to handle closed key windows on deactivation.culler2020-05-121-4/+6
| | * Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-114-51/+93
* | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-126-691/+2277
|\ \ \ | |/ /
| * | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-126-692/+2277
| |\ \ | | |/ | |/|
| | * Deal with the Menu key and possibly other keys that Apple does not use.culler2020-05-124-4/+19
| | * Work around an Apple bug which causes *Warning: Window move completed without...culler2020-05-061-0/+35
| | * More comment editsmarc_culler2020-05-052-12/+17
| | * Edit another comment.marc_culler2020-05-051-2/+5
| | * Edit comments.culler2020-05-051-8/+9
| | * Add non-regression tests.marc_culler2020-05-044-48/+103
| | * make injectkeyevent accept a numerical keysym instead of a virtual key code.marc_culler2020-05-033-24/+19
| | * Add comments, set virtual to REPLACEMENT_VIRTUAL when inserting IME text too.marc_culler2020-05-033-7/+31
| | * Replace one hash table with an array; make keycodes work in text and entry; u...marc_culler2020-05-033-201/+275
| | * Do a little better with keypad keys and shifting keysyms that are not on the ...marc_culler2020-04-301-16/+27
| | * Edit some comments.marc_culler2020-04-301-11/+12
| | * Add missing braces. Thanks to Christopher Chavez.marc_culler2020-04-301-1/+2
| | * Deal with <Oslash> ~ <Shift-oslash> ~ <Shift-Option-o> ~ <Shift-Option-O> ~ <...marc_culler2020-04-295-112/+195