Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins related to "tk_print"

2021-09-07
14:39
Eliminate (almost) duplicate functions check-in: bf1ba1eb user: jan.nijtmans tags: trunk, main
08:03
Eliminate (almost) duplicate functions Closed-Leaf check-in: d0a3118a user: jan.nijtmans tags: tk_print
2021-09-06
11:31
Merge enhanced-index check-in: e6226bf6 user: jan.nijtmans tags: glyph_indexing_2
2021-08-17
01:20
Merge TIP 604 check-in: 3505efd8 user: kevin_walzer tags: trunk, main
2021-08-09
01:18
One final tweak Closed-Leaf check-in: cb31289c user: kevin_walzer tags: tk_print
00:46
Minor tweak for Linux printing check-in: f3a8e14a user: kevin_walzer tags: tk_print
2021-08-01
01:42
Merge trunk check-in: 3149c22a user: kevin_walzer tags: tk_print
2021-07-31
20:38
Silence warning when AppleScript is executed inline check-in: 9bfbb604 user: kevin_walzer tags: trunk, main
2021-07-26
13:12
Further conversion to Wide Win32 API check-in: 6e6ac29c user: jan.nijtmans tags: tk_print
09:55
Merge 8.7 check-in: e5f1f5d0 user: jan.nijtmans tags: tk_print
09:54
Merge 8.6 check-in: 3481224c user: jan.nijtmans tags: trunk, main
2021-07-23
16:06
Fix max chars to be written by wcsncpy (taken over from tkWinDialog.c) check-in: 28008c60 user: jan.nijtmans tags: tk_print
2021-07-22
13:59
end-of-line spacing check-in: 74d34e31 user: jan.nijtmans tags: tk_print
13:58
Font handling enhancement: Use LOGFONTW in stead of LOGFONT for full Unicode. check-in: 8d412a57 user: jan.nijtmans tags: tk_print
2021-07-21
20:47
Formatting tweak check-in: 29596aa5 user: kevin_walzer tags: tk_print
20:46
Formatting tweak check-in: 44b4a29c user: kevin_walzer tags: tk_print
20:13
Remove unneeded macro; fix crash on Windows when cancel print button pressed check-in: 3b244d8d user: kevin_walzer tags: tk_print
20:03
merge trunk check-in: de2933e2 user: fvogel tags: tk_print
14:45
Put back DrawTextW() without crashing. Use more TCL_UNUSED() check-in: c95ecd0a user: jan.nijtmans tags: tk_print
13:41
Minor formatting cleanup check-in: 3ea0df2b user: kevin_walzer tags: tk_print
13:23
Canvas printing now works again on Windows without crashing; discuss updates with Jan check-in: 14208fb5 user: kevin_walzer tags: tk_print
2021-07-20
15:22
merge-mark check-in: c7027c03 user: jan.nijtmans tags: trunk, main
10:36
Merge in tk_print-ensemble-rewrite check-in: 6b6595cd user: kevin_walzer tags: tk_print
09:38
Use Tcl_UtfToWCharDString() in stead of Tcl_UtfToUniCharDString(), otherwise it won't work with Tcl 9. check-in: 67126651 user: jan.nijtmans tags: tk_print
08:00
printer_name cannot be set, because linked variable is read-only check-in: ba31a62a user: jan.nijtmans tags: tk_print
07:59
Undo Unicode handling in GDI: Makes debugging easier, Can be re-applied when other things work check-in: 3530fa37 user: jan.nijtmans tags: tk_print
2021-07-19
12:23
Display print dialog only once, not twice Closed-Leaf check-in: dd9863ce user: kevin_walzer tags: tk_print-ensemble-rewrite
2021-07-14
14:22
Merge tk_print check-in: 919a8595 user: jan.nijtmans tags: tk_print-ensemble-rewrite
14:01
Since localPrinterName is in UTF-16, but varlink1 is UTF-8 ... check-in: 49828499 user: jan.nijtmans tags: tk_print
07:50
Rewrite to use an actual ensemble instead of a homebrew version. check-in: 2d608cbc user: dkf tags: tk_print-ensemble-rewrite
02:23
Remove debugging statement check-in: 71c56e32 user: kevin_walzer tags: tk_print
2021-07-13
02:44
Possible fix for crash after print cancel button on win; additional error testing on X11 check-in: ef052050 user: kevin_walzer tags: tk_print
2021-07-12
20:56
Remove extraneous characters to ensure text matches message catalog (same as [52d1d59b]). check-in: 9f3655b3 user: fvogel tags: tk_print
20:41
merge trunk check-in: 6bafbbdd user: fvogel tags: tk_print
20:41
Fix typos in tk.n check-in: e64efdb1 user: fvogel tags: trunk, main
20:40
Respect alphabetical order of commands in tk.n, and link to the 'print' man page. check-in: 345f5e24 user: fvogel tags: tk_print
03:53
Remove extraneous characters to ensure text matches message catalog check-in: 52d1d59b user: kevin_walzer tags: tk_print
03:47
Add print to tk(n) man page; fix corrupted postscript export from macOS print dialog check-in: f82f72ef user: kevin_walzer tags: tk_print
2021-07-11
23:34
Remove build error check-in: 7eaa7369 user: kevin_walzer tags: tk_print
22:35
Fix variable error in print.tcl check-in: 8f214473 user: kevin_walzer tags: tk_print
11:15
Starting to reduce number of bad practices check-in: 0d61bd1b user: dkf tags: tk_print
2021-07-10
11:36
Fix missing bracket error in print.tcl check-in: 6d1f6fb4 user: kevin_walzer tags: tk_print
09:48
Improve french translations check-in: 7c955be2 user: fvogel tags: tk_print
2021-07-09
14:19
Tweak lineation check-in: bd445b73 user: kevin_walzer tags: tk_print
12:55
Bail on X11 printing if lpstat not found - print error and return check-in: d8fa199a user: kevin_walzer tags: tk_print
2021-07-08
08:59
Tighten up the printing script further; blind [catch] is not encouraged check-in: 019c685f user: dkf tags: tk_print
2021-07-07
20:14
Unbreak my mistakes, and tighten up the code further. check-in: 1e836f8b user: dkf tags: tk_print
15:44
Bring the GDI code into something close to Core style. check-in: ede0c519 user: dkf tags: tk_print
2021-07-06
20:25
We can assume Tcl 8.6; use Tcl 8.6 coding style in a few places check-in: 4a1b5ffa user: dkf tags: tk_print
19:25
Fix the macOS build warnings check-in: 691b2475 user: dkf tags: tk_print