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 |
Alexandre Julliard
|
ffc86d5a66
|
Release 20041019.
|
2004-10-20 02:15:06 +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 |
Alexandre Julliard
|
8087fca344
|
Release 20040914.
|
2004-09-14 22:11:36 +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
|
36021cf79c
|
Release 20040813.
|
2004-08-14 02:06:12 +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 |
Alexandre Julliard
|
62a48076e3
|
Release 20040716.
|
2004-07-17 00:52:37 +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 |
Alexandre Julliard
|
8ce3e04d3a
|
Release 20040615.
|
2004-06-16 00:28:49 +00:00 |