Alexandre Julliard
|
2d1a6274ee
|
configure: Added a WINE_CHECK_LIB_FUNCS macro to check for functions
when linking with specific libraries.
|
2006-02-11 20:54:06 +01:00 |
Phil Krylov
|
368dab37ec
|
ntdll: Fix tape.c compilation on Darwin.
|
2006-02-11 20:26:33 +01:00 |
Thomas Kho
|
482ab27e8d
|
riched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX messages.
|
2006-02-11 18:39:07 +01:00 |
Robert Millan
|
55b74483de
|
configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include
them if present.
|
2006-02-06 21:53:27 +01:00 |
Gerald Pfeifer
|
571d9fb0f0
|
ntdll: Use struct mtget.mt_blkno on those systems providing that (and
avoid using struct mtpos which may not be present on such systems).
|
2006-02-06 20:59:44 +01:00 |
Gerald Pfeifer
|
36bdc64e39
|
ntdll: Use struct mtget.mt_blksiz on systems featuring this.
Work around using struct mtget.mt_gstat on systems lacking this.
|
2006-02-05 13:51:03 +01:00 |
Robert Millan
|
8800352477
|
Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
that is used with FreeBSD.
|
2006-02-05 13:06:50 +01:00 |
Hans Leidekker
|
0844b702b4
|
ntdll: Add implementation of tape IOCTLs.
|
2006-01-26 13:23:08 +01:00 |
Huw Davies
|
603d21cbc4
|
gdi: Use correct include file for FT_Get_Module.
|
2006-01-24 10:57:35 +01:00 |
Alexandre Julliard
|
1a08ae5b15
|
configure: Remove the -mpreferred-stack-boundary option, this breaks MacOS.
|
2006-01-20 19:56:24 +01:00 |
Alexandre Julliard
|
f9e5b0f5f0
|
msvcrt: Implemented asctime, ctime and strftime instead of using the libc ones.
Make the code thread-safe by using asctime_r if available.
|
2006-01-14 17:22:03 +01:00 |
James Hawkins
|
ca0246fbde
|
cabinet: Add initial tests for Extract.
|
2006-01-10 12:14:47 +01:00 |
Robert Shearman
|
3dea0973d2
|
Added implementation of security.dll.
|
2006-01-05 14:39:41 +01:00 |
Hans Leidekker
|
b2c62c9455
|
wldap32: Added configure checks for some potentially missing functions.
|
2005-12-21 18:42:00 +01:00 |
H. Verbeet
|
c26ad82e75
|
d3d9: Add a test for BeginStateBlock and EndStateBlock.
|
2005-12-09 14:53:28 +01:00 |
Robert Shearman
|
1e5153cf3c
|
Cleanup SSL connections properly, do a few security checks in
NETCON_secure_connect and display errors from SSL on failure. Don't
use SSL_set_bio as SSL_set_fd is cleaner for us.
|
2005-12-01 11:18:43 +01:00 |
Hans Leidekker
|
ecfc2c15ff
|
Link to the reentrant version of libldap.
|
2005-11-29 17:35:09 +01:00 |
Hans Leidekker
|
20d0e80e61
|
Avoid using deprecated openldap functions.
Implement ldap_sslinit{A,W}, improve cldap_open{A,W}.
Add stub implementation for ldap_startup and ldap_stop_tls_s.
|
2005-11-18 16:56:44 +00:00 |
Marcus Meissner
|
7a6fdea105
|
Implemented getaddrinfo(), including full mapping of struct addrinfo
between UNIX and Windows. Based on a patch by Mike Hearn.
|
2005-11-17 12:58:35 +00:00 |
Aric Stewart
|
6bd1625f57
|
Beginnings of an explorer.exe replacement that wraps the existing
winefile program.
|
2005-11-16 11:45:51 +00:00 |
Alexandre Julliard
|
5f963331e7
|
Added an 'eject' Winelib app that allows unmounting and ejecting a CD
even if a Windows app has files open on it.
|
2005-10-31 21:10:38 +00:00 |
Alexandre Julliard
|
21883d794a
|
Get rid of the no longer used tty driver.
|
2005-10-31 16:10:03 +00:00 |
Michael Jung
|
7a48f838dd
|
Added initial tests for shdocvw's FolderShortcut related
functionality.
|
2005-10-31 14:13:14 +00:00 |
Steven Edwards
|
331e09c22c
|
Added stringtable regression test.
|
2005-09-21 14:16:05 +00:00 |
Alexandre Julliard
|
495bf51392
|
Set the proper build flags for Darwin based on the CPU type instead of
assuming PowerPC.
|
2005-09-15 09:48:18 +00:00 |
Vincent Béron
|
d7f6424199
|
Tweak the test for detecting libxslt as it didn't work correctly on
RH8.
|
2005-09-15 09:39:09 +00:00 |
Vincent Béron
|
82103fe7da
|
Require autoconf 2.53b as AC_PROG_EGREP is only defined since that
version.
|
2005-09-14 11:14:46 +00:00 |
Alexandre Julliard
|
f8cb48b515
|
Only try to set -mpreferred-stack-boundary on i386.
Add -Wdeclaration-after-statement warning if supported.
|
2005-09-12 10:14:00 +00:00 |
Alexandre Julliard
|
e3be5642e6
|
Added a define check for __x86_64__.
|
2005-09-09 09:30:02 +00:00 |
Alexandre Julliard
|
62d00477de
|
We shouldn't use flat namespace for dlls on Mac OS. Also don't hide
undefined symbol errors.
|
2005-09-03 15:43:53 +00:00 |
Mike McCormack
|
f3719a881e
|
Implemented IXMLDOMNode::selectNodes.
|
2005-09-03 09:39:38 +00:00 |
Alexandre Julliard
|
633b12d5dc
|
Added a make rules file for static import libraries.
|
2005-08-25 12:14:13 +00:00 |
Alexandre Julliard
|
71ae2d7bed
|
Beginnings of a crt0 library.
|
2005-08-25 11:41:05 +00:00 |
Rémi Assailly
|
c6e294deb1
|
Moved mciavi32 to the top-level dlls directory.
|
2005-08-23 19:52:30 +00:00 |
Gerald Pfeifer
|
ebe0484d1a
|
Prefer sys/limits.h over machine/limits.h.
|
2005-08-22 09:33:37 +00:00 |
Rémi Assailly
|
2e689c6c66
|
Removed mcianim.
|
2005-08-19 11:22:25 +00:00 |
Rémi Assailly
|
5df5e40164
|
Moved mciseq to the top-level dlls directory.
|
2005-08-17 12:15:35 +00:00 |
Mike McCormack
|
cab04351d7
|
Add some msxml3 tests.
|
2005-08-12 11:25:05 +00:00 |
Mike McCormack
|
70adb8f565
|
Add a configure test for xmlReadMemory.
|
2005-08-12 10:35:17 +00:00 |
Mike McCormack
|
b744372231
|
Turn off gcc 4.0's builtin wchar inlines.
|
2005-08-11 17:12:18 +00:00 |
Alexandre Julliard
|
adbb098837
|
Added support for the --image-base linker option in winegcc using the
prelink tool.
|
2005-08-09 11:12:29 +00:00 |
Mike McCormack
|
90c75bdd5b
|
Use pkg-config in the libxml configure check.
|
2005-08-08 18:36:53 +00:00 |
Alexandre Julliard
|
82776020da
|
Removed some unused or redundant configure checks.
A few cleanups in configure.ac.
|
2005-08-08 11:17:25 +00:00 |
Alexandre Julliard
|
49b7fdcfc0
|
Removed the broken mmap64 configure check, and moved the
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
|
2005-08-03 21:25:10 +00:00 |
Alexandre Julliard
|
6625b63b53
|
Get rid of the no longer used regedit test.
|
2005-08-03 19:36:51 +00:00 |
Alexandre Julliard
|
734821444e
|
Merged some of the header checks to reduce the size of the generated
configure script a bit.
|
2005-08-03 19:21:04 +00:00 |
Peter Åstrand
|
7a15eb9318
|
Implemented an Esound driver.
|
2005-08-03 15:53:26 +00:00 |
Kai Blin
|
84fb7913f9
|
Set up tests for secur32.
|
2005-08-03 13:08:49 +00:00 |
Mike McCormack
|
dcc2d6c254
|
Initial implementation of msxml3 based on libxml2.
|
2005-08-02 11:29:04 +00:00 |
Daniel Remenak
|
e491e8f897
|
Detect force-feedback-capable linux event device joysticks and return
DIDC_FORCEFEEDBACK when queried for capabilities.
|
2005-07-29 14:18:58 +00:00 |
Rémi Assailly
|
dbbd0d5115
|
Moved mcicda to the top-level dlls directory.
|
2005-07-27 15:42:40 +00:00 |
Steven Edwards
|
54508df527
|
Add stub implementation of the Uniscribe Script Processor.
|
2005-07-27 11:02:52 +00:00 |
Thomas Weidenmueller
|
96e052b9dc
|
Added stubs for objsel.dll and objsel.h.
|
2005-07-26 11:30:42 +00:00 |
Anderson Lizardo
|
5a2da4eeba
|
Fixed "broken OpenGL setup" configure check, which used to report
false errors on some systems.
|
2005-07-25 11:12:11 +00:00 |
Rémi Assailly
|
f9f5eaab6e
|
Moved midimap to the top-level dlls directory.
|
2005-07-21 11:31:56 +00:00 |
Huw Davies
|
a30c1b9871
|
Implement stdole2.tlb.
|
2005-07-20 17:52:04 +00:00 |
Hans Leidekker
|
ea524defc9
|
Configure checks for OpenLDAP headers and libraries.
|
2005-07-15 16:39:42 +00:00 |
Hans Leidekker
|
d3447022e1
|
Link directly to liblcms.
Fix typo in test.
|
2005-07-15 10:09:43 +00:00 |
Hans Leidekker
|
8d63dfb73e
|
Beginnings of WLDAP32.
|
2005-07-13 11:56:15 +00:00 |
Jacek Caban
|
8831329dae
|
Added hh.exe.
|
2005-07-12 20:41:52 +00:00 |
Gerald Pfeifer
|
b8b15f3e6e
|
Add a configure check for struct request_sense. Use this in
CDROM_ScsiPassThroughDir() and CDROM_ScsiPassThrough() to unbreak the
build on FreeBSD.
|
2005-07-10 17:42:46 +00:00 |
Phil Krylov
|
0f6c0394bf
|
Fixed dlls/ntdll/cdrom.c compilation in Darwin by adding HAVE_IOKit
detection to configure and defining SENSEBUFLEN as kSenseDefaultSize
(which is corresponding IOKit enum value).
|
2005-07-01 19:15:26 +00:00 |
Vitaliy Margolen
|
80816e93f3
|
Fix test for arts.
|
2005-06-30 20:46:59 +00:00 |
Alexandre Julliard
|
8ee142a179
|
Removed some no longer used asm checks.
|
2005-06-30 18:24:56 +00:00 |
Dmitry Timoshkov
|
ea64a36a44
|
Add a check for sg_io_hdr_t and (not tested) check for scsireq_t
presence.
|
2005-06-27 12:07:49 +00:00 |
Jacek Caban
|
51bb3f6079
|
Added tests.
|
2005-06-27 11:19:49 +00:00 |
Pierre d'Herbemont
|
009781d4d3
|
Also check for /usr/X11R6/lib/libGL.dylib.
|
2005-06-20 15:52:16 +00:00 |
Alexandre Julliard
|
5729f58b68
|
Move the loader a bit higher in memory to leave more space for ntdll
and kernel32.
|
2005-06-17 10:22:46 +00:00 |
Detlef Riekenberg
|
29056637a5
|
Added activeds.dll with some stubs to get the native printui.dll to
load.
|
2005-06-13 11:47:46 +00:00 |
Adrian Harvey
|
59f97251f2
|
Added sys/types.h to configure check for videodev.h.
|
2005-06-12 11:10:43 +00:00 |
Alexandre Julliard
|
075f98e2f1
|
Moved dde files to the main directory and got rid of the dlls/user/dde
subdirectory.
|
2005-06-09 10:21:31 +00:00 |
Alexandre Julliard
|
e0996494d0
|
Moved monitor functions to dlls/user/misc.c and finally got rid of the
windows/ directory.
|
2005-06-09 10:07:04 +00:00 |
Christian Costa
|
69c3e6ff11
|
Moved d3ddevice and direct3d objects files to ddraw root dir.
Renamed all remaining files.
|
2005-06-06 15:51:50 +00:00 |
Christian Costa
|
8d0480d754
|
Moved dsurface object files to ddraw root dir.
|
2005-06-05 17:50:49 +00:00 |
Christian Costa
|
96eb47392c
|
Moved ddraw object files to ddraw root dir.
|
2005-06-04 09:34:54 +00:00 |
Christian Costa
|
4dadfc481a
|
Moved clipper and palette objects files to ddraw root dir.
|
2005-06-03 11:30:11 +00:00 |
Phil Krylov
|
6618b0355c
|
Added detection of platforms which don't have external timezone and
daylight variables, and emulation of these variables.
|
2005-05-24 11:52:46 +00:00 |
Kees Cook
|
255541a16e
|
Create basic test suite for CryptProtectData/CryptUnprotectData.
|
2005-05-24 09:58:26 +00:00 |
Alexandre Julliard
|
71440f35c8
|
Disable Win16 support by default on non-x86 platforms.
|
2005-05-19 14:28:17 +00:00 |
Emmanuel Maillard
|
64c077860e
|
Added Darwin 8.0 specific headers.
|
2005-05-18 18:20:23 +00:00 |
Mike McCormack
|
b5c63ed491
|
Initial mostly stub implementation of ODBC control panel.
|
2005-05-16 19:42:47 +00:00 |
Robert Reif
|
8bffed50c6
|
Added dinput tests.
|
2005-05-11 12:05:17 +00:00 |
Dimi Paun
|
12f9bb7ab2
|
Moved the SGML documentation over to SourceForge.
|
2005-05-10 13:26:14 +00:00 |
Robert Lunnon
|
c0cb4d352b
|
Implement futimes for Solaris using futimesat.
|
2005-05-07 14:53:38 +00:00 |
Maarten Lankhorst
|
888eaae74c
|
Implemented capGetDriverDescription.
|
2005-04-27 09:46:25 +00:00 |
Benjamin Cutler
|
250a8aec08
|
Added partial implementation of powrprof.dll.
|
2005-04-20 19:15:31 +00:00 |
Alexandre Julliard
|
4a334aed3c
|
Move all the old config conversion code to a new oldconfig.c file, and
get rid of misc/registry.c and the misc directory.
|
2005-04-20 15:43:36 +00:00 |
Jacek Caban
|
6f8f4753ff
|
Added checking for artsc library.
|
2005-03-28 09:58:45 +00:00 |
Francois Gouget
|
99d026fb53
|
Issue a warning if no sound system was found.
|
2005-03-19 17:08:18 +00:00 |
Krzysztof Foltman
|
d488f3f1de
|
Initial implementation of riched20.
|
2005-03-05 11:19:14 +00:00 |
Steven Edwards
|
5727918424
|
Added a check for poll.h.
|
2005-03-04 12:38:36 +00:00 |
Emmanuel Maillard
|
4fe448ddf9
|
Add '-read_only_relocs warning' to LDDLLFLAGS on Darwin.
|
2005-03-01 10:46:27 +00:00 |
Pierre d'Herbemont
|
f94121ed22
|
Syntax fix in configure.ac.
|
2005-02-26 17:43:50 +00:00 |
Alex Woods
|
bbcf9864e1
|
Handle host_cpu of x86_64 like other x86s.
|
2005-02-10 19:09:08 +00:00 |
Huw Davies
|
4046846a82
|
Added stdole32.tlb.
|
2005-01-28 14:13:08 +00:00 |
Steven Edwards
|
160e6479cf
|
Add a stub dll for the System Event Notification Service.
|
2005-01-28 11:41:23 +00:00 |
Ulrich Czekalla
|
04f6346a6d
|
Added WTSAPI32.DLL.
|
2005-01-24 19:42:02 +00:00 |
Ulrich Czekalla
|
c173f6a756
|
Add stub version of cryptdll.dll.
|
2005-01-24 19:07:16 +00:00 |
Robert Reif
|
97199823bf
|
Added stubs for NeedRebootInit and NeedReboot.
Added implementations for GetVersionFromFile and
GetVersionFromFileEx.
Added test for GetVersionFromFile.
|
2005-01-20 20:03:13 +00:00 |
Vincent Béron
|
151015fa02
|
Only use Alsa if 1.0 is detected.
|
2005-01-10 13:26:33 +00:00 |
Marcus Meissner
|
67d3afb0d1
|
Load libcapi20.so.* dynamically on demand.
|
2005-01-07 15:33:02 +00:00 |
Mike McCormack
|
23b291a642
|
Add a simple test case for MSI databases.
|
2005-01-05 13:26:34 +00:00 |
Paul Millar
|
10a6c56071
|
Check for features missing in mingw environment, allowing tools
subdirectory to be cross-built again.
|
2004-12-07 17:19:54 +00:00 |
Vincent Béron
|
df5a79562d
|
Remove some unused tests.
|
2004-12-06 11:57:08 +00:00 |
Kevin Koltzau
|
a2bbacb04f
|
Look for lcms.h in lcms/lcms.h.
|
2004-11-23 17:33:55 +00:00 |
Huw Davies
|
14de4815b3
|
We don't use DGA version 1 so remove the configure check for it.
|
2004-11-23 13:48:00 +00:00 |
Evan G. Parry
|
d23f5ef290
|
Added some tests for lzexpand.
|
2004-11-21 16:05:14 +00:00 |
Rein Klazes
|
7ff12568b8
|
Add a first AC_CHECK_HEADERS, forcing checking of the default includes
even when building wine without X11.
|
2004-11-09 20:16:35 +00:00 |
Michael Jung
|
64dce8a579
|
Implemented a substantial part of rsaenh.dll.
|
2004-11-04 21:15:32 +00:00 |
Kevin Koltzau
|
92ec21bd2b
|
Add stretching support to AlphaBlend.
|
2004-10-27 00:43:50 +00:00 |
Hans Leidekker
|
c3de6ef38f
|
Add ffs() to porting library, needed by MinGW.
|
2004-10-19 23:53:26 +00:00 |
Vincent Béron
|
1f504141b7
|
Use a new DLLDEFS variable in configure/Makefiles to actually remove
all the debug messages (minus ERRs) if the user decides so.
|
2004-10-19 23:06:11 +00:00 |
Warren Baird
|
1023fe300a
|
- added -fPIC to the LDDLLFLAGS line for HPUX; winegcc needs to pass
-fPIC to the link line to keep the hp linker happy
- set DLLEXT to .sl on HPUX
|
2004-10-19 21:37:09 +00:00 |
Hans Leidekker
|
bed3842c9a
|
Added check for fork() to fix the MinGW build.
|
2004-10-14 03:08:57 +00:00 |
Vincent Béron
|
4bf9d98c68
|
Don't build wine-preloader for other cpus than x86.
|
2004-10-14 00:30:59 +00:00 |
Jeremy White
|
08c0f691ce
|
Made NtDelayExecution with a 0 timeout yield the CPU, as it is
supposed to.
|
2004-10-09 02:26:29 +00:00 |
Alexandre Julliard
|
2aa8e871d4
|
Build Wine as 32-bit by default on x86-64, and added a --enable-win64
option for people who want to play with 64-bit support.
|
2004-10-08 23:39:16 +00:00 |
Hans Leidekker
|
081b25071a
|
Implement color profile handles.
Implement OpenColorProfile{A,W} and CloseColorProfile.
Implement GetColorDirectory{A,W} and InstallColorProfile{A,W}.
Implement UninstallColorProfile{A,W}.
Dynamically load liblcms.
Add tests.
|
2004-10-07 19:12:41 +00:00 |
Steven Edwards
|
e7c3ab1874
|
Check for getuid and avoid the use of it in libwine if we don't have
it.
|
2004-10-04 20:45:49 +00:00 |
Huw Davies
|
20313b8306
|
Partial implementation of advpack.RegInstall.
|
2004-09-27 20:39:40 +00:00 |
Alexandre Julliard
|
969f57c24a
|
Added support for epoll() as an alternative to poll() (based on the
work of Shachar Shemesh and Mike McCormack).
|
2004-09-23 04:48:24 +00:00 |
Warren Baird
|
421e8b92cf
|
Fix autoconf to have a new WINE_TRY_SHLIB_FLAGS function that tests if
the provided flags can be used to link a shared library.
Added test for building shared libs on HP-UX with gcc.
|
2004-09-22 19:17:55 +00:00 |
Hans Leidekker
|
5164757cea
|
Beginnings of an MSCMS implementation based on LittleCMS.
|
2004-09-22 04:08:38 +00:00 |
Alexandre Julliard
|
60a8fcf4b0
|
Avoid using socklen_t.
|
2004-09-16 20:34:27 +00:00 |
Marcus Meissner
|
00cf13a6e1
|
Autodetect libgif so extension and try to load it.
|
2004-09-14 19:27:58 +00:00 |
Rein Klazes
|
d1993fb398
|
Fix compile error with include files from Linux 2.6.7+.
|
2004-09-07 22:44:34 +00:00 |
Steven Edwards
|
c91ae456b8
|
Use Windows sockets when building Wininet on Mingw.
|
2004-09-03 18:57:19 +00:00 |
Alexandre Julliard
|
754e7aa788
|
Added configure check for socklen_t.
|
2004-09-03 18:30:28 +00:00 |
Alexandre Julliard
|
2ceb42dd43
|
Moved all files from the controls/ directory to dlls/user.
|
2004-08-31 01:10:08 +00:00 |
Alexandre Julliard
|
5f6e3c88bd
|
Authors: Stewart Caie<kyz@uklinux.net>, Jed Wing <jedwin@ugcs.caltech.edu>, Mike McCormack <mike@codeweavers.com>
Added an implemenation of ITSS.DLL.
|
2004-08-24 21:00:15 +00:00 |
Francois Gouget
|
a896389679
|
Added 'strmiids.lib'.
Moved CLSID_FilterGraph and the related GUIDs to strmiids.
|
2004-08-19 19:31:20 +00:00 |
Emmanuel Maillard
|
2300ce663a
|
- Update build system to support IOKit and CoreFoundation frameworks
on Darwin.
- Add support for the -framework "name" linker option.
- NtQueryVolumeInformationFile set device info on Darwin.
|
2004-08-19 01:20:45 +00:00 |
Vincent Béron
|
5606d10403
|
Show the proper make command at the end of configure.
|
2004-08-19 00:03:45 +00:00 |
Huw Davies
|
00acb5f719
|
First stab at Wine versions of Courier, System and MS Sans Serif
fonts.
|
2004-08-17 22:33:14 +00:00 |
Christian Costa
|
e3a288f474
|
Added tests for filtergraph.
|
2004-08-16 21:14:28 +00:00 |
Alexandre Julliard
|
c626491bf1
|
Make sure we check for egrep before we use it.
|
2004-08-16 20:09:37 +00:00 |
Alexandre Julliard
|
56a4a76a25
|
Automatically disable 16-bit support in the PE build.
|
2004-08-12 03:27:50 +00:00 |
Mike McCormack
|
06b8046f20
|
Added a test for stat'ing a memory based storage file.
|
2004-08-11 00:17:52 +00:00 |
Huw Davies
|
e82dfab20f
|
dlopen libungif and libjpeg.
|
2004-08-04 19:10:26 +00:00 |
Alexandre Julliard
|
94a9d33b6c
|
Authors: Dmitry Timoshkov <dmitry@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Added an implementation of mlang.dll and test cases for it.
|
2004-08-04 18:33:06 +00:00 |
Christian Costa
|
eac96b5606
|
Added native and emulated S3TC support.
|
2004-07-30 18:54:32 +00:00 |
Michael Jung
|
b4b0c243ac
|
Added a tiny unit test for rsabase.dll.
|
2004-07-30 00:06:54 +00:00 |
Emmanuel Maillard
|
46718f8720
|
Set segment address of wine executable and libwine.dylib on Darwin.
|
2004-07-22 19:48:41 +00:00 |
Alexandre Julliard
|
ebc6a2d9b6
|
Moved all files from the objects/ directory to dlls/gdi.
Merged text.c into font.c and dcvalues.c into dc.c.
|
2004-07-21 04:07:28 +00:00 |
Emmanuel Maillard
|
d110e1f264
|
wine_pthread_init_thread: retrieve the stack info on Darwin.
|
2004-07-21 03:06:03 +00:00 |
Emmanuel Maillard
|
3bc8d2e92a
|
Build wine-pthread on Darwin.
|
2004-07-19 20:11:10 +00:00 |
Vincent Béron
|
3496689a89
|
First draft for a msiexec.exe replacement.
|
2004-07-19 19:44:07 +00:00 |
Aric Stewart
|
4bd374fa07
|
First implementation of the Advanced Template Library, with just a few
functions implemented.
|
2004-07-06 21:01:18 +00:00 |
Emmanuel Maillard
|
bc21f4410b
|
Check for -lresolv for Darwin.
|
2004-07-06 19:41:12 +00:00 |
Alexandre Julliard
|
bfac60bfeb
|
Do direct Linux system calls in the preloader to avoid trouble with
some broken static libcs.
|
2004-06-22 02:42:05 +00:00 |
Pierre d'Herbemont
|
68467db6c6
|
- Detection of .size instruction.
- Detection of the assembler name prefix.
|
2004-06-18 19:36:26 +00:00 |
Huw Davies
|
c22171836b
|
Add support for bitmap fonts.
|
2004-06-16 20:06:26 +00:00 |
Stefan Leichter
|
0d4fff4fdd
|
Moved implementation of GetModuleBaseName from ascii to unicode, added
some tests for GetModuleBaseNameA.
|
2004-06-15 20:23:47 +00:00 |
Pierre d'Herbemont
|
197b5e315f
|
- strip support for darwin
- WINE_GET_SONAME support for darwin
|
2004-06-14 19:34:42 +00:00 |
Christian Costa
|
7590fe58f4
|
Added d3dxof dll, part of Direct3D.
|
2004-06-03 00:03:23 +00:00 |
Alexandre Julliard
|
5f4823b9ae
|
Added check for static libc.
|
2004-06-02 21:35:33 +00:00 |
Alexandre Julliard
|
b1abca8a5d
|
Initial version of the Wine preloader, used to reserve memory
areas at startup. Based on the work of Mike McCormack.
|
2004-05-28 20:59:22 +00:00 |
Patrik Stridvall
|
5c4420fc4c
|
Implemented the debug version of operator new (C++).
|
2004-05-18 01:05:36 +00:00 |
Ivan Leo Murray-Smith
|
8f14eb0eb6
|
Added empty (stubs in spec only) d3drm.
|
2004-05-18 00:54:12 +00:00 |
Alexandre Julliard
|
8c29b5f0cc
|
Removed the no longer used SMB file I/O support, we can't do reliable
file I/O in user space anyway.
|
2004-05-14 22:24:48 +00:00 |
Robert Reif
|
00cd2b2e52
|
Added tests for msacm32.dll.
|
2004-05-03 20:17:43 +00:00 |
Alexandre Julliard
|
ffcc67abf1
|
Added auto-detection of DOS drive devices based on finding the
corresponding mount point in /etc/mtab or /etc/fstab.
|
2004-04-29 20:04:48 +00:00 |
Jon Griffiths
|
4ec0d3be0a
|
Tests for newly added MAPI functions.
|
2004-04-23 23:30:00 +00:00 |
Krzysztof Foltman
|
9bca690d6a
|
Added dummy hhctrl.ocx with stubs of HtmlHelpA and HtmlHelpW.
|
2004-04-22 03:45:00 +00:00 |
Raphael Junqueira
|
033ae9219f
|
Added dxdiagn.dll with a simple implementation of IDxDiagProvider.
|
2004-04-16 00:26:14 +00:00 |
Kevin Koltzau
|
d344456adc
|
Add additional names of mingw tools.
|
2004-04-15 00:01:05 +00:00 |
Raphael Junqueira
|
5f3f2149a9
|
Added simple dpnet.dll implementation.
|
2004-04-07 20:39:00 +00:00 |
Sami Aario
|
78f1224fd9
|
Stubs to prevent taskmgr.exe from crashing or aborting during
startup.
|
2004-04-07 19:41:21 +00:00 |
Mike McCormack
|
c7c9f93913
|
Load the XRandR extension dynamically (with help from Alex Pasadyn).
|
2004-04-07 03:57:35 +00:00 |
Shachar Shemesh
|
9f2627e8fc
|
Static libraries names for ICU are libsicu*.a now.
Add printout of the linking test.
|
2004-04-06 20:13:21 +00:00 |
Alexandre Julliard
|
e77c9be0dc
|
Added support for fstatvfs.
|
2004-04-06 03:33:25 +00:00 |
Stefan Leichter
|
09733db5c5
|
Added tests for GetFileVersionInfoSizeA.
|
2004-04-05 22:54:03 +00:00 |
Eric Pouech
|
800864a050
|
First shot at implementing dbghelp.
|
2004-04-05 22:21:27 +00:00 |
Alexandre Julliard
|
a1fe8b4f24
|
Use futimes() instead of utime() to implement SetFileTime, so that it
can be done on the client side.
|
2004-03-27 01:48:52 +00:00 |
Alexandre Julliard
|
b400edb0e7
|
Removed check for -lm, winegcc takes care of that.
|
2004-03-25 00:47:53 +00:00 |
Eric Pouech
|
d6b348f0a1
|
Ported the ReactOS taskmgr written by Brian Palmer.
|
2004-03-23 01:19:54 +00:00 |
Mike McCormack
|
c068f67051
|
Require bison to compile Wine.
|
2004-03-16 03:11:39 +00:00 |
Sami Nopanen
|
9063cefec5
|
Initial implementation of cards.dll.
|
2004-03-15 20:26:42 +00:00 |
Robert Reif
|
cc02d9548e
|
Added dxerr8 and dxerr9 libraries.
|
2004-03-09 23:25:57 +00:00 |
Christian Costa
|
76b7787b58
|
Add amstream dll (MultiMedia Streams), part of Direct Show.
|
2004-03-09 01:29:56 +00:00 |
Alexandre Julliard
|
b859a68682
|
Added check for f_namelen in struct statfs.
|
2004-03-07 03:16:43 +00:00 |
Alexandre Julliard
|
13af489103
|
Use statvfs instead of statfs, and provide a default implementation in
libwine_port if necessary.
|
2004-03-05 21:03:46 +00:00 |
Alexandre Julliard
|
a631ef6369
|
Renamed the symbol for the cpp binary to avoid conflicts with
configure internals.
|
2004-03-03 20:30:46 +00:00 |
Alexandre Julliard
|
3e61ef7d64
|
We need to use AC_CHECK_TOOL to check for cpp in order to support
cross-compilation properly.
|
2004-03-02 06:48:48 +00:00 |
Juan Lang
|
3ed89c33b0
|
Added a secur32.dll that loads other SSP DLLs and forwards calls to
them.
|
2004-03-02 04:57:35 +00:00 |
Dimitrie O. Paun
|
f41c2b212a
|
Instrument winegcc to use the compilers and options detected at
configure time. Add support for parsing/formatting a string array
from/to a char string. Add option to disable short wchar support in
winegcc.
|
2004-03-02 02:23:26 +00:00 |
Juan Lang
|
e9ed2f3108
|
- The virtual netbios device driver is properly named vnbt.vxd, not
vnb.vxd.
- Make it not depend on UNIX includes.
|
2004-03-01 23:35:25 +00:00 |
Alexandre Julliard
|
e8a339c1d2
|
Portability fixes for LSB compatibility.
|
2004-03-01 21:32:02 +00:00 |
Alexandre Julliard
|
7ba8fba26f
|
Moved msrle32 to the top-level dlls directory.
|
2004-02-27 21:51:12 +00:00 |
Alexandre Julliard
|
b3b12cff15
|
More robust fix for the artsc-config breakage.
|
2004-02-24 01:24:20 +00:00 |
Alexandre Julliard
|
6c8147b1d1
|
Allow the implementation of the VxDCall entry points to be moved to
separate VxD dlls.
Moved VMM code to a separate dll, and removed the registry calls to
get rid of the code duplication with advapi32.
|
2004-02-21 04:13:56 +00:00 |
Alexandre Julliard
|
a21cf075a8
|
Added support for implementing VxDs as separate dlls and loading them
on demand.
Moved all the DeviceIoControl code into the respective VxD dlls.
|
2004-02-20 01:18:43 +00:00 |
Mike McCormack
|
b6de304722
|
Implement enough of rsabase.dll to get Steam to login.
|
2004-02-13 20:47:07 +00:00 |
Alexandre Julliard
|
79692a3fe8
|
We don't really need subdirectories in dlls/dinput.
|
2004-02-12 23:27:59 +00:00 |
Alexandre Julliard
|
85106cdaf3
|
Moved remaining files from graphics/ to dlls/gdi.
|
2004-02-12 23:11:30 +00:00 |
Alexandre Julliard
|
440ff6db12
|
Added version scripts for libwine and libwine_unicode.
|
2004-02-12 22:54:00 +00:00 |
Alexandre Julliard
|
2676973fdc
|
Workaround for broken artsc-config script (based on a patch by
stirling@kc.rr.com).
|
2004-02-09 21:09:37 +00:00 |
Eric Pouech
|
53fa0d5433
|
- Fixed broken winedbg compilation on BSD.
- Fixed some corner case handling in ELF list walking (reported by
Robert Shearman).
|
2004-02-05 01:27:38 +00:00 |
Alexandre Julliard
|
c3eac43839
|
Moved libuuid to the dlls directory, and moved the DirectX GUIDs into
a separate libdxguid library.
|
2004-01-26 21:29:05 +00:00 |
Mike McCormack
|
4cc64c8e5e
|
Merged ffmpeg's MS Video 1 decoder by Mike Melanson.
|
2004-01-23 05:00:37 +00:00 |