Commit Graph

132 Commits (aa7360d47e0e5192f47638362b3ca18183dfbd63)

Author SHA1 Message Date
Andrew Eikum ab22ea74a4 msacm32: Make ACM driver details match native more closely. 2015-05-27 14:31:39 +09:00
Alexandre Julliard 9b6c203d8f msacm32: Print full flag values in traces. 2015-03-30 19:49:13 +09:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00
Andrew Eikum 3cb2ddfd09 msacm32: Don't clear DONE flag in Un,PrepareHeader. 2013-11-04 20:14:35 +01:00
André Hentschel 0a9531f9b8 msacm32/tests: Fix tests compilation with __WINESRC__ defined. 2013-10-24 10:47:03 +02:00
Michael Stefaniuc 0e681027a2 tests: Compile the tests by default with -D__WINESRC__. 2013-10-02 11:04:02 +02:00
Alexandre Julliard 3181d9130c msacm32: Don't bother to free memory at process exit. 2013-05-20 12:27:44 +02:00
Andrew Talbot bb55f47e41 msacm32: Indentation fix. 2012-12-18 12:35:26 +01:00
Eric Pouech 3d845b1242 msacm32: In acmFormatChoose, added support for template. 2012-08-16 12:44:35 +02:00
Eric Pouech 22789aa30e msacm32: Convert acmFormatChoose internals to Unicode, implement acmFormatChoose[AW] on top of it. 2012-08-13 12:13:18 +02:00
Eric Pouech 03ab4bea9c msacm32: In format chosse dialog, get rid of static variables, and store information as a property of dialog. 2012-08-13 12:13:13 +02:00
Jörg Höhle 72f8c64889 msacm32: Add missing acmStreamClose (Valgrind). 2012-01-18 17:53:49 +01:00
Pierre Schweitzer 1ac7096728 msacm32: Fix buffer double free. 2011-12-07 17:49:59 +01:00
Alexandre Julliard 855d32d38a msacm32: Convert dialogs to po files. 2011-11-24 20:57:03 +01:00
Michael Stefaniuc f9c42a7d0a include: Make "long" numeric constants LP64/LLP64 proof (msacm.h). 2011-11-04 14:44:42 +01:00
Andrew Talbot a051be53d2 msacm32: Mark fall-through in switch statement. 2011-10-04 16:55:58 -05:00
Frédéric Delanoy b5a33dab88 dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
Andrew Eikum e532c55995 msacm32: Also load ACM drivers from key values. 2011-06-16 11:16:48 +02:00
Marcus Meissner d826e08904 msacm32: Mark internal symbols with hidden visibility. 2011-05-20 10:32:37 +02:00
Hwang YunSong 6835fba305 msacm32: Update Korean resource. 2010-12-27 11:45:48 +01:00
Paul Vriens c99e151bc0 msacm32: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-03 10:24:47 +01:00
Yaron Shahrabani 177e7014e3 msacm32: Added Hebrew translation. 2010-10-27 11:59:37 +02:00
Luca Bennati 68abad937d msacm32: Update Italian translation. 2010-09-28 12:57:43 +02: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 c8b949eb77 msacm32: Remove the ignored common resource attributes. 2010-07-22 11:41:37 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Gustavo Henrique Milaré 16752ff94c msacm32: Update Portuguese (Brazilian) translation. 2010-06-25 10:25:30 +02:00
Frédéric Delanoy ffc774c026 msacm32: Remove dead "code" from rc files. 2010-06-07 12:22:40 +02:00
Michael Stefaniuc ff2813364a msacm32: Avoid using the long type. 2010-05-24 11:15:06 +02:00
Gerald Pfeifer bf9d6f2dfd msacm32/tests: Simplify check_count and msacm_tests. 2010-05-03 16:47:51 +02:00
Jörg Höhle 770c9bc873 msacm32: Fix nesting in acmFilter/FormatTagEnum. 2010-04-06 18:08:07 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Alexandre Julliard 6bc1a359f8 msacm32: Clear the type field when deleting a driver. 2010-01-29 13:29:21 +01:00
Igor Paliychuk 1da6d263b5 msacm32: Add Ukrainian translations. 2010-01-28 12:17:12 +01:00
Michael Stefaniuc a29b421425 dlls/msacm32: Avoid a sizeof()+cast in an ok() call. 2009-10-06 11:58:03 +02:00
Aric Stewart bfe83b22c2 msacm32/tests: msacm32 can enumerate drivers that cannot be loaded or have their details queried. Deal with this properly. 2009-08-24 11:58:27 +02:00
Aric Stewart 157c1629c1 msacm32: In acmDriverDetails if we are unable to load the driver then return MMSYSERR_NOTSUPPORTED as windows does. 2009-08-24 11:58:20 +02:00
Aric Stewart 6215742c6e msacm32: If a driver load fails and it does not give us another error set the error to MMSYSERR_NODRIVER. 2009-08-24 11:58:15 +02:00
Vladimir Pankratov d8992c45e4 msacm32: Convert the Russian resources to UTF-8. 2009-07-24 13:12:04 +02:00
Michael Stefaniuc 9949661c65 Set the encoding of the remaining German resources to UTF-8. 2009-07-15 13:23:29 +02:00
Frédéric Delanoy b1f24b4061 msacm32: Fix French translation & UI display. 2009-07-09 14:51:33 +02:00
Michael Stefaniuc 9bb0f9c723 msacm32: Build language resource files separately.
Do not include them from an other rc file.
2009-07-03 11:31:43 +02:00
Alexandre Julliard 1fc2cebf5e msacm32: Fix a pointer conversion warning on 64-bit. 2009-05-28 15:25:04 +02:00
Aurimas Fischer 4645cfb9af msacm32: Add Lithuanian translation. 2009-04-06 11:16:36 +02:00
Stefano Guidoni 3a54e89ff8 msacm32: acmFormatEnum: Implement ACM_FORMATENUMF_SUGGEST. 2009-03-13 13:26:14 +01:00
Alexandre Julliard d43148222a msacm32: Make msacm.dll into a stand-alone 16-bit module. 2009-03-11 16:51:09 +01:00