summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* A few minor visual improvements.csaba2023-07-052-8/+8
* Widget Demo: Code simplification and improvements.csaba2023-06-229-34/+40
* Many scaling-related improvements in the Widget Demo, especially in the file ...csaba2023-06-208-294/+343
* Widget Demo: Replaced the deprecated "trace variable" invocations with "trace...csaba2023-06-118-49/+60
* Merge implementation of TIP #658 - Attach identifiers to Tk menu entries, fol...fvogel2023-06-041-1/+1
|\
| * merge trunkfvogel2023-05-2820-172/+516
| |\
| * \ Merge 8.7jan.nijtmans2023-03-301-36/+14
| |\ \
| * | | Implement TIP 658sbron2023-03-161-1/+1
* | | | Update Xlib.h to latest versionjan.nijtmans2023-06-021-2/+2
* | | | Made the Widget Demonstration application scaling-aware.csaba2023-05-3045-325/+398
| |_|/ |/| |
* | | Fix [7447ed20ec]: Color picker failure - tk::RestoreFocusGrab does not take i...fvogel2023-05-251-2/+5
|\ \ \
| * | | Fix [7447ed20ec]: Color picker failure - tk::RestoreFocusGrab does not take i...fvogel2023-05-231-2/+5
* | | | Documented the variable tk::scalingPct; improvements in the Widget Demonstrat...csaba2023-05-224-31/+91
* | | | scalability tweaksjan.nijtmans2023-05-174-5/+5
* | | | Library file scaling.tcl slightly improved; documented the variable tk::svgFmt.csaba2023-05-161-28/+8
* | | | 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