Peter De Wachter
73b996a049
Github Actions: checkout@v3
3 years ago
Peter De Wachter
e52db5ba46
Github actions: Remove obsolete compilers
3 years ago
Peter De Wachter
48976ab82c
Merge pull request #125 from evanmiller/github-actions
...
Add support for GitHub Actions
3 years ago
Peter De Wachter
30bd80cb8b
Fix build with GCC 13
3 years ago
Evan Miller
df7c37eacf
Add libcups2-dev to Linux build environment
5 years ago
Evan Miller
b58a014a51
Fix GitHub Actions script
5 years ago
Evan Miller
bf02b1d7b7
Fix syntax
5 years ago
Evan Miller
9546acc17c
Add GitHub Actions for continuous integration
5 years ago
Peter De Wachter
9d7ddda838
Arrange blocks in bands of 128 lines
...
This is more similar to what the Brother driver does. This might
fix #52 , #40 , etc.
6 years ago
Peter De Wachter
e21f52f437
Tweak compiler flags
6 years ago
Peter De Wachter
cecfceb27a
Merge pull request #71 from xuzhao9/master
...
Add Brother DCP-L2520DW
6 years ago
Peter De Wachter
2a5ddf6bd1
Merge pull request #70 from vaukai/vaukai-add-Gentoo-patch-1
...
Also Gentoo uses brlaser
6 years ago
Peter De Wachter
de0d48dfdb
Be tolerant of zero-page jobs
...
https://github.com/OpenPrinting/cups-filters/issues/117
6 years ago
Peter De Wachter
eae5f9ba98
Add some new printer definitions
...
Closes #53
Closes #56
Closes #62
Closes #65
6 years ago
xzhao
68dcbc4e38
Add Brother DCP-L2520DW
6 years ago
Volkmar W. Pogatzki
4beeed3733
Update README.md
6 years ago
Peter De Wachter
2f63d0a36c
Merge pull request #55 from nico202/patch-1
...
Package available on guix, too
6 years ago
Nicolò Balzarotti
e7268ac787
Package available on guix, too
...
Available here http://guix.gnu.org/packages/brlaser-4-1.779f71e/
6 years ago
Peter De Wachter
23117fe9e0
Bump version number
7 years ago
Peter De Wachter
1b5990560c
Version 6
7 years ago
QORTEC
504c00f68e
Add Brother HL-2270DW
7 years ago
QORTEC
5d36382350
add gedit backup file to .gitignore (*~)
7 years ago
Peter De Wachter
c08bbc3193
Add a bunch of printers
...
Closes #33 Brother HL-5030
Closes #39 Brother HL-2140
Closes #44 Brother HL-2220
Closes #45 Brother DCP-L2540D
Closes #46 Brother HL-2030
7 years ago
Peter De Wachter
172c3bf87b
Don't compress across bands ( #39 )
...
This essentially re-introduces 7ed0d6f , but with a simpler
implementation. Some printers needed it after all.
7 years ago
Peter De Wachter
ff68db0f93
Version 5
7 years ago
Peter De Wachter
dbc897787e
Brother HL-1110
7 years ago
Peter De Wachter
17a24ef7a1
Add a bunch of printer stanzas
...
- Brother DCP-1602 (fixes #42 )
- Brother DCP-7060D (fixes #43 )
- Brother DCP-L2500D (fixes #35 )
- Brother DCP-L2540DW (fixes #32 )
- Brother HL-L2340D (fixes #37 )
- Brother MFC-1910W (fixes #36 )
- Brother MFC-7365DN (fixes #30 )
- Brother MFC-7840W (fixes #41 )
- Brother MFC-L2710DW (fixes #34 )
- Lenovo M7605D (fixes #26 )
7 years ago
Peter De Wachter
779f71e80f
Reduce max block size to 64 lines ( #40 )
...
This fixes HL-1210W, maybe other HL printers as well?
7 years ago
Peter De Wachter
7b4bf383bd
O_BINARY
...
Because it seems people still use OS/2
7 years ago
Peter De Wachter
aa5fb9e2f0
Don't build brdecode by default
...
It's just a dev tool
7 years ago
Peter De Wachter
7e1cc6911e
Update compatibility list.
...
- Add DCP-7080 (#24 )
- Add HL-L2320D (#25 )
- Add HL-1200 series (#27 )
- Mark HL-L2300D as buggy.
8 years ago
Peter De Wachter
4414717ed4
Avoid overlong encodings, improve compression ratio
8 years ago
Peter De Wachter
41c56264a8
Revert "Do not use delta-encoding across block boundaries"
...
This reverts commit 7ed0d6f2e8 .
This was intended as a possible fix for problems with the HL-L2300D
(#4 ), but it didn't help. And it worsens compression.
8 years ago
Peter De Wachter
7ed0d6f2e8
Do not use delta-encoding across block boundaries
...
Possible a fix for issue #4
Also: in block.h, rename line_bytes_ to block_size_
8 years ago
Peter De Wachter
4f2f1d606e
Add Brother HL-L2360DW ( Closes #22 )
8 years ago
Peter De Wachter
de26cc4bf0
Add Brother MFC-7240 ( Closes #21 )
8 years ago
Peter De Wachter
d80491b105
Version 4
8 years ago
Peter De Wachter
a521498233
Merge pull request #19 from StijnDW/master
...
Allow the user to define cups config variables
8 years ago
Stijn DW
bd7a6f3179
Allow the user to define cups config variables
...
This is needed when the paths reported by cups-config are read-only.
As is the case in the NixOS distribution.
8 years ago
Peter De Wachter
ba25b63af6
Add Brother DCP-7040
8 years ago
Peter De Wachter
3946f2e3d6
Add Brother HL-L2300D
8 years ago
Peter De Wachter
0536c6bcad
Updated/expanded readme
8 years ago
Peter De Wachter
3008302bb5
Add OpenBSD pledge
8 years ago
Peter De Wachter
39ed3c5708
Cleanups
8 years ago
Peter De Wachter
4209526ef0
setlocale shouldn't be needed
8 years ago
Peter De Wachter
8007996fe7
Fix ppdc warning
8 years ago
Peter De Wachter
cf4fbc86ba
CMake: enable assert() for all build types
8 years ago
Peter De Wachter
ab59a83caa
Fix brlaser.drv for cmake conversion
8 years ago
Peter De Wachter
6e9793833f
CMake conversion
8 years ago
Peter De Wachter
d25ba26132
Merge pull request #17 from blob79/install_ubuntu
...
Add documentation how to install under Ubuntu
8 years ago