2001-01-04 |
Alexandre Julliard | Authors: Andrew Lewycky <andrew@transgaming.com>, Gavri... |
blob | commitdiff | raw |
2001-01-04 |
Jon Griffiths | Added spec generation tool specmaker. |
blob | commitdiff | raw | diff to current |
2001-01-02 |
Ove Kaaven | Turn on detectable autorepeat if the X Keyboard Extensi... |
blob | commitdiff | raw | diff to current |
2000-12-29 |
Eric Pouech | Made unaligned access test effective. |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Ulrich Weigand | Don't link with libw if libc already contains w* routines. |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Ulrich Weigand | Added check whether unaligned memory access is allowed. |
blob | commitdiff | raw | diff to current |
2000-12-26 |
Ove Kaaven | Separated the MZ loader and core DOS VM into dlls/winedos. |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Hidenori Takeshima | Use dllwrap for building shared libraries in cygwin. |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Ulrich Weigand | Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian... |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Patrik Stridvall | Solaris fixes. |
blob | commitdiff | raw | diff to current |
2000-12-14 |
Hidenori Takeshima | Added a spec file for 16bit imm. |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Marcus Meissner | Added preferences to dinput drivers (so we can have... |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Alexandre Julliard | Set -mpreferred-stack-boundary=2 flag if supported... |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Alexandre Julliard | Build tsx11 layer as a separate shared library. |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Dimitrie O. Paun | Use the approriate command for combining .o files. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Dimitrie O. Paun | Supply dummy getrlimit if absent. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Dimitrie O. Paun | Do not include sys/ptrace.h and sys/user.h unconditionally. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Dimitrie O. Paun | Do not use a.out.h. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Alexandre Julliard | Added implementation of lstat to port.c. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Test if we need to put the .type directive inside a... |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Jon Griffiths | - configure tests for finite()/fpclass(), fixes BSD... |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Hidenori Takeshima | Added checking for netdb.h. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Hidenori Takeshima | Added checking for mmap. |
blob | commitdiff | raw | diff to current |
2000-11-13 |
Marcus Meissner | Since we can no longer built .a files: |
blob | commitdiff | raw | diff to current |
2000-11-11 |
Eric Pouech | Added another detection of strength-reduce bug in GCC. |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Alexandre Julliard | Added Makeprog.rules.in containing rules for building... |
blob | commitdiff | raw | diff to current |
2000-11-09 |
Alexandre Julliard | Fixed NetBSD dll check. |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Lionel Ulmer | - reorganized DInput DLL |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Jeremy White | Added a winelauncher shell script which makes the proce... |
blob | commitdiff | raw | diff to current |
2000-10-23 |
Alexandre Julliard | Moved all USER resources to new dlls/user/resources... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Lionel Ulmer | Fixed the OpenGL detection code. |
blob | commitdiff | raw | diff to current |
2000-09-24 |
Rein Klazes | Make calls to gethostbyname, gethostbyaddr, getservbyname, |
blob | commitdiff | raw | diff to current |
2000-09-06 |
Lionel Ulmer | Added possibility to use XVideo. |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Mike McCormack | Created default c2man compatible perl script for generating |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Alexandre Julliard | Added Unicode ctype support. |
blob | commitdiff | raw | diff to current |
2000-08-10 |
Alexandre Julliard | Merged clipboard driver into USER driver. |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Marcus Meissner | Fixed OpenGL configure: move HAVE_OPENGL define to... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Marcus Meissner | Eased restrictions on OpenGL/MESA usage a bit. It compi... |
blob | commitdiff | raw | diff to current |
2000-08-01 |
Andreas Mohr | Added an uninstaller for InstallShield, WISE etc. |
blob | commitdiff | raw | diff to current |
2000-07-30 |
Alexandre Julliard | Create dll/kernel/messages directory. |
blob | commitdiff | raw | diff to current |
2000-07-29 |
Lionel Ulmer | Fix the GLEXT function prototype typedefs detection. |
blob | commitdiff | raw | diff to current |
2000-07-28 |
Francois Jacques | - implementation of SetWindowsRgn and GetWindowRgn |
blob | commitdiff | raw | diff to current |
2000-07-26 |
Alexandre Julliard | Merged setupx.dll into setupapi.dll. |
blob | commitdiff | raw | diff to current |
2000-07-25 |
Alexandre Julliard | Make unicode.o into a separate ELF library so that... |
blob | commitdiff | raw | diff to current |
2000-07-25 |
Alexandre Julliard | Merged wing.dll into gdi32.dll. |
blob | commitdiff | raw | diff to current |
2000-07-24 |
Alexandre Julliard | Merged msacm and msacm32 dlls. |
blob | commitdiff | raw | diff to current |
2000-07-23 |
Lionel Ulmer | Detect broken glext.h headers. |
blob | commitdiff | raw | diff to current |
2000-07-23 |
Marcus Meissner | Make non-existence of (f)lex an error. |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Lionel Ulmer | - fix Direct3D support and a lot of warnings |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Mike McCormack | Implemented serialui dll containing CommConfigDialog, |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Huw D M Davies | Create rpcrt4.dll. |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Hidenori Takeshima | Added configure check for libutil.h. |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Alexandre Julliard | Created separate libraries for dplay, shfolder, shlwapi... |
blob | commitdiff | raw | diff to current |
2000-07-08 |
Francois Jacques | Added setupapi shared library and SetupIterateCabinet... |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Alexandre Julliard | Split the build program in several files. |
blob | commitdiff | raw | diff to current |
2000-06-14 |
Alexandre Julliard | Removed @PROGEXT@ (it was broken anyway). |
blob | commitdiff | raw | diff to current |
2000-06-13 |
Bertho Stultiens | Initial release of the message compiler. |
blob | commitdiff | raw | diff to current |
2000-06-09 |
Alexandre Julliard | Added a bunch of code page tables for multibyte<->wide... |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Alexandre Julliard | Merged mouse dll into USER. |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Alexandre Julliard | Merged display.dll into USER. |
blob | commitdiff | raw | diff to current |
2000-06-03 |
Dimitrie O. Paun | Start to separate KERNEL out of libwine. |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Dimitrie O. Paun | Separate wineps out of Wine's core. |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Hidenori Takeshima | If system doesn't have OpenGL, don't refer to libopengl... |
blob | commitdiff | raw | diff to current |
2000-05-23 |
John R. Sheets | Cleaned up X11 extension tests. |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Lionel Ulmer | Added support for OpenGL. |
blob | commitdiff | raw | diff to current |
2000-05-03 |
Hidenori Takeshima | Added stubs for riched32.dll. |
blob | commitdiff | raw | diff to current |
2000-05-01 |
Lionel Ulmer | Added DGA2 driver to DirectDraw. |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Eric Pouech | Enhanced libc's pthread configuration detection. |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Lionel Ulmer | Added '--enable-opengl' flag to bypass the thread-safet... |
blob | commitdiff | raw | diff to current |
2000-04-25 |
Patrik Stridvall | Compile fix for --without-x. |
blob | commitdiff | raw | diff to current |
2000-04-24 |
Rein Klazes | Correct test for linux 2.2 joystick API, which returned... |
blob | commitdiff | raw | diff to current |
2000-04-24 |
Alexandre Julliard | Implemented on-demand loading of builtin dlls using... |
blob | commitdiff | raw | diff to current |
2000-04-23 |
Patrik Stridvall | Added --without-curses compile option. |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Alexandre Julliard | Fixed signal stack handling on Linux when sigaltstack... |
blob | commitdiff | raw | diff to current |
2000-04-11 |
Alexandre Julliard | Merged urlmon.dll and wininet.dll from the Corel tree... |
blob | commitdiff | raw | diff to current |
2000-04-09 |
Alexandre Julliard | Create directories that don't contain a Makefile. |
blob | commitdiff | raw | diff to current |
2000-04-09 |
Marcus Meissner | Restructured DirectDraw. Split into X11 and DGA driver... |
blob | commitdiff | raw | diff to current |
2000-03-26 |
John R. Sheets | Added cvdump tool to dump CodeView symbol information. |
blob | commitdiff | raw | diff to current |
2000-03-24 |
Lionel Ulmer | Disable OpenGL support if the latter is thread safe. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Alexandre Julliard | Made ddraw and dinput separate dlls. |
blob | commitdiff | raw | diff to current |
2000-03-15 |
Joshua Thielen | Added winemine app. |
blob | commitdiff | raw | diff to current |
2000-03-08 |
David Elliott | - Slightly reworked include files (less messy, more... |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Alexandre Julliard | Moved dll-specific make rules to a separate Makedll... |
blob | commitdiff | raw | diff to current |
2000-03-04 |
Marcus Meissner | Added message for missing xpm devel libs for debian... |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Eric Pouech | Moved hardware related handling to dlls/winmm/joystick... |
blob | commitdiff | raw | diff to current |
2000-02-13 |
Juergen Lock | Added configure check for the unix domain sockaddr... |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Sean Langley | OLEPRO32 stubs. |
blob | commitdiff | raw | diff to current |
2000-01-31 |
Alexandre Julliard | Build most dlls as separate shared libraries. |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Ulrich Weigand | Added configure check for sys/reg.h. |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Patrik Stridvall | - Unixware (Solaris) linker typo fixed |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Andreas Mohr | Added SETUPX dll. |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Alexandre Julliard | Made --enable-dll the default. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Alexandre Julliard | Merged dlls/ver into dlls/version. |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Alexandre Julliard | Moved winsock implementation to dlls/winsock. |
blob | commitdiff | raw | diff to current |
2000-01-16 |
Eric Pouech | Use --whole-archive to force linking all of libwine... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Aaron Hope | Fixed IPX detection. |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Lionel Ulmer | - (ugly) fix for the 'Xmd.h' problem |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Marcus Meissner | Add $X_EXTRA_LIBS to any X dependend checks or they... |
blob | commitdiff | raw | diff to current |
next |