summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
Commit message (Collapse)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 ↵fvogel2020-11-221-1/+1
|/ | | | slave widget
* 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 ↵jan.nijtmans2020-09-021-26/+19
| | | | (internal) TkMacOSXDrawableWindow() to TkMacOSXGetNSWindowForDrawable(). Code (type-cast) cleanup
* Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level ↵jan.nijtmans2020-08-281-2/+2
| | | | compiler warnings
* 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 ↵culler2020-08-261-2/+10
| | | | TkMacOSXGetRootControl exists and why it should never be used.
* Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE ↵jan.nijtmans2020-08-261-33/+7
| | | | function to a macro. This saves an empty wrapper-function for TkMacOSXGetRootControl()
* Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code ↵culler2020-08-191-1/+1
| | | | from xgc.c; remove call to XSetClipMask; add debug logging
* Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ↵jan.nijtmans2020-08-061-10/+9
| | | | | out, windows and X11 already had this) More use of TCL_UNUSED()
* 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 ↵culler2020-07-231-2/+0
| | | | windows, but they break more than they fix.
* 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 ↵marc_culler2020-07-151-2/+0
| | | | needsRedisplay flag, update comments.
* macOS: remove unneeded code observed in [7ebdd17974], remove ↵marc_culler2020-07-151-0/+3
| | | | tkMacOSXFlushWindows, make XSync do nothing except process timer events.
* 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 ↵culler2020-06-051-6/+3
| | | | | | | | Tcl_WaitForEvent from blocking if there is drawing that needs to be done.
* | 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 ↵culler2019-10-211-2/+2
| | | | when the screen resolution is changed.
* 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 ↵jan.nijtmans2019-08-181-3/+6
| | | | value, not "void", which allows to check for errors.
* In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in ↵culler2019-05-201-8/+14
| | | | tkTest.c.
* 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 ↵culler2019-04-241-19/+20
| | | | immediately
* 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
| | | live resize. Code cleanup.
* tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since ↵jan.nijtmans2017-11-271-1/+1
| | | | | "shell32.dll" is already linked to Tk. Also various whitespace changes (mainly at line-ends) and comment fixes. Nothing functional.
* Remove calls to TransformProcessType. Avoid activating too early.culler2017-11-241-1/+9
| | | Prepare for cleanup of TkpInit. Fixes the basic menu bar problem.
* 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
| | | when first mapped.