0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix 2bff2d0bd757b36abe7c91c2f9ae0b543f4180b3 by readding removed userdefaults variable More... almost 12 years ago
scantool: add the possibility to specify the output filename on the commandline
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: use the new NSBitmapImageRep category methods to simplify scantool
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SaneKit: add category to NSBitmapImageRep for writing the representation to a file
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
Xcode: update the project file
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanParameters: correct calculations which did not take the depth value into account
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
add README file
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
Change license to FreeBSD-License aka 2-clause BSD-License
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: set the maxScanRect as the default scan area
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: implement maxScanRect correctly by creating an NSRect from the options values
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKRange_Protocol: extend the protocol with min, max methods
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanParameter: fix conflicting return type (should have been void)
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: add auto-reload of scan parameters
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: add reloadScanParameters method SKScanParameters: add updateFormat:.... method which is used by the initWithFormat:...
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: reload options if setting one affects other options
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: split scanOptions method into scanOptions and reloadScanOptions
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: reuse old SKScanOption instances instead of recreating them every time
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: only create the optionName string once at the beginning of the loop
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: don't create an extra array when the values can be extracted with [NSDictionary allValues]
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: try to load the last device from NSUserDefaults and write a newly opened device to NSUserDefaults
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: omit the first option as it only contains the options count
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: fix memory error while releasing options dictionary (release without retain)
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: add method toUserDefaultsDict which returns a dictionary characterizing the device
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: add initWithDictionary: method
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: read device and output type from the commandline
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: add method writeImageTofile()
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: create a static dictionary and fill it with SKOutputType instances
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: add class SKOutputType which stores a file type and associated file extension
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
SKScanDevice: run an inital scanOptions to populate the options dictionary
Manfred Kröhnert
as mkroehnert
More... about 14 years ago
scantool: set options through command line parameters
Manfred Kröhnert
as mkroehnert
More... about 14 years ago