Commit Graph

100 Commits

Author SHA1 Message Date
Vladimir Pankratov 31b502ef8e sane.ds: Convert the Russian resources to UTF-8. 2009-08-03 14:57:10 +02:00
Aric Stewart a3bae05dec sane: Remove BOM from Japanese resource. 2009-07-16 11:07:44 +02:00
Michael Stefaniuc 9949661c65 Set the encoding of the remaining German resources to UTF-8. 2009-07-15 13:23:29 +02:00
Aric Stewart 33f8f2b37d sane: Add Japanese resource. 2009-07-15 13:15:41 +02:00
Michael Stefaniuc 6f4b74de5b sane.ds: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:41:33 +02:00
Aurimas Fišeras e057672b16 sane.ds: Add Lithuanian translation. 2009-06-22 11:28:17 +02:00
Alexandre Julliard 9008daed92 sane.ds: Fix a pointer conversion warning on 64-bit. 2009-05-28 15:24:58 +02:00
Francois Gouget b6b4a8f207 sane.ds: Remove an unused debug channel. 2009-05-06 12:20:10 +02:00
Francois Gouget 5ef481922f Assorted spelling fixes. 2009-04-20 15:25:26 +02:00
Jeremy White 33ea7d0801 sane.ds: Add support for DG_IMAGE/DAT_IMAGELAYOUT/GET and SET. Enables Acrobat to use custom scan sizes. 2009-03-12 13:09:53 +01:00
Jeremy White 782ea74acc sane.ds: Move a few static functions so they can be shared. 2009-03-11 10:33:40 +01:00
Jeremy White f764ddc87e sane.ds: Add fixmes for the last 2 unsupported capabilities; this now makes the code have fixmes for all known issues. 2009-03-09 12:29:06 +01:00
Jeremy White 83d4dac8c2 sane.ds: Remove large chunks of stubbed optional functionality; if it's optional, we don't have to support it, and it is not a stub. 2009-03-09 12:29:02 +01:00
Jeremy White a3bfa00ce4 sane.ds: Downgrade more inappropriate FIXMEs to WARNs. 2009-03-09 12:28:55 +01:00
Jeremy White e577d45b4a sane.ds: Make sure that the condition code is set correctly when we handle an unexpected request. 2009-03-09 12:28:50 +01:00
Jeremy White 81b288870e sane.ds: Add support for ICAP_SUPPORTEDSIZES, enabling rational sizing for scans. 2009-03-09 12:28:41 +01:00
Jeremy White 956c296a32 sane.ds: Fix a subtle bug that prevented the float scrollbar from incrementing by one. 2009-03-06 12:49:04 +01:00
Jeremy White e472c49a23 sane.ds: More correctly detect an end of scan job from sane; this enables Acrobat to pull multiple pages in one scan. 2009-03-06 12:49:04 +01:00
Jeremy White 28b708ca9e sane.ds: Add support for CAP_FEEDERENABLED. 2009-03-06 12:49:04 +01:00
Jeremy White 513b2b54a4 sane.ds: Add suport for CAP_AUTOFEED, make batch scans the default. 2009-03-06 12:49:04 +01:00
Jeremy White eae4ac9e8f sane.ds: Implement support for ICAP_PHYSICALHEIGHT and ICAP_PHYSICALWIDTH. 2009-03-06 12:49:04 +01:00
Francois Gouget 4dc8987112 sane.ds: Fix compilation with older SANE headers. 2009-03-03 12:36:17 +01:00
Jeremy White 2c0fea94e8 sane.ds: Implement grayscale and B&W scanning for native image transfers. 2009-03-03 12:36:12 +01:00
Jeremy White 1d58b7e1cc sane.ds: Add a few trace messages useful in following color format. 2009-03-03 12:36:02 +01:00
Jeremy White 29df246005 sane.ds: Downgrade inappropriate FIXMEs. 2009-03-03 12:35:57 +01:00
Jeremy White 3d0d125024 sane.ds: Revise to match identity structures with partial information. 2009-02-26 12:12:25 +01:00
Jeremy White 00f9ef0f4f sane.ds: Fully support ICAP_PIXELTYPE. 2009-02-26 12:12:19 +01:00
Jeremy White f75b5ebba6 sane.ds: Added support for ICAP_UNITS. 2009-02-26 12:12:10 +01:00
Jeremy White 982482e7e8 sane.ds: Add support for ICAP_BITDEPTH. 2009-02-26 12:12:01 +01:00
Jeremy White 6ace799f5a sane.ds: Implement support for ICAP_XRESOLUTION and ICAP_YRESOLUTION. 2009-02-24 16:57:29 +01:00
Jeremy White aaf83dc1b2 sane.ds: Implement NATIVEXFER/MSG_GET for RGB scans. 2009-02-16 15:34:50 +01:00
Jeremy White 9bb24b8f7e sane.ds: Implement stub support for ICAP_PIXELFLAVOR. 2009-02-16 12:31:26 +01:00
Jeremy White 4b794bee9a sane.ds: Get resolution from sane, instead of hard coding -1. 2009-02-16 12:31:11 +01:00
Jeremy White 2033312b43 sane.ds: Add a log message to flag unsupported operations. 2009-02-10 12:56:41 +01:00
Jeremy White c00d81ab14 sane.ds: Remove a duplicate assignment. 2009-02-10 12:56:35 +01:00
Jeremy White 3f0645c79d sane.ds: Indicate that we used a modal dialog. 2009-02-10 12:56:29 +01:00
Jeremy White 0cab16c647 sane.ds: Revise the logic around processing events to reflect the need for us to generate and post a message to drive Sane events. 2009-02-10 12:56:22 +01:00
Jeremy White b0ec8880e2 sane.ds: Add stub support for ICAP_COMPRESSION. 2009-02-10 12:55:56 +01:00
Jeremy White 6320266e58 sane.ds: Add support for CAP_UICONTROLLABLE. 2009-02-10 12:53:47 +01:00
Jeremy White 272c1881dd sane.ds: Add partial stub support for ICAP_PIXELTYPE, with tests. Fixes a first crash in Adobe Acrobat scanning support. 2009-02-10 12:53:34 +01:00
Jeremy White 22bab0aa3d sane.ds: Return a 0 for MSG_QUERYSUPPORT even for capabilities we don't support. 2009-02-10 12:53:14 +01:00
Jeremy White 8dee7519c6 sane.ds: Eliminate incorrect TWRC_FAILURE return. 2009-02-10 12:53:00 +01:00
Jeremy White 333ef6a098 sane.ds: More correctly stub CAP_XFERCOUNT, and tests. 2009-02-10 12:52:53 +01:00
Jeremy White 25d5953cd8 sane.ds: Rearrange function position to avoid the need for forward function declarations. 2009-02-10 12:52:25 +01:00
Jeremy White c739edf6aa sane.ds: Simplify SANE_SaneCapability. 2009-02-10 12:52:02 +01:00
Jeremy White 0639904cc2 sane.ds: More completely implement ICAP_XFERMECH, with helper functions. 2009-02-06 16:40:41 +01:00
Jeremy White 5bef45201a sane.ds: Pass MSG_QUERYSUPPORT requests to the capability driver. 2009-02-03 14:02:05 +01:00
Jeremy White e93c14fac7 sane.ds: Implement CAP_SUPPORTEDCAPS. 2009-01-29 13:29:41 +01:00
Jeremy White 7aa3bb3a68 sane.ds: Initialize the SupportedGroups field when returning a source. 2009-01-29 13:27:26 +01:00
Michael Stefaniuc 54b6a42a0a include: Change twain.h to use LONG/ULONG for Win64 compatibility.
Also fix the compiler warnings introduced by this change.
2009-01-06 12:44:12 +01:00