index
:
selphy_print.git
master
Gutenprint + CUPS backends for Dye Sublimation printers
Solomon Peachy
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
backend_kodak1400.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-06
kodak1400: Add error message parsing. Purely informative.
Solomon Peachy
1
-3
/
+22
2021-06-30
kodak1400: Add in some observed status/error codes.
Solomon Peachy
1
-0
/
+17
2021-04-16
misc: Get rid of all USB_VID_*/USB_PID_* definitions
Solomon Peachy
1
-15
/
+7
2021-02-23
kodak1400: Fix up a memory leak.
Solomon Peachy
1
-5
/
+8
2021-01-23
Update shaftnet.org URLS from http -> https
Solomon Peachy
1
-1
/
+1
2020-10-05
common: the 'dyesub_backend' structure is now const everywhere.
Solomon Peachy
1
-1
/
+1
2020-08-12
common: Introduce a common USB connection object, and use it!
Solomon Peachy
1
-34
/
+23
2020-08-11
common: un-hardcode 'stderr' as the logging stream
Solomon Peachy
1
-1
/
+1
2020-06-30
misc: Bump copyright dates on files modified in 2020
Solomon Peachy
1
-1
/
+1
2020-03-24
misc: Shut up a large pile of compile warnings with pedantic compilers
Solomon Peachy
1
-1
/
+1
2020-01-30
All: Leave the "prefix" list for family or backwards-compatible names only.
Solomon Peachy
1
-4
/
+4
2020-01-25
misc: Clean up endian macros, eliminate use of ntohs and friends.
Solomon Peachy
1
-2
/
+2
2020-01-17
Misc: Update address for FSF.
Solomon Peachy
1
-4
/
+1
2019-12-12
misc: use CUPS_BACKEND_OK instead of 0 as a return value.
Solomon Peachy
1
-2
/
+2
2019-12-11
common: Add proper definitions for special CUPS marker levels.
Solomon Peachy
1
-2
/
+2
2019-11-02
all: Pass the USB bInterfaceNum into the backend attach() function.
Solomon Peachy
1
-1
/
+2
2019-09-28
all: Clean up unnecessary #include
Solomon Peachy
1
-10
/
+0
2019-09-28
all: Report up the low-level media ID as a PPD attribute.
Solomon Peachy
1
-0
/
+1
2019-05-22
common: Use generic teardown code unless necessary.
Solomon Peachy
1
-10
/
+0
2019-05-12
shinko: MEDIA_TYPE_* definitions are common, and unify EK68x0 + S1245 errors
Solomon Peachy
1
-7
/
+7
2019-02-17
misc: Update copyright year on files modified in 2019.
Solomon Peachy
1
-1
/
+1
2019-01-13
common: rename dyesub_read_data() to dyesub_read_file()
Solomon Peachy
1
-1
/
+1
2019-01-13
common: Add a global function to read the contents of a file.
Solomon Peachy
1
-9
/
+3
2018-09-22
all: Revamp "backend names" to align with gutenprint model names.
Solomon Peachy
1
-6
/
+11
2018-06-17
common: better split between parsing and printing.
Solomon Peachy
1
-62
/
+85
2018-05-09
all: push printer type lookup into common code.
Solomon Peachy
1
-10
/
+3
2018-05-01
kodak1400: Shut up a compile warning.
Solomon Peachy
1
-0
/
+2
2018-04-29
all: Add in "Unknown" marker reporting for the rest.
Solomon Peachy
1
-1
/
+19
2018-04-28
common: Change backend->attach API to allow status returns
Solomon Peachy
1
-2
/
+4
2018-03-16
all: Move all backend names into aliases tables.
Solomon Peachy
1
-7
/
+12
2018-02-22
It's 2018, update appropriately.
Solomon Peachy
1
-1
/
+1
2018-02-16
all: use BACKEND_CUPS_RETRY_CURRENT for memory allocation failures.
Solomon Peachy
1
-1
/
+1
2017-11-17
All: Add 'SPDX-License-Identifier' headers to all source files.
Solomon Peachy
1
-0
/
+2
2017-11-08
all: Clean up the manufacturer override field in the devices.
Solomon Peachy
1
-3
/
+3
2017-07-10
Fix up bad whitespacing.
Solomon Peachy
1
-24
/
+24
2017-05-05
Merge a pile spelling fixes from Ville Skyttä <scop@sf>
Solomon Peachy
1
-2
/
+2
2016-11-04
Add USB PIDs for several Mitsubishi models:
Solomon Peachy
1
-0
/
+5
2016-08-21
all: Fix up a a large pile of cppcheck warnings.
Solomon Peachy
1
-1
/
+1
2016-01-24
all: It's 2016 now, update the copyright text.
Solomon Peachy
1
-1
/
+1
2015-08-25
all: Get rid of a little more getopt detritus.
Solomon Peachy
1
-3
/
+0
2015-08-24
all: Get rid of the remainder of the old two-stage cmdline parsing
Solomon Peachy
1
-6
/
+6
2015-08-13
all: Eliminate the multi-stage cmdline parsing.
Solomon Peachy
1
-3
/
+4
2015-08-12
all: Unified approach to extra_vid/pid/type
Solomon Peachy
1
-1
/
+11
2015-07-24
kodak1400: Add another printer error we've seen.
Solomon Peachy
1
-1
/
+2
2015-06-30
all: Fix command like parsing when the argument has an option.
Solomon Peachy
1
-1
/
+1
2015-06-23
all: Ensure all malloc() failures are caught and logged.
Solomon Peachy
1
-2
/
+9
2015-01-05
Update copyright notice.
Solomon Peachy
1
-1
/
+1
2014-04-20
kodak1400: use CUPS_BACKEND_* return codes.
Solomon Peachy
1
-23
/
+23
2014-02-11
backends: Revamp cmdline args so you can specify multiple backend args at once.
Solomon Peachy
1
-6
/
+9
2014-02-11
More cppcheck-driven fixes. Mainly a bunch of memory leaks.
Solomon Peachy
1
-22
/
+31
[next]