| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 7 | -255/+260 |
|\ |
|
| * | 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 | 5 | -128/+72 |
|
|
| * | 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 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2020-09-04 | 1 | -4/+4 |
|\ \ |
|
| * | | Upgrade from Xcode 11.6 to 11.7 | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
|
|
* | | | TIP #581: grid/pack/place implementation (internal) and documentation | jan.nijtmans | 2020-09-04 | 19 | -1222/+1237 |
|
|
* | | | Another round of TIP #581-related name changes. Now merely concentrated on co... | jan.nijtmans | 2020-09-03 | 54 | -1082/+1093 |
|
|
* | | | (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.c | jan.nijtmans | 2020-09-03 | 11 | -1078/+1078 |
|
|
* | | | Implement part of TIP #581: Master/Slave. Not complete yet, and also the cha... | jan.nijtmans | 2020-09-03 | 21 | -567/+594 |
|
|
* | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 18 | -62/+62 |
| |/
|/| |
|
* | | Fix safe.test when running in a Tcl 8.7 environment (backported from Tk 8.7) | jan.nijtmans | 2020-09-02 | 1 | -11/+23 |
|
|
* | | 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 |
|
|
* | | Change expectation of safe-5.1 (error-message changed in Tcl) | jan.nijtmans | 2020-08-31 | 3 | -2/+7 |
|
|
* | | 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 | 2 | -3/+6 |
|\ \ |
|
| * | | Test branch for AppleScript bugs with patch from Lars Helstrom | Kevin Walzer | 2020-08-24 | 2 | -3/+6 |
|
|
* | | | 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 |
|
|
* | | | Eliminate type casts to (TKContentView *) | jan.nijtmans | 2020-08-27 | 4 | -8/+7 |
|
|
* | | | Add comments explaining the obscure reason that the name TkMacOSXGetRootContr... | culler | 2020-08-26 | 1 | -2/+10 |
|
|
* | | | Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE fun... | jan.nijtmans | 2020-08-26 | 2 | -34/+8 |
|
|
* | | | Simplifications, because TkMacOSXGetDrawablePort() always returns NULL | jan.nijtmans | 2020-08-26 | 4 | -96/+20 |
|
|
* | | | Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent c... | culler | 2020-08-25 | 4 | -6/+6 |
|
|
* | | | Fix one more compilation issue with old macOS targets. | culler | 2020-08-25 | 3 | -7/+10 |
|
|
* | | | Merge 8.5 | jan.nijtmans | 2020-08-25 | 2 | -11/+11 |
|\ \ \
| | |/
| |/| |
|
| * | | Keep gcc-5 and gcc-6 builds on "bionic", because "focal" doesn't have these | jan.nijtmans | 2020-08-25 | 1 | -2/+2 |
|
|
| * | | Upgrade Travis build from bionic to focal | jan.nijtmans | 2020-08-24 | 1 | -12/+12 |
|
|
* | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and eliminate references to X... | culler | 2020-08-24 | 8 | -557/+523 |
|\ \ \ |
|
| * | | | Address compiler warnings. | culler | 2020-08-23 | 1 | -6/+2 |
|
|
| * | | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 8 | -557/+527 |
|
|
* | | | | Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions. | culler | 2020-08-24 | 3 | -14/+22 |
|\ \ \ \ |
|
| * | | | | Use graphicsPort instead of CGContext if the minimum target is earlier than 1... | culler | 2020-08-24 | 1 | -1/+1 |
|
|