summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Put back a dummy Tk_MacOSXTkOwnsCursor(), just because it's in the public stu...jan.nijtmans2020-08-266-95/+44
| * | | | | | | | | | | | | | Fix [08eb057dea]: remove two unused stub functions related to cursors and dat...culler2020-08-256-69/+28
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge 8.6culler2020-08-254-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | Rename the NSGraphicsContext macro and add a flipped parameter. Fix accent c...culler2020-08-254-6/+6
| * | | | | | | | | | | | 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 XImage....culler2020-08-248-571/+531
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Move XGetImage and XCopyArea to tkMacOSXImage.c and eliminate references to X...culler2020-08-248-557/+523
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | 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 1...culler2020-08-241-1/+1
| | * | | | | | | | | | | | | Fix [bc62f78191]: compilation issues when targeting older macOS versions.culler2020-08-232-15/+21
| | |/ / / / / / / / / / / /
* | | | | | | | | | | | | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option val...jan.nijtmans2020-08-248-9/+9
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | 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: Res...fvogel2020-08-2412-35/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | As it is currently implemented (more or less copied from -foreground), -place...fvogel2020-08-195-7/+26
| * | | | | | | | | | | | | Ditto for winTheme.tcl (forgotten in previous commit).fvogel2020-08-191-6/+3
| * | | | | | | | | | | | | Partially revert [2fa30303] since there is no need to give -placeholderforegr...fvogel2020-08-193-18/+9
| * | | | | | | | | | | | | Fix formatting of colors.n in the Portability/Windows section.fvogel2020-08-151-2/+0
| * | | | | | | | | | | | | Update documentation of -placeholderforeground regarding its default. Also re...fvogel2020-08-151-2/+1
| * | | | | | | | | | | | | typofvogel2020-08-151-1/+1
| * | | | | | | | | | | | | Update macosx/READMEculler2020-08-151-13/+16
| * | | | | | | | | | | | | Use tkMacOSXColor.c and tkMacOSXColor.h from [38138883]; these include system...culler2020-08-132-439/+576
| * | | | | | | | | | | | | Revert from 'SystemPlaceHolderTextColor' to 'SystemPlaceHolderText' on Window...fvogel2020-07-147-15/+27
| * | | | | | | | | | | | | 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 systemPl...fvogel2020-07-143-11/+12
| * | | | | | | | | | | | | Bring macOS documentation up-to-date with respect to the new semantic color s...fvogel2020-07-142-11/+13
| * | | | | | | | | | | | | 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 Csa...culler2020-08-241-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to Csa...culler2020-08-241-3/+3
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-2110-132/+132
* | | | | | | | | | | | | Merge 8.6jan.nijtmans2020-08-211-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. jan.nijtmans2020-08-2110-27/+29
| |\ \ \ \ \ \ \ \ \ \ \ \