summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWm.c
Commit message (Expand)AuthorAgeFilesLines
* Release the CGImageBitmapContext when the ContentView is destroyed.culler2024-07-081-2/+3
* Fix the black window when setting the docmodal bit in the stylemask, and some...culler2024-07-071-2/+6
* Merge 9.0. Streamline some indentingjan.nijtmans2024-06-301-27/+27
|\
* | Work on unixWm-50.9 and -51.7.culler2024-06-251-1/+16
* | Avoid redrawing the entire view each time a widget is mapped by the grid mana...culler2024-06-241-0/+7
* | Clean up: compiler warnings; stop setting tkDirtyRect, since we aren't using it.culler2024-06-231-4/+10
* | Try to ensure that clipping regions are ready before filling a frame; clean u...culler2024-06-221-7/+5
* | Remove inner loop in setFrameSize, tame the chaos with UpdateClipRgn, deal wi...culler2024-06-181-1/+0
* | Try to guard against crashes in TkpChangeFocusculler2024-06-131-1/+4
* | Deal with some testing issues.culler2024-06-111-32/+53
* | New branch: merges the crossing events fix (sans processevents) with cgimage ...culler2024-06-101-40/+64
|\ \
| * | Comments style.fvogel2024-06-091-1/+2
| * | Remove commented out codeculler2024-05-311-1/+0
| * | Use Tk_ManageGeometry here too.culler2024-05-291-1/+1
| * | fix wm-manage-1.8 (without fixing wm manage)culler2024-05-281-0/+1
| * | Avoid calling TkUpdatePointer for a window which is being destroyed by a chil...culler2024-05-281-2/+5
| * | Don't call tkUpdatePointer from TkWmDeadWindow unless it is necessary.culler2024-05-271-1/+3
| * | Fix bug introduced in FrontWindowAtPoint which causes unixWm-50.1 to fail by ...culler2024-05-241-2/+11
| * | xmfbox now passes - the crash occurs at the end of the tk tests, before the t...culler2024-05-221-11/+4
| * | Make destruction of windows on macOS work again. But more issues remain.culler2024-05-221-2/+1
| * | All event-9.xy tests now pass, but 9.13 fails one time out of five.culler2024-05-191-5/+5
| * | Remove debugging print statements.culler2024-05-191-5/+0
| * | Attempt to fix [22349fc78a] for macOS. Currently only event-9.16 fails unles...culler2024-05-191-24/+47
* | | Deal with artifacts when resizing as well as updates after a window is destro...culler2024-06-091-0/+2
* | | New branch implementing Christopher Chavez's idea for drawing to a CGImage wi...culler2024-06-011-397/+946
|\ \ \ | |/ / |/| / | |/
| * (c) -> ©jan.nijtmans2024-05-091-1/+1
| |\
| | * (c) -> ©jan.nijtmans2024-05-091-1/+1
| | |\ | |_|/ |/| |
| * | Merge 8.7jan.nijtmans2024-03-291-22/+22
| |\ \ | | |/
| | * Don't use "boolean" as variable namejan.nijtmans2024-03-271-22/+22
| * | Merge 8.7jan.nijtmans2023-12-181-71/+71
| |\ \ | | |/
| | * (internal) int -> Tcl_Sizejan.nijtmans2023-12-171-71/+71
| * | Merge 8.7jan.nijtmans2023-12-031-11/+13
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2023-12-031-11/+13
| | |\
| * | | Get rid of the "Dummy entry for stubs table backwards compatibility"jan.nijtmans2023-11-161-2/+4
| |/ /
| * | Fix [22eefb9368]: unixWm-45.2 and unixWm-45.4 fail on Linux.fvogel2023-10-161-5/+4
| |\ \
| * \ \ Merge 8.6. Some C++-fixesjan.nijtmans2023-10-111-3/+3
| |\ \ \
| * | | | Fix for ef5d3e29a4Kevin Walzer2023-08-301-0/+20
| * | | | Fix [4666f21a95]: Avoid a non-evident crash (and resolve conflict in tkMacOSX...fvogel2023-05-311-4/+0
| |\ \ \ \
| * | | | | Fix [ba956c8ff7]: Aqua: TIP 655 use-after-free.fvogel2023-05-031-1/+3
| * | | | | More TIP #660jan.nijtmans2023-04-241-1/+1
| * | | | | Handle larger string-lengths in MacOS, when compiling with Tcl 9 headersjan.nijtmans2023-04-151-7/+8
| * | | | | Make sure not to change the fullscreen bit in the styleMask. (Thanks Francois!)culler2023-04-021-0/+4
| * | | | | Clean up restoration of -type as ignored wm attribute on macOSKevin Walzer2023-03-281-1/+7
| * | | | | Merge 8.7. Remove some spacingjan.nijtmans2023-03-141-12/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-121-16/+16
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-7/+7
| * | | | | | Merge 8.7jan.nijtmans2023-03-121-29/+30
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-31/+32
| * | | | | | Fix help windows.culler2023-02-181-3/+7
| * | | | | | Clear all other bits when docmodal is set - avoids resizing bugs with docmodalsculler2023-02-101-0/+9