summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not process idle events before withdrawing a window.culler2021-04-301-1/+11
* For Aqua, use an explicit backing CALayer for the TKContentView. Fixes [d2818...culler2021-04-2918-331/+435
|\
| * Fix textWind.test à la François Vogelculler2021-04-291-10/+10
| * Add a call to [window display] after creating a new window. This makes the t...marc_culler2021-04-293-230/+234
| * 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-284-16/+41
| * For Aqua, use an explicit backing CALayer for NSViews. This fixes several mys...culler2021-04-2815-77/+150
| |\
| | * Close accidental forkculler2021-04-2829-174/+250
| | |\
| | | * Merge 8.6culler2021-04-2715-77/+151
| | | |\ | | |/ / | |/| |
| | * | Remove extra release of CGContextculler2021-04-281-1/+0
| | |/
| | * Adjust textWind-17.10culler2021-04-271-12/+16
| | * 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
| | * Using the CALayer changes some timings -- make some small adjustments to a fe...culler2021-04-254-6/+12
| | * Add calls to update idletasks in scale-20.7 and scale-20.8.culler2021-04-251-0/+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-245-5/+39
| | * 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
* | | unofficial -> snapshotjan.nijtmans2021-04-291-2/+2
* | | Empty commit, for forcing rebuild in github actions (since previous CALayer-8...jan.nijtmans2021-04-280-0/+0
|/ /
* | Merge gcc_unstable_tests, stabilizing event-9 in GitHub Actions.fvogel2021-04-261-0/+3
|\ \
| * | Backport stabilization of event-9 from 8.7fvogel2021-04-261-0/+3
| * | merge core-8-6-branchfvogel2021-04-2644-274/+569
| |\ \ | |/ / |/| |
* | | Fix [c974643a39]: memory leak in tkMacOSXFont.cculler2021-04-261-1/+2
* | | fix DEF_BUTTON_HIGHLIGHT for Aqua.culler2021-04-261-1/+1
* | | Patch [85c8397412]: Wrapper proc for exerting timing control over pointer war...fvogel2021-04-255-31/+102
|\ \ \
| * \ \ merge core-8-6-branchfvogel2021-04-2465-527/+729
| |\ \ \ | |/ / / |/| | |
* | | | Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-2320-134/+121
* | | | 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
* | | | fix [cde766f911]: scrollbars do not update correctly for treeview widgets.culler2021-04-215-46/+111
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | Sync rules.vc with Tcljan.nijtmans2021-04-211-2/+14
* | | | Sync rules.vc with Tcljan.nijtmans2021-04-191-1/+7
|/ / /
* | | Additional fixes to Aqua default colors and handling of fieldbackground for e...culler2021-04-192-12/+10
* | | Fix [0ca1768080]: @x,y index and insert mark placement - Documentation error.fvogel2021-04-181-1/+1
|\ \ \
| * | | Fix [0ca1768080]: @x,y index and insert mark placementfvogel2021-04-161-1/+1
* | | | Fix [ea876b3e8a]: Text peer widget ignores set -startline when scrolling with...fvogel2021-04-184-14/+41
|\ \ \ \
| * | | | Avoid code duplication by calling TkTextIndexAdjustToStartEnd().fvogel2021-04-171-11/+3
| * | | | Augment test text-32.3 so that it fails if previous commit is backed out.fvogel2021-04-171-2/+2
| * | | | Fix old commit [5528cb094a]. This commit changed NULL into tPtr in the call t...fvogel2021-04-171-1/+1