summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
Commit message (Expand)AuthorAgeFilesLines
* Possibly a genuine fix - use an explicit CALayer for the TKContentView.culler2021-04-241-0/+1
* Remove unneeded portBounds field from TkMacOSXDrawingContext; add more graphi...culler2021-04-221-1/+0
* fix [cde766f911]: scrollbars do not update correctly for treeview widgets.culler2021-04-201-1/+2
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-2/+2
* Fix the build on macOS 10.6.marc_culler2020-12-111-0/+1
* Remove some more unneeded code.marc_culler2020-11-091-1/+0
* Simpler, better fix of [c2483bfe4b]: unwanted fontchooser can appear. Uses T...marc_culler2020-10-151-0/+1
* Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-021-4/+4
* 3 new MacOS-specific stub functions: Tk_MacOSXGetTkWindow()/Tk_MacOSXGetCGCon...jan.nijtmans2020-09-081-2/+2
|\
| * Re-introduce TkMacOSXGetTkWindow() as macrojan.nijtmans2020-09-061-0/+1
| * Merge 8.6jan.nijtmans2020-09-021-2/+2
| |\
| * \ Merge 8.6jan.nijtmans2020-09-021-1/+1
| |\ \
| * \ \ Rename 3 badly named functions that were exported as stubs; export under both...marc_culler2020-09-011-8/+4
| |\ \ \
| | * | | Suggestions for name cleanup with compatibiltiy for 8.6.11culler2020-09-011-8/+1
| * | | | Merge 8.6. Change signature of Tk_MacOSXGetTkWindow/Tk_MacOSXGetCGContextForD...jan.nijtmans2020-09-011-14/+1
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | More tweaks, (mainly TkMacOSXGetCGContextForDrawable <-> TkMacOSXCGContext)jan.nijtmans2020-08-311-2/+2
| * | | | More tweaksjan.nijtmans2020-08-301-3/+7
| |\ \ \ \
| | * | | | Export TkMacOSXGetCGContextForDrawable() too, that's the only function from t...jan.nijtmans2020-08-281-1/+0
| | * | | | Export TkMacOSXGetTkWindow() for TkDND, without this it cannot be compiled as...jan.nijtmans2020-08-281-1/+0
| |/ / / /
* | | | | Fix [39cbacb9e8] and revisit [d72abe6b54] both dealing with inappropriate mou...marc_culler2020-09-071-1/+25
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Remove a hash table that was not neededculler2020-09-041-1/+18
| * | | | Better fix for [d72abe6b54] using NSEvents.marc_culler2020-09-021-0/+7
| | |_|/ | |/| |
* | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-1/+1
|/ / /
* | | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-1/+2
| |/ |/|
* | Remove obsolete codejan.nijtmans2020-08-311-13/+0
|/
* Eliminate type casts to (TKContentView *)jan.nijtmans2020-08-271-1/+1
* Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE fun...jan.nijtmans2020-08-261-1/+1
* Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-7/+4
* Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-211-1/+1
* Add XOffsetRegion and XkbKeycodeToKeysym to (internal X11) stub table. More u...jan.nijtmans2020-08-131-4/+1
|\
| * Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-311-0/+3
| * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-0/+3
* | Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open.culler2020-08-031-2/+5
* | end-of-line spacing cleanupjan.nijtmans2020-08-031-1/+1
* | Fix the hash table logic and some build issues.culler2020-07-291-2/+0
* | Clean up tkMacOSXColor.c so it is not so painful to add new colors.culler2020-07-291-1/+4
* | More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed...marc_culler2020-07-151-2/+0
* | Merge 8.6jan.nijtmans2020-07-121-2/+2
|\ \
| * | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-2/+2
* | | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv...culler2020-06-051-0/+2
* | | Better control over when drawRect runs. Add check for drawing outside of the...culler2020-06-011-0/+1
* | | Add some methods for managing damage rectangles.culler2020-05-311-1/+2
* | | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-301-1/+8
|/ /
* | Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-201-1/+1
* | Simplify Aqua text handling by moving encoding/decoding into the TKNSString c...culler2020-05-171-15/+11
* | Accept RFE [d87dc2e43a] from Chrisopher Chavez: Remove unused Carbon-era macO...culler2020-05-171-1/+0
* | Fix compiler errors and warnings on macOS 10.6 (Snow Leopard)culler2020-05-161-0/+4
* | Fix [411359dc3b]: crashes and zombies on Macintosh computers with a TouchBar.culler2020-05-121-0/+13
|\ \
| * | Fix [411359dc3b]: Clean up Aqua window destruction in TkWmDeadWindow to preve...culler2020-05-111-0/+13
* | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-0/+70
|\ \ \ | |/ / |/| |