summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2021-02-071-1/+1
|\
| * Merge 8.6fvogel2021-02-071-2/+2
| |\
| * | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2020-11-221-1/+1
* | | Merge 8.6jan.nijtmans2021-02-021-2/+2
|\ \ \ | | |/ | |/|
| * | More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-2/+2
| |/
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6culler2020-10-071-2/+2
|\ \ | |/
| * Fix [1fa8c3ed8d]: Aqua crash when a window is resized in a display procedure.culler2020-10-071-2/+2
* | Merge 8.6marc_culler2020-10-061-7/+12
|\ \ | |/
| * Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized.marc_culler2020-10-061-7/+12
| |\
| | * Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized.marc_culler2020-10-061-6/+10
| |/
* | Fix aqua MapNotify and UnmapNotifyculler2020-09-271-56/+22
|\ \ | |/
| * Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-56/+22
* | Fixes for Apple Event execution on app startup and window display in IDLE/Tki...Kevin Walzer2020-09-171-0/+1
|\ \ | |/
| * More aqua initialization issuesmarc_culler2020-09-151-0/+1
* | Fix [ab1feaea9c]: Aqua initialization issuesmarc_culler2020-09-101-10/+17
|\ \ | |/
| * Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac.marc_culler2020-09-091-10/+17
* | Merge 8.6. Rename some functionsjan.nijtmans2020-09-081-1/+1
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-021-19/+19
|\ \ | |/
| * Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-19/+19
* | Merge 8.6jan.nijtmans2020-09-021-25/+18
|\ \ | |/
| * Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-26/+19
* | Merge 8.6jan.nijtmans2020-08-281-2/+2
|\ \ | |/
| * Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com...jan.nijtmans2020-08-281-2/+2
* | For now, put back TkMacOSXGetRootControl(), since Kevin Walzer uses it in his...jan.nijtmans2020-08-271-31/+14
* | Merge 8.6jan.nijtmans2020-08-271-1/+1
|\ \ | |/
| * TkContentView -> TKContentView (twice)jan.nijtmans2020-08-271-1/+1
* | Merge 8.6jan.nijtmans2020-08-271-6/+5
|\ \ | |/
| * Eliminate type casts to (TKContentView *)jan.nijtmans2020-08-271-3/+3
| * Add comments explaining the obscure reason that the name TkMacOSXGetRootContr...culler2020-08-261-2/+10
* | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-261-6/+9
* | Merge 8.6jan.nijtmans2020-08-261-33/+7
|\ \ | |/
| * Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE fun...jan.nijtmans2020-08-261-33/+7
* | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. jan.nijtmans2020-08-261-9/+0
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-08-211-1/+1
|\ \ | |/
| * Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr...culler2020-08-191-1/+1
* | Merge 8.6jan.nijtmans2020-08-061-11/+5
|\ \ | |/
| * Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-10/+9
* | Merge 8.6jan.nijtmans2020-08-041-2/+2
|\ \ | |/
| * end-of-line spacing cleanupjan.nijtmans2020-08-031-2/+2
* | Merge 8.6: fix testing and build issues on the various supported versions of ...culler2020-07-271-2/+18
|\ \ | |/
| * Deal with mapping/unmapping packed and placed subwindows in a benign way.culler2020-07-231-2/+18
| * The added event loops work to update the mapped flags for packed and placed w...culler2020-07-231-2/+0
| * Fix issues with mapping and unmapping windows revealed by tests on Yosemite.culler2020-07-221-0/+2
* | Merge 8.6marc_culler2020-07-181-17/+52
|\ \ | |/
| * Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin.culler2020-07-161-4/+4
| * More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed...marc_culler2020-07-151-2/+0
| * macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin...marc_culler2020-07-151-0/+3
| * Merge 8.6jan.nijtmans2020-07-121-4/+5
| |\
| * | Fix the Redisplay to make new windows complete.culler2020-06-071-6/+4