Commit Graph

4047 Commits

Author SHA1 Message Date
Austin English 1235b01518 wine.inf: Add CurrentControlSet\Control\VirtualDeviceDrivers registry key. 2012-02-09 09:33:17 -06:00
André Hentschel dbbf8f8ade msvcmaker: "MODULE = none" is obsolete. 2012-02-06 10:19:31 -06:00
André Hentschel c7c8d3ccfc winemaker: Print the invocation command line to the Makefile. 2012-02-06 10:19:31 -06:00
Henri Verbeet 187065e1c3 wrc: Avoid an unused function warning when HAVE_LIBGETTEXTPO is not defined. 2012-01-31 13:46:36 +01:00
Alexandre Julliard 811da88cfc wrc: Fix parsing of virtkey accelerators. 2012-01-30 12:46:20 +01:00
Francois Gouget 1a512846e2 wrc: Add a trailing '\n' to the error() calls. 2012-01-27 18:05:54 +01:00
Alexandre Julliard 67771c5921 tools: Assume that FreeType supports FT_Load_Sfnt_Table. 2012-01-25 20:41:37 +01:00
Alexandre Julliard ceadc43c78 wrc: Add support for translating accelerators through po files. 2012-01-24 18:10:32 +01:00
Eric Pouech 2ce0e94018 winedbg, winedump: Embed wine build-id information info minidump, and display it. 2012-01-24 18:10:32 +01:00
Alexandre Julliard 42e583f1f6 widl: We no longer need to avoid windows.h in generated headers. 2012-01-20 15:59:02 +01:00
André Hentschel 3abe79d71a winemaker: Add command line option for compiling static libraries. 2012-01-16 12:45:38 +01:00
Austin English a2219b9c84 wine.inf: Add Tcpip/Winsock/Winsock2 service registry keys. 2012-01-11 17:47:27 +01:00
Stefan Leichter c0f7eaa8f9 wine.inf: Add registry key for DiskDrive class. 2011-12-28 17:46:35 +01:00
Gerald Pfeifer 64de0876e4 winedump: Remove unused parameter from codeview_dump_linetab(). codeview_dump_linetab(). 2011-12-19 20:15:52 +01:00
Alexandre Julliard f5956f1ac6 wine.inf: Also create iexplorer.exe in the system directory for registration. 2011-12-14 19:35:04 +01:00
Alexandre Julliard bf0c37d56a widl: Zero-initialize [out] structures and unions that contain pointers. 2011-12-13 18:59:15 +01:00
Michael Stefaniuc 6b5dca5bbb cmdlgtst: Remove obsolete and unused application. 2011-12-09 21:15:38 +01:00
André Hentschel c50f25e91b winebuild: Fill the delay slot on Sparc. 2011-12-02 12:15:31 +01:00
Frédéric Delanoy 355a0aef8b winebuild: Avoid dead code in BuildCallFrom16Core (Coverity). 2011-11-28 16:40:47 +01:00
André Hentschel 798a91a3da winemaker: Also detect static libraries when scanning directories. 2011-11-24 17:10:20 +01:00
Andrew Talbot 7f27eb6a45 widl: Avoid right-shift of negative values. 2011-11-23 09:13:04 +01:00
André Hentschel 49c35fca93 winemaker: Add support for compiling static libraries. 2011-11-21 11:00:31 +01:00
André Hentschel 06f4928474 winemaker: Be less picky when detecting the target type. 2011-11-21 11:00:17 +01:00
André Hentschel 289ca97930 winemaker: Remove some unused variables. 2011-11-21 11:00:05 +01:00
André Hentschel b40c5f2d2c winemaker: Respect more spaces when splitting the options. 2011-11-21 11:00:00 +01:00
Alexandre Julliard ceb26b809b wrc: Fix lookup of strings that contain a context. 2011-11-18 19:26:42 +01:00
Marcus Meissner af14cb60f7 wmc: Increate allocated size to match \0 (Coverity). 2011-11-14 15:25:18 +01:00
André Hentschel 64d883a356 winebuild: Add support for building on powerpc64.
With much help from Austin English.
2011-11-07 11:32:20 +01:00
André Hentschel 6f84e89d2d winebuild: Use ARMv7 for wine modules. 2011-11-02 12:25:33 +01:00
André Hentschel 43e4e47465 winedump: Add machine string for ARMv7. 2011-11-01 16:45:36 +01:00
Alexandre Julliard 1eeaa874b3 wrc: Increase the font size when translating a dialog to a language that needs a larger font. 2011-10-31 16:47:13 +01:00
Alexandre Julliard f13f25343c wrc: Set the WS_EX_LAYOUTRTL flag when translating a dialog to a RTL language. 2011-10-31 16:46:58 +01:00
Alexandre Julliard 413f5ccba5 wrc: Print warnings for mismatched dialogs during po file generation. 2011-10-31 16:46:22 +01:00
Alexandre Julliard 5adfd065bb winegcc: Avoid including Windows headers in the Mingw unicode stub. 2011-10-26 17:38:19 +02:00
Alexandre Julliard f4ec097c9b wrc: Load translations from mo files instead of po. 2011-10-22 20:13:40 +02:00
Alexandre Julliard 4215722988 wrc: Store the current po file in a global variable. 2011-10-22 17:44:38 +02:00
Alexandre Julliard 268976b9fe makefiles: Add rules for building mo files. 2011-10-22 15:43:50 +02:00
André Hentschel 2843d4f831 tools: Upgrade the config.guess/config.sub scripts. 2011-10-08 20:11:57 +02:00
Louis Lenders 6b164a52e2 wine.inf: Add key for InstallDate under CurrentVersionNT. 2011-10-08 17:36:41 +02:00
Charles Davis 486783626f winegcc: On Mac OS, turn -s into -Wl,-x. 2011-10-06 12:24:05 -05:00
Alexandre Julliard 54f71a0d8e makedep: Ensure that error messages contain "error".
Suggested by Dan Kegel.
2011-09-28 14:33:45 +02:00
Jacek Caban c7602d51b3 widl: Define __REQUIRED_RPCNDR_H_VERSION__ in generated headers. 2011-09-22 19:51:49 +02:00
Alexandre Julliard 977e15b762 widl: Store the type format offset for function parameters in the variable object. 2011-09-19 12:56:25 +02:00
Alexandre Julliard e2a92702ed widl: Pass variables around instead of types for function parameters. 2011-09-19 11:54:42 +02:00
Alexandre Julliard c31948a775 widl: Make the function return value a variable. 2011-09-17 16:09:47 +02:00
Alexandre Julliard 05ff9dfeb1 widl: Include string formats in the element description for complex arrays. 2011-09-16 21:08:54 +02:00
Alexandre Julliard c0ac16403f make_specfiles: Support a magic comment to prevent forwarding an entry point. 2011-09-14 17:00:19 +02:00
Louis Lenders e3edf08e8c wine.inf: Add registry key HKLM,%CurrentVersionNT%,"ProductName". 2011-09-09 15:18:31 +02:00
Alexandre Julliard c8d912376f wine.inf: Create a fake dll for the 32-bit iexplore on Wow64. 2011-09-09 12:55:43 +02:00
Bernhard Loos 00ab883644 widl: Also create proxies/stubs for interfaces marked with oleautomation. 2011-09-06 15:42:28 +02:00