Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
| | | | | ||||||
| * | | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning ↵ | jan.nijtmans | 2020-09-14 | 9 | -15/+15 | |
| |/ / | | | | | | | | | | 'not found' | |||||
| * | | Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵ | jan.nijtmans | 2020-09-08 | 19 | -126/+126 | |
| | | | | | | | | | | | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible | |||||
| * | | Test branch for AppleScript bugs with patch from Lars Helstrom | Kevin Walzer | 2020-08-24 | 1 | -0/+2 | |
| | | | ||||||
| * | | Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. | jan.nijtmans | 2020-08-21 | 10 | -27/+29 | |
| |\ \ | | | | | | | | | Also remove some eol-spacing. | |||||
| | * | | Fix mouse bindings for scrollbars with graphical grip elements. | bll | 2020-08-20 | 1 | -1/+3 | |
| |/ / | ||||||
| * | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵ | fvogel | 2020-08-19 | 1 | -7/+7 | |
| |\ \ | | | | | | | | | | | | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag. | |||||
| | * | | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when ↵ | fvogel | 2020-07-18 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications. | |||||
| * | | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵ | jan.nijtmans | 2020-08-04 | 2 | -47/+47 | |
| | | | | | | | | | | | | | | | | not affecting the API |