Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2021-09-21 | 1 | -1/+1 |
|\ | |||||
* | | Cosmetic (new page for each function when printing) | fvogel | 2021-09-07 | 1 | -1/+1 |
* | | Cosmetic changes once more | fvogel | 2021-09-07 | 1 | -4/+4 |
* | | Cosmetic changes | fvogel | 2021-09-07 | 1 | -3/+3 |
* | | wm test suite passes on macOS; other tweaks to Windows | Kevin Walzer | 2021-09-07 | 1 | -4/+29 |
* | | Attempt to support badges for multiple toplevels. Works on X11 at least. | fvogel | 2021-09-03 | 1 | -23/+1 |
* | | Cosmetic | fvogel | 2021-09-03 | 1 | -1/+1 |
* | | Cosmetic | fvogel | 2021-09-03 | 1 | -1/+1 |
* | | Cosmetic: Indentation, and so on. | fvogel | 2021-09-03 | 1 | -6/+9 |
* | | Fix error message for 'wm iconbadge'. The 'badge' argument is not optional (a... | fvogel | 2021-09-02 | 1 | -1/+1 |
* | | Additional fix for macOS | Kevin Walzer | 2021-08-30 | 1 | -0/+5 |
* | | Merge trunk | Kevin Walzer | 2021-08-17 | 3 | -0/+355 |
|\ \ | |/ | |||||
| * | Merge TIP 604 | Kevin Walzer | 2021-08-17 | 3 | -0/+355 |
| |\ | |||||
| | * | Merge trunk | Kevin Walzer | 2021-08-01 | 2 | -1/+27 |
| | |\ | |||||
| | * | | end-of-line spacing | jan.nijtmans | 2021-07-22 | 1 | -2/+2 |
| | * | | Font handling enhancement: Use LOGFONTW in stead of LOGFONT for full Unicode. | jan.nijtmans | 2021-07-22 | 1 | -5/+5 |
| | * | | Add print to tk(n) man page; fix corrupted postscript export from macOS print... | Kevin Walzer | 2021-07-12 | 1 | -3/+8 |
| | * | | Fix the macOS build warnings | dkf | 2021-07-06 | 1 | -31/+47 |
| | * | | Prune a few unnecessary calls | Kevin Walzer | 2021-07-06 | 1 | -3/+0 |
| | * | | Clean up comment | Kevin Walzer | 2021-07-06 | 1 | -3/+2 |
| | * | | Fix error with PDF export from Mac printer dialog | Kevin Walzer | 2021-07-06 | 1 | -0/+6 |
| | * | | Tweak path | Kevin Walzer | 2021-07-06 | 1 | -1/+1 |
| | * | | Re-factor PostScript export from printer on macOS to avoid calling shell; tha... | Kevin Walzer | 2021-07-06 | 1 | -22/+16 |
| | * | | Clean up comments, silence noisy debugging output | Kevin Walzer | 2021-07-06 | 1 | -6/+10 |
| | * | | Restore comment | Kevin Walzer | 2021-07-06 | 1 | -0/+1 |
| | * | | Remove canvas and text literals from Tk print command; replace system() call ... | Kevin Walzer | 2021-07-06 | 1 | -8/+18 |
| | * | | eliminate end-of-line spacing | jan.nijtmans | 2021-07-05 | 1 | -10/+10 |
| | * | | Remove some compiler warnings | Kevin Walzer | 2021-07-05 | 1 | -4/+4 |
| | * | | Fix indentation of tkMacOSXPrint.c to better conform to Tcl Engineering Manual | Kevin Walzer | 2021-07-04 | 1 | -186/+188 |
| | * | | Minor tweak | Kevin Walzer | 2021-07-04 | 1 | -8/+5 |
| | * | | Fix formatting issues | Kevin Walzer | 2021-07-04 | 1 | -8/+3 |
| | * | | Fix copyright | Kevin Walzer | 2021-07-04 | 1 | -1/+1 |
| | * | | Minor tweak | Kevin Walzer | 2021-07-04 | 1 | -1/+1 |
| | * | | Eliminate compiler warnings | Kevin Walzer | 2021-07-04 | 1 | -13/+15 |
| | * | | Mac printing works | Kevin Walzer | 2021-07-03 | 1 | -7/+6 |
| | * | | Initial commit of macOS implementation for tk_print; does not build yet, must... | Kevin Walzer | 2021-07-03 | 3 | -0/+328 |
* | | | | Minor adjustments/updates | Kevin Walzer | 2021-08-17 | 1 | -2/+47 |
* | | | | Check for NULL iconphoto | Kevin Walzer | 2021-08-13 | 1 | -0/+6 |
* | | | | Implement wm iconphoto command with only window arg to return name of current... | Kevin Walzer | 2021-08-13 | 1 | -1/+12 |
|/ / / | |||||
* | | | eol-spacing | jan.nijtmans | 2021-08-04 | 2 | -4/+4 |
| |/ |/| | |||||
* | | Remove const char warning | Kevin Walzer | 2021-07-26 | 1 | -1/+1 |
* | | Silence OSACopyScriptingDefinition warning | Kevin Walzer | 2021-07-24 | 1 | -0/+26 |
|/ | |||||
* | Merge new, simpler tk sysnotify implementation for macOS | Kevin Walzer | 2021-07-03 | 1 | -398/+26 |
|\ | |||||
| * | Merge 8.7 | jan.nijtmans | 2021-06-03 | 1 | -3/+3 |
| |\ | |||||
| * | | Minor update to add output | Kevin Walzer | 2021-06-02 | 1 | -4/+6 |
| * | | Add some error checking | Kevin Walzer | 2021-06-01 | 1 | -1/+6 |
| * | | Add comment | Kevin Walzer | 2021-06-01 | 1 | -0/+9 |
| * | | Re-work macOS sysnotify implementation to remove code-signing requirement and... | Kevin Walzer | 2021-06-01 | 1 | -399/+11 |
| |/ | |||||
* | | Merge 8.6 | jan.nijtmans | 2021-07-02 | 1 | -0/+13 |
|\ \ | |||||
| * | | Fix [dba9f5ce3b]: tkInt.h: define MODULE_SCOPE before including tkPort.h | jan.nijtmans | 2021-07-02 | 1 | -0/+16 |