summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5jan.nijtmans2020-09-084-9/+29
|\
| * Move TkUnusedStubEntry up a little morejan.nijtmans2020-09-087-4430/+615
* | Don't fill stub entries for TkpWillDrawWidget/TkpRedrawWidget with 0 on XQuar...jan.nijtmans2020-09-082-4/+10
* | Merge 8.5. jan.nijtmans2020-09-089-44/+58
|\ \ | |/
| * Move up TkUnusedStubEntry a little.jan.nijtmans2020-09-088-20/+105
* | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon...jan.nijtmans2020-09-085-24/+53
|\ \
| * \ Tk_MacOSXGetCGContextForDrawable() doesn't replace TkMacOSXGetDrawablePort(),...jan.nijtmans2020-09-067-30/+27
| |\ \
| * | | Re-introduce TkMacOSXGetTkWindow() as macrojan.nijtmans2020-09-065-36/+37
| * | | Merge 8.6. Minor simplification: no need for separate stub entry for Tk_MacOS...jan.nijtmans2020-09-0476-3682/+3729
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2020-09-0218-92/+87
| |\ \ \ \
| * \ \ \ \ Merge 8.6jan.nijtmans2020-09-0216-145/+144
| |\ \ \ \ \
| * | | | | | 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-0118-135/+183
| |\ \ \ \ \ \
| | * | | | | | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-0119-126/+150
| * | | | | | | 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-0116-185/+97
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext)jan.nijtmans2020-08-317-25/+15
| * | | | | | | More tweaksjan.nijtmans2020-08-309-63/+86
| |\ \ \ \ \ \ \
| | * | | | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t...jan.nijtmans2020-08-286-9/+14
| | * | | | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as...jan.nijtmans2020-08-285-8/+12
| |/ / / / / / /
* | | | | | | | TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-0818-541/+618
* | | | | | | | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it bec...jan.nijtmans2020-09-0820-130/+130
* | | | | | | | Kill off the last extraneous button event, produced by NSMouseDragged.marc_culler2020-09-081-1/+1
* | | | | | | | Adjustments to viewDidChangeEffectiveAppearancemarc_culler2020-09-071-8/+6
* | | | | | | | Remove virtual events for changes to the accent color in Mojave, because Appl...marc_culler2020-09-071-7/+16
* | | | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou...marc_culler2020-09-077-255/+260
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
| * | | | | | | | Deal with coordinate conversion on older macs. Edit comments.culler2020-09-051-6/+14
| * | | | | | | | Remove a hash table that was not neededculler2020-09-045-128/+72
| * | | | | | | | Straighten out a lot of convoluted code in tkMacOSXMouseEvent.cculler2020-09-041-110/+85
| * | | | | | | | Better fix for [d72abe6b54] using NSEvents.marc_culler2020-09-023-3/+14
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Fix [4e1e290760]: [NSColor whiteColor] is yellow without a colorspace.culler2020-09-061-8/+4
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Split long linejan.nijtmans2020-09-061-1/+2
| |_|_|_|/ / |/| | | | |
* | | | | | Merge 8.5jan.nijtmans2020-09-041-4/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Upgrade from Xcode 11.6 to 11.7jan.nijtmans2020-09-021-2/+2
* | | | | | TIP #581: grid/pack/place implementation (internal) and documentationjan.nijtmans2020-09-0419-1222/+1237
* | | | | | Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-0354-1082/+1093
* | | | | | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-0311-1078/+1078
* | | | | | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha...jan.nijtmans2020-09-0321-567/+594
| |_|_|_|/ |/| | | |
* | | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-0218-62/+62
| |/ / / |/| | |
* | | | Fix safe.test when running in a Tcl 8.7 environment (backported from Tk 8.7)jan.nijtmans2020-09-021-11/+23