Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 1 | -1/+1 | |
| | ||||||
* | Fix indentation | max | 2021-10-18 | 1 | -1/+1 | |
| | ||||||
* | Let the font chooser dialog also expand in Y direction | max | 2021-10-18 | 1 | -0/+1 | |
| | ||||||
* | Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. | jan.nijtmans | 2021-06-21 | 5 | -5/+5 | |
| | | | Change many url's from http:// to https:// | |||||
* | Menu-related code cleanup. (mainly indenting spaces -> tabs) | jan.nijtmans | 2021-06-21 | 3 | -48/+46 | |
| | ||||||
* | Remove comment which is not true any more. Some more formatting | jan.nijtmans | 2021-05-31 | 1 | -2/+0 | |
| | ||||||
* | Minor code cleanup: Handle $entry -1 the same as $entry "", since Tk is not ↵ | jan.nijtmans | 2021-05-21 | 2 | -8/+6 | |
| | | | | always consistant in which one is used | |||||
* | Fix [e3ad5e0fca]: macOS XQuartz : issue with menu | jan.nijtmans | 2021-05-20 | 2 | -2/+2 | |
| | ||||||
* | Additional fixes to Aqua default colors and handling of fieldbackground for ↵ | culler | 2021-04-19 | 1 | -4/+2 | |
| | | | | entry and spinbox widgets. Thanks to Christopher Chavez for patches. | |||||
* | Fix the background for ttk::spinbox too. | culler | 2021-04-07 | 1 | -0/+4 | |
| | ||||||
* | Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackground | culler | 2021-03-05 | 1 | -0/+4 | |
| | ||||||
* | Fix [d3cd4c6949]: Make the ttk::notebook::CycleTab proc more robust | jan.nijtmans | 2021-02-10 | 1 | -5/+7 | |
| | ||||||
* | Fix [bdcab85b9c]: Aqua crash when non-BMP characters are used in a menu label | marc_culler | 2021-01-27 | 1 | -0/+2 | |
| | ||||||
* | Always use -eofchar "\032 {}", not -eofchar \032. See: ↵ | jan.nijtmans | 2021-01-15 | 1 | -1/+1 | |
| | | | | [https://core.tcl-lang.org/tcl/tktview?name=5bfe3de008|5bfe3de008] | |||||
* | Merge-mark core-8-6-11-rc (single-char fix, already done here). Remove wrong ↵ | jan.nijtmans | 2021-01-13 | 1 | -5/+0 | |
|\ | | | | | | | comment. | |||||
| * | Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11core-8-6-11-1 | jan.nijtmans | 2021-01-13 | 1 | -1/+1 | |
| | | ||||||
* | | Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11. Also remove some ↵ | jan.nijtmans | 2021-01-11 | 1 | -8/+8 | |
|/ | | | | unnecessary braces. | |||||
* | Merge 8.6 | marc_culler | 2020-12-15 | 1 | -1/+1 | |
|\ | ||||||
| * | Fine tune the Big Sur behavior. | marc_culler | 2020-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | merge 8.6 | dgp | 2020-12-07 | 2 | -43/+41 | |
|\ \ | |/ | ||||||
| * | Implement option 3 - ignore menu colors on macOS. | culler | 2020-11-19 | 1 | -2/+9 | |
| | | ||||||
| * | Make the menu demo look like the old one, by using -foreground instead of ↵ | culler | 2020-11-17 | 1 | -3/+11 | |
| | | | | | | | | -background in aqua. | |||||
| * | The selected text background issues appeared in 8.6 too. Cherrypick the fix. | marc_culler | 2020-11-15 | 1 | -40/+23 | |
| | | ||||||
* | | merge 8.6 | dgp | 2020-11-10 | 2 | -4/+7 | |
|\ \ | |/ | ||||||
| * | Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ↵ | fvogel | 2020-11-07 | 2 | -4/+7 | |
| |\ | | | | | | | | | | not specified. | |||||
| | * | Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ↵ | fvogel | 2020-11-01 | 2 | -4/+7 | |
| | | | | | | | | | | | | not specified. | |||||
* | | | merge 8.6 | dgp | 2020-11-04 | 2 | -4/+4 | |
|\ \ \ | |/ / | ||||||
| * | | Fix [5224aa89ac]: Bug in the ttk::bindMouseWheel proc | jan.nijtmans | 2020-11-04 | 1 | -3/+3 | |
| | | | ||||||
| * | | Merge 8.5 | jan.nijtmans | 2020-11-03 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Redundant "-accelerator" option in menu demo | jan.nijtmans | 2020-11-03 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge 8.6 | marc_culler | 2020-10-27 | 1 | -2/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Don't use \\U escape sequence any more in demo: No longer needed starting ↵ | jan.nijtmans | 2020-10-26 | 1 | -2/+1 | |
| | | | | | | | | | | | | with Tcl 8.7a4 | |||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | merge 8.6 | dgp | 2020-10-23 | 7 | -91/+93 | |
|\ \ \ \ | | |/ / | ||||||
| | * | | See previous commit, but don't do this for user-provided script files | jan.nijtmans | 2020-10-23 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Always "source -encoding utf-8" Tk's own script files. Since Tk 8.7 runs in ↵ | jan.nijtmans | 2020-10-23 | 3 | -22/+22 | |
| | | | | | | | | | | | | | | | | either Tcl 8.6 or 8.7, we then can trust the real encoding used, even though (in Tk 8.6) all those files are still ASCII | |||||
| | * | | Always use "source -encoding utf-8" in the demos just to be sure. | jan.nijtmans | 2020-10-22 | 2 | -65/+65 | |
| | | | | ||||||
| | * | | Assume utf-8 encoding for demo's (although they actually are still ASCII) | jan.nijtmans | 2020-10-22 | 2 | -5/+7 | |
| |/ / | ||||||
* | | | Merge 8.6 | marc_culler | 2020-10-21 | 5 | -19/+27 | |
|\ \ \ | |/ / | ||||||
| * | | Adapt some demo's to TIP #474 (runtime switchable, depending on Tk version) | jan.nijtmans | 2020-10-21 | 5 | -19/+27 | |
| | | | | | | | | | , | |||||
* | | | merge 8.6 | dgp | 2020-10-13 | 1 | -21/+22 | |
|\ \ \ | |/ / | ||||||
| * | | Protect ttk::spinbox::Spin against empty lsearch result. Discovered when ↵ | jan.nijtmans | 2020-10-13 | 1 | -21/+22 | |
| | | | | | | | | | | | | running against Tcl's "empty-not-found" branch. Some formatting | |||||
* | | | Merge 8.6 | marc_culler | 2020-09-22 | 1 | -6/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled ↵ | fvogel | 2020-09-21 | 1 | -6/+1 | |
| |\ \ | | | | | | | | | | | | | (macOS and Linux) | |||||
| | * | | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled | fvogel | 2020-09-20 | 1 | -6/+1 | |
| | | | | ||||||
* | | | | merge 8.6 | dgp | 2020-09-21 | 15 | -52/+90 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Make demo's like floor/items/ctext behave the same on MacOS as other ↵ | jan.nijtmans | 2020-09-21 | 15 | -52/+90 | |
| |/ / | | | | | | | | | | platforms: Switch between buttons 2/3 platform-based. More demo cleanups, nothing functional | |||||
* | | | merge 8.6 | dgp | 2020-09-15 | 35 | -224/+228 | |
|\ \ \ | |/ / | ||||||
| * | | Require Tcltest 2.2 as a miminum. | jan.nijtmans | 2020-09-15 | 4 | -4/+4 | |
| |\ \ | | | | | | | | | Run X11 testcases on Travis in 3 Ubuntu variants: Xenial, Bionic and Focal. (MacOS/XQuartz not working yet) | |||||
| | * | | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use it | jan.nijtmans | 2020-09-10 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Prevent the usage of the term safe/unsafe child | jan.nijtmans | 2020-09-14 | 1 | -1/+1 | |
| | | | |