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 |
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 |
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 |
Emmanuel Maillard
|
64c077860e
|
Added Darwin 8.0 specific headers.
|
2005-05-18 18:20:23 +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 |
Steven Edwards
|
5727918424
|
Added a check for poll.h.
|
2005-03-04 12:38:36 +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 |
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 |
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 |
Hans Leidekker
|
bed3842c9a
|
Added check for fork() to fix the MinGW build.
|
2004-10-14 03:08:57 +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 |
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 |
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 |
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 |
Alexandre Julliard
|
754e7aa788
|
Added configure check for socklen_t.
|
2004-09-03 18:30:28 +00:00 |
Huw Davies
|
e82dfab20f
|
dlopen libungif and libjpeg.
|
2004-08-04 19:10:26 +00:00 |
Christian Costa
|
eac96b5606
|
Added native and emulated S3TC support.
|
2004-07-30 18:54:32 +00:00 |
Emmanuel Maillard
|
d110e1f264
|
wine_pthread_init_thread: retrieve the stack info on Darwin.
|
2004-07-21 03:06:03 +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 |
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 |
Mike McCormack
|
c7c9f93913
|
Load the XRandR extension dynamically (with help from Alex Pasadyn).
|
2004-04-07 03:57:35 +00:00 |
Alexandre Julliard
|
e77c9be0dc
|
Added support for fstatvfs.
|
2004-04-06 03:33:25 +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 |
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 |
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 |
Alexandre Julliard
|
e8a339c1d2
|
Portability fixes for LSB compatibility.
|
2004-03-01 21:32:02 +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 |
Aric Stewart
|
2eebf3c78e
|
Enable Tablet support with both Tilt and Pressure.
|
2004-01-09 00:03:00 +00:00 |
Alexandre Julliard
|
e293074100
|
Added configure check for readlink.
|
2004-01-08 05:07:05 +00:00 |
Alexandre Julliard
|
3604824262
|
If supported by the linker, prevent the ELF loader from calling the
dll constructors at load time and call them from the dll entry point
instead.
|
2004-01-08 03:36:53 +00:00 |
Alexandre Julliard
|
875927f67e
|
Updated configure with autoconf 2.58. Set the bug report address.
|
2004-01-02 01:55:29 +00:00 |
Pierre d'Herbemont
|
794bf0fda0
|
Add Darwin/Mac OS X support to the build system.
|
2003-11-25 03:31:26 +00:00 |
Rein Klazes
|
e617a9c528
|
Include ft2build.h before freetype/freetype.h. Libfreetype 2.1.7
requires this.
|
2003-11-19 02:18:13 +00:00 |
Alexandre Julliard
|
821ab8636f
|
Added configure check for pthread_getattr_np.
|
2003-11-12 22:44:56 +00:00 |