summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Fix indentationmax2021-10-181-1/+1
* Let the font chooser dialog also expand in Y directionmax2021-10-181-0/+1
* Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. jan.nijtmans2021-06-215-5/+5
* Menu-related code cleanup. (mainly indenting spaces -> tabs)jan.nijtmans2021-06-213-48/+46
* Remove comment which is not true any more. Some more formattingjan.nijtmans2021-05-311-2/+0
* Minor code cleanup: Handle $entry -1 the same as $entry "", since Tk is not a...jan.nijtmans2021-05-212-8/+6
* Fix [e3ad5e0fca]: macOS XQuartz : issue with menujan.nijtmans2021-05-202-2/+2
* Additional fixes to Aqua default colors and handling of fieldbackground for e...culler2021-04-191-4/+2
* Fix the background for ttk::spinbox too.culler2021-04-071-0/+4
* Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackgroundculler2021-03-051-0/+4
* Fix [d3cd4c6949]: Make the ttk::notebook::CycleTab proc more robustjan.nijtmans2021-02-101-5/+7
* Fix [bdcab85b9c]: Aqua crash when non-BMP characters are used in a menu labelmarc_culler2021-01-271-0/+2
* Always use -eofchar "\032 {}", not -eofchar \032. See: [https://core.tcl-lang...jan.nijtmans2021-01-151-1/+1
* Merge-mark core-8-6-11-rc (single-char fix, already done here). Remove wrong ...jan.nijtmans2021-01-131-5/+0
|\
| * Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11core-8-6-11-1jan.nijtmans2021-01-131-1/+1
* | Fix [7beaed7db6]: Typo in ttk binding script in Tk 8.6.11. Also remove some u...jan.nijtmans2021-01-111-8/+8
|/
* Merge 8.6marc_culler2020-12-151-1/+1
|\
| * Fine tune the Big Sur behavior.marc_culler2020-12-151-1/+1
* | merge 8.6dgp2020-12-072-43/+41
|\ \ | |/
| * Implement option 3 - ignore menu colors on macOS.culler2020-11-191-2/+9
| * Make the menu demo look like the old one, by using -foreground instead of -ba...culler2020-11-171-3/+11
| * The selected text background issues appeared in 8.6 too. Cherrypick the fix.marc_culler2020-11-151-40/+23
* | merge 8.6dgp2020-11-102-4/+7
|\ \ | |/
| * Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ...fvogel2020-11-072-4/+7
| |\
| | * Fix [4ebcc04dc4]: tk fontchooser partial configure on X11 overwrites options ...fvogel2020-11-012-4/+7
* | | merge 8.6dgp2020-11-042-4/+4
|\ \ \ | |/ /
| * | Fix [5224aa89ac]: Bug in the ttk::bindMouseWheel procjan.nijtmans2020-11-041-3/+3
| * | Merge 8.5jan.nijtmans2020-11-031-1/+1
| |\ \ | | |/ | |/|
| | * Redundant "-accelerator" option in menu demojan.nijtmans2020-11-031-2/+2
* | | Merge 8.6marc_culler2020-10-271-2/+1
|\ \ \ | |/ /
| * | Don't use \\U escape sequence any more in demo: No longer needed starting wit...jan.nijtmans2020-10-261-2/+1
| | |
| \ \
*-. \ \ merge 8.6dgp2020-10-237-91/+93
|\ \ \ \ | | |/ /
| | * | See previous commit, but don't do this for user-provided script filesjan.nijtmans2020-10-231-1/+1
| | * | Always "source -encoding utf-8" Tk's own script files. Since Tk 8.7 runs in e...jan.nijtmans2020-10-233-22/+22
| | * | Always use "source -encoding utf-8" in the demos just to be sure.jan.nijtmans2020-10-222-65/+65
| | * | Assume utf-8 encoding for demo's (although they actually are still ASCII)jan.nijtmans2020-10-222-5/+7
| |/ /
* | | Merge 8.6marc_culler2020-10-215-19/+27
|\ \ \ | |/ /
| * | Adapt some demo's to TIP #474 (runtime switchable, depending on Tk version)jan.nijtmans2020-10-215-19/+27
* | | merge 8.6dgp2020-10-131-21/+22
|\ \ \ | |/ /
| * | Protect ttk::spinbox::Spin against empty lsearch result. Discovered when runn...jan.nijtmans2020-10-131-21/+22
* | | Merge 8.6marc_culler2020-09-221-6/+1
|\ \ \ | |/ /
| * | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled (macO...fvogel2020-09-211-6/+1
| |\ \
| | * | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabledfvogel2020-09-201-6/+1
* | | | merge 8.6dgp2020-09-2115-52/+90
|\ \ \ \ | |/ / /
| * | | Make demo's like floor/items/ctext behave the same on MacOS as other platform...jan.nijtmans2020-09-2115-52/+90
| |/ /
* | | merge 8.6dgp2020-09-1535-224/+228
|\ \ \ | |/ /
| * | Require Tcltest 2.2 as a miminum.jan.nijtmans2020-09-154-4/+4
| |\ \
| | * | Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use itjan.nijtmans2020-09-101-2/+0
| * | | Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+1
| * | | Use consistant $idx < 0 in stead of $idx != -1 for checking index meaning 'no...jan.nijtmans2020-09-149-15/+15
| |/ /