Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | Merge-mark | jan.nijtmans | 2020-08-26 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Simplifications, because TkMacOSXGetDrawablePort() always returns NULL | jan.nijtmans | 2020-08-26 | 4 | -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.nijtmans | 2020-08-26 | 13 | -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.nijtmans | 2020-08-26 | 6 | -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 ↵ | culler | 2020-08-25 | 6 | -69/+28 | |
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dating back to Carbon. | |||||
* | | | | | | | | | | | | | | Merge 8.6 | culler | 2020-08-25 | 4 | -8/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent ↵ | culler | 2020-08-25 | 4 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | colors on old macs. | |||||
| * | | | | | | | | | | | | Fix one more compilation issue with old macOS targets. | culler | 2020-08-25 | 3 | -7/+10 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-25 | 2 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge 8.5 | jan.nijtmans | 2020-08-25 | 2 | -11/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Keep gcc-5 and gcc-6 builds on "bionic", because "focal" doesn't have these | jan.nijtmans | 2020-08-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Upgrade Travis build from bionic to focal | jan.nijtmans | 2020-08-24 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and completely remove ↵ | culler | 2020-08-24 | 8 | -571/+531 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XImage.pixelpower. | |||||
| * | | | | | | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and eliminate references to ↵ | culler | 2020-08-24 | 8 | -557/+523 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XImage.pixelpower. | |||||
| | * | | | | | | | | | | | | | Address compiler warnings. | culler | 2020-08-23 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Remove all use of XImage.pixelpower, but not the field, simplify and reorganize. | culler | 2020-08-22 | 8 | -557/+527 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions. | culler | 2020-08-24 | 3 | -14/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions. | culler | 2020-08-24 | 3 | -14/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | Use graphicsPort instead of CGContext if the minimum target is earlier than ↵ | culler | 2020-08-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 10.10. | |||||
| | * | | | | | | | | | | | | | Fix [bc62f78191]: compilation issues when targeting older macOS versions. | culler | 2020-08-23 | 2 | -15/+21 | |
| | |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option ↵ | jan.nijtmans | 2020-08-24 | 8 | -9/+9 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | value ...? arguments | |||||
* | | | | | | | | | | | | | Testcase cleanup (mainly unnessary curly braces) | jan.nijtmans | 2020-08-24 | 4 | -22/+17 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Code cleanup (mainly unnecessary casts to (ClientData)) | jan.nijtmans | 2020-08-24 | 18 | -55/+55 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: ↵ | fvogel | 2020-08-24 | 12 | -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), ↵ | fvogel | 2020-08-19 | 5 | -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). | fvogel | 2020-08-19 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Partially revert [2fa30303] since there is no need to give ↵ | fvogel | 2020-08-19 | 3 | -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. | fvogel | 2020-08-15 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Update documentation of -placeholderforeground regarding its default. Also ↵ | fvogel | 2020-08-15 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove mention of the empty string there, which was an error. | |||||
| * | | | | | | | | | | | | | typo | fvogel | 2020-08-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Update macosx/README | culler | 2020-08-15 | 1 | -13/+16 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use tkMacOSXColor.c and tkMacOSXColor.h from [38138883]; these include ↵ | culler | 2020-08-13 | 2 | -439/+576 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemPlaceholderTextColor along with all other colors in Apple's system ColorList. | |||||
| * | | | | | | | | | | | | | Revert from 'SystemPlaceHolderTextColor' to 'SystemPlaceHolderText' on ↵ | fvogel | 2020-07-14 | 7 | -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. | fvogel | 2020-07-14 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Bring Windows documentation up-to-date with respect to the new color ↵ | fvogel | 2020-07-14 | 3 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemPlaceholderTextColor. | |||||
| * | | | | | | | | | | | | | Bring macOS documentation up-to-date with respect to the new semantic color ↵ | fvogel | 2020-07-14 | 2 | -11/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systemPlaceholderTextColor. | |||||
| * | | | | | | | | | | | | | Correctly use a system placeholder color on macOS. | fvogel | 2020-07-14 | 2 | -6/+12 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Correctly use a system placeholder color on Windows. | fvogel | 2020-07-14 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults | fvogel | 2020-07-14 | 2 | -1/+5 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Fix duplicate test names | fvogel | 2020-08-24 | 2 | -123/+121 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Remove duplicate tests | fvogel | 2020-08-24 | 1 | -94/+0 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Fix duplicate test name scrollbar-3.50.1 | fvogel | 2020-08-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix duplicate test name scrollbar-3.50.1 | fvogel | 2020-08-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix duplicate test name scrollbar-3.50.1 | fvogel | 2020-08-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to ↵ | culler | 2020-08-24 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Csaba Nemethi | |||||
| * | | | | | | | | | | | | | Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to ↵ | culler | 2020-08-24 | 1 | -3/+3 | |
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Csaba Nemethi | |||||
* | | | | | | | | | | | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk. | fvogel | 2020-08-23 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk. | fvogel | 2020-08-23 | 1 | -7/+7 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Add the remaining (cosmetic) changes from the mac_clip branch. | culler | 2020-08-21 | 10 | -132/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Add the remaining (cosmetic) changes from the mac_clip branch. | culler | 2020-08-21 | 10 | -132/+132 | |
| |\ \ \ \ \ \ \ \ \ \ \ |