0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
scantool: set the scan depth to 16
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: implement the setDepth: method
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: use the setMode: and setResolution: methods
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: implement the setResolution: method
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: implement the setMode: method
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: store all SKScanOption instances in the options dictionary using the name member as key
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOption: add name method which returns the option name
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: add private method which prints out the status error which occured
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOption*: don't try to set an option which is inactive or readonly
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: fix the value used to set the readonly capability
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanParameters: add more methods needed to generate an NSBitmapImageRep
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOption*: replace NSException exceptionWithName:reason:userInfo: with NSException raise:format:
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOptionInt: raise exception if constraints are not met when setting the option value
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOptionString: raise exception if constraints are not met when setting the option value
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOption*: fix dealloc methods
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOptionString: raise an exception if constraints array contains non-integer values
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOptionString: raise an exception if constraints array contains non-string values
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: replace setValue:forKey: with setIntegerValue:
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOption*: add missing retain calls
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOptionString: implement the setStringValue: method
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOptionInt: implement the setIntegerValue: method
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOptionBool: implement the setBoolValue method
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOption: add set methods for the different value types
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanOption: rename isInt method to isInteger
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: now scantool is responsible for saving the scanned image
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: doScan now returns an NSArray of NSBitmapImagRep's
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: create an NSBitmapImageRep which manages it's bitmapData itself and copy the pixel values into the bitmapData
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: fix error where an uninitialized SANE_Parameters variable was used instead of the SKScanParameters instance
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanParameters: add isLastFrame method
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: add stub methods for setting the most common scan options
Manfred Kröhnert
as mkroehnert
More... about 14 years ago