Commit Graph

167 Commits

Author SHA1 Message Date
Akihiro Sagawa 93089217c3 msvfw32/tests: Add tests for drawdib. 2014-05-02 16:29:19 +02: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
Marcus Meissner cf2c506b1a msvf32: Fixed incorrect sizeof (Coverity). 2013-06-24 11:47:10 +02:00
Frédéric Delanoy 86544ce98f msvfw32: Fix a leak (coverity). 2012-11-05 11:30:35 +01:00
Frédéric Delanoy 519600bdf1 msvfw32: Use appropriate abbreviation for seconds. 2011-12-13 18:59:06 +01:00
Frédéric Delanoy 18a75957a3 msvfw32: Fix a displayed label. 2011-12-01 15:01:30 +01:00
Alexandre Julliard 197dcda647 msvfw32: Convert dialogs to po files. 2011-11-30 18:05:28 +01:00
Hwang YunSong 1a03d7edca msvfw32: Update Korean resource. 2011-06-17 11:09:09 +02:00
Francois Gouget 11529e1c9f msvfw32: Fix ellipsis usage in the menu and button labels. 2011-06-15 20:04:39 +02:00
Marcus Meissner a6429c7011 msvfw32: Mark MSVFW32_hModule with hidden visibility. 2011-05-26 13:30:50 +02:00
Jörg Höhle 0e566c5b64 msvfw32: Force lower-case 'vidc/vids/audc' etc. when opening new driver. 2011-05-24 18:28:30 +02:00
Francois Gouget 1235c24803 msvfw32: Use constants instead of hard-coded numbers for the resources. 2011-04-28 17:59:00 +02:00
Paul Vriens ec90fcd9c1 msvfw32: Only call MSVIDEO_GetHicPtr() once (Coverity). 2011-03-17 17:44:47 +01:00
Akihiro Sagawa ea27fd99e9 msvfw32: Add Japanese translation. 2011-02-28 13:21:06 +01:00
Alexandre Julliard f14712a24e msvfw32: Convert string table resources to po files. 2011-01-12 17:24:35 +01:00
Hwang YunSong dd7dc1f8ec msvfw32: Update Korean resource. 2010-12-28 16:35:39 +01:00
Paul Vriens ea458a97d0 msvfw32: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-11-03 14:44:50 +01:00
Yaron Shahrabani 27c5a8e15c msvfw32: Added Hebrew translation. 2010-10-27 11:43:36 +02:00
Luca Bennati d3d0cc857d msvfw32: Update Italian translation. 2010-09-21 17:53:54 +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
Jörg Höhle c678bdd718 msvidc: ICDecompressQuery returns ICERR_BADFORMAT on error. 2010-07-28 16:28:23 +02:00
Jörg Höhle aab254a11e msvfw32/tests: Add ICDecompressQuery format tests. 2010-07-28 16:28:22 +02:00
Michael Stefaniuc 8a63281dbf msvfw32: Remove the ignored common resource attributes. 2010-07-22 11:41:36 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Michael Stefaniuc d22e3e4324 msvfw32: Add the Romanian translation.
Translation by Claudia Cotună.
2010-06-23 15:26:49 +02:00
Michael Stefaniuc bdc85b69f6 msvfw32: Replace long with LONG. 2010-05-17 13:18:44 +02:00
Francois Gouget 3428b94a8d Assorted spelling and case fixes. 2010-03-22 10:49:13 +01:00
Jörg Höhle ce96eb7907 msvfw32: MCI Step is like Seek. 2010-03-17 15:56:20 +01: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
Luca Bennati 48b411ce3c msvfw32: Add Italian translation. 2010-02-01 12:48:25 +01:00
Igor Paliychuk b88a56de7f msvfw32: Add Ukrainian translations. 2010-01-29 13:30:04 +01:00
Eric Pouech 70d43eb047 msvfw32: Remove 16bit driver references (now that they no longer exist in winmm). 2009-10-26 11:17:06 +01:00
Alexandre Julliard 0e67f65cab include: Add support for building Wine with strict prototype checking. 2009-10-06 16:12:39 +02:00
Alexandre Julliard 2ff209ed2f msvfw32: Add missing utf8 pragma. 2009-08-20 15:33:26 +02:00
André Hentschel 64a60d8a17 msvfw32: Update German translation. 2009-08-13 16:41:30 +02:00
Vladimir Pankratov c7ea37c0e7 msvfw32: Convert the Russian resources to UTF-8. 2009-08-03 14:56:43 +02:00
Frédéric Delanoy a20e682995 msvfw32: Fix French UI display. 2009-07-10 12:11:15 +02:00
Michael Stefaniuc eab981c116 msvfw32: Convert the German resources to UTF-8. 2009-07-09 15:22:48 +02:00
Alexandre Julliard 56af92b073 makefiles: Regenerate the source lists using make_makefiles. 2009-07-03 13:26:38 +02:00
Michael Stefaniuc 4149385b93 msvfw32: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 11:44:31 +02:00
Francois Gouget 0601902740 msvfw32: Move MSVIDEO_SendMessage() up and make it and MSVIDEO_GetHicPtr() static. 2009-06-22 13:30:46 +02:00
Aurimas Fišeras 3c4cbd4dca msvfw32: Add Lithuanian translation. 2009-06-22 11:28:05 +02:00
Alexandre Julliard 75ba56f066 msvfw32: Fix a pointer conversion warning on 64-bit. 2009-05-28 15:25:09 +02:00
Eric Pouech b8aa4e4fc7 msvideo16: Make msvideo16 a separate 16-bit module. 2009-05-15 11:44:59 +02:00
Eric Pouech 33a04dc69c msvfw32: Clearly separate the 16-bit code out of the rest by wrapping 16-bit message functions in thunks. 2009-05-15 11:35:16 +02:00
Dmitry Timoshkov c3dce7dcce msvfw32: Remove useless and harmful traces from ICDecompress. 2009-05-04 12:52:55 +02:00
Jörg Höhle 9296b1e917 msvfw32/tests: Add mixed-case FOURCC comparisons. 2009-04-28 13:10:02 +02:00
Jörg Höhle e7c06ea6ae Perform case-insensitive FOURCC comparison of built-in video codecs. 2009-04-08 11:37:52 +02:00
Michael Stefaniuc caa604b563 msvfw32: Remove some Win64 compiler warnings.
- Use HandleToLong to get to the user handle.
- Use GetWindowLongPtr to retrieve a pointer.
2009-02-10 12:34:08 +01:00
Michael Stefaniuc ca8d5a7922 msvfw32: Remove superfluous pointer casts. 2009-01-12 13:06:42 +01:00
Alexandre Julliard ec1b28edb0 include: Fix a number of mmsystem.h structure for Win64. 2009-01-09 18:08:29 +01:00
Andrew Talbot 6e59407e1c msvfw32: Remove superfluous semicolon. 2008-12-23 12:51:33 +01:00
Paul Vriens d743ff8815 msvfw32/tests: Fix a test failure on W2K3. 2008-12-19 17:36:36 +01:00
Jörg Höhle fc5c89eb2c msvfw32/tests: ICCOpen() is case-insensitive on MS-Windows. 2008-12-18 13:39:05 +01:00
ByeongSik Jeon 5f3287d79f *Ko.rc: Update Korean resource.
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
ByeongSik Jeon 1b0297a7f9 *Zh.rc: Update the Chinese resource font name to "MS Shell Dlg". 2008-12-11 12:20:48 +01:00
Ricardo Filipe 50882940c0 msvfw32: Added Portuguese translation. 2008-10-22 13:54:55 +02:00
Alexandre Julliard 7f327237bf Convert remaining source files to utf-8. 2008-10-18 19:23:08 +02:00
Hongbo Ni 6a7ad7efb5 msvfw32: Add simplified and traditional Chinese resources. 2008-09-04 11:41:56 +02:00
Andrew Talbot f5c87f8ec5 msvfw32: Sign-compare warning fix. 2008-09-02 11:54:36 +02:00
Francois Gouget 39cb432b68 Fix the resources to remove extraneous spaces in '...'. 2008-06-05 15:53:05 +02:00
José Manuel Ferrer Ortiz 85e839a2c2 Spanish translations updates. 2008-06-02 12:32:47 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen c67a649041 msvfw32: Danish translation. 2008-05-07 12:10:44 +02:00
Andrew Talbot 7b0c084e50 msvfw32: Remove unused variable. 2008-04-23 12:23:20 +02:00
Rok Mandeljc 44aa996e3d msvfw32: Added Slovenian translation. 2008-04-08 11:58:52 +02:00
Vitaliy Margolen 24ce6dc61d msvfw32: Add Russian translation. 2008-04-07 11:34:12 +02:00
Andrew Talbot 0d80791371 msvfw32: Assign to structs instead of using memcpy. 2008-03-07 11:01:07 +01:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Mikołaj Zalewski 997e5f1230 Make Italian, Spanish, Dutch and German resources use SUBLANG_NEUTRAL. 2008-02-21 14:18:07 +01:00
Frans Kool a23e5c5935 msvfw32: Created Dutch translations. 2008-02-16 13:55:17 +01:00
Andrew Talbot 602e675375 msvfw32: Avoid possible dereference of NULL pointer (Coverity). 2008-02-07 11:59:53 +01:00
Andrew Talbot 0f806dfd6b msvfw32: Remove unneeded casts. 2008-01-14 13:10:07 +01:00
Andrew Talbot 8402f7a437 msvfw32: Remove unneeded casts. 2007-12-31 16:44:46 +01:00
Luis C. Busquets Pérez e50543dbe1 msvfw32: Add Spanish resource. 2007-12-10 12:13:15 +01:00
Alexandre Julliard 5c9396d734 msvfw32: Fix invalid check that caused the rest of VideoCapDriverDescAndVer16 to be optimized out. 2007-12-07 18:42:00 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Daniel Nylander 2a194ff8c9 msvfw32: Add Swedish translation. 2007-10-16 12:38:21 +02:00
Andrew Talbot 1a36ccc0a8 msvfw32: Fix a memory leak. 2007-10-01 12:34:25 +02:00
Janusz Tomczak 21fdee3324 msvfw32: Fix Polish translation. 2007-08-06 13:58:19 +02:00
Julien Muchembled 79e19b91a8 msvfw32: Fix enumeration of VFW video codecs that are registered in the registry. 2007-06-01 12:50:56 +02:00
Dmitry Timoshkov 3c9e7a7f33 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. 2007-05-25 20:37:56 +02:00
Andrew Talbot bb519ec0b2 msvfw32: Exclude unused header. 2007-05-15 12:19:08 +02:00
Michael Stefaniuc 5f62da109e janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call. 2007-04-25 12:26:07 +02:00
Andrew Talbot 59bc3545fb msvfw32: Replace const pointer parameter with correct pointer to const. 2007-03-06 12:10:39 +01:00
Andrew Talbot b8e73ace1c msvfw32: Constify a variable. 2007-02-20 11:52:13 +01:00
Francois Gouget aab5e5856e Don't put single quotes around '%s' when using the debugstr_*() functions. 2007-01-18 12:55:50 +01:00
Francois Gouget 1ccf944900 Assorted spelling fixes. 2006-11-13 13:01:53 +01:00
Francois Gouget 9fe4673347 Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
2006-10-24 17:47:09 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Jonathan Ernst a34e04eaf4 Use SUBLANG_NEUTRAL in French resources. 2006-10-19 13:35:05 +02:00
Alexandre Julliard 521612098c msvfw32: Avoid a compiler warning. 2006-10-13 12:08:13 +02:00
Michael Stefaniuc c840d3968b msvfw32: Win64 printf format warning fixes. 2006-10-12 21:43:07 +02:00
Francois Gouget 82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00