Commit Graph

4202 Commits

Author SHA1 Message Date
Alexandre Julliard 2db2303bbc libwine: Add support for codepage 10082 (Mac Croatian). 2013-06-26 17:57:28 +02:00
Alexandre Julliard 085eda4e2d libwine: Add support for codepage 10021 (Mac Thai). 2013-06-26 17:56:26 +02:00
Alexandre Julliard 0928012251 libwine: Add support for codepage 10017 (Mac Ukrainian). 2013-06-26 17:55:31 +02:00
Alexandre Julliard ee34072cfb libwine: Add support for codepage 10010 (Mac Romanian). 2013-06-26 17:54:16 +02:00
Alexandre Julliard 1aebebaf72 libwine: Add support for codepage 10008 (Mac Simplified Chinese). 2013-06-26 17:52:31 +02:00
Alexandre Julliard 701d5efdef libwine: Add support for codepage 10003 (Mac Korean). 2013-06-26 17:50:04 +02:00
Alexandre Julliard c90c593288 libwine: Add support for codepage 10002 (Mac Traditional Chinese). 2013-06-26 17:47:17 +02:00
Alexandre Julliard aa23d6ecc6 libwine: Add support for codepage 10001 (Mac Japanese). 2013-06-26 17:42:33 +02:00
Alexandre Julliard f54c2f65b8 make_unicode: Move codepage file output code to a common routine and make default characters configurable. 2013-06-26 17:30:45 +02:00
Frédéric Delanoy 9c4936717a tools: Update winemaker manpage French translation. 2013-06-25 20:57:12 +02:00
Alexandre Julliard 2c4e5ad1a9 make_unicode: Cache files under their full path name to avoid conflicts. 2013-06-19 20:09:53 +02:00
Alexandre Julliard 28ece74fd8 Use the official Microsoft definitions for Gaelic languages. 2013-06-19 20:09:51 +02:00
Alistair Leslie-Hughes ff9039d94d wine.inf: Install msdaps.dll into the correct directory. 2013-06-19 19:18:39 +02:00
Alexandre Julliard 7ca08fee55 widl: Avoid short printf formats with int variables. 2013-06-17 13:34:40 +02:00
André Hentschel 5b2d515763 winemaker: Use utf-8 for stdout. 2013-06-17 13:34:40 +02:00
André Hentschel 1337726318 winemaker: Try to find the real case of a given filename or path from project files. 2013-06-13 12:17:48 +02:00
André Hentschel bf236d423f winemaker: Add includes separately for vcproj files. 2013-06-13 12:17:45 +02:00
André Hentschel 7bd49ab2df winemaker: Don't destroy relative paths. 2013-06-13 12:17:39 +02:00
Alexandre Julliard dbecee55ce wine.inf: Explicitly register the 32-bit stdole2.tlb under SysWOW64. 2013-06-12 16:49:19 +02:00
André Hentschel b4b2656bc8 winemaker: Don't add -mno-cygwin to CXXEXTRA per default. 2013-06-11 20:16:36 +02:00
Austin English 936cb4ce7e api-ms-win-core-processthreads-l1-1-0: Add stub dll. 2013-06-10 14:26:12 +02:00
Alexandre Julliard 3987913453 winegcc: Pass the C compiler name to winebuild. 2013-06-10 13:43:48 +02:00
Alexandre Julliard 98e6a0da73 winebuild: Add an option to use the C compiler to assemble files. 2013-06-10 13:19:34 +02:00
Alexandre Julliard f7272176d9 winebuild: Split the names of the as and ld commands to allow arguments. 2013-06-10 13:17:21 +02:00
Alistair Leslie-Hughes 28e80addf8 wine.inf: Install oledb32 into the correct directory. 2013-06-07 17:12:25 +02:00
Hans Leidekker 8c23dc98b3 wine.inf: Install WBEM executables in system32/wbem. 2013-06-06 14:24:02 +02:00
Austin English 1648340d09 api-ms-win-core-localregistry-l1-1-0: Add stub dll. 2013-06-05 11:42:40 +02:00
Daniel Jelinski 240172f108 wine.inf: Add HKLM\\System\\CurrentControlSet\\Services\\Eventlog\\Application registry key. 2013-05-28 19:44:23 +02:00
Jacek Caban c3b64d94b5 winegcc: Use gcc -shared instead of dllwrap to build DLLs. 2013-05-08 20:43:21 +02:00
Alexandre Julliard b49c565f95 wine.inf: Remove no longer used control panel section. 2013-05-07 17:20:50 +02:00
Alexandre Julliard 100806e473 configure: Use the pkg-config helper macro for freetype. 2013-05-03 20:45:32 +02:00
Dmitry Timoshkov e2791cdfb1 include: Make IMAGE_RESOURCE_DIRECTORY_ENTRY match PSDK definition. 2013-04-29 13:33:54 +02:00
Dmitry Timoshkov ad3a3c3ea5 winedump: Add support for 1st, 2nd and long names linker COFF archive members. 2013-04-29 13:33:54 +02:00
André Hentschel c11da76dc5 winegcc: Add support for Multiarch Architecture Specifiers. 2013-04-23 19:12:58 +02:00
André Hentschel 504925a8f7 winegcc: Set target based on forced pointer size. 2013-04-23 19:12:56 +02:00
Jacek Caban 0da8be91ef wrc: Allow '/' and '\' in identifiers. 2013-04-23 15:35:12 +02:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Piotr Caban 8985e968d4 winedump: Dump parameters default values in typelib. 2013-04-11 19:32:32 +02:00
Alexandre Julliard 43ac582d7d libport: Rename spawnvp to _spawnvp to avoid the deprecated name. 2013-04-09 15:26:10 +02:00
Akihiro Sagawa c4408e0b62 fonts: Add Japanese FixedSys font. 2013-04-09 12:06:14 +02:00
Akihiro Sagawa 6eaa345261 fonts: Add Fixedsys font. 2013-04-09 12:06:12 +02:00
Nikolay Sivov 7f78caa81c include: Added IRowsetNotify definition and proxy/stub stub implementation. 2013-04-08 11:36:09 +02:00
André Hentschel 7c0c050aa1 wine.inf: Add winemac.drv to RelayFromExclude. 2013-04-02 12:47:26 +02:00
Stefan Leichter 56538fdf89 msvcp110: Add VS2012 C/C++ runtime. 2013-04-02 12:47:13 +02:00
Alexandre Julliard 2467c06a30 winebuild: Check for delayed import before the library is parsed, in case the real module name is different. 2013-04-01 14:32:36 +02:00
Jacek Caban 194cc70fbe secur32: Disable SSL2 protocol in default settings. 2013-04-01 12:18:55 +02:00
Alexandre Julliard 0aa3ae18f8 buildimage: Store large images as raw PNG files in icons. 2013-03-27 20:12:27 +01:00
Alexandre Julliard c9d806a0d1 wrc: Add support for PNG icons. 2013-03-27 20:12:27 +01:00
André Hentschel 18c95cf165 winedump: Dump exception info on ARM. 2013-03-25 14:07:55 +01:00
André Hentschel 5d712e7ea0 winedump: Recognize IMAGE_DEBUG_TYPE_CLSID. 2013-03-25 14:07:49 +01:00