summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Move code after input argument checking.fvogel2021-09-021-4/+4
* Cosmetic changesfvogel2021-09-021-41/+28
* Clean up some hiccups in X11 implementationKevin Walzer2021-08-221-8/+38
* Add support for ! badge on X11Kevin Walzer2021-08-221-0/+2
* Remove compiler warnings and segfaultsKevin Walzer2021-08-181-4/+4
* Merge trunkKevin Walzer2021-08-1719-75/+1325
|\
| * One final tweakKevin Walzer2021-08-091-1/+1
| * Minor tweak for Linux printingKevin Walzer2021-08-091-1/+1
| * Merge trunkKevin Walzer2021-08-011-0/+5
| |\
| * | 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
| * | Improve french translationsfvogel2021-07-101-3/+3
| * | 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-063-50/+45
| * | eliminate end-of-line spacingjan.nijtmans2021-07-0516-241/+241
| * | 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
| * | Clean up en localeKevin Walzer2021-07-031-0/+19
| * | Add localization to print dialog for X11Kevin Walzer2021-07-0315-13/+267
| * | Merge 8.7jan.nijtmans2021-06-253-3/+3
| |\ \
| * \ \ Merge 8.7jan.nijtmans2021-06-215-83/+87
| |\ \ \
| * | | | 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
| * | | | Use Wide-API in tkWinGDI.c. also make it compile with mingw-w64jan.nijtmans2021-06-021-3/+1
| * | | | Merge trunkKevin Walzer2021-05-311-1/+0
| |\ \ \ \
| * | | | | Integration of new printing API and widget demo complete for win32; next up: ...Kevin Walzer2021-05-242-49/+8
| * | | | | Add image to demoKevin Walzer2021-05-231-1/+6
| * | | | | More work on widget demoKevin Walzer2021-05-232-74/+13