summaryrefslogtreecommitdiffstats
path: root/library/print.tcl
Commit message (Expand)AuthorAgeFilesLines
* Removed "-encoding binary" from library/print.tcl.csaba2024-07-311-1/+1
* Add simple line wrapping procedure. Cups text filter wraps at character, not ...Emiliano Gavilán2024-06-041-4/+46
* Printing on *nix/X11 using libcups API. Initial commitEmiliano Gavilán2024-05-271-232/+525
* Merge 8.6jan.nijtmans2023-11-151-2/+2
* Additional tweaking to file export with printingKevin Walzer2023-09-281-1/+6
* Add fixed-width formatting to printed text output on macOS and X11 for improv...Kevin Walzer2023-09-281-4/+8
* Update canvas printing implmentation on macOS to address Apple's removal of P...Kevin Walzer2023-09-271-10/+4
* Scaling-related changes in the Tk and Ttk library scripts ready for testing. ...csaba2022-12-141-10/+10
* Minor improvements related to the printer dialogcsaba2022-12-081-3/+2
* Add copyright for Emiliano GavilanKevin Walzer2022-03-151-0/+1
* Emiliano Gavilan patch for ttk widgets in print dialogKevin Walzer2022-03-151-152/+162
* Change "!= -1" into ">= 0"jan.nijtmans2021-09-241-3/+3
* Make IME bindings not leak into global variablesdkf2021-09-241-2/+2
* One final tweakKevin Walzer2021-08-091-1/+1
* Minor tweak for Linux printingKevin Walzer2021-08-091-1/+1
* Font handling enhancement: Use LOGFONTW in stead of LOGFONT for full Unicode.jan.nijtmans2021-07-221-5/+5
* Formatting tweakKevin Walzer2021-07-211-2/+2
* Formatting tweakKevin Walzer2021-07-211-7/+9
* Remove unneeded macro; fix crash on Windows when cancel print button pressedKevin Walzer2021-07-211-2/+2
* Merge in tk_print-ensemble-rewriteKevin Walzer2021-07-201-5/+2
|\
| * Display print dialog only once, not twiceKevin Walzer2021-07-191-7/+2
| * Remove unneeded variable calls; printing still crashes on WindowsKevin Walzer2021-07-161-2/+0
* | printer_name cannot be set, because linked variable is read-onlyjan.nijtmans2021-07-201-4/+0
|/
* Remove debugging statementKevin Walzer2021-07-141-1/+0
* Possible fix for crash after print cancel button on win; additional error tes...Kevin Walzer2021-07-131-3/+21
* Remove extraneous characters to ensure text matches message catalog (same as ...fvogel2021-07-121-1/+1
* Remove extraneous characters to ensure text matches message catalogKevin Walzer2021-07-121-5/+5
* Fix variable error in print.tclKevin Walzer2021-07-111-0/+1
* Fix missing bracket error in print.tclKevin Walzer2021-07-101-1/+1
* Tweak lineationKevin Walzer2021-07-091-1/+2
* Bail on X11 printing if lpstat not found - print error and returnKevin Walzer2021-07-091-0/+10
* Tighten up the printing script further; blind [catch] is not encourageddkf2021-07-081-36/+63
* Unbreak my mistakes, and tighten up the code further.dkf2021-07-071-190/+191
* We can assume Tcl 8.6; use Tcl 8.6 coding style in a few placesdkf2021-07-061-250/+209
* Minor update to X11Kevin Walzer2021-07-061-0/+2
* Remove canvas and text literals from Tk print command; replace system() call ...Kevin Walzer2021-07-061-46/+40
* eliminate end-of-line spacingjan.nijtmans2021-07-051-1/+1
* Mac printing worksKevin Walzer2021-07-031-9/+7
* Initial commit of macOS implementation for tk_print; does not build yet, must...Kevin Walzer2021-07-031-1/+19
* More cleanupKevin Walzer2021-07-031-2/+2
* Clean up mc errors in print.tclKevin Walzer2021-07-031-15/+15
* Tweak localizationKevin Walzer2021-07-031-15/+15
* Add localization to print dialog for X11Kevin Walzer2021-07-031-13/+15
* Merge 8.7jan.nijtmans2021-06-211-28/+28
* Clean up commentsKevin Walzer2021-06-171-7/+29
* Remove typos, debugging statementKevin Walzer2021-06-151-2/+1
* Refinements of X11 printing on Linux system that uses lp, not lprKevin Walzer2021-06-151-4/+6
* Add X11 implementation; next, update docs with platform notes and begin trans...Kevin Walzer2021-06-151-4/+215
* Integration of new printing API and widget demo complete for win32; next up: ...Kevin Walzer2021-05-241-43/+1
* More work on widget demoKevin Walzer2021-05-231-0/+10