summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Make all test-cases pass (finally)jan.nijtmans2020-09-141-3/+0
* Merge 8.6jan.nijtmans2020-09-141-1/+1
|\
| * Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+1
* | Merge 8.6marc_culler2020-09-121-2/+14
|\ \ | |/
| * Adjust comment styling.marc_culler2020-09-121-4/+10
| * Apply patch from Christopher Chavez to address UBSan warnings about alignment...marc_culler2020-09-121-2/+8
* | Merge 8.6marc_culler2020-09-121-3/+59
|\ \ | |/
| * Add a disclosure triangle that works in Big Surmarc_culler2020-09-121-3/+59
* | Fix [ab1feaea9c]: Aqua initialization issuesmarc_culler2020-09-103-47/+79
|\ \ | |/
| * Also fix [3762a0a944] using the suggestion in the ticket from Christopher Cha...marc_culler2020-09-091-1/+1
| * Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac.marc_culler2020-09-093-46/+78
| * TIP #581: More progressjan.nijtmans2020-09-093-20/+20
* | Merge 8.6culler2020-09-081-2/+5
|\ \ | |/
| * Fix [2a6d63b9dc]: crash in macOS 10.6 when de-activating wish with Option-tabculler2020-09-081-2/+5
* | Fix TkMacOSXGetXWindow so it returns a Window, not a Tk_Window cast as a Window.marc_culler2020-09-081-2/+4
|\ \ | |/
| * Fix TkMacOSXGetXWindow so it returns a Window, not a Tk_Window cast as a Window.marc_culler2020-09-081-2/+4
* | Merge 8.6. Rename some functionsjan.nijtmans2020-09-084-16/+19
|\ \ | |/
| * 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon...jan.nijtmans2020-09-082-10/+13
| |\
| | * Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),...jan.nijtmans2020-09-065-28/+18
| | |\
| | * | Re-introduce TkMacOSXGetTkWindow() as macrojan.nijtmans2020-09-065-36/+37
| | * | Merge 8.6jan.nijtmans2020-09-0217-92/+86
| | |\ \
| | * \ \ Merge 8.6jan.nijtmans2020-09-0214-134/+120
| | |\ \ \
| | * | | | Remove a couple of superfluous casts.marc_culler2020-09-011-2/+2
| | * | | | Rename 3 badly named functions that were exported as stubs; export under both...marc_culler2020-09-0115-126/+162
| | |\ \ \ \
| | | * | | | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-0116-111/+126
| | * | | | | TkRegion cannot be used in tkMacOSX.hjan.nijtmans2020-09-011-1/+1
| | * | | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD...jan.nijtmans2020-09-0110-166/+78
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext)jan.nijtmans2020-08-313-8/+8
| | * | | | | More tweaksjan.nijtmans2020-08-305-53/+50
| | |\ \ \ \ \
| | | * | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t...jan.nijtmans2020-08-283-5/+4
| | | * | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as...jan.nijtmans2020-08-282-4/+3
| | |/ / / / /
* | | | | | | Merge 8.6jan.nijtmans2020-09-081-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Merge 8.6marc_culler2020-09-081-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Kill off the last extraneous button event, produced by NSMouseDragged.marc_culler2020-09-081-1/+1
* | | | | | | Merge 8.6marc_culler2020-09-071-8/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Adjustments to viewDidChangeEffectiveAppearancemarc_culler2020-09-071-8/+6
* | | | | | | Merge 8.6marc_culler2020-09-071-7/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Remove virtual events for changes to the accent color in Mojave, because Appl...marc_culler2020-09-071-7/+16
* | | | | | | Merge 8.6marc_culler2020-09-075-245/+250
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou...marc_culler2020-09-074-236/+244
| |\ \ \ \ \ \
| | * | | | | | fix a typomarc_culler2020-09-071-1/+1
| | * | | | | | Edit a comment.marc_culler2020-09-071-7/+9
| | * | | | | | Work around the fact that we do need to process synthesized mouse events for ...marc_culler2020-09-072-4/+8
| | * | | | | | Don't process events for non-Tk windows.marc_culler2020-09-061-6/+19
| | * | | | | | We do need to process MouseDragged events, though, since they appear in place...marc_culler2020-09-061-3/+3
| | * | | | | | Don't process events which have no meaning to Tk.culler2020-09-061-6/+8
| | * | | | | | Maintain our own button state so we can provide Tk_UpdatePointer with the dat...marc_culler2020-09-061-30/+42
| | * | | | | | Supply the missing description of TkpWarpPointer.marc_culler2020-09-051-0/+17
| | * | | | | | One more trick.culler2020-09-051-8/+5
| | * | | | | | Deal with the nested tracking areas in the title bar.culler2020-09-051-6/+26