1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 09:18:56 +00:00
Commit Graph

1272 Commits

Author SHA1 Message Date
Alexandre Julliard
c485b18201 crypt32: Convert translations to po files. 2011-01-06 13:56:08 +01:00
Ken Thomases
21137cd3c3 windowscodecs: Use Mac OS X native ICNS support, not libicns.
The ICNS support is only used on Mac OS X and is not anticipated to be used
on any other platform.  So, we can rely on the native frameworks rather than
a third-party dependency.
2011-01-06 11:44:02 +01:00
Alexandre Julliard
f8be8ff65e xcopy: Convert translations to po files. 2011-01-04 20:27:34 +01:00
Alexandre Julliard
26c924ee15 write: Convert translations to po files. 2011-01-04 20:27:34 +01:00
Alexandre Julliard
4bca33439e uninstaller: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Alexandre Julliard
f0673019a3 taskkill: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Alexandre Julliard
1d3ef6992f start: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Alexandre Julliard
7ca7138b40 reg: Convert translations to po files. 2011-01-04 20:27:33 +01:00
Alexandre Julliard
b8c80c995e net: Convert translations to po files. 2011-01-04 20:27:32 +01:00
Alexandre Julliard
6ec2a5375f ipconfig: Convert translations to po files. 2011-01-04 20:27:01 +01:00
Alexandre Julliard
6864716caa cmd: Convert translations to po files. 2011-01-04 17:16:00 +01:00
Alexandre Julliard
367fd228d8 makefiles: Add rules to rebuild the po files in maintainer mode. 2011-01-04 17:05:21 +01:00
Alexandre Julliard
7c2a4bf25e makefiles: Add dependencies on all po files for po-translated resources. 2011-01-04 16:55:54 +01:00
Thomas Mullaly
858ccfff8b normaliz: Added normaliz.dll stub. 2011-01-04 11:50:27 +01:00
Alexandre Julliard
0e79c5c1c3 configure: Add a check for the gettextpo library. 2011-01-04 11:16:50 +01:00
Alexandre Julliard
5eee920441 configure: Output maintainer-mode rules directly from configure. 2011-01-01 12:04:45 +01:00
Alexandre Julliard
1858f43d99 configure: Make the import lib name optional in WINE_CONFIG_DLL. 2010-12-29 14:10:47 +01:00
Adam Martinson
2eb2f71c03 configure: Fix OpenCL includes on systems with only CL/cl.h. 2010-12-29 11:59:39 +01:00
Alexandre Julliard
6cce7fa0ce configure: Add a generic mechanism for passing flags to dll and program rules. 2010-12-28 16:35:40 +01:00
Alexandre Julliard
3c42b62fdb configure: Create a wow64 symlink for the preloader too. 2010-12-27 15:39:26 +01:00
Alexandre Julliard
13eafa047d configure: Get rid of the replacement function for gettid. 2010-12-27 12:08:37 +01:00
Alexandre Julliard
41d6a92349 msxml2: Add an msxml2 library that contains the v2.6 msxml typelib. 2010-12-21 13:56:42 +01:00
Alexandre Julliard
25ccc90b42 msxml: Add an msxml library that contains the v2.0 msxml typelib. 2010-12-21 13:25:20 +01:00
Marcus Meissner
f825f0d04a configure.ac: Add -Wlogical-op, if it's not noisy. 2010-12-20 12:47:33 +01:00
Michael Stefaniuc
a2f0750f0b Remove the audioio sound driver. It is unused.
The supported Solaris version 9 and 10 do not have audioio anymore. They
are using the ESD sound driver instead.
2010-12-17 13:26:04 +01:00
Alexandre Julliard
0a0862001b loader: Build the preloader for x86-64. 2010-12-16 17:59:24 +01:00
Detlef Riekenberg
654bb4a231 configure: Ask for the correct development package for gstreamer base plugins. 2010-12-13 12:43:34 +01:00
Louis Lenders
4b281b2b81 Add stubbed wmic.exe. 2010-12-07 11:36:52 +01:00
Hans Leidekker
8ad7d2e814 programs: Add a stub implementation of netsh.exe. 2010-12-06 19:05:53 +01:00
Aric Stewart
eefe6f65c1 wineqtdecoder: Initial version of the video decoder using Mac OS/X QuickTime Framework. 2010-12-06 19:05:53 +01:00
Alexandre Julliard
fac6741212 configure: Fix the OpenCL detection for Mac OS. 2010-12-03 14:28:23 +01:00
Peter Urbanec
65c84d773f opencl: Initial stub implementation of OpenCL 1.0. 2010-12-03 13:13:45 +01:00
Jacek Caban
4a91265b4f npmshtml: Added Mozilla plugin for mshtml ActiveX controls. 2010-12-03 11:51:50 +01:00
Francois Gouget
5f694ddf4c configure: Load wine lower in memory on FreeBSD to leave more space for mmap() and malloc().
If not provided an explicit address, FreeBSD won't mmap any memory
below the executable. In particularly this means any memory below that
is unavailable to dlopen() and malloc().  This fixes the bug where
large WineLib binaries, in particular winetest, failed to load because
there was not enough space left for them and the native libraries they
linked to.  The drawback is that we can no longer load very large
Windows executables (between about 1.5 and 2 GB).
2010-11-26 16:32:41 +01:00
Volodymyr M. Shcherbyna
acee9cde17 dbgeng: Add initial stub dll implementation. 2010-11-26 14:58:38 +01:00
Adam Martinson
6ee2231d2b configure: Add a check for xmlSchemaSetParserStructuredErrors(). 2010-11-24 12:05:38 +01:00
Hans Leidekker
1885c3d9e2 programs: Add a stub implementation of servicemodelreg.exe. 2010-11-18 12:37:04 +01:00
Adam Martinson
82f73c8652 msxml3: Add our own xmlFirstElementChild() for older libxml2 versions. 2010-11-15 13:01:35 +01:00
Louis Lenders
934d6761f0 xapofx1_1: Add stub dll. 2010-11-12 15:44:25 +01:00
Hans Leidekker
ab5fbebff5 programs: Add a stub implementation of regsvcs.exe. 2010-11-12 15:43:07 +01:00
Alexandre Julliard
40977bf1d2 shell32: Store the raw AUTHORS file in resources instead of trying to convert to a C array. 2010-11-11 12:24:46 +01:00
Adam Martinson
9408b4973d configure: Add a check for xmlDocProperties. 2010-11-03 14:44:50 +01:00
Adam Martinson
be4d0e9d07 configure: Add a check/define for xmlSchemaSetValidStructuredErrors(). 2010-11-02 12:50:30 +01:00
Andrew Nguyen
de4179741b configure: Check for GStreamer functionality present in 0.10.26. 2010-10-29 14:33:38 +02:00
Alexandre Julliard
b10fb86a91 configure: More aggressive disabling of Fortify. 2010-10-29 14:25:01 +02:00
Detlef Riekenberg
d8a5bc929d wer/tests: Add initial tests. 2010-10-26 18:19:38 +02:00
Detlef Riekenberg
53fca11fb3 faultrep/tests: Add tests for AddERExcludedApplicationA. 2010-10-26 13:02:29 +02:00
Alexandre Julliard
105793bff7 configure: Disable Fortify if it's enabled by default, it's too broken. 2010-10-22 17:13:57 +02:00
Aric Stewart
2914d65579 winegstreamer: Add wine GStreamer parser filter framework. 2010-10-22 15:49:19 +02:00
Ričardas Barkauskas
303079f16a wlanapi: New stub dll. 2010-10-20 18:37:07 +02:00