| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | Put back a dummy Tk_MacOSXTkOwnsCursor(), just because it's in the public stu... | jan.nijtmans | 2020-08-26 | 6 | -95/+44 |
|
|
| * | | | | | | | | | | | | | | Fix [08eb057dea]: remove two unused stub functions related to cursors and dat... | culler | 2020-08-25 | 6 | -69/+28 |
| |/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge 8.6 | culler | 2020-08-25 | 4 | -8/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / /
| | | | | | | | | | | | | /
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent c... | culler | 2020-08-25 | 4 | -6/+6 |
|
|
| * | | | | | | | | | | | | 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 XImage.... | culler | 2020-08-24 | 8 | -571/+531 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and eliminate references to X... | culler | 2020-08-24 | 8 | -557/+523 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | 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 1... | culler | 2020-08-24 | 1 | -1/+1 |
|
|
| | * | | | | | | | | | | | | | 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 val... | jan.nijtmans | 2020-08-24 | 8 | -9/+9 |
| |_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | 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: Res... | fvogel | 2020-08-24 | 12 | -35/+61 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | As it is currently implemented (more or less copied from -foreground), -place... | fvogel | 2020-08-19 | 5 | -7/+26 |
|
|
| * | | | | | | | | | | | | | 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 -placeholderforegr... | fvogel | 2020-08-19 | 3 | -18/+9 |
|
|
| * | | | | | | | | | | | | | 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 re... | fvogel | 2020-08-15 | 1 | -2/+1 |
|
|
| * | | | | | | | | | | | | | 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 system... | culler | 2020-08-13 | 2 | -439/+576 |
|
|
| * | | | | | | | | | | | | | Revert from 'SystemPlaceHolderTextColor' to 'SystemPlaceHolderText' on Window... | fvogel | 2020-07-14 | 7 | -15/+27 |
|
|
| * | | | | | | | | | | | | | 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 systemPl... | fvogel | 2020-07-14 | 3 | -11/+12 |
|
|
| * | | | | | | | | | | | | | Bring macOS documentation up-to-date with respect to the new semantic color s... | fvogel | 2020-07-14 | 2 | -11/+13 |
|
|
| * | | | | | | | | | | | | | 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 Csa... | culler | 2020-08-24 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / |
|
| * | | | | | | | | | | | | | Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to Csa... | culler | 2020-08-24 | 1 | -3/+3 |
| | |_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | |
|
* | | | | | | | | | | | | | 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 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | Edit comments, make some stylistic changes, remove an unused function parameter. | culler | 2020-08-21 | 10 | -132/+132 |
|
|
* | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-08-21 | 1 | -1/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / |
|
| * | | | | | | | | | | | | Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. | jan.nijtmans | 2020-08-21 | 10 | -27/+29 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|