Wykres commitów

9972 Commity (cae3015b66ab340cf585fb224745e73ae6c53ae6)

Autor SHA1 Wiadomość Data
Olaf Meeuwissen 8f3b84f6f4 Adjust ChangeLog trailer comment to match Makefile.am comment 2019-08-26 21:53:09 +09:00
Olaf Meeuwissen 2baee4914d umax_pp: Drop reference to ChangeLog in code comment 2019-08-26 21:48:52 +09:00
Olaf Meeuwissen eb5382c753 mustek_pp: Drop unused ChangeLog: references from comments 2019-08-26 21:48:09 +09:00
Olaf Meeuwissen fe6bac727f doc: Drop moving of ChangeLog files with each release. See #103 2019-08-26 21:43:52 +09:00
Olaf Meeuwissen 47f0b5dee2 doc: Update ChangeLog related documentation 2019-08-26 21:43:25 +09:00
Olaf Meeuwissen 2a9d98be6e Resurrect ChangeLog-1.0.11
It was missing in the ChangeLogs/ directory.  Content has been dug up
from the ChangeLog file for the RELEASE_1_0_11 tag.
2019-08-24 17:24:23 +09:00
Olaf Meeuwissen ee2653b02b Include ChangeLogs/ directory content in source tarball. Re #103
The files are installed next to the ChangeLog file in $docdir.  There
will be *no* $docdir/ChangeLogs/ directory.
2019-08-24 17:10:27 +09:00
Povilas Kanapickas 2757475dd9 genesys: Use session.params.xres directly where possible 2019-08-24 10:13:44 +03:00
Povilas Kanapickas ba3013b1aa genesys: Handle full sensor scans on gl841 consistently to other chips 2019-08-24 10:13:43 +03:00
Povilas Kanapickas 48251cf8b2 genesys: Simplify start pixel computation on gl841 2019-08-24 10:13:42 +03:00
Povilas Kanapickas 6ca11bfd71 genesys: Always dump session after computing it 2019-08-24 10:13:41 +03:00
Povilas Kanapickas 5226a163ab genesys: Use common code path to compute session optical_pixels 2019-08-24 10:05:53 +03:00
Povilas Kanapickas ec5225e1f8 genesys: Assume correct resolution is passed from high-level 2019-08-24 10:00:52 +03:00
Povilas Kanapickas 9a21a8335f genesys: Remove dead code related to SCAN_FLAG_USE_OPTICAL_RES 2019-08-24 10:00:51 +03:00
Povilas Kanapickas 21f949bd87 genesys: Remove *_compute_exposure() wrappers 2019-08-24 10:00:50 +03:00
Rolf Bensch b4c95a8ade pixma: backend version 0.23.1 2019-08-20 13:30:25 +02:00
Rolf Bensch f64489bd71 pixma: fix ADF scanning for Canon MAXIFY MB2000 and MB2300 Series 2019-08-20 13:26:11 +02:00
Rolf Bensch 8446baf4f9 pixma: fix ADF scanning for Canon MAXIFY MB5000 Series 2019-08-20 13:11:57 +02:00
Mikael Vallerie 62284c2ed5 Docs for MF633C/MF635C and MF645C 2019-08-19 20:21:23 +02:00
Olaf Meeuwissen 5e74e1b794 genesys: Make std::plus<> template type instantiation explicit
This fixes compile errors on older versions of gcc and possibly other
C++ compilers.
2019-08-19 22:06:33 +09:00
Mikael Vallerie 5d21800b51 pixma: new scanners Canon i-SENSYS MF633C/MF635C, MF645C 2019-08-18 18:53:08 +02:00
Povilas Kanapickas a2ade50870 genesys: Ensure that resolution is set to a supported one at high-level
Previously we relied on low-level implementation to detect when the
requested resolution is higher than one supported by the scanner and
seamlessly patch around so that the high-level code does not notice.
This complicates the low level implementation and results to duplicate
code.
2019-08-18 11:13:01 +03:00
Povilas Kanapickas 61a055a8cf genesys: Pass the line width requested by the frontend separately 2019-08-18 11:13:00 +03:00
Povilas Kanapickas 0b2840a3ff genesys: Clarify frontend param processing a little 2019-08-18 11:12:59 +03:00
Povilas Kanapickas ec0ceaebb5 genesys: Use correct resolution to select sensor during option parsing 2019-08-18 11:12:58 +03:00
Povilas Kanapickas f48239419a genesys: Use common code path to compute session optical_resolution 2019-08-18 10:39:36 +03:00
Povilas Kanapickas 687b549f0a genesys: Use ScanSession to compute ccd_size_divisor on all chips 2019-08-18 10:37:49 +03:00
Povilas Kanapickas ceb56a8b3b genesys: Move gl646 sensor settings to the common sensor table 2019-08-17 12:02:45 +03:00
Povilas Kanapickas a31da79e07 genesys: Compute cksel from register descriptions on gl646 2019-08-17 12:02:44 +03:00
Povilas Kanapickas 0cd26a8adf genesys: Extract resolution filtering to separate class 2019-08-17 11:56:45 +03:00
Povilas Kanapickas 5532f2f277 genesys: Add channel count to the parameters that identify a sensor 2019-08-17 11:51:35 +03:00
Povilas Kanapickas f2871ca81d genesys: Reduce duplication in channel count and depth calculation 2019-08-17 11:51:34 +03:00
Povilas Kanapickas d9fab3a7d8 genesys: Fix incorrect channel count when fetching ccd_size_divisor
All current scanners use the same divisor on both 1 and 3 channels, so
this commit does not change behavior.
2019-08-17 11:49:10 +03:00
Povilas Kanapickas e8d9b6ff5d genesys: Reduce duplication in the Sensor_Master struct list 2019-08-17 11:49:09 +03:00
Povilas Kanapickas f228e427a9 genesys: Store sensor settings in std::vector on gl646 2019-08-17 11:49:08 +03:00
Povilas Kanapickas a8ed3df0fd genesys: Merge Sensor_Settings struct to Sensor_Master 2019-08-17 11:49:07 +03:00
Povilas Kanapickas c001662c05 genesys: Reorder the components on Sensor_Master struct 2019-08-17 11:49:06 +03:00
Povilas Kanapickas 71a467ddf3 genesys: Remove unused data from Sensor_Master on gl646 2019-08-17 11:49:05 +03:00
Povilas Kanapickas b19720cfa1 genesys: Simplify sensor register desc by matching ccd_size_divisor 2019-08-17 11:49:04 +03:00
Povilas Kanapickas e36d6b8fb5 genesys: Simplify exposure setting on gl646 2019-08-17 11:49:03 +03:00
Povilas Kanapickas a4a1003ffc genesys: Rename Sensor_Master::{exposure->exposure_lperiod} 2019-08-17 11:49:02 +03:00
Povilas Kanapickas a3a3647006 genesys: Compute dpiset instead of storing it in tables on gl646 2019-08-17 11:49:01 +03:00
Povilas Kanapickas d2d43d5ed8 genesys: Make sensor table initialization more generic on gl646 2019-08-17 11:49:00 +03:00
Povilas Kanapickas 1330d2289b genesys: Correctly initialize Sensor_Master struct 2019-08-17 11:48:59 +03:00
Povilas Kanapickas eb4fb44048 genesys: Fix missing return from a previous refactor 2019-08-17 11:30:33 +03:00
Povilas Kanapickas 107404dcd0 genesys: Move ccd_size_divisor computation to compute_session() 2019-08-17 11:11:15 +03:00
Povilas Kanapickas 92412a90b2 genesys: Create compute_session() for common session computation 2019-08-17 11:11:14 +03:00
Povilas Kanapickas 86ac877d82 genesys: Remove unused code 2019-08-17 11:05:38 +03:00
Povilas Kanapickas eb1c4fadb9 genesys: Pick correct sensors during option parsing 2019-08-17 11:05:37 +03:00
Povilas Kanapickas 1902c9fbcb genesys: Fix sensor const safety in *_search_start_position() 2019-08-17 11:05:36 +03:00