1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-27 07:48:21 +01:00
Commit Graph

86 Commits

Author SHA1 Message Date
Peter De Wachter
4fdd8c95a8 Merge pull request #7 from rkreis/dcp1510
Add Brother-DCP1510
2017-10-14 20:57:58 +02:00
Peter De Wachter
5d29d862c7 Merge pull request #5 from lnussel/master
mark DCP-7055W as supported
2017-10-14 20:57:34 +02:00
Peter De Wachter
c58a3b8edd Merge pull request #12 from hollobon/patch-1
Fix typo
2017-10-14 20:52:31 +02:00
Peter De Wachter
c656586451 Merge pull request #9 from cinemast/patch-2
Add missing #include <string>
2017-10-14 20:52:02 +02:00
Pete Hollobon
2859a8a7df Fix typo 2017-08-09 10:32:45 +01:00
xc-racer99
f8021024c4 DCP-7065DN: Don't advertise 300DPI printing
The DCP-7065DN only supports 600 and 1200 DPI
2017-05-01 12:26:23 -07:00
xc-racer99
7e59e6147e Add duplex code for DCP-7065DN
The official Brother driver treats Tumble and NoTumble differently, adding &l2S and &l1S respectively to the header.

Unfortunately, for me this resulted in missing lines in NoTumble.  By treating everything as Tumble and simply sending data rotated 180 for Tumble we get a good quality printout.
2017-05-01 12:26:22 -07:00
xc-racer99
5c5118edc1 Move num_copies to only the header
It's not needed to be at the beginning of every page and messes up duplex printing if it is
2017-05-01 12:26:17 -07:00
Ludwig Nussel
9ccc56e1bc mark DCP-7055W as supported 2016-06-17 10:37:08 +02:00
Peter Spiess-Knafl
93138fec87 Add missing #include <string> 2016-04-25 15:02:37 +02:00
Robin Kreis
d5aa1a55dd Add Brother-DCP1510 2016-03-26 13:24:59 +01:00
Peter De Wachter
03bb366e75 Refuse to build without a C++11 compiler
We had a buggy version of the AX_CXX_COMPILE_STDCXX macro: it didn't
abort the build if no suitable compiler was found. Upgrade to the
current version.

Relevant on OpenBSD, where the default compiler does not support C++11.
2016-03-02 20:34:50 +01:00
Peter De Wachter
d85b875627 Use cups-config --ldflags
This fixes link problems on NixOS.
2016-03-02 19:41:44 +01:00
Peter De Wachter
569e3f7766 Reject unexpected raster formats 2015-01-31 23:16:35 +01:00
Peter De Wachter
1474716b27 Misc cleanups, mostly in the test code 2015-01-31 23:13:48 +01:00
Peter De Wachter
4f1a00d46a Rever the readme rename: breaks formatting on Github
This reverts commit 49bfc1be98.
2014-11-25 00:17:11 +01:00
Peter De Wachter
49bfc1be98 Rename README.md to README 2014-11-25 00:10:23 +01:00
Peter De Wachter
8b99cced73 Add Brother DCP-7055
Looks like this printer has some configuration options beyond what
brlaser currently knows about. But this offers basic functionality.
2014-11-25 00:04:14 +01:00
Peter De Wachter
1dcd5b445e Fix lest.hpp dependency for the tests. 2014-07-07 13:05:01 +02:00
Peter De Wachter
19edb1767b Kill a harmless dead store
Just because clang's scan-build complained about it.
2014-07-07 13:03:57 +02:00
Peter De Wachter
c3999acbec Version 3 2014-07-07 12:55:16 +02:00
Peter De Wachter
9c4336a8df Updated README 2014-06-30 22:21:22 +02:00
Peter De Wachter
71bb29a3ca Add Brother DCP-7065DN 2014-06-30 22:19:49 +02:00
Peter De Wachter
fa26a6149a Version 2 2014-06-29 11:52:28 +02:00
Peter De Wachter
2e37d9d62a Import lest v1.8.0 2014-06-29 11:50:18 +02:00
Peter De Wachter
77ce307fdb Update gitignore 2014-02-04 22:29:34 +01:00
Peter De Wachter
7bfe0d2846 Reorganize makefile a bit 2014-02-04 22:29:34 +01:00
Peter De Wachter
5159844b03 Add some basic tests 2014-02-04 22:29:27 +01:00
Peter De Wachter
bb1ba17b4f Split out block.h 2014-02-04 21:50:11 +01:00
Peter De Wachter
cd0e4102b4 Distribute the readme file 2014-01-26 20:52:22 +01:00
Peter De Wachter
66ea095ede Changes to support GCC 4.6
GCC 4.6 is the oldest release that can compile this code without significant
changes.
2014-01-26 15:07:53 +01:00
Peter De Wachter
d2c108d303 brdecode: don't assume a fixed page size 2013-12-30 23:03:59 +01:00
Peter De Wachter
fc3680070b Fix a clang warning 2013-12-27 23:44:58 +01:00
Peter De Wachter
edc122f2c6 brdecode, a tool to decompress print files 2013-12-27 23:44:20 +01:00
Peter De Wachter
fd97eb1258 Add README file 2013-12-27 18:01:43 +01:00
Peter De Wachter
b7af16450c brlaser version 1 2013-12-27 16:58:00 +01:00