summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Merge-markjan.nijtmans2020-08-260-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Simplifications, because TkMacOSXGetDrawablePort() always returns NULLjan.nijtmans2020-08-264-96/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove stub copies which are only meant for future NSAPI-related support: Since no browser supports NSAPI any more, who cares ....
* | | | | | | | | | | | | | Fix [08eb057dea]: Aqua: cleanup Carbon-era cursor variables. jan.nijtmans2020-08-2613-293/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do more cleanup: No browser still supports NSAPI, so functions like Tk_MacOSXSetEmbedHandler() don't make any sense any more
| * | | | | | | | | | | | | | Put back a dummy Tk_MacOSXTkOwnsCursor(), just because it's in the public ↵jan.nijtmans2020-08-266-95/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stub table. Can be removed fully in Tk 8.7. More simplifications
| * | | | | | | | | | | | | | Fix [08eb057dea]: remove two unused stub functions related to cursors and ↵culler2020-08-256-69/+28
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dating back to Carbon.
* | | | | | | | | | | | | | Merge 8.6culler2020-08-254-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent ↵culler2020-08-254-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | colors on old macs.
| * | | | | | | | | | | | Fix one more compilation issue with old macOS targets.culler2020-08-253-7/+10
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-08-252-11/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge 8.5jan.nijtmans2020-08-252-11/+11
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Keep gcc-5 and gcc-6 builds on "bionic", because "focal" doesn't have thesejan.nijtmans2020-08-251-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Upgrade Travis build from bionic to focaljan.nijtmans2020-08-241-12/+12
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove ↵culler2020-08-248-571/+531
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | XImage.pixelpower.
| * | | | | | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and eliminate references to ↵culler2020-08-248-557/+523
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XImage.pixelpower.
| | * | | | | | | | | | | | | Address compiler warnings.culler2020-08-231-6/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize.culler2020-08-228-557/+527
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions.culler2020-08-243-14/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions.culler2020-08-243-14/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Use graphicsPort instead of CGContext if the minimum target is earlier than ↵culler2020-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10.10.
| | * | | | | | | | | | | | | Fix [bc62f78191]: compilation issues when targeting older macOS versions.culler2020-08-232-15/+21
| | |/ / / / / / / / / / / /
* | | | | | | | | | | | | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option ↵jan.nijtmans2020-08-248-9/+9
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value ...? arguments
* | | | | | | | | | | | | Testcase cleanup (mainly unnessary curly braces)jan.nijtmans2020-08-244-22/+17
| | | | | | | | | | | | |
* | | | | | | | | | | | | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-2418-55/+55
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: ↵fvogel2020-08-2412-35/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved the 6 conflicts in macosx/tkMacOSXColor.c by keeping the trunk version.
| * | | | | | | | | | | | | As it is currently implemented (more or less copied from -foreground), ↵fvogel2020-08-195-7/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -placeholderforeground for ttk widget is both a widget option and a styling option. Document this, and add a test for the styling option.
| * | | | | | | | | | | | | Ditto for winTheme.tcl (forgotten in previous commit).fvogel2020-08-191-6/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Partially revert [2fa30303] since there is no need to give ↵fvogel2020-08-193-18/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -placeholderforeground by specifying its default value (even if this default is platform-specific).
| * | | | | | | | | | | | | Fix formatting of colors.n in the Portability/Windows section.fvogel2020-08-151-2/+0
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Update documentation of -placeholderforeground regarding its default. Also ↵fvogel2020-08-151-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove mention of the empty string there, which was an error.
| * | | | | | | | | | | | | typofvogel2020-08-151-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Update macosx/READMEculler2020-08-151-13/+16
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Use tkMacOSXColor.c and tkMacOSXColor.h from [38138883]; these include ↵culler2020-08-132-439/+576
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemPlaceholderTextColor along with all other colors in Apple's system ColorList.
| * | | | | | | | | | | | | Revert from 'SystemPlaceHolderTextColor' to 'SystemPlaceHolderText' on ↵fvogel2020-07-147-15/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows, and deal with all ttk widgets having -placeholderforeground option to let them use the adequate platform default color for platform-specific themes.
| * | | | | | | | | | | | | Use a symbolic name for the default color for the placeholder text on X11.fvogel2020-07-141-1/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Bring Windows documentation up-to-date with respect to the new color ↵fvogel2020-07-143-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemPlaceholderTextColor.
| * | | | | | | | | | | | | Bring macOS documentation up-to-date with respect to the new semantic color ↵fvogel2020-07-142-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemPlaceholderTextColor.
| * | | | | | | | | | | | | Correctly use a system placeholder color on macOS.fvogel2020-07-142-6/+12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Correctly use a system placeholder color on Windows.fvogel2020-07-142-1/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaultsfvogel2020-07-142-1/+5
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fix duplicate test namesfvogel2020-08-242-123/+121
| | | | | | | | | | | | |
* | | | | | | | | | | | | Remove duplicate testsfvogel2020-08-241-94/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Fix duplicate test name scrollbar-3.50.1fvogel2020-08-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fix duplicate test name scrollbar-3.50.1fvogel2020-08-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix duplicate test name scrollbar-3.50.1fvogel2020-08-241-1/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to ↵culler2020-08-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Csaba Nemethi
| * | | | | | | | | | | | | Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to ↵culler2020-08-241-3/+3
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Csaba Nemethi
* | | | | | | | | | | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk.fvogel2020-08-231-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk.fvogel2020-08-231-7/+7
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-2110-132/+132
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-2110-132/+132
| |\ \ \ \ \ \ \ \ \ \ \