PostscriptPrinterStream.st
Mon, 26 Aug 2019 23:52:46 +0200 Claus Gittinger #DOCUMENTATION by exept
Mon, 26 Aug 2019 23:16:54 +0200 Claus Gittinger #OTHER by exept
Mon, 26 Aug 2019 09:15:57 +0200 Claus Gittinger #QUALITY by exept
Fri, 09 Feb 2018 18:04:47 +0100 Claus Gittinger #BUGFIX by cg
Mon, 18 Sep 2017 11:01:45 +0200 Claus Gittinger #BUGFIX by cg
Sun, 06 Nov 2016 11:16:40 +0100 Claus Gittinger #DOCUMENTATION by cg
Thu, 28 Jul 2016 15:07:22 +0200 mawalch #OTHER by mawalch
Sun, 08 May 2016 03:59:28 +0200 Claus Gittinger #DOCUMENTATION by cg
Wed, 03 Apr 2013 11:56:45 +0200 Stefan Vogel class: PostscriptPrinterStream
Tue, 02 Apr 2013 23:11:30 +0200 Claus Gittinger lazy initialization
Wed, 11 Feb 2009 15:05:14 +0100 Claus Gittinger *** empty log message ***
Thu, 08 Nov 2007 12:14:19 +0100 Claus Gittinger *** empty log message ***
Tue, 10 Oct 2006 17:57:57 +0200 Claus Gittinger *** empty log message ***
Mon, 07 Aug 2006 15:27:03 +0200 fm category change
Tue, 26 Jul 2005 10:51:00 +0200 Claus Gittinger code cleanup
Sat, 20 Mar 2004 16:46:59 +0100 Stefan Vogel Use Timestamp/#asTimestamp instead of AbsoluteTime/#asAbsoluteTime rel5_2_1
Fri, 05 Mar 2004 20:04:52 +0100 Stefan Vogel Use #codePoint instead of deprecated #asciiValue
Tue, 16 Sep 2003 22:30:45 +0200 Claus Gittinger changed inheritance;
Wed, 20 Aug 2003 13:57:08 +0200 Claus Gittinger comment
Mon, 19 May 2003 11:44:22 +0200 Claus Gittinger category
Fri, 25 Oct 2002 17:01:55 +0200 Stefan Vogel Default entry for pdf file generation.
Tue, 24 Sep 2002 15:56:00 +0200 tm fixed: flushLine -> access on unspecified lineStream
Tue, 06 Aug 2002 18:16:37 +0200 Stefan Vogel Speed up everything.
Mon, 19 Mar 2001 10:31:53 +0100 Claus Gittinger prolog initialization now lazy (when needed, not when class is initialized)
Tue, 24 Oct 2000 19:28:57 +0200 Stefan Vogel Use startPrint from superclass.
Thu, 19 Oct 2000 14:11:28 +0200 Stefan Vogel Speed up native printing: #nextPutAll
Mon, 07 Feb 2000 20:26:32 +0100 Claus Gittinger category change
Sun, 09 Jan 2000 16:49:06 +0100 ca physical flush after flushLine
Wed, 26 May 1999 17:34:40 +0200 Claus Gittinger fix for new pipe-protocol
Thu, 02 Jan 1997 13:30:12 +0100 Claus Gittinger added #lineNr & #colNr
Tue, 01 Oct 1996 20:44:35 +0200 Claus Gittinger *** empty log message ***
Sat, 07 Sep 1996 16:28:47 +0200 Claus Gittinger *** empty log message ***
Sat, 07 Sep 1996 16:27:26 +0200 Claus Gittinger checkin from browser
Sat, 07 Sep 1996 16:03:38 +0200 Claus Gittinger put cleanup stuff after %%Trailer
Sat, 07 Sep 1996 13:30:51 +0200 ca rightMargin
Thu, 05 Sep 1996 22:32:47 +0200 Claus Gittinger *** empty log message ***
Thu, 05 Sep 1996 21:54:20 +0200 Claus Gittinger renamed *Inset to *Margin; cleanup.
Thu, 05 Sep 1996 19:20:31 +0200 Claus Gittinger count pages (for ghostview to be able to page)
Thu, 05 Sep 1996 15:28:15 +0200 ca supports color
Sat, 08 Jun 1996 11:46:15 +0200 Claus Gittinger added strikeout
Sat, 08 Jun 1996 11:10:06 +0200 Claus Gittinger fixed handling of underline; no longer affects bold/italic setting.
Tue, 04 Jun 1996 17:19:21 +0200 Claus Gittinger checkin from browser
Mon, 03 Jun 1996 17:17:41 +0200 Claus Gittinger implement underline
Mon, 03 Jun 1996 15:38:16 +0200 Claus Gittinger checkin from browser
Mon, 03 Jun 1996 12:02:46 +0200 Claus Gittinger checkin from browser
Sat, 01 Jun 1996 13:28:17 +0200 Claus Gittinger added access methods for margins
Sat, 01 Jun 1996 00:49:58 +0200 Claus Gittinger checkin from browser
Sat, 01 Jun 1996 00:32:30 +0200 Claus Gittinger checkin from browser
Sat, 01 Jun 1996 00:28:00 +0200 Claus Gittinger *** empty log message ***
Sat, 01 Jun 1996 00:21:49 +0200 Claus Gittinger keep per-printer defaults
Fri, 31 May 1996 22:58:37 +0200 Claus Gittinger added query if printer supports pages at all (only PS does)
Thu, 30 May 1996 17:41:53 +0200 ca added hooks & query methods (see hook-example)
Sat, 18 May 1996 09:49:35 +0200 Claus Gittinger checkin from browser
Sat, 18 May 1996 09:14:51 +0200 Claus Gittinger comments & category rename
Sat, 27 Apr 1996 20:04:14 +0200 Claus Gittinger examples
Thu, 25 Apr 1996 19:02:29 +0200 Claus Gittinger documentation
Tue, 23 Apr 1996 21:07:50 +0200 Claus Gittinger checkin from browser
Tue, 23 Apr 1996 20:45:01 +0200 Claus Gittinger checkin from browser
Tue, 23 Apr 1996 20:20:10 +0200 Claus Gittinger fixed ISO-latin1 encoding (national characters)
Wed, 10 Apr 1996 14:36:48 +0200 Claus Gittinger commentary & image fixes
less more (0) -60 tip