| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply patch from Christopher Chavez to address UBSan warnings about alignment... | marc_culler | 2020-09-12 | 1 | -2/+8 |
|
|
* | Add a disclosure triangle that works in Big Sur | marc_culler | 2020-09-12 | 1 | -3/+59 |
|
|
* | Also fix [3762a0a944] using the suggestion in the ticket from Christopher Cha... | marc_culler | 2020-09-09 | 1 | -1/+1 |
|
|
* | Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac. | marc_culler | 2020-09-09 | 3 | -46/+78 |
|
|
* | TIP #581: More progress | jan.nijtmans | 2020-09-09 | 3 | -20/+20 |
|
|
* | Fix [2a6d63b9dc]: crash in macOS 10.6 when de-activating wish with Option-tab | culler | 2020-09-08 | 1 | -2/+5 |
|
|
* | Fix TkMacOSXGetXWindow so it returns a Window, not a Tk_Window cast as a Window. | marc_culler | 2020-09-08 | 1 | -2/+4 |
|
|
* | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon... | jan.nijtmans | 2020-09-08 | 2 | -10/+13 |
|\ |
|
| * | Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),... | jan.nijtmans | 2020-09-06 | 5 | -28/+18 |
| |\ |
|
| * | | Re-introduce TkMacOSXGetTkWindow() as macro | jan.nijtmans | 2020-09-06 | 5 | -36/+37 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 17 | -92/+86 |
| |\ \ |
|
| * \ \ | Merge 8.6 | jan.nijtmans | 2020-09-02 | 14 | -134/+120 |
| |\ \ \ |
|
| * | | | | Remove a couple of superfluous casts. | marc_culler | 2020-09-01 | 1 | -2/+2 |
|
|
| * | | | | Rename 3 badly named functions that were exported as stubs; export under both... | marc_culler | 2020-09-01 | 15 | -126/+162 |
| |\ \ \ \ |
|
| | * | | | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 16 | -111/+126 |
|
|
| * | | | | | TkRegion cannot be used in tkMacOSX.h | jan.nijtmans | 2020-09-01 | 1 | -1/+1 |
|
|
| * | | | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD... | jan.nijtmans | 2020-09-01 | 10 | -166/+78 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext) | jan.nijtmans | 2020-08-31 | 3 | -8/+8 |
|
|
| * | | | | | More tweaks | jan.nijtmans | 2020-08-30 | 5 | -53/+50 |
| |\ \ \ \ \ |
|
| | * | | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t... | jan.nijtmans | 2020-08-28 | 3 | -5/+4 |
|
|
| | * | | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as... | jan.nijtmans | 2020-08-28 | 2 | -4/+3 |
| |/ / / / / |
|
* | | | | | | Kill off the last extraneous button event, produced by NSMouseDragged. | marc_culler | 2020-09-08 | 1 | -1/+1 |
|
|
* | | | | | | Adjustments to viewDidChangeEffectiveAppearance | marc_culler | 2020-09-07 | 1 | -8/+6 |
|
|
* | | | | | | Remove virtual events for changes to the accent color in Mojave, because Appl... | marc_culler | 2020-09-07 | 1 | -7/+16 |
|
|
* | | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou... | marc_culler | 2020-09-07 | 4 | -236/+244 |
|\ \ \ \ \ \ |
|
| * | | | | | | fix a typo | marc_culler | 2020-09-07 | 1 | -1/+1 |
|
|
| * | | | | | | Edit a comment. | marc_culler | 2020-09-07 | 1 | -7/+9 |
|
|
| * | | | | | | Work around the fact that we do need to process synthesized mouse events for ... | marc_culler | 2020-09-07 | 2 | -4/+8 |
|
|
| * | | | | | | Don't process events for non-Tk windows. | marc_culler | 2020-09-06 | 1 | -6/+19 |
|
|
| * | | | | | | We do need to process MouseDragged events, though, since they appear in place... | marc_culler | 2020-09-06 | 1 | -3/+3 |
|
|
| * | | | | | | Don't process events which have no meaning to Tk. | culler | 2020-09-06 | 1 | -6/+8 |
|
|
| * | | | | | | Maintain our own button state so we can provide Tk_UpdatePointer with the dat... | marc_culler | 2020-09-06 | 1 | -30/+42 |
|
|
| * | | | | | | Supply the missing description of TkpWarpPointer. | marc_culler | 2020-09-05 | 1 | -0/+17 |
|
|
| * | | | | | | One more trick. | culler | 2020-09-05 | 1 | -8/+5 |
|
|
| * | | | | | | Deal with the nested tracking areas in the title bar. | culler | 2020-09-05 | 1 | -6/+26 |
|
|
| * | | | | | | Deal with coordinate conversion on older macs. Edit comments. | culler | 2020-09-05 | 1 | -6/+14 |
|
|
| * | | | | | | Remove a hash table that was not needed | culler | 2020-09-04 | 2 | -109/+56 |
|
|
| * | | | | | | Straighten out a lot of convoluted code in tkMacOSXMouseEvent.c | culler | 2020-09-04 | 1 | -110/+85 |
|
|
| * | | | | | | Better fix for [d72abe6b54] using NSEvents. | marc_culler | 2020-09-02 | 3 | -3/+14 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Fix [4e1e290760]: [NSColor whiteColor] is yellow without a colorspace. | culler | 2020-09-06 | 1 | -8/+4 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Split long line | jan.nijtmans | 2020-09-06 | 1 | -1/+2 |
|
|
* | | | | | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 18 | -62/+62 |
|/ / / |
|
* | | | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 18 | -177/+177 |
| |/
|/| |
|
* | | Remove obsolete code | jan.nijtmans | 2020-08-31 | 7 | -120/+32 |
|/ |
|
* | Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com... | jan.nijtmans | 2020-08-28 | 5 | -12/+31 |
|
|
* | Merge doscript_goof branch; thanks to Lars Hellstrom for patches | Kevin Walzer | 2020-08-28 | 1 | -3/+4 |
|\ |
|
| * | Test branch for AppleScript bugs with patch from Lars Helstrom | Kevin Walzer | 2020-08-24 | 1 | -3/+4 |
|
|
* | | Some internal master -> container renamings, nothing related to API | jan.nijtmans | 2020-08-27 | 4 | -96/+97 |
|
|
* | | TkContentView -> TKContentView (twice) | jan.nijtmans | 2020-08-27 | 2 | -2/+2 |
|
|