summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix [2ecb09d118]: Aqua ignores preferences setting to disable key repeats.culler2021-04-301-4/+6
* | | | Fix [eafa029f3a]: Set the backing CALayer's contentsScale to avoid fuzzy text...culler2021-05-011-0/+13
|\ \ \ \
| * | | | Fix [eafa029f3a]: blurry text on retina screens when using backing CALayer. ...culler2021-05-011-0/+13
| |/ / /
* | | | Fix [4c7d935e97]: Alt theme ttk::checkbutton image is not rendered on macOS. ...culler2021-05-013-35/+69
|\ \ \ \
| * | | | Edit comments. Use uint32_t since Apple documentation specifies that type fo...culler2021-05-011-7/+18
| * | | | Fix [4c7d935e97]: on Aqua, checkbuttons are not rendered in the Alt theme.culler2021-04-303-30/+53
| |/ / /
* | | | Fix [ff9c815a83]: Some macOS tests fail if the dock is on the left side, due ...culler2021-05-012-17/+22
|\ \ \ \
| * | | | Fix [ff9c815a83]: 8 Aqua unixWm tests fail if the dock is positioned on the l...culler2021-04-302-17/+22
| |/ / /
* | | | Aqua: don't process idle tasks before withdrawing a window; this helps preven...culler2021-05-011-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Edit commentculler2021-04-301-6/+6
| * | | 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
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | merge core-8-6-branchfvogel2021-03-228-34/+89
| |\ \ \ \ \
| * \ \ \ \ \ merge core-8-6-branchfvogel2021-03-131-3/+3
| |\ \ \ \ \ \
| * | | | | | | Re-add lost explanatory comment in test event-9fvogel2021-03-091-1/+1
| * | | | | | | merge core-8-6-branch (and fix conflict in test event-9)fvogel2021-03-09125-160/+198
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge core-8-6-branchfvogel2021-02-285-12/+15
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Resolve unintended forkfvogel2021-02-270-0/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Backout previous commitfvogel2021-02-273-12/+10