summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Use more Tcl_CreateObjCommand2() internally. Those commands can handle a long...jan.nijtmans2025-03-1711-42/+42
* Use Tcl_CreateObjCommand2() in test-casesjan.nijtmans2025-03-161-15/+18
* Avoid crashes at exit.culler2025-03-161-7/+13
* Add comments and make About dialogs transfer focus on older macs too.culler2025-03-163-4/+24
* Now make the About window work (again) without breaking the tests.culler2025-03-152-3/+9
* Make all focus tests pass except 1.12.culler2025-03-144-6/+11
* Check the TK_ALREADY_DEAD flag before making a window become the key window.core-aqua_key_windowsculler2025-03-131-1/+3
* Try to make sure there is always a key window in Aqua.culler2025-03-123-60/+72
* Remove some unused variables.culler2025-03-122-3/+0
* Tk 9.1 doesn't run with Tcl 8.7 anymore. This allows a lot of cleanupjan.nijtmans2025-03-122-21/+1
* Merge mainculler2025-03-111-1/+1
|\
| * Fix (serious) typo in commit [fe2d4d6c]culler2025-03-111-1/+1
* | Fix the fix for [6328ce0301]: make sure that the menubar stays up when other ...culler2025-03-111-1/+10
|/
* Fix [6328ce0301]: crash related to Aqua menubar.culler2025-03-091-9/+5
* Minor code cleanup suggested by Eric Brunelculler2025-03-081-5/+4
* Fix [7e28ef577a] (display proc idle tasks not drawing to screen) and rework h...culler2025-03-085-16/+23
|\
| * Remove all but one call to [NSView setNeedsDisplay] as only one is needed.culler2025-03-074-29/+7
| * Cancel the update task before destroying the NSView.culler2025-03-073-4/+7
| * A more robust and more general but not perfect fix.culler2025-03-072-12/+28
| * Proof of concept for fix of [7e28ef577a]: update idletasks is not enough to f...culler2025-03-071-0/+10
* | Add a test for negative rounded rect radius - thanks to Eric Brunel.culler2025-03-071-4/+6
* | Fix [ec2dcb36c]: Aqua crash when drawing a rounded rectangle with invalid cor...culler2025-03-072-8/+12
|/
* Aqua: call TkWmMapWindow and TkWmMapWindow when iconifying or deiconifying. ...culler2025-03-052-8/+18
* Remove some unused variables.culler2025-03-031-8/+4
* Fix [df4b603950]: amazing artifacts when scrolling a Text widget which is lar...culler2025-03-012-88/+146
* Fix a typo; add a comment.culler2025-02-281-1/+2
* New branch to deal with aqua text scrolling artifacts.culler2025-02-271-1/+5
* Optimization: borderPtr->bgColorPtr is never NULL. See: [517165eac]jan.nijtmans2025-02-091-9/+9
|\
| * Backport indent fixes, some more indent fixesjan.nijtmans2025-02-091-9/+9
* | Fix [1da19a69f8]: Backspace crashes 9.0 interpreter on FreeBSDjan.nijtmans2025-01-251-1/+1
|\ \ | |/
| * Fix [1da19a69f8]: Backspace crashes 9.0 interpreter on FreeBSDjan.nijtmans2025-01-251-1/+1
| |\ | |/ |/|
| * (cherry-pick): Fix [080a28104e]: Fixes crash caused by nil UTType when user p...jan.nijtmans2025-01-254-3/+71
| * TK_DO_NOT_DRAW is deprecatedjan.nijtmans2025-01-101-1/+3
| * (cherry-pick): Merge branch less_tests_constraintsjan.nijtmans2025-01-061-15/+15
| * (cherry-pick): Fix [13ac26b35d]: wm iconbitmap does not correctly set the ico...jan.nijtmans2025-01-031-7/+8
| * (cherry-pick): Fix [cb5d776b12]: Build tk 9.0.1 failed on macos 10.13jan.nijtmans2024-12-221-1/+1
* | Remove extraneous semi-colon.culler2025-01-221-1/+1
* | Add a non-regression test, which turns out to require considerable extra mach...culler2025-01-224-2/+68
* | Fix [080a28104e]: crash caused by nil UTType when user provides a bogus file ...culler2025-01-211-1/+3
* | merge trunkfvogel2025-01-041-7/+8
|\ \
| * | Fix [13ac26b35d]: wm iconbitmap does not correctly set the icon pixmap hint o...fvogel2025-01-011-7/+8
* | | Merge trunk. In branch less_tests_constraints, let's work off trunk from now on.fvogel2025-01-0359-16863/+7380
|\ \ \ | |/ /
| * | Fix [cb5d776b12]: Build tk 9.0.1 failed on macos 10.13jan.nijtmans2024-12-221-1/+1
| * | Add markers in tk.decls, making more clear what API is available in what Tk v...jan.nijtmans2024-12-083-4/+4
| |\ \ | | |/
| | * (backport): Merge tip-706 following positive vote by the TCTjan.nijtmans2024-12-085-12/+12
| * | Merge tip-706 following positive vote by the TCT.fvogel2024-12-081-7/+7
| |\ \
| | * | TIP #706 implementation.fvogel2024-11-301-7/+7
| * | | Fix [947bb269ec]: tk::startOfCluster crashes on starting indices greater than...jan.nijtmans2024-12-051-2/+6
| |\ \ \ | | | |/ | | |/|
| | * | Fix [947bb269ec]: tk::startOfCluster crashes on starting indices greater than...jan.nijtmans2024-12-051-2/+6
| | |\ \
| | | * | Same protection in macOS toojan.nijtmans2024-12-041-2/+6
| | | |/