| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the isDead property from TKWindow since it is no longer needed. | marc_culler | 2021-12-20 | 1 | -2/+0 |
|
|
* | Clean up. | marc_culler | 2021-12-20 | 1 | -0/+5 |
|
|
* | Remove one more static variable. Now TkWmDeadWindow can clear the drag target... | marc_culler | 2021-12-20 | 1 | -0/+2 |
|
|
* | Add a property to TKWindow which indicates that the associated Tk window is b... | marc_culler | 2021-12-19 | 1 | -0/+2 |
|
|
* | Make Enter and Leave events work on macOS. | marc_culler | 2021-11-19 | 1 | -2/+10 |
|
|
* | Possibly a genuine fix - use an explicit CALayer for the TKContentView. | culler | 2021-04-24 | 1 | -0/+1 |
|
|
* | Remove unneeded portBounds field from TkMacOSXDrawingContext; add more graphi... | culler | 2021-04-22 | 1 | -1/+0 |
|
|
* | fix [cde766f911]: scrollbars do not update correctly for treeview widgets. | culler | 2021-04-20 | 1 | -1/+2 |
|
|
* | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|
|
* | Fix the build on macOS 10.6. | marc_culler | 2020-12-11 | 1 | -0/+1 |
|
|
* | Remove some more unneeded code. | marc_culler | 2020-11-09 | 1 | -1/+0 |
|
|
* | Simpler, better fix of [c2483bfe4b]: unwanted fontchooser can appear. Uses T... | marc_culler | 2020-10-15 | 1 | -0/+1 |
|
|
* | Fix more warnings, related to -Wshadow, now in MacOSX code | jan.nijtmans | 2020-10-02 | 1 | -4/+4 |
|
|
* | 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon... | jan.nijtmans | 2020-09-08 | 1 | -2/+2 |
|\ |
|
| * | Re-introduce TkMacOSXGetTkWindow() as macro | jan.nijtmans | 2020-09-06 | 1 | -0/+1 |
|
|
| * | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Rename 3 badly named functions that were exported as stubs; export under both... | marc_culler | 2020-09-01 | 1 | -8/+4 |
| |\ \ \ |
|
| | * | | | Suggestions for name cleanup with compatibiltiy for 8.6.11 | culler | 2020-09-01 | 1 | -8/+1 |
|
|
| * | | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD... | jan.nijtmans | 2020-09-01 | 1 | -14/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext) | jan.nijtmans | 2020-08-31 | 1 | -2/+2 |
|
|
| * | | | | More tweaks | jan.nijtmans | 2020-08-30 | 1 | -3/+7 |
| |\ \ \ \ |
|
| | * | | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t... | jan.nijtmans | 2020-08-28 | 1 | -1/+0 |
|
|
| | * | | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as... | jan.nijtmans | 2020-08-28 | 1 | -1/+0 |
| |/ / / / |
|
* | | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou... | marc_culler | 2020-09-07 | 1 | -1/+25 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Remove a hash table that was not needed | culler | 2020-09-04 | 1 | -1/+18 |
|
|
| * | | | | Better fix for [d72abe6b54] using NSEvents. | marc_culler | 2020-09-02 | 1 | -0/+7 |
| | |_|/
| |/| | |
|
* | | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -1/+1 |
|/ / / |
|
* | | | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -1/+2 |
| |/
|/| |
|
* | | Remove obsolete code | jan.nijtmans | 2020-08-31 | 1 | -13/+0 |
|/ |
|
* | Eliminate type casts to (TKContentView *) | jan.nijtmans | 2020-08-27 | 1 | -1/+1 |
|
|
* | Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE fun... | jan.nijtmans | 2020-08-26 | 1 | -1/+1 |
|
|
* | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 1 | -7/+4 |
|
|
* | Edit comments, make some stylistic changes, remove an unused function parameter. | culler | 2020-08-21 | 1 | -1/+1 |
|
|
* | Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u... | jan.nijtmans | 2020-08-13 | 1 | -4/+1 |
|\ |
|
| * | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-31 | 1 | -0/+3 |
|
|
| * | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m... | Kevin Walzer | 2015-12-15 | 1 | -0/+3 |
|
|
* | | Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open. | culler | 2020-08-03 | 1 | -2/+5 |
|
|
* | | end-of-line spacing cleanup | jan.nijtmans | 2020-08-03 | 1 | -1/+1 |
|
|
* | | Fix the hash table logic and some build issues. | culler | 2020-07-29 | 1 | -2/+0 |
|
|
* | | Clean up tkMacOSXColor.c so it is not so painful to add new colors. | culler | 2020-07-29 | 1 | -1/+4 |
|
|
* | | More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed... | marc_culler | 2020-07-15 | 1 | -2/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-07-12 | 1 | -2/+2 |
|\ \ |
|
| * | | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th... | culler | 2020-06-25 | 1 | -2/+2 |
|
|
* | | | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv... | culler | 2020-06-05 | 1 | -0/+2 |
|
|
* | | | Better control over when drawRect runs. Add check for drawing outside of the... | culler | 2020-06-01 | 1 | -0/+1 |
|
|
* | | | Add some methods for managing damage rectangles. | culler | 2020-05-31 | 1 | -1/+2 |
|
|
* | | | A partly but not completely successful attempt to control how drawRect is run. | culler | 2020-05-30 | 1 | -1/+8 |
|/ / |
|
* | | Fix TkUtfAtIndex(), still was not 100% correct. | jan.nijtmans | 2020-05-20 | 1 | -1/+1 |
|
|
* | | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c... | culler | 2020-05-17 | 1 | -15/+11 |
|
|