summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6fvogel2021-02-071-2/+2
|\
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-2/+2
* | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2020-11-221-1/+1
|/
* Fix [1fa8c3ed8d]: Aqua crash when a window is resized in a display procedure.culler2020-10-071-2/+2
* 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
|/
* Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-56/+22
* More aqua initialization issuesmarc_culler2020-09-151-0/+1
* Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac.marc_culler2020-09-091-10/+17
* Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-19/+19
* Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter...jan.nijtmans2020-09-021-26/+19
* Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com...jan.nijtmans2020-08-281-2/+2
* TkContentView -> TKContentView (twice)jan.nijtmans2020-08-271-1/+1
* 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
* Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE fun...jan.nijtmans2020-08-261-33/+7
* Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr...culler2020-08-191-1/+1
* Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou...jan.nijtmans2020-08-061-10/+9
* end-of-line spacing cleanupjan.nijtmans2020-08-031-2/+2
* 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
* 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 [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-4/+4
* | Fix the Redisplay to make new windows complete.culler2020-06-071-6/+4
* | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv...culler2020-06-051-6/+3
* | Add some methods for managing damage rectangles.culler2020-05-311-3/+2
* | A partly but not completely successful attempt to control how drawRect is run.culler2020-05-301-17/+56
|/
* Remove some unnecessary macOS conditional code by using internal stubs.culler2020-05-291-7/+1
* Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh...culler2019-10-211-2/+2
* Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-191-6/+11
* Fix signatures of many X11 functions on MacOSX: They have an "int" return val...jan.nijtmans2019-08-181-3/+6
* In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes...culler2019-05-201-8/+14
* In Aqua, protect against double release of clipping regions.culler2019-05-171-0/+6
* fix bug [d1989fb7cf]: Root window appears before Tk_Mainloop is called.culler2019-05-151-9/+0
* Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
* Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia...culler2019-04-241-19/+20
* Mitigate future merge conflict headaches.culler2019-04-171-54/+61
* Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen.culler2019-02-231-7/+17
|\
| * Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen.culler2019-02-181-7/+17
* | Fix [30a0fc767a]: spelling error in a commentfvogel2019-02-221-1/+1
|/
* Fix a bug with window ordering in Aqua. Deal with remaining unixWm tests.culler2018-12-171-1/+5
* Add a configure notify to make sure all subwindows get displayed. Tweakculler2018-10-171-1/+19
* tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell...jan.nijtmans2017-11-271-1/+1
* Remove calls to TransformProcessType. Avoid activating too early.culler2017-11-241-1/+9
* Add a cast to address a compiler warning.culler2017-11-131-1/+1
* Change to XMapWindow to make embedded toplevels display properlyculler2017-11-111-1/+10