summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
Commit message (Expand)AuthorAgeFilesLines
* replace accidentally deleted line; move the root window our of the way of rai...culler2024-06-261-0/+2
* Still fighting with unixWm.culler2024-06-261-4/+5
* Fix VisibilityNotify in XMapWindow.culler2024-06-251-7/+18
* Avoid redrawing the entire view each time a widget is mapped by the grid mana...culler2024-06-241-27/+24
* Don't redraw the container when a content widget is mapped.culler2024-06-231-3/+0
* Clean up: compiler warnings; stop setting tkDirtyRect, since we aren't using it.culler2024-06-231-2/+0
* Remove inner loop in setFrameSize, tame the chaos with UpdateClipRgn, deal wi...culler2024-06-181-1/+3
* Deal with some testing issues.culler2024-06-111-3/+6
* New branch: merges the crossing events fix (sans processevents) with cgimage ...culler2024-06-101-1/+1
|\
| * Restore the call to TkPointerDeadWindow - Windows needs it; probably macOS do...culler2024-05-201-0/+1
| * Remove call to TkPointerDeadWindow in macOS and simplify 9.13 so it tests the...culler2024-05-191-1/+0
| * Remove debugging print statements.culler2024-05-191-1/+0
| * Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles...culler2024-05-191-0/+1
* | Fix crash in test suite.culler2024-06-091-4/+6
* | Deal with artifacts when resizing as well as updates after a window is destro...culler2024-06-091-19/+38
* | Cleanupculler2024-06-041-25/+2
* | partial progress on update failures and liveResizeculler2024-06-021-10/+11
* | New branch implementing Christopher Chavez's idea for drawing to a CGImage wi...culler2024-06-011-56/+19
|\ \
| * \ Merge 8.6jan.nijtmans2023-12-031-1/+1
| |\ \ | | |/
| * | Merge 8.6jan.nijtmans2023-11-231-5/+0
| |\ \
| * \ \ Fix [0f29a2222d]: Aqua: HIShape wrapper function cleanup. Patch from Christop...fvogel2023-08-031-2/+2
| |\ \ \
| * | | | Fix [9b74a906e2]: Aqua: leak in Tk_FreePixmap(). Patch from Christopher Chavez.fvogel2023-07-091-5/+1
| * | | | Fix [4666f21a95]: Avoid a non-evident crash (and resolve conflict in tkMacOSX...fvogel2023-05-311-0/+2
| |\ \ \ \
| * | | | | Implementation of TIP 655culler2023-01-281-1/+1
| * | | | | More Xlib.h macro usagejan.nijtmans2022-11-151-10/+10
| * | | | | Merge 8.7jan.nijtmans2022-09-161-4/+0
| |\ \ \ \ \
| | * \ \ \ \ Merge 8.6marc_culler2022-09-141-4/+0
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge 8.7jan.nijtmans2022-03-101-11/+11
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-11/+11
| * | | | | | | Merge 8.7jan.nijtmans2021-11-301-2/+47
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 8.6jan.nijtmans2021-11-241-0/+16
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-11-161-1/+1
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2021-11-121-2/+31
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-05-201-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Fix [8a5086219e]: ttk::entry issuejan.nijtmans2021-05-031-1/+1
| * | | | | | | | | | merge 8.7culler2021-04-301-1/+5
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | CALayer backing for 8.7culler2021-04-281-1/+5
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2021-02-251-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2021-02-071-1/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | * | | | | | | | | | Merge 8.6jan.nijtmans2021-02-021-2/+2
| | |\ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ Merge mainmarc_culler2021-01-271-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | (c) -> ©jan.nijtmans2020-12-091-3/+3
| * | | | | | | | | | | | Merge trunkculler2020-10-071-8/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge 8.6culler2020-10-071-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.6marc_culler2020-10-061-7/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Fix aqua MapNotify and UnmapNotifyculler2020-09-271-56/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix MapNotify and UnmapNotifymarc_culler2020-09-281-56/+22
| * | | | | | | | | | | | | | | Merge trunkmarc_culler2020-09-181-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | Fixes for Apple Event execution on app startup and window display in IDLE/Tki...Kevin Walzer2020-09-171-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkmarc_culler2020-09-101-10/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /