summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Do not process idle events before withdrawing a window.culler2021-04-301-1/+11
* Add a call to [window display] after creating a new window. This makes the t...marc_culler2021-04-291-0/+1
* Synchonize the needsDisplay for the NSView and its backing layer.culler2021-04-292-0/+2
* Deal with new test failures revealed by changing the order of the tests.culler2021-04-281-1/+8
* Close accidental forkculler2021-04-283-6/+3
|\
| * Merge 8.6culler2021-04-278-62/+124
| |\
| * | Fix [c974643a39]: memory leak in tkMacOSXFont.cculler2021-04-261-1/+2
| * | fix DEF_BUTTON_HIGHLIGHT for Aqua.culler2021-04-261-1/+1
| * | Fix MacOS buildjan.nijtmans2021-04-231-1/+1
| * | Cherrypick removal of BEGIN_DRAWING_OR_REDRAWculler2021-04-221-10/+1
| * | How did BEGIN_DRAWING_OR_REDRAW end up in the wrong place?culler2021-04-211-2/+2
* | | Remove extra release of CGContextculler2021-04-281-1/+0
| |/ |/|
* | Try to avoid the rare crash in Tk_MacOSXGetTkWindow which has been seen at ex...culler2021-04-271-3/+6
* | Set the CALayer's contentsGravity property so that programmatic resizes look ...culler2021-04-261-0/+2
* | One more bit of code cleanup.culler2021-04-251-1/+1
* | Code cleanup. Thanks to Christopher Chavez for the careful review.culler2021-04-251-24/+22
* | Fix the flip transform for pixmaps. This makes bitmap buttons work again.culler2021-04-251-1/+4
* | Use the release method instead of CFRelease for NSBitmapImageRep objects.culler2021-04-251-2/+2
* | Bonus! Use the new CALayer to make XCopyArea work again!culler2021-04-251-36/+30
* | Possibly a genuine fix - use an explicit CALayer for the TKContentView.culler2021-04-243-3/+37
* | Make debug printing conditional in ttkMacOSXTheme.cculler2021-04-221-0/+2
* | Remove unneeded portBounds field from TkMacOSXDrawingContext; add more graphi...culler2021-04-225-15/+45
* | Remove BEGIN_DRAWING_OR_REDRAW which does not work.culler2021-04-221-11/+2
|/
* Clean up debugging code in tkMacOSXDraw.cculler2021-04-211-6/+2
* fix [cde766f911]: scrollbars do not update correctly for treeview widgets.culler2021-04-204-39/+109
* Eliminate the one call to setTkDirtyRect, which is unnecessary.culler2021-04-191-2/+1
* Additional fixes to Aqua default colors and handling of fieldbackground for e...culler2021-04-191-8/+8
* Finish fix for [58222c42b3]: revert defaults for entry and text highlight bg,...culler2021-04-081-4/+4
* Adjustment to the subframework build; deal with systems that report the OS ve...culler2021-04-072-9/+3
* Fix [58222c42b3]: ttk entries and spinboxes have the wrong background color.culler2021-04-071-5/+5
|\
| * Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackgroundculler2021-03-051-5/+5
* | Eliminate unnecessary spacingjan.nijtmans2021-03-081-1/+1
|/
* Adjust the key event processing logic to handle dead keys being used as menu ...culler2021-03-022-17/+30
* Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish ...culler2021-03-012-0/+22
* Fix [3b9296159c]: The NULL pointer guard in XSetupEvent is misplaced. (Why i...marc_culler2021-02-281-1/+2
* Fix [234ee4f83b]: macOS Crash - Pasting text with special characters into Tex...jan.nijtmans2021-02-251-7/+1
* Merge 8.6fvogel2021-02-0721-136/+169
|\
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-0221-132/+135
| * Fix [bdcab85b9c]: Aqua crash when non-BMP characters are used in a menu labelmarc_culler2021-01-271-3/+8
| * Make Tk 8.6 compile (again) with Tcl 8.7 headers and --disable-sharedjan.nijtmans2021-01-251-1/+4
| * Fix [1712098]: Tk still needs Tcl source distrojan.nijtmans2021-01-221-1/+23
| |\
* | \ Merge 8.6jan.nijtmans2021-01-081-0/+1
|\ \ \ | |/ /
| * | Fix [19fb7a38fc]: Set the image name when defaulting to the Tk feather icon b...marc_culler2021-01-031-0/+1
* | | merge core-8-6-branchfvogel2020-12-2813-47/+62
|\ \ \ | |/ /
| * | Fix [6157a8c4ca]: -filetypes does not work on macOS file dialogsmarc_culler2020-12-241-2/+2
| * | Follow-up to [27fc4d0ae8]: one more typojan.nijtmans2020-12-222-2/+2
| * | Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-166-13/+12
| * | Fine tune the Big Sur behavior.marc_culler2020-12-151-6/+22
| * | Fix [80e4c6f695]: progress bars are weird on macOS 11.0.marc_culler2020-12-141-13/+14
| * | Fix build in macOS 10.11 El Capitan: @available is not available in 10.11marc_culler2020-12-131-1/+1