Skip to content

Commit

Permalink
ptouch-driver-1.3.tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gruenbacher committed Jan 24, 2020
0 parents commit 59b1862
Show file tree
Hide file tree
Showing 62 changed files with 19,880 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Authors of ptouch-driver

Arne John Glenstrup. First version of driver.
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
2009-02-04 Arne John Glenstrup <panic@arnesthinkpad>

* rastertoptch.c:
- Added limits.h include file for MAX_INT etc.
- Explicitly discard return value of fwrite

2006-09-08 Arne John Glenstrup <[email protected]>

* opt/:
- Added PT-2300 to the list of printers

2006-05-01 Arne John Glenstrup <[email protected]>

* configure.ac:
- Added a check for cups/cups.h and cups/raster.h

2006-03-09 Arne John Glenstrup <[email protected]>

* rastertoptch.c:
- Added ConcatPages option to print several pages as 1 page
This requires a major restructuring, so all pixel data is
now internally stored in RLE format.

2006-03-01 Arne John Glenstrup <[email protected]>

* rastertoptch.c:
- Added option to dis/enable "ESC i z ...", fixing PT-* problem
- Fixed rounding bug so that emitted lines is exactly the number
stated in the preamble

2006-02-12 Arne John Glenstrup <[email protected]>

* rastertoptch.c:
- Made AdvanceMedia work correctly

2006-02-09 Arne John Glenstrup <[email protected]>

* rastertoptch.c:
- Fixed bug causing error for continuous tape
- Fixed bug in emitting empty lines for RLE

2006-02-03 Arne John Glenstrup <[email protected]>

* Installation: Moved rastertoptch to /usr/bin

* rastertoptch.c:
- Removed bug that would surface when non-null margins
- Improved horizontal line placement and out-of-bound checks

-----

Copyright (c) 2006 Arne John Glenstrup <[email protected]>

This file is part of ptouch-driver.

ptouch-driver is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

ptouch-driver is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with ptouch-driver; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
Loading

0 comments on commit 59b1862

Please sign in to comment.