soukoku
|
4356ed0615
|
Fix querysupport for #49.
|
2015-06-20 19:46:09 -04:00 |
|
soukoku
|
9493cfd3b5
|
Merge branch 'master' of https://soukoku@bitbucket.org/soukoku/ntwain.git
|
2015-04-21 06:23:39 -04:00 |
|
soukoku
|
59b5437ba0
|
Allow selecting/opening a source by id in case of duplicate names.
|
2015-04-21 06:23:33 -04:00 |
|
Eugene Wang
|
2aaf6f1e41
|
README.md edited online with Bitbucket
|
2015-04-21 10:17:10 +00:00 |
|
soukoku
|
4322aa0b07
|
Updated sample lib versions.
|
2015-04-12 14:56:13 -04:00 |
|
soukoku
|
19c0dc9e99
|
Updated readme
|
2015-04-09 22:27:51 -04:00 |
|
soukoku
|
f0202e6776
|
Update to allow preferring old dsm for #43
|
2015-03-27 19:11:10 -04:00 |
|
soukoku
|
1700e183c7
|
Transfer logic tweaks for #42
|
2015-03-27 07:30:37 -04:00 |
|
soukoku
|
abd3c9c65c
|
Updated exception message to include capability id.
|
2015-03-23 07:35:34 -04:00 |
|
soukoku
|
b5cd2f6e17
|
Made IsOpen check current source.
|
2015-03-23 07:20:06 -04:00 |
|
soukoku
|
54a913893a
|
Reorged source tree.
|
2015-03-15 17:36:17 -04:00 |
|
soukoku
|
2ebe3ced0f
|
Merge branch 'master' of https://soukoku@bitbucket.org/soukoku/ntwain.git
|
2015-03-05 07:09:27 -05:00 |
|
soukoku
|
f60c2a083f
|
Added Settings property for use with CustomDSData #38.
|
2015-03-05 07:09:24 -05:00 |
|
Eugene Wang
|
da68d1ebd5
|
README.md edited online with Bitbucket
|
2015-02-26 15:25:09 +00:00 |
|
soukoku
|
b757cc4a42
|
Moved wrapped capabilities into its own class to reduce DataSource complexity.
|
2015-02-20 18:17:51 -05:00 |
|
soukoku
|
59e8b996de
|
Fixed invalidcast exception on setting twframe to capability.
|
2015-02-20 17:45:02 -05:00 |
|
soukoku
|
20a8305214
|
Added wrapper for all caps. String types will need more testing.
|
2015-02-20 07:12:02 -05:00 |
|
soukoku
|
35b0550c3d
|
#31 Add support for setting non-int onevalue for capability
|
2015-02-19 22:55:09 -05:00 |
|
soukoku
|
9ba2b0d0e0
|
Update image parse code.
|
2015-02-19 22:30:13 -05:00 |
|
soukoku
|
eef0b9db92
|
#37 CapabilityReader should not throw for no data
|
2015-02-19 21:05:10 -05:00 |
|
soukoku
|
809d06784d
|
Updated readme.
|
2015-02-18 21:55:07 -05:00 |
|
soukoku
|
6f49adb06d
|
Some CA changes.
|
2015-02-18 21:52:17 -05:00 |
|
soukoku
|
77b3fdfee0
|
Updated default memory manager for other platform.
|
2015-02-18 21:23:55 -05:00 |
|
soukoku
|
daaeb840af
|
Added tiff support.
|
2015-02-18 21:06:07 -05:00 |
|
soukoku
|
b27a9ba4cc
|
Added image conversion parts from commonwin32.
|
2015-02-18 20:02:39 -05:00 |
|
soukoku
|
bcb1ec2382
|
Updated IPlatformInfo to include internally used properties.
|
2015-02-18 19:21:32 -05:00 |
|
soukoku
|
bace6e6323
|
Added workaround for sources that don't support querysupport call.
|
2015-02-13 21:34:12 -05:00 |
|
soukoku
|
0f4e258970
|
Updated winform sample with sync context usage.
|
2015-02-13 07:05:37 -05:00 |
|
soukoku
|
c3cd46e543
|
Fixed enum cap values not read correctly (#33).
|
2015-02-03 18:31:40 -05:00 |
|
soukoku
|
38baf125a0
|
Fixed TypeExtensions init error #32
|
2015-01-30 07:05:15 -05:00 |
|
soukoku
|
1170b2d6ef
|
Added format for image file xfer
|
2015-01-12 19:23:56 -05:00 |
|
soukoku
|
5fad8b3c02
|
Moved TWAIN type reading/writing under one class.
|
2015-01-11 13:16:02 -05:00 |
|
soukoku
|
8d30e9066f
|
Changed when callbacks are registered.
|
2015-01-08 07:05:22 -05:00 |
|
soukoku
|
1ce7c5caf5
|
Added named state enum.
|
2015-01-07 21:34:56 -05:00 |
|
soukoku
|
1ae051e933
|
Xfer default change.
|
2015-01-05 21:39:20 -05:00 |
|
soukoku
|
afa7a1b3d2
|
Updated xfer group usage in xfer logic.
|
2015-01-05 21:31:25 -05:00 |
|
soukoku
|
d7a2bebe2a
|
Fixed wrong pointer passed to unlock method.
|
2015-01-03 12:58:37 -05:00 |
|
soukoku
|
844f84e259
|
Some comments.
|
2015-01-03 11:29:38 -05:00 |
|
soukoku
|
7f39c45bd4
|
Changed xfer logic to not endxfer after reset.
|
2015-01-01 21:27:41 -05:00 |
|
soukoku
|
8a01adaaf6
|
Updated readme.
|
2014-12-29 18:24:23 -05:00 |
|
soukoku
|
0ad1a72bba
|
Fixed #30 version check logic.
|
2014-12-29 18:07:34 -05:00 |
|
soukoku
|
cad36ecf0b
|
Updatd readme for wrapper property.
|
2014-11-29 22:43:07 -05:00 |
|
soukoku
|
313b3c129b
|
Fixed wrong location for old twain_32.dll.
|
2014-11-29 22:16:19 -05:00 |
|
soukoku
|
f29443a8a4
|
Fix issue #25 for bad source returning unexpected cap value types.
|
2014-11-28 21:36:37 -05:00 |
|
soukoku
|
df80b86f71
|
Made wpf sample more mvvm with multi page support.
|
2014-11-15 13:13:41 -05:00 |
|
soukoku
|
6370d9c38b
|
Added cap search in wpf sample.
|
2014-11-14 23:09:12 -05:00 |
|
soukoku
|
c35e727cdb
|
Test setting cap value in wpf sample.
|
2014-11-14 22:52:07 -05:00 |
|
soukoku
|
b4865c988e
|
Typo and other fixes.
|
2014-11-13 21:49:12 -05:00 |
|
soukoku
|
d2134fbcd3
|
lib update.
|
2014-11-11 18:24:41 -05:00 |
|
soukoku
|
87bd298081
|
Wrapped most caps.
|
2014-11-11 07:50:22 -05:00 |
|