summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Patch by Marc Culler to address subtle issues with clipping regions in scroll...Kevin Walzer2017-10-151-10/+16
* Fix [720879afe9] - WM_CHAR message handling. Patch from Christian Werner back...jan.nijtmans2016-09-271-1/+1
|\
| * Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-10/+1
| * Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-1/+2
| * Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-3/+0
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+59
| * Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-59/+0
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-0/+59
| * Cleanup and simplification of memory management in event loop; now works more...Kevin Walzer2015-03-211-0/+6
| * Wish now launches in front when caed from command line, and focus -force work...Kevin Walzer2015-03-151-2/+4
| * Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal o...Kevin Walzer2014-09-241-1/+0
| * Fine-tune display of buttons on Tk/Cocoa on horizontal scrollKevin Walzer2014-09-231-0/+1
* | Final tweak for OS X wm crash, thanks to Marc CullerKevin Walzer2016-07-191-1/+1
* | Fix for Ticket c84f660833546b1b84e7fd3aef930c2f17207461 (Tk crashes when topl...Kevin Walzer2016-07-171-7/+13
* | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of m...Kevin Walzer2015-12-151-10/+1
* | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patchKevin Walzer2015-12-071-1/+2
* | Cleanup of last patch to Tk-CocoaKevin Walzer2015-11-081-4/+0
* | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-0/+59
* | Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-59/+0