| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix NULL/None mixup. | culler | 2021-11-24 | 1 | -1/+1 |
|
|
* | Add comments | marc_culler | 2021-11-22 | 1 | -1/+0 |
|
|
* | Make Enter and Leave events work on macOS. | marc_culler | 2021-11-19 | 1 | -0/+17 |
|
|
* | Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ... | jan.nijtmans | 2021-11-16 | 1 | -1/+1 |
|
|
* | The call to orderOut was missing because it was accidentally deleted. Put it... | culler | 2021-11-10 | 1 | -0/+1 |
|
|
* | Remove code left by mistake; add a missing call to orderOut; be consistent wh... | culler | 2021-11-10 | 1 | -5/+2 |
|
|
* | Fix [ce5d983e46]: On macOS, withdrawing the key window leaves the app with no... | culler | 2021-11-10 | 1 | -2/+33 |
|
|
* | Merge 8.6 | fvogel | 2021-02-07 | 1 | -2/+2 |
|\ |
|
| * | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|
|
* | | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl... | fvogel | 2020-11-22 | 1 | -1/+1 |
|/ |
|
* | Fix [1fa8c3ed8d]: Aqua crash when a window is resized in a display procedure. | culler | 2020-10-07 | 1 | -2/+2 |
|
|
* | Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized. | marc_culler | 2020-10-06 | 1 | -7/+12 |
|\ |
|
| * | Fix [175a6e4bb6]: Aqua tiled fullscreen windows cannot be resized. | marc_culler | 2020-10-06 | 1 | -6/+10 |
|/ |
|
* | Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_styles | marc_culler | 2020-09-27 | 1 | -56/+22 |
|
|
* | More aqua initialization issues | marc_culler | 2020-09-15 | 1 | -0/+1 |
|
|
* | Fix [ab1feaea9c]: Aqua initialization issues exposed by Scid vs Mac. | marc_culler | 2020-09-09 | 1 | -10/+17 |
|
|
* | Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable() | jan.nijtmans | 2020-09-02 | 1 | -19/+19 |
|
|
* | Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename (inter... | jan.nijtmans | 2020-09-02 | 1 | -26/+19 |
|
|
* | Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com... | jan.nijtmans | 2020-08-28 | 1 | -2/+2 |
|
|
* | TkContentView -> TKContentView (twice) | jan.nijtmans | 2020-08-27 | 1 | -1/+1 |
|
|
* | Eliminate type casts to (TKContentView *) | jan.nijtmans | 2020-08-27 | 1 | -3/+3 |
|
|
* | Add comments explaining the obscure reason that the name TkMacOSXGetRootContr... | culler | 2020-08-26 | 1 | -2/+10 |
|
|
* | Another simplification: Change TkMacOSXDrawableView() from a MODULE_SCOPE fun... | jan.nijtmans | 2020-08-26 | 1 | -33/+7 |
|
|
* | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr... | culler | 2020-08-19 | 1 | -1/+1 |
|
|
* | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ou... | jan.nijtmans | 2020-08-06 | 1 | -10/+9 |
|
|
* | end-of-line spacing cleanup | jan.nijtmans | 2020-08-03 | 1 | -2/+2 |
|
|
* | Deal with mapping/unmapping packed and placed subwindows in a benign way. | culler | 2020-07-23 | 1 | -2/+18 |
|
|
* | The added event loops work to update the mapped flags for packed and placed w... | culler | 2020-07-23 | 1 | -2/+0 |
|
|
* | Fix issues with mapping and unmapping windows revealed by tests on Yosemite. | culler | 2020-07-22 | 1 | -0/+2 |
|
|
* | Fix stupid error with isDrawing - thanks Christopher, Nicolas and Kevin. | culler | 2020-07-16 | 1 | -4/+4 |
|
|
* | More fixes from [7ebdd17974] (thanks Christopher Chavez): remove the needsRed... | marc_culler | 2020-07-15 | 1 | -2/+0 |
|
|
* | macOS: remove unneeded code observed in [7ebdd17974], remove tkMacOSXFlushWin... | marc_culler | 2020-07-15 | 1 | -0/+3 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-07-12 | 1 | -4/+5 |
|\ |
|
| * | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -4/+4 |
|
|
* | | Fix the Redisplay to make new windows complete. | culler | 2020-06-07 | 1 | -6/+4 |
|
|
* | | Fixed a bug in TkpDrawAllViews and added a mechanism to prevent Tcl_WaitForEv... | culler | 2020-06-05 | 1 | -6/+3 |
|
|
* | | Add some methods for managing damage rectangles. | culler | 2020-05-31 | 1 | -3/+2 |
|
|
* | | A partly but not completely successful attempt to control how drawRect is run. | culler | 2020-05-30 | 1 | -17/+56 |
|/ |
|
* | Remove some unnecessary macOS conditional code by using internal stubs. | culler | 2020-05-29 | 1 | -7/+1 |
|
|
* | Apply macOS patch for [aea00be1] by Christopher Chavez. Prevents glitches wh... | culler | 2019-10-21 | 1 | -2/+2 |
|
|
* | Fix more X11 function signatures in MacOSX port | jan.nijtmans | 2019-08-19 | 1 | -6/+11 |
|
|
* | Fix signatures of many X11 functions on MacOSX: They have an "int" return val... | jan.nijtmans | 2019-08-18 | 1 | -3/+6 |
|
|
* | In Aqua, make XUnmapWindow also redraw the toplevel. Edit a comment in tkTes... | culler | 2019-05-20 | 1 | -8/+14 |
|
|
* | In Aqua, protect against double release of clipping regions. | culler | 2019-05-17 | 1 | -0/+6 |
|
|
* | fix bug [d1989fb7cf]: Root window appears before Tk_Mainloop is called. | culler | 2019-05-15 | 1 | -9/+0 |
|
|
* | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -1/+1 |
|
|
* | Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia... | culler | 2019-04-24 | 1 | -19/+20 |
|
|
* | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -54/+61 |
|
|
* | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen. | culler | 2019-02-23 | 1 | -7/+17 |
|\ |
|
| * | Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen. | culler | 2019-02-18 | 1 | -7/+17 |
|
|