Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-10-03
| ||
20:01 | Made sure that themes missing the "-font" style setting for "Heading" or "Treeview" won't break the mclist.tcl Widget Demo script. Leaf check-in: 7b4d929f user: csaba tags: trunk, main | |
2023-09-29
| ||
12:31 | merge trunk Leaf check-in: 6e002715 user: dgp tags: core-8-7-b1-rc | |
2023-09-28
| ||
19:47 | Additional tweaking to file export with printing Leaf check-in: 035b9c2c user: kevin_walzer tags: mac_cg_printing | |
18:55 | Add fixed-width formatting to printed text output on macOS and X11 for improved appearance check-in: 51fd495d user: kevin_walzer tags: mac_cg_printing | |
13:42 | Correct comment on coordinate position check-in: 04b2f835 user: kevin_walzer tags: mac_cg_printing | |
13:23 | Remove unnecessary call to TkContentView check-in: 27e3d2ee user: kevin_walzer tags: mac_cg_printing | |
13:21 | Replace CGImageRef data with PDF data check-in: 38ea79f6 user: kevin_walzer tags: mac_cg_printing | |
2023-09-27
| ||
20:44 | Fix indentation check-in: 0be58cb7 user: kevin_walzer tags: mac_cg_printing | |
19:04 | Add comment check-in: 4e3e8dbd user: kevin_walzer tags: mac_cg_printing | |
18:41 | Minor cleanup check-in: d612f568 user: kevin_walzer tags: mac_cg_printing | |
18:38 | Update canvas printing implmentation on macOS to address Apple's removal of PostScript conversion tools from OS check-in: bbdb1826 user: kevin_walzer tags: mac_cg_printing | |
2023-09-22
| ||
20:22 | Document the new command in the manual page. Leaf check-in: 0436d8c2 user: sbron tags: tip-679 | |
15:32 | Start TIP #679 implementation check-in: fc178b78 user: sbron tags: tip-679 | |
12:50 | Small improvement in tkfbox.tcl. check-in: 6773bd49 user: csaba tags: trunk, main | |
10:41 | Guarded the library script tkfbox.tcl against icon deletion (like in several Tk tests). check-in: 009b6887 user: csaba tags: trunk, main | |
2023-09-21
| ||
15:06 | Added a thin focus ring to the ttk::combobox and ttk::spinbox widgets of the themes "default", "alt", and "clam"; minor improvements in a few library scripts. check-in: bbb1fe7c user: csaba tags: trunk, main | |
11:53 | Remove .github and .travis-related stuff: No need to build this branch any more Leaf check-in: cb795a34 user: jan.nijtmans tags: core-8-5-branch | |
2023-09-17
| ||
19:59 | Merge 8.7 Leaf check-in: cc09dbbc user: jan.nijtmans tags: scaling-multidisplay | |
19:56 | Merge 8.7 Leaf check-in: 6fba66c2 user: jan.nijtmans tags: revised_text, tip-466 | |
19:11 | Fix error-handling in UpdateClipboard() Leaf check-in: 3a96613e user: jan.nijtmans tags: bug-ee397e0a55 | |
2023-09-15
| ||
13:46 | Made the standard TabElementDraw() function scaling-aware; highlighting the selected tab in the "default" theme. check-in: fd213a59 user: csaba tags: trunk, main | |
12:20 | Merge 8.7 check-in: 4fd8a84f user: jan.nijtmans tags: scaling-multidisplay | |
08:15 | Rebase to 8.6 check-in: ffb5d8f2 user: jan.nijtmans tags: bug-ee397e0a55 | |
07:19 | Let's review (and test) check-in: 92df1548 user: jan.nijtmans tags: bug-ee397e0a55 | |
03:44 | Let clipboard tests pass when VirtualBox is running. check-in: 4f8ad61c user: fvogel tags: bug-ee397e0a55 | |
2023-09-12
| ||
18:45 | Improved the appearance of the arrow element in the "clam" theme. check-in: 95085c3e user: csaba tags: trunk, main | |
16:49 | Fix for ticket [9291d8a4c]. check-in: 6a46f9a6 user: csaba tags: trunk, main | |
2023-09-11
| ||
16:29 | Merge 8.6 check-in: 127ff912 user: jan.nijtmans tags: trunk, main | |
16:27 | Update win/rules.vc Leaf check-in: b7f71a6e user: jan.nijtmans tags: core-8-6-branch | |
13:27 | merge trunk check-in: 25cce13c user: dgp tags: core-8-7-b1-rc | |
12:22 | Fixed a regression in the drawing of the ttk::notebook tab element, introduced in [9f365170]. check-in: 78fdfa80 user: csaba tags: trunk, main | |
2023-09-10
| ||
22:49 | Fix [3e966346] canvas text item -underline attribute not reciprocal check-in: 7ff8f8a5 user: jan.nijtmans tags: trunk, main | |
2023-09-09
| ||
17:08 | Improved the look of the ttk::combobox and ttk::spinbox widgets in the themes "default" and "alt". check-in: 4f62037b user: csaba tags: trunk, main | |
2023-09-08
| ||
16:51 | merge trunk check-in: 774916f4 user: dgp tags: core-8-7-b1-rc | |
08:55 | "zipfs mount" has the mountpoint as last argument (according to TIP #430) check-in: 73c12885 user: jan.nijtmans tags: trunk, main | |
2023-09-07
| ||
19:16 | merge trunk check-in: 17a07e9e user: fvogel tags: revised_text, tip-466 | |
13:39 | Add doc and tests Leaf check-in: 6db8534f user: dkf tags: treeview-list-detached | |
13:25 | Add a new command to ttk::treeview to work with detached items check-in: b9155ce8 user: dkf tags: treeview-list-detached | |
09:42 | Merge 8.6 check-in: e18785bd user: jan.nijtmans tags: trunk, main | |
09:39 | Fix d3465c9188: Update install-sh to version "2020-11-14.01; # UTC", without tweak check-in: 88da685a user: jan.nijtmans tags: core-8-6-branch | |
2023-09-06
| ||
19:49 | Possible fix for [ee397e0a55]: clipboard tests fail on Windows. OpenClipboard may fail if another application has opened the clipboard. Try up to 8 times, with an initial delay of 1 ms and an exponential back off for a maximum total delay of 127 ms. check-in: ed6b6462 user: fvogel tags: bug-ee397e0a55 | |
19:26 | merge trunk check-in: e82f258b user: dgp tags: core-8-7-b1-rc | |
10:07 | Improvements related to the Ttk field element and the Widget Demo. check-in: 9f365170 user: csaba tags: trunk, main | |
2023-09-05
| ||
14:01 | Merge 8.6 check-in: 8485f3b9 user: jan.nijtmans tags: trunk, main | |
13:57 | Fix d3465c9188: Update install-sh to version "2020-11-14.01; # UTC" tweak: our own -S modification renamed to -R, resolving a conflict check-in: 23d9c698 user: jan.nijtmans tags: core-8-6-branch | |
2023-09-04
| ||
22:27 | Merge 8.6 check-in: b117007f user: jan.nijtmans tags: trunk, main | |
22:21 | Fix [1c61885796]: _Bug9e31fd9449 is a reserved identifier check-in: f5947ff5 user: jan.nijtmans tags: core-8-6-branch | |
22:14 | Rebase to 8.7 Leaf check-in: 3a1d5696 user: jan.nijtmans tags: gripsize | |
19:49 | Merge 8.6 check-in: 962dbfdb user: jan.nijtmans tags: trunk, main | |
19:44 | actions/checkout @v3 -> @v4 check-in: b347360f user: jan.nijtmans tags: core-8-6-branch | |