summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Improved the scaling support for very HiDPI screens when xrdb is not available.csaba2023-05-141-7/+12
* Fix [3414695fff]: tk_getOpenFile, tk_getSaveFile, tk_chooseDir: error when pa...fvogel2023-05-133-6/+12
|\
| * Fix [3414695fff]: tk_getOpenFile, tk_getSaveFile, tk_chooseDir: error when pa...fvogel2023-05-073-6/+12
* | Implementation of new, modern-looking ttk::checkbutton and ttk::radiobutton i...csaba2023-05-081-33/+19
* | Fix [a9cf210a42]: Text select doesn't cover first character.fvogel2023-04-301-1/+5
|\ \ | |/
| * Add comment and non-regression test text-38.1 (correctly failing before and p...fvogel2023-04-221-2/+5
| * Fix [a9cf210a42]: Text select doesn't cover first characterfvogel2023-04-211-1/+2
* | Minor correction in file library/tkfbox.tcl.csaba2023-04-141-1/+1
* | Simplified the data of two SVG images even further.csaba2023-04-111-3/+3
* | Improved a few SVG images used in Tk library scripts.csaba2023-04-112-52/+26
* | Merge 8.7jan.nijtmans2023-03-301-36/+14
|\ \
| * \ Fix [15c685a976]: Issues with menu cloning.sbron2023-03-301-36/+14
| |\ \ | | |/
| | * Make the clone inherit the bindtags from the original menu.sbron2023-03-261-8/+17
| | * Proposed fix for bug [15c685a976].sbron2023-03-231-31/+0
* | | Merge 8.7. Remove some spacingjan.nijtmans2023-03-142-6/+6
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2023-03-1213-91/+101
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2023-03-041-7/+2
| |\ \ | | |/
| | * Even simpler ... (@fvogel, you are right, the check for $index simply is usel...jan.nijtmans2023-03-041-2/+1
| | * Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with -te...fvogel2023-03-041-6/+2
| | * Fix calculation when menu doesn't fit below a ttk::menubutton.sbron2023-02-281-2/+1
| * | Fix calculation when menu doesn't fit below a ttk::menubutton.sbron2023-02-281-2/+1
| * | Further work on scalability of the Tk widget demo GUIcsaba2023-02-201-19/+6
| * | Merged branch better-indicators into trunk; a couple of additional visual imp...csaba2023-02-181-2/+0
| |\ \
| | * | Alternative implementation of the ttk::checkbutton and ttk::radiobutton indic...csaba2023-02-141-2/+0
| * | | Small correctioncsaba2023-02-151-1/+1
| * | | Provided SVG images for the Tk widget demonstration applicationcsaba2023-02-153-22/+31
| |/ /
| * | Made sure that ttkDefaultTheme.c will compile on Windows, too; tk::scalingPct...csaba2023-02-031-29/+0
| * | Made the cascade arrows of the menu entries on X11 and the values of further ...csaba2023-01-249-40/+91
* | | Add -appearance and -isdark as options to the wm attributes command.culler2023-02-091-7/+7
* | | Add the tabs demo.culler2023-02-081-0/+77
* | | Finish the implementation of tabbed windows.culler2023-02-051-0/+2
* | | Add wm attributes tabbingid and tabbingmodeculler2023-02-041-1/+1
* | | Clean up presentation of Mac options in widget demoKevin Walzer2023-02-011-4/+3
* | | Change -type to -class. Update the man page.culler2023-01-301-5/+5
* | | demo detailsculler2023-01-301-30/+26
* | | Add demo scriptculler2023-01-302-0/+246
* | | Implementation of TIP 655culler2023-01-281-0/+6
|/ /
* | Make -sizegrip/-gripcount scalable. Also clean-up *Theme.tcl files, regarding...jan.nijtmans2023-01-147-73/+48
|\ \
| * | Change -gripsize back to -gripcount (name change can be done later as a separ...jan.nijtmans2023-01-121-5/+3
| * | Missing Tk_GetPixelsFromObj(). Verify compatibility with old '-gripcount'jan.nijtmans2023-01-121-3/+3
| * | Add "-gripsize" option or convert "-gripcount" -> "-gripsize" (which is the s...jan.nijtmans2023-01-111-9/+5
|/ /
* | Fix [8bee4b2009]: progress bar no longer displays properly with certain styles.fvogel2023-01-061-1/+1
|\ \
| * | Another approach to fix [8bee4b2009]: Instead of the Text element used in oth...fvogel2022-12-301-1/+1
| | |
| \ \
*-. \ \ Some progress in [f20f46b90a]. Not done yetjan.nijtmans2023-01-0510-200/+125
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | Replaced all ::tk::ScaleNum invocations with screen distances in points at al...csaba2023-01-0510-101/+68
| * | Attempt to make it look better on MacOS, and more ttk adaptationsjan.nijtmans2023-01-027-71/+63
|/ /
* | Use some more point-expressions in stead of tk::ScaleNumjan.nijtmans2022-12-295-13/+11
* | For completeness, added the automatic scaling to the winnative theme, toocsaba2022-12-221-14/+28
* | Fix [e9622302]: Make Tk widgets "tk scale" and system scaling awarejan.nijtmans2022-12-2023-365/+662
|\ \
| * | Scaling-related changes in the Tk and Ttk library scripts ready for testing. ...csaba2022-12-148-29/+29