Commit Graph

83 Commits

Author SHA1 Message Date
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Igor Paliychuk a0fc95e038 msrle32: Add Ukrainian translations. 2010-02-01 12:08:13 +01:00
Vladimir Pankratov 53235cced3 msrle32: Convert the Russian resources to UTF-8. 2009-08-03 14:56:47 +02:00
Alexandre Julliard a32e4e5ee3 Convert English resources to UTF-8 where necessary. 2009-07-20 14:46:48 +02:00
Michael Stefaniuc 88b5979d27 msrle32: Convert the German resources to UTF-8. 2009-07-09 15:22:33 +02:00
Frédéric Delanoy dc4463e142 msrle32: Fix French translation. 2009-07-09 11:25:25 +02:00
Michael Stefaniuc e74505d844 msrle32: Build language resource files separately.
Instead of including them from an other rc file.
2009-06-30 13:48:05 +02:00
Aurimas Fišeras 555184fea1 msrle32: Add Lithuanian translation. 2009-06-22 11:27:55 +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 20c70ed85d msrle32: Remove superfluous pointer casts. 2009-01-15 12:43:00 +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
Michael Stefaniuc 819ad6417b msrle32: Remove some superfluous casts. 2008-12-05 12:36:16 +01:00
Alexandre Julliard 2c498691f5 msrle32: Convert source files to utf-8. 2008-10-18 19:20:18 +02:00
Muneyuki Noguchi 39ef6e607d msrle32: Convert Japanese resource to UTF-8. 2008-10-13 11:41:08 +02:00
Rob Shearman 88a97daa71 msrle32: Fix uses of arithmetic operators on Boolean types in MSRLE32_CompressRLE4Line and MSRLE32_CompressRLE8Line.
The "extra_byte" variable is used as though it contains an integer
rather than a TRUE/FALSE value so make it into an integer.
2008-08-18 17:34:12 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 441a381899 msrle: Danish translation. 2008-05-07 12:08:52 +02:00
Rok Mandeljc 85cc101e90 msrle32: Updated Slovenian translation. 2008-04-07 21:40:19 +02:00
Hwang YunSong(황윤성) 521a217826 msrle32: Updated Korean resource. 2008-04-04 12:02:38 +02:00
Michael Stefaniuc 881373f452 msrle32: Add the Romanian translation. 2008-03-19 18:51:38 +01:00
Rob Shearman 9ca4680fce msrle32: Fix the character count passed into LoadStringW in About. 2008-02-15 11:03:56 +01:00
Daniel Nylander 3f9576c21b msrle32: Add Swedish translation. 2007-10-16 12:41:01 +02:00
Andrew Talbot bea2ba50cf msrle32: Constify some variables. 2007-06-15 12:40:51 +02:00
Andrew Talbot ba313be7b2 msrle32: Declare some functions static. 2007-01-12 20:41:52 +01:00
Michael Stefaniuc 22684cc767 janitorial: Remove stray '\' at end of lines. 2007-01-09 12:04:26 +01:00
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Francois Gouget 8852d2ce9e msrle32: Add a Portuguese translation (contributed by Americo Jose Melo). 2006-11-28 12:13:05 +01:00
Francois Gouget b5f104d05b Replace SUBLANG_DEFAULT with the specific SUBLANG_XXX constant for languages that have multiple sublanguages. 2006-11-24 11:49:32 +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 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +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
Michael Stefaniuc 4407218329 msrle32: Win64 printf format warning fixes. 2006-10-09 12:55:26 +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
Mikołaj Zalewski 649215b212 msrle32: Show correctly the authors surname in some non-latin1 languages. 2006-09-27 09:40:00 +02:00
Mikołaj Zalewski 077a38128c video codecs: add Polish translation. 2006-09-27 09:39:53 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
András Kovács 359a9dc073 msrle32: Added Hungarian translation. 2006-03-15 11:32:27 +01:00
Mike McCormack 29c3a54339 msrle32: Fix some gcc 4.1 warnings caused by casts in windowsx.h macros. 2006-03-03 13:19:00 +01:00
Petr Tesarik e429bff8cc msrle32: Czech language resources encoding fix. 2006-02-13 13:27:44 +01:00
Fatih Aşıcı 26e6b6fdb3 msrle32: Turkish translation. 2006-02-06 13:05:00 +01:00
Dmitry Timoshkov c13ae56289 Add a check for icinfo->fccType in DRV_OPEN message handler of builtin
video codecs.
2006-02-03 12:29:26 +01:00
Rolf Kalbermatter f989f62076 msrle32: Spelling fix. 2005-12-26 12:58:11 +01:00
Dmitry Timoshkov 8140d66c47 Fix all drivers DriverProc to conform to the DRIVERPROC definition. 2005-11-28 20:53:22 +01:00
Dmitry Timoshkov 19021aab0d Set both dwVersionICM and dwVersion to ICVERSION in Wine builtin
codecs.
2005-11-28 17:31:48 +01:00
Dmitry Timoshkov e1e83cac75 Fix several bugs in msrle32 preventing it to load.
Remove a hack in ICOpen compensating a bug in msrle32.
Use MSVFW32_hModule directly in ICCompressorChoose, and avoid a
convoluted GWLP_HINSTANCE hack.
2005-11-28 10:44:34 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00