| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix syntax error in man page | fvogel | 2021-09-04 | 1 | -1/+0 |
|
|
* | More accurate documentation of the taskbar behavior for Windows. | fvogel | 2021-09-04 | 1 | -6/+9 |
|
|
* | Fix typo | Kevin Walzer | 2021-09-04 | 1 | -1/+1 |
|
|
* | Add explanation of icon badge behavior to man page | Kevin Walzer | 2021-09-04 | 1 | -0/+8 |
|
|
* | More accurate man page | fvogel | 2021-09-03 | 1 | -2/+1 |
|
|
* | Attempt to support badges for multiple toplevels. Works on X11 at least. | fvogel | 2021-09-03 | 1 | -10/+9 |
|
|
* | With this implementation, anything following 'wm iconphoto $win' is optional | fvogel | 2021-09-03 | 1 | -1/+1 |
|
|
* | Remove spaces at line ends. | fvogel | 2021-09-02 | 1 | -15/+15 |
|
|
* | Fix manual for 'wm iconbadge'. The 'badge' argument is not optional (accordin... | fvogel | 2021-09-02 | 1 | -1/+1 |
|
|
* | Documentation update | Kevin Walzer | 2021-08-21 | 1 | -1/+3 |
|
|
* | Documentation and test tweaks | Kevin Walzer | 2021-08-21 | 1 | -5/+5 |
|
|
* | Merge trunk | Kevin Walzer | 2021-08-17 | 3 | -7/+89 |
|\ |
|
| * | merge trunk | fvogel | 2021-07-21 | 1 | -1/+1 |
| |\ |
|
| * \ | merge trunk | fvogel | 2021-07-12 | 1 | -2/+2 |
| |\ \ |
|
| * | | | Respect alphabetical order of commands in tk.n, and link to the 'print' man p... | fvogel | 2021-07-12 | 1 | -6/+7 |
|
|
| * | | | Add print to tk(n) man page; fix corrupted postscript export from macOS print... | Kevin Walzer | 2021-07-12 | 1 | -2/+8 |
|
|
| * | | | Remove canvas and text literals from Tk print command; replace system() call ... | Kevin Walzer | 2021-07-06 | 1 | -7/+2 |
|
|
| * | | | Fixed more formatting issues | dkf | 2021-07-04 | 1 | -26/+41 |
|
|
| * | | | Fix some minor formatting issues; groff has weird gotchas | dkf | 2021-07-04 | 1 | -9/+15 |
|
|
| * | | | Update man page | Kevin Walzer | 2021-07-04 | 1 | -2/+19 |
|
|
| * | | | Merge trunk | Kevin Walzer | 2021-07-03 | 1 | -19/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2021-06-25 | 2 | -2/+2 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2021-06-21 | 4 | -7/+7 |
| |\ \ \ \ \ |
|
| * | | | | | | Add X11 implementation; next, update docs with platform notes and begin trans... | Kevin Walzer | 2021-06-15 | 1 | -0/+6 |
|
|
| * | | | | | | Use Wide-API in tkWinGDI.c. also make it compile with mingw-w64 | jan.nijtmans | 2021-06-02 | 1 | -4/+4 |
|
|
| * | | | | | | Initial draft of print man page | Kevin Walzer | 2021-05-24 | 1 | -0/+36 |
|
|
* | | | | | | | Documentation update | Kevin Walzer | 2021-08-16 | 1 | -4/+25 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Merge 8.6 | jan.nijtmans | 2021-07-16 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Fix [037113a38b]: man tk_library refers erroneously to tcl_library (+ link) | jan.nijtmans | 2021-07-16 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Fix [037113a38b]: man tk_library refers erroneously to tcl_library (+ link) | jan.nijtmans | 2021-07-16 | 1 | -1/+1 |
|
|
* | | | | | | | Fix typos in tk.n | fvogel | 2021-07-12 | 1 | -2/+2 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Merge new, simpler tk sysnotify implementation for macOS | Kevin Walzer | 2021-07-03 | 1 | -19/+2 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | Merge 8.7 | jan.nijtmans | 2021-06-03 | 1 | -1/+1 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Re-work macOS sysnotify implementation to remove code-signing requirement and... | Kevin Walzer | 2021-06-01 | 1 | -19/+2 |
| |/ / / / |
|
* | | | | | Merge 8.7 | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE for github. | jan.nijtmans | 2021-06-21 | 1 | -1/+1 |
|
|
* | | | | | Fix copy/paste error in ttk::scale man page. | fvogel | 2021-06-21 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| * | | | Fix copy/paste error in ttk::scale man page. | fvogel | 2021-06-21 | 1 | -1/+1 |
|
|
| * | | | Fix [26d4c8a0b4]: Typos in the man pages for grid, pack, and place | fvogel | 2021-06-10 | 3 | -3/+3 |
|
|
* | | | | Fix [26d4c8a0b4]: Typos in the man pages for grid, pack, and place | fvogel | 2021-06-10 | 3 | -3/+3 |
| |/ /
|/| | |
|
* | | | Fix [0ca1768080]: @x,y index and insert mark placement - Documentation error. | fvogel | 2021-04-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix [0ca1768080]: @x,y index and insert mark placement | fvogel | 2021-04-16 | 1 | -1/+1 |
|
|
| * | | Eliminate unnecessary spacing | jan.nijtmans | 2021-03-08 | 110 | -120/+120 |
|
|
* | | | Remove superfluous .AS call in CrtPhImgFmt.3, and fix typos and indentation. | fvogel | 2021-02-07 | 2 | -16/+13 |
|
|
* | | | Fix warning when building the man page ('CrtPhImgFmt: SYNOPSIS: output-direct... | fvogel | 2021-01-31 | 1 | -1/+0 |
|
|
* | | | Fix typo in man page | Kevin Walzer | 2021-01-29 | 1 | -1/+1 |
|
|
* | | | Merge trunk; fix parsing errors in photo.n | Kevin Walzer | 2021-01-26 | 1 | -3/+3 |
|\ \ \ |
|
* | | | | Correct groff syntax | oehhar | 2021-01-26 | 2 | -9/+6 |
|
|
* | | | | TIP529: image metadata: added driver interface documentation | oehhar | 2021-01-26 | 1 | -30/+269 |
|
|
* | | | | TIP529 image metadata: "photo" documentation page started. | oehhar | 2021-01-25 | 1 | -2/+86 |
|/ / / |
|