Age | Commit message (Expand) | Author | Files | Lines |
2022-06-26 | hiti: Hook up P530D, probably won't work yet. | Solomon Peachy | 1 | -0/+1 |
2022-05-26 | common: Use '.dylib' for DLL_SUFFIX on MacOS | Solomon Peachy | 1 | -1/+3 |
2021-09-30 | common: We don't need to sleep in PPD messages | Solomon Peachy | 1 | -1/+1 |
2021-09-30 | all: Move to using 'struct dyesub_job_common' in all backends | Solomon Peachy | 1 | -1/+1 |
2021-09-30 | all: make "fast_return" only affect the final print in a job. | Solomon Peachy | 1 | -1/+1 |
2021-09-29 | common: report the usb vid, pid, bus, and port as CUPS attributes | Solomon Peachy | 1 | -0/+3 |
2021-09-27 | common: Log the bus/port number when we're probing things | Solomon Peachy | 1 | -0/+3 |
2021-09-07 | sonyupdneo: Fixes for the UP-991AD/971AD | Solomon Peachy | 1 | -0/+1 |
2021-08-04 | Add backend for the kodak 8800/9810 | Solomon Peachy | 1 | -0/+1 |
2021-07-11 | mitsud90: Rework panorama handling code. | Solomon Peachy | 1 | -0/+6 |
2021-07-11 | common: Change backend->read_parse() API to allow returning multiple jobs | Solomon Peachy | 1 | -0/+1 |
2021-05-05 | Don't emit processing library info in STATS_ONLY mode. | Solomon Peachy | 1 | -0/+1 |
2021-04-20 | hiti: Add in the the CS2xx series USB PIDs, and its LUT. | Solomon Peachy | 1 | -0/+1 |
2021-03-15 | mitsud90: Initial support for the Fujifilm ASK-500 | Solomon Peachy | 1 | -0/+1 |
2021-02-07 | misc: Bump copyright year on some files updated in 2021 | Solomon Peachy | 1 | -1/+1 |
2021-02-07 | canonselphy: Fix incorrect media type reporting for the CP790. | Solomon Peachy | 1 | -1/+1 |
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-13 | common: Clean up some variable names in the probe functions. | Solomon Peachy | 1 | -1/+1 |
2020-08-12 | common: Introduce a common USB connection object, and use it! | Solomon Peachy | 1 | -7/+17 |
2020-08-11 | common: un-hardcode 'stderr' as the logging stream | Solomon Peachy | 1 | -9/+10 |
2020-06-08 | common: Get rid of [le|be]64_to_cpu macros | Solomon Peachy | 1 | -7/+1 |
2020-06-03 | mitsu: Preliminary support for the Mitsubishi CP30DW MedSci model. | Solomon Peachy | 1 | -0/+1 |
2020-04-30 | DNP: Support the QW410 and Citizen CZ-01 4.5" printers. | Solomon Peachy | 1 | -0/+1 |
2020-03-24 | misc: Shut up a large pile of compile warnings with pedantic compilers | Solomon Peachy | 1 | -1/+1 |
2020-03-13 | misc: consolidate <config.h> inclusion | Solomon Peachy | 1 | -0/+5 |
2020-02-26 | misc: Use GCC builtins for byteswapping. | Solomon Peachy | 1 | -34/+6 |
2020-02-25 | common: Add support for compile time assertions. | Solomon Peachy | 1 | -0/+3 |
2020-02-16 | common: Allow CORRTABLE_PATH to be overrided at runtime. | Solomon Peachy | 1 | -0/+1 |
2020-02-16 | mitsu_m1: Fill in the beginning of CP-M1 support. | Solomon Peachy | 1 | -0/+1 |
2020-01-26 | build: MinGW now compiles selphy_print cleanly. | Solomon Peachy | 1 | -0/+5 |
2020-01-26 | common: Move dynamic libary loading definitions into common header. | Solomon Peachy | 1 | -0/+23 |
2020-01-25 | misc: Clean up endian macros, eliminate use of ntohs and friends. | Solomon Peachy | 1 | -25/+17 |
2020-01-25 | misc: Clean up some of the problems compiling for Windows with mingw | Solomon Peachy | 1 | -18/+27 |
2020-01-22 | misc: Correct a small pile of cppcheck/scan-build warnings. | Solomon Peachy | 1 | -1/+1 |
2020-01-21 | Common: Major rejiggering of print job combining | Solomon Peachy | 1 | -27/+38 |
2020-01-17 | Misc: Update address for FSF. | Solomon Peachy | 1 | -4/+1 |
2019-12-16 | sinfonia: Support generic stats query across most models. | Solomon Peachy | 1 | -0/+1 |
2019-12-13 | common: Instead of "media" use "deck" instead, and each one gets status/life... | Solomon Peachy | 1 | -5/+8 |
2019-12-13 | common: Support for common status / media reporting query. | Solomon Peachy | 1 | -0/+17 |
2019-12-11 | common: Add proper definitions for special CUPS marker levels. | Solomon Peachy | 1 | -0/+4 |
2019-11-06 | common: Pass bInterfaceNo into backend->query_serno() call | Solomon Peachy | 1 | -2/+3 |
2019-11-02 | all: Pass the USB bInterfaceNum into the backend attach() function. | Solomon Peachy | 1 | -1/+1 |
2019-11-02 | common: Make IEEE1284 ID manipulation code non-static. | Solomon Peachy | 1 | -0/+10 |
2019-10-29 | hiti: Add in 3D LUT files for P51x series | Solomon Peachy | 1 | -0/+1 |
2019-10-02 | hiti: Add USB PIDs for P750L, P720L, and document P520L/P525L as being suppo... | Solomon Peachy | 1 | -2/+2 |
2019-09-30 | common: Get rid of explicit enumeration IDs in the P_?? list. | Solomon Peachy | 1 | -56/+56 |
2019-09-28 | all: Clean up unnecessary #include | Solomon Peachy | 1 | -1/+0 |
2019-09-28 | all: Report up the low-level media ID as a PPD attribute. | Solomon Peachy | 1 | -0/+2 |
2019-09-27 | HiTi: Continue with updates: | Solomon Peachy | 1 | -1/+2 |