summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Add some methods for managing damage rectangles.culler2020-05-314-16/+25
* Merge 8.6culler2020-05-311-2/+2
|\
| * Rename Aqua stub TkpAppCanDraw as TkpWillDrawWidgetculler2020-05-311-2/+2
* | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-306-122/+253
* | Merge 8.6culler2020-05-307-57/+58
|\ \ | |/
| * Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-294-30/+49
| * Fix compiler warning: macOS string length is unsigned.culler2020-05-201-1/+1
| * 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
| |/
* | Aqua: Try processing idle events before each call to [NSApp nextEventMatching...culler2020-05-191-0/+3
|/
* 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
* 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 compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-168-29/+40
|/
* 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
* 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-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
| * More comment edits. Add a new test command which can by used to inject key N...culler2020-04-282-57/+149
| * Correct a couple of masking operations.culler2020-04-271-3/+3
| * Edit a commentculler2020-04-271-3/+4
| * Eliminate use of nbytes, which seems to be superfluous on macOS; edit some co...marc_culler2020-04-272-33/+20
| * Fix crash when Tk is deactivated while the character selection popup is open....marc_culler2020-04-271-3/+14
| * Deal with Apple's Backspace key.marc_culler2020-04-272-2/+6
| * Revert change to tkMacOSXMouseEvent.c which broke local grabs and add a NULL ...culler2020-04-262-1/+5
| * Tidy up; expand comments; clarify NSTextInputClient logic; deal with keyPad b...culler2020-04-262-115/+182
| * 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-252-4/+25
| * Fixing IME broke Latin1; make both work. Use a flag so deciding whether to us...culler2020-04-251-38/+60