summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
Commit message (Expand)AuthorAgeFilesLines
* Fix [0f29a2222d]: Aqua: HIShape wrapper function cleanup. Patch from Christop...fvogel2023-08-011-10/+0
* Fix indenting of tkMacOSXMenu.c (screwed up in previous commit). More interna...jan.nijtmans2022-09-261-9/+4
* Minor code cleanup (more use of TCL_UNUSED, eol-spacing)jan.nijtmans2022-09-231-5/+6
* Eliminate extraneous declaration of _tkLiveResizeEndedmarc_culler2022-09-211-1/+0
* Apply patch [cae5a4db24] (Aqua: parenthesize macros which cast result) from C...marc_culler2022-09-201-2/+2
* Fix [3fc14fb28c]: remove unused global variable.marc_culler2022-09-201-6/+0
* patch [ab95811e07] from Christopher Chavez: prevent use-after-free crashesmarc_culler2022-09-201-3/+3
|\
| * Apply patch from Christopher Chavez to avoid use-after-free crashes.marc_culler2022-09-141-3/+3
* | Replace [NSApp currentAppearance] by [NSApp effectiveAppearance], now that I ...marc_culler2022-09-171-5/+0
* | Don't import the UniformTypeIdentifiers framework if it does not exist.marc_culler2022-09-121-0/+2
* | Address deprecations introduced in macOS Monterey; fix [33de843084]marc_culler2022-09-121-1/+9
|/
* Remove the isDead property from TKWindow since it is no longer needed.marc_culler2021-12-201-2/+0
* Clean up.marc_culler2021-12-201-0/+5
* Remove one more static variable. Now TkWmDeadWindow can clear the drag target...marc_culler2021-12-201-0/+2
* Add a property to TKWindow which indicates that the associated Tk window is b...marc_culler2021-12-191-0/+2
* Make Enter and Leave events work on macOS.marc_culler2021-11-191-2/+10
* 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