Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Document user1-user3 ttk widget states | jan.nijtmans | 2024-05-18 | 1 | -37/+37 | |
* | Fix [bb52855781]: ttk treeview tests not robust against display scaling | jan.nijtmans | 2024-05-13 | 1 | -4/+12 | |
|\ | ||||||
| * | Document changes made in the previous commit and in [c7ae9a87]. | fvogel | 2024-05-05 | 1 | -4/+12 | |
| * | Fix [a84de1a4d3]: Documentation errors, last remaining errors (after all Haro... | jan.nijtmans | 2024-04-30 | 1 | -1/+0 | |
| * | doc syntax correction. only remaining htmlhelp error: "CrtPhImgFmt: SYNOPSIS:... | oehhar | 2024-04-30 | 3 | -3/+4 | |
| * | doc syntax correction in loadTk.n | oehhar | 2024-04-30 | 1 | -1/+1 | |
| * | Fix [10705db626]: Missing spaces in man pages. | fvogel | 2024-03-22 | 4 | -9/+11 | |
| |\ | |/ |/| | ||||||
| * | Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi... | fvogel | 2024-03-15 | 1 | -3/+1 | |
| |\ | ||||||
| * \ | Merge 8.7 | jan.nijtmans | 2024-02-16 | 1 | -1/+1 | |
| |\ \ | ||||||
| | * \ | Merge 8.6 | jan.nijtmans | 2024-02-16 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | * \ \ | Merge 8.6 | jan.nijtmans | 2024-02-08 | 1 | -1/+2 | |
| | |\ \ \ | ||||||
| * | \ \ \ | Fix [57b821d2db]: text index {insert wordstart} fails at 0 and 1 word start p... | fvogel | 2024-02-08 | 1 | -1/+2 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree... | jan.nijtmans | 2024-01-25 | 1 | -1/+2 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ttkTree... | jan.nijtmans | 2024-01-25 | 1 | -1/+2 | |
| * | | | | | Another round of small fixes, especially spelling errors... | dkf | 2024-01-25 | 150 | -1016/+1518 | |
| * | | | | | Merge 8.7 | jan.nijtmans | 2024-01-24 | 1 | -5/+1 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Backport doc/systray.n from Tk 9.0, fix some format issues | jan.nijtmans | 2024-01-24 | 1 | -7/+17 | |
| * | | | | | Merge 8.7 | jan.nijtmans | 2024-01-24 | 1 | -1/+3 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Implement TK_OPTION_ENUM_VAR for TK_OPTION_ANCHOR/TK_OPTION_JUSTIFY/TK_OPTION... | jan.nijtmans | 2024-01-24 | 1 | -1/+3 | |
| * | | | | | Many small tweaks to docs | dkf | 2024-01-21 | 72 | -309/+1088 | |
| * | | | | | Merge 8.7 | jan.nijtmans | 2024-01-15 | 1 | -1/+1 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Scrolling-related improvements in the documentation. | csaba | 2024-01-09 | 4 | -5/+8 | |
| * | | | | | Scrolling-related improvements in the documentation. | csaba | 2024-01-09 | 4 | -5/+8 | |
| * | | | | | [da23032e6a]: Update documentation | jan.nijtmans | 2023-12-26 | 1 | -1/+1 | |
| * | | | | | Document that "none" is no longer a valid menu index | jan.nijtmans | 2023-12-26 | 1 | -7/+2 | |
| |\ \ \ \ \ | | |/ / / / | ||||||
| | * | | | | Document "none" in menu's as deprecated | jan.nijtmans | 2023-12-26 | 1 | -1/+1 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Update to print documentation | Kevin Walzer | 2023-12-21 | 1 | -2/+1 | |
| | * | | | | | Don't use Tcl_Size in documentation (yet), since Tk 8.7 will mainly be used w... | jan.nijtmans | 2023-12-13 | 6 | -9/+9 | |
| | * | | | | | (Cherry-pick): Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size).... | jan.nijtmans | 2023-12-13 | 12 | -35/+35 | |
| | |\ \ \ \ \ | | | |/ / / / | ||||||
| * | | | | | | Update documentation for print command | Kevin Walzer | 2023-12-21 | 1 | -2/+1 | |
| * | | | | | | Fix Tk_CharBbox/Tk_DrawTextLayout signature (int -> Tcl_Size). Update documen... | jan.nijtmans | 2023-12-13 | 14 | -43/+43 | |
| * | | | | | | Merge 8.7 | jan.nijtmans | 2023-12-12 | 1 | -5/+5 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Merge 8.6 | jan.nijtmans | 2023-12-12 | 1 | -5/+5 | |
| | |\ \ \ \ \ | | | |/ / / / | ||||||
| * | | | | | | Tk_InitImageArgs() was related to USE_OLD_IMAGE, which is now removed | jan.nijtmans | 2023-12-11 | 3 | -21/+3 | |
| * | | | | | | Merge implementation of TIP #684 from core-8-branch. | marc_culler | 2023-12-11 | 1 | -11/+25 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Merge implementation of TIP #684. | marc_culler | 2023-12-11 | 1 | -11/+25 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Correct typo on bind man page | Kevin Walzer | 2023-11-30 | 1 | -1/+1 | |
| | | * | | | | | Update bind.n | marc_culler | 2023-11-28 | 1 | -0/+3 | |
| | | * | | | | | Introduce a separate TouchpadScroll event. Avoids Extended-MouseWheel events... | marc_culler | 2023-11-27 | 1 | -10/+10 | |
| | | * | | | | | Update bind.n; resolve unintended fork | marc_culler | 2023-11-25 | 1 | -5/+16 | |
| * | | | | | | | Merge 8.7 | jan.nijtmans | 2023-12-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Merge 8.6 | jan.nijtmans | 2023-12-01 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ | Merge 8.7 | jan.nijtmans | 2023-11-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Add TK_ALWAYS_REDRAW flag | jan.nijtmans | 2023-11-28 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | TIP 647: Change Tk_ConfigureWidgets signature, abandon TK_CONFIG_OBJS | jan.nijtmans | 2023-11-28 | 2 | -45/+22 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | * | | | | | | | TIP #647 (partial, only the 100% upwards compatible part) | jan.nijtmans | 2023-11-28 | 1 | -1/+1 | |
| | | * | | | | | | | Remove outdated documentation | jan.nijtmans | 2023-11-27 | 1 | -38/+0 | |
| | * | | | | | | | | Merge 9.0 | jan.nijtmans | 2023-11-18 | 5 | -99/+7 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Rebase to 9.0 | jan.nijtmans | 2023-11-12 | 2 | -45/+22 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | Rebase to trunk. | jan.nijtmans | 2023-11-08 | 2 | -45/+22 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | | |