Commit Graph

128 Commits

Author SHA1 Message Date
Alexandre Julliard 97b7bb2bab sane: Convert dialogs to po files. 2011-11-22 14:20:45 +01:00
Andrew Talbot 8cf1f49005 sane.ds: Remove extraneous braces from switch statement. 2011-11-07 11:54:13 +01:00
Andrew Talbot 8c41a3bd01 sane.ds: Remove unneeded address-of operators from array name. 2011-11-03 13:52:15 +01:00
Michael Stefaniuc 43b7a0db48 sane.ds: Don't compare with TRUE. 2011-10-03 09:43:27 -05:00
Alexandre Julliard 37e358404f sane.ds: Include system headers before Windows headers. 2011-09-05 19:32:32 +02:00
Marcus Meissner c4703a4aac sane.ds: Removed 3 array != NULL checks (Coverity). 2011-06-16 21:04:22 +02:00
Marcus Meissner 4af30811a8 sane.ds: Mark internal symbols with hidden visibility. 2011-05-24 11:55:20 +02:00
Marcus Meissner a247c7fd49 sane.ds: Mark internal functions as hidden. 2011-04-27 11:50:20 +02:00
Alexandre Julliard 036fe88ef4 sane.ds: Convert string tables resources to po files. 2011-01-14 18:26:11 +01:00
Michael Stefaniuc daaf185d05 sane.ds: The Da, En, Fi, Fr, Nl, Pt resources are using UTF-8. 2010-12-21 11:37:52 +01:00
André Hentschel 2f30e3e464 sane.ds: Fix translation of microsecond. 2010-12-20 12:47:41 +01:00
Hwang YunSong 94ad49dddc sane.ds: Update Korean resource. 2010-12-15 15:52:24 +01:00
Piotr Caban c0c781b14d sane.ds: Convert Polish translation to UTF-8. 2010-12-13 16:26:05 +01:00
André Hentschel 39b260e8be sane.ds: Convert Swedish translation to UTF-8. 2010-12-07 16:10:31 +01:00
André Hentschel 828fa067ec sane.ds: Convert Norwegian translation to UTF-8. 2010-12-07 16:10:31 +01:00
Yaron Shahrabani ecd140cfa3 sane: Added Hebrew translation. 2010-12-05 16:44:42 +01:00
Paul Vriens f0b6e56cc2 sane.ds: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-03 11:08:54 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Michael Stefaniuc 7cb044d3d8 sane.ds: Remove the ignored common resource attributes. 2010-07-22 11:41:40 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard 474899dbcd sane.ds: Remove unused variables. 2010-07-21 13:23:58 +02:00
Igor Paliychuk 04af975d91 sane.ds: Add Ukrainian translation. 2010-07-21 13:23:58 +02:00
Kovács András 3d722816f2 sane.ds: Add Hungarian translation. 2010-06-29 10:53:25 +02:00
Gustavo Henrique Milaré 820358853d sane.ds: Update Portuguese (Brazilian) translation. 2010-06-25 13:30:56 +02:00
Vitaly Lipatov b974852ce1 Update Russian translations. 2010-06-18 16:22:07 +02:00
Luca Bennati e15caca5c4 sane.ds: Add Italian translation. 2010-05-31 12:14:29 +02:00
Sven Baars 54132d97e3 sane.ds: Fix Dutch translation. 2010-05-24 12:56:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
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