summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrint.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-11-151-3/+3
* Fix for [5423699f10]Kevin Walzer2023-10-191-5/+3
* Remove unnecessary call to TkContentViewKevin Walzer2023-09-281-2/+0
* Replace CGImageRef data with PDF dataKevin Walzer2023-09-281-36/+10
* Fix indentationKevin Walzer2023-09-271-62/+62
* Add commentKevin Walzer2023-09-271-0/+2
* Minor cleanupKevin Walzer2023-09-271-0/+2
* Update canvas printing implmentation on macOS to address Apple's removal of P...Kevin Walzer2023-09-271-3/+86
* Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-2/+2
* More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-1/+1
* More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-1/+1
* Merge 8.7jan.nijtmans2022-03-161-2/+1
* Fix botched merge of tkMacOSXHLEvents.c and some unused parameter warnings.marc_culler2021-11-261-0/+4
* end-of-line spacingjan.nijtmans2021-07-221-2/+2
* Font handling enhancement: Use LOGFONTW in stead of LOGFONT for full Unicode.jan.nijtmans2021-07-221-5/+5
* Add print to tk(n) man page; fix corrupted postscript export from macOS print...Kevin Walzer2021-07-121-3/+8
* Fix the macOS build warningsdkf2021-07-061-31/+47
* Prune a few unnecessary callsKevin Walzer2021-07-061-3/+0
* Clean up commentKevin Walzer2021-07-061-3/+2
* Fix error with PDF export from Mac printer dialogKevin Walzer2021-07-061-0/+6
* Tweak pathKevin Walzer2021-07-061-1/+1
* Re-factor PostScript export from printer on macOS to avoid calling shell; tha...Kevin Walzer2021-07-061-22/+16
* Clean up comments, silence noisy debugging outputKevin Walzer2021-07-061-6/+10
* Restore commentKevin Walzer2021-07-061-0/+1
* Remove canvas and text literals from Tk print command; replace system() call ...Kevin Walzer2021-07-061-8/+18
* eliminate end-of-line spacingjan.nijtmans2021-07-051-10/+10
* Remove some compiler warningsKevin Walzer2021-07-051-4/+4
* Fix indentation of tkMacOSXPrint.c to better conform to Tcl Engineering ManualKevin Walzer2021-07-041-186/+188
* Minor tweakKevin Walzer2021-07-041-8/+5
* Fix formatting issuesKevin Walzer2021-07-041-8/+3
* Fix copyrightKevin Walzer2021-07-041-1/+1
* Minor tweakKevin Walzer2021-07-041-1/+1
* Eliminate compiler warningsKevin Walzer2021-07-041-13/+15
* Mac printing worksKevin Walzer2021-07-031-7/+6
* Initial commit of macOS implementation for tk_print; does not build yet, must...Kevin Walzer2021-07-031-0/+326