summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSubwindows.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-12-031-1/+1
|\
| * Fix [40af63fa24]: Aqua: passing None to XMapWindow() should be fataljan.nijtmans2023-12-031-1/+1
* | Merge 8.6jan.nijtmans2023-11-231-5/+0
|\ \ | |/
| * Fix [22a4ad2a6e]: Aqua: let Core Graphics manage pixmap data memory. Patch fr...fvogel2023-11-211-5/+0
* | Fix [0f29a2222d]: Aqua: HIShape wrapper function cleanup. Patch from Christop...fvogel2023-08-031-2/+2
|\ \ | |/
| * Fix [0f29a2222d]: Aqua: HIShape wrapper function cleanup. Patch from Christop...fvogel2023-08-011-2/+2
| * Add more type-casts, code cleanup (all backported from 8.7)jan.nijtmans2023-06-081-3/+3
* | 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
|\ \ | |/
| * [4666f21a95]: Avoid a non-evident crash. First patch from Christopher Chavez,...fvogel2023-05-211-0/+2
| * Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-021-10/+10
* | 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
| |\ \ | | |/
| | * Fix [d412a99152]: unexpected <Enter> and <Button1-Release> events.marc_culler2022-09-121-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
| |\ \ | | |/
| | * Fix NULL/None mixup.culler2021-11-241-1/+1
| | * Add commentsmarc_culler2021-11-221-1/+0
| | * Make Enter and Leave events work on macOS.marc_culler2021-11-191-0/+17
| * | Merge 8.6jan.nijtmans2021-11-161-1/+1
| |\ \ | | |/
| | * Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ...jan.nijtmans2021-11-161-1/+1
| * | Merge 8.6jan.nijtmans2021-11-121-2/+31
| |\ \ | | |/
| | * The call to orderOut was missing because it was accidentally deleted. Put it...culler2021-11-101-0/+1
| | * Remove code left by mistake; add a missing call to orderOut; be consistent wh...culler2021-11-101-5/+2
| | * Fix [ce5d983e46]: On macOS, withdrawing the key window leaves the app with no...culler2021-11-101-2/+33
* | | 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.6fvogel2021-02-071-2/+2
| | |\
| | * | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of sl...fvogel2020-11-221-1/+1
| * | | Merge 8.6jan.nijtmans2021-02-021-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | More implicit type-casts, for C++ compatibility.jan.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
| |\ \ | | |/
| | * Fix [1fa8c3ed8d]: Aqua crash when a window is resized in a display procedure.culler2020-10-071-2/+2
| * | Merge 8.6marc_culler2020-10-061-7/+12
| |\ \ | | |/
| | * 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
| | |/
| * | Fix aqua MapNotify and UnmapNotifyculler2020-09-271-56/+22
| |\ \ | | |/
| | * Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-271-56/+22
* | | Fix MapNotify and UnmapNotifymarc_culler2020-09-281-56/+22