summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaksKevin Walzer2021-05-073-5/+7
* Restore HDC management code - seems to be key to linking gdi and printing API'sKevin Walzer2021-05-074-0/+326
* Further adjustmentsKevin Walzer2021-05-062-11/+5
* Try to obtain printer HDC at script level for printingKevin Walzer2021-05-066-328/+54
* Gdi commands now active; next step: work out printing details at script levelKevin Walzer2021-05-063-6/+18
* More work on gdi needed to expose commandsKevin Walzer2021-05-062-45/+43
* Begin integration of C printing at script level, still needs testingKevin Walzer2021-05-062-98/+51
* Fix typoKevin Walzer2021-05-051-1/+1
* Complete draft implementation of printing APIKevin Walzer2021-05-051-7/+142
* Merge trunkKevin Walzer2021-05-0454-531/+1057
|\
| * Fix warning when running the test suite: 'Warning: files left behind: imgPNG....fvogel2021-05-031-0/+1
| * Merge 8.6jan.nijtmans2021-05-033-3/+3
| |\
| | * Eliminate TkpPutRGBAImage's first 2 parameters, since they are unusedjan.nijtmans2021-05-035-6/+6
| * | Fix [8a5086219e]: ttk::entry issuejan.nijtmans2021-05-038-9/+17
| |\ \
| | * \ merge trunkfvogel2021-05-029-41/+140
| | |\ \
| | * | | Fix bugin TkGetIntForIndex(), only visible when running Tk 8.7 with Tcl 8.6jan.nijtmans2021-05-021-2/+2
| | * | | Backout previous commit, this is not the right way.fvogel2021-05-021-1/+1
| | * | | Really test for < 0. Otherwise building Tk 8.7 against Tcl 8.6 (as in [https:...fvogel2021-05-021-1/+1
| | * | | Add non-regression test entry-1.8fvogel2021-05-011-1/+7
| | * | | Refine previous fixfvogel2021-05-011-3/+2
| | * | | Fix [8a5086219e]: ttk::entry issuefvogel2021-05-011-1/+4
| * | | | Merge 8.6culler2021-05-021-3/+0
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Fix typoculler2021-05-021-3/+0
| * | | Fix 160dca67c0d8c8e7 - Tk 8.7 does not build against 8.6 using nmakeapnadkarni2021-05-021-2/+16
| * | | Merge 8.6culler2021-05-028-39/+124
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix [2ecb09d118]: Aqua ignores preference setting to disable key repeats.culler2021-05-021-1/+12
| | |\
| | | * Fix typo.culler2021-05-011-1/+1
| | | * Edit comments.culler2021-05-011-5/+2
| | | * Take care to only check the aRepeat property of an NSKeyDown event. Isolate ...culler2021-05-011-3/+12
| | | * Completely ignore repeat events if the repeat interval is set to off. How do...culler2021-05-011-5/+8
| | | * 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
| | |/
| * | Fix shadowed variable warnings.culler2021-04-291-4/+4
| | |
| | \
| *-. \ For Aqua, use an explicit backing CALayer for the TKContentView. Fixes [d2818...culler2021-04-2920-335/+456
| |\ \ \ | | | |/ | | |/|
| | | * Merge CALayer-86culler2021-04-296-240/+246
| | | |\
| | | * \ Merge CALayer-86culler2021-04-284-16/+41
| | | |\ \
| | | * \ \ CALayer backing for 8.7culler2021-04-2816-81/+157
| | | |\ \ \
| | * | \ \ \ 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
| | | | |_|/ | | | |/| |