summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6culler2020-10-161-0/+1
|\
| * Simpler, better fix of [c2483bfe4b]: unwanted fontchooser can appear. Uses T...marc_culler2020-10-151-0/+1
* | Merge 8.6jan.nijtmans2020-10-021-4/+4
|\ \ | |/
| * Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-021-4/+4
* | Merge 8.6. Rename some functionsjan.nijtmans2020-09-081-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
| | |/ / / /
* | | | | | Merge 8.6marc_culler2020-09-071-1/+25
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | | |_|/ | | |/| |
* | | | | Merge 8.6jan.nijtmans2020-09-021-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-1/+1
| |/ / /
* | | | Merge 8.6jan.nijtmans2020-09-021-1/+2
|\ \ \ \ | |/ / /
| * | | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-1/+2
| | |/ | |/|
* | | Merge 8.6jan.nijtmans2020-08-311-13/+0
|\ \ \ | |/ /
| * | Remove obsolete codejan.nijtmans2020-08-311-13/+0
| |/
* | For now, put back TkMacOSXGetRootControl(), since Kevin Walzer uses it in his...jan.nijtmans2020-08-271-3/+2
* | Merge 8.6jan.nijtmans2020-08-271-1/+2
|\ \ | |/
| * Eliminate type casts to (TKContentView *)jan.nijtmans2020-08-271-1/+1
* | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-261-2/+2
* | Merge 8.6jan.nijtmans2020-08-261-1/+1
|\ \ | |/
| * Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE fun...jan.nijtmans2020-08-261-1/+1
* | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove XImage....culler2020-08-241-7/+4
|\ \ | |/
| * Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-221-7/+4
* | Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-211-1/+1
|\ \ | |/
| * 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
* | | Merge 8.6 but remove HITheme and HIBackground colors which are only supported...culler2020-08-041-2/+5
|\ \ \ | |/ /
| * | Add the backgroundLoop from mac_styles, to allow Tk to run while a menu is open.culler2020-08-031-2/+5
* | | Merge 8.6jan.nijtmans2020-08-041-0/+1
|\ \ \ | |/ /
| * | 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
* | | Merge 8.6marc_culler2020-07-181-3/+12
|\ \ \ | |/ /
| * | More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed...marc_culler2020-07-151-2/+0
| * | Merge 8.6jan.nijtmans2020-07-121-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