- 87f48fc Added support for autoconf 2.50. by Patrik Stridvall · 24 years ago
- 0f6cfbc Added check for broken mmap64. by Marcus Meissner · 24 years ago
- b63ab44 Implemented glu32.dll as libGLU.so forwarder. by Marcus Meissner · 24 years ago
- 37e5e7f Replace "Linux dll" with "GNU style ELF dll". by Bang Jun-Young · 24 years ago
- 40432fe Use autoconf checks to check for various FreeType headers. by Ian Pilcher · 24 years ago
- d28955d If you have freetype1 and freetype2 coexisting, freetype-config should by Marcus Meissner · 24 years ago
- 55d2e57 Build AFM data for core PostScript fonts into WINEPS. by Ian Pilcher · 24 years ago
- 6bb990f Drop any file64 functions, try to use system supplied 64-bit mode by by Marcus Meissner · 24 years ago
- 563598d Read metrics from TrueType fonts. by Ian Pilcher · 24 years ago
- 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
- 33dff34 Add the NetBSD style errno location. by Bang Jun-Young · 24 years ago
- a627873 Fixed the OSMesa configure check so that OSMesa won't be linked in if it's by Ove Kaaven · 24 years ago
- 3ee02ba Added check for cups/cups.h header file and a warning if we find only by Marcus Meissner · 24 years ago
- ab8b7db Added CUPS printing support. by Marcus Meissner · 24 years ago
- 2a4c68b Added new dll wintrust.dll with a stub for WinVerifyTrust(). by Rein Klazes · 24 years ago
- fc68434 Added first version of the Perl regression testing framework. by Alexandre Julliard · 24 years ago
- 66fb607 Fixed FreeBDS xpg4 check. by Satsuki Fujishima · 24 years ago
- 74f2b4b Added configure check for old linux/input.h. by Marcus Meissner · 24 years ago
- 18a9d74 Cosmetics. by Andreas Mohr · 24 years ago
- 598412e Cleaned up the various errno location tests in configure. by Alexandre Julliard · 24 years ago
- a7ca2ba NetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll. by Andreas Mohr · 24 years ago
- bc80a3b Implemented stubs for IWebBrowser in shdocvw.dll. by John R. Sheets · 24 years ago
- 15f9680 Replaced architecture-dependent configure checks by hardcoded by Ulrich Weigand · 24 years ago
- 1db20bf - Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions. by Jon Griffiths · 24 years ago
- d6c0f9f Authors: Andrew Lewycky <andrew@transgaming.com>, Gavriel State <gav@transgaming.com>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 24 years ago
- c7a3fec Added spec generation tool specmaker. by Jon Griffiths · 24 years ago
- c90fb25 Turn on detectable autorepeat if the X Keyboard Extension is detected. by Ove Kaaven · 24 years ago
- 4a99058 Made unaligned access test effective. by Eric Pouech · 24 years ago
- 2e8e233 Don't link with libw if libc already contains w* routines. by Ulrich Weigand · 24 years ago
- cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
- e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
- d48ca94 Use dllwrap for building shared libraries in cygwin. by Hidenori Takeshima · 24 years ago
- 9759140 Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines. by Ulrich Weigand · 24 years ago
- 35d288b Solaris fixes. by Patrik Stridvall · 24 years ago
- 9c67213 Added a spec file for 16bit imm. Added spec files for winnls and winnls32. by Hidenori Takeshima · 24 years ago
- c9b3b2e Added preferences to dinput drivers (so we can have two joystick by Marcus Meissner · 24 years ago
- f9b94cb Set -mpreferred-stack-boundary=2 flag if supported to avoid wasteful by Alexandre Julliard · 24 years ago
- b018239 Build tsx11 layer as a separate shared library. by Alexandre Julliard · 24 years ago
- 79e44ab Use the approriate command for combining .o files. by Dimitrie O. Paun · 24 years ago
- 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
- 1ec253d Supply dummy getrlimit if absent. by Dimitrie O. Paun · 24 years ago
- 2af03e4 Do not include sys/ptrace.h and sys/user.h unconditionally. by Dimitrie O. Paun · 24 years ago
- db1e5db Do not use a.out.h. by Dimitrie O. Paun · 24 years ago
- 27bb311 Added implementation of lstat to port.c. by Alexandre Julliard · 24 years ago
- c77cbbc Test if we need to put the .type directive inside a .def directive. by Dimitrie O. Paun · 24 years ago
- d6deb6d - configure tests for finite()/fpclass(), fixes BSD compile by Jon Griffiths · 24 years ago
- 5d1a638 Added checking for netdb.h. by Hidenori Takeshima · 24 years ago
- a85b0a6 Added checking for mmap. by Hidenori Takeshima · 24 years ago
- 45d31de Since we can no longer built .a files: by Marcus Meissner · 24 years ago
- 5aee80f Added another detection of strength-reduce bug in GCC. by Eric Pouech · 24 years ago
- 626f425 Added Makeprog.rules.in containing rules for building Winelib programs. by Alexandre Julliard · 24 years ago
- 4354cda Fixed NetBSD dll check. by Alexandre Julliard · 24 years ago
- 6301e94 - reorganized DInput DLL by Lionel Ulmer · 24 years ago
- f9f030b Added a winelauncher shell script which makes the process of running by Jeremy White · 24 years ago
- 2affae5 Moved all USER resources to new dlls/user/resources directory. by Alexandre Julliard · 24 years ago
- bd8ede1 Fixed the OpenGL detection code. by Lionel Ulmer · 24 years ago
- ff7a61f Make calls to gethostbyname, gethostbyaddr, getservbyname, by Rein Klazes · 25 years ago
- 3d2f32d Added possibility to use XVideo. by Lionel Ulmer · 25 years ago
- e0df32f Created default c2man compatible perl script for generating by Mike McCormack · 25 years ago
- c97bb4c Added Unicode ctype support. by Alexandre Julliard · 25 years ago
- 42d20f9 Merged clipboard driver into USER driver. by Alexandre Julliard · 25 years ago
- 6bb6d4c Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs, by Marcus Meissner · 25 years ago
- 22a969b Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine by Marcus Meissner · 25 years ago
- 4eefb96 Added an uninstaller for InstallShield, WISE etc. by Andreas Mohr · 25 years ago
- d1d0905 Create dll/kernel/messages directory. by Alexandre Julliard · 25 years ago
- fe210ef Fix the GLEXT function prototype typedefs detection. by Lionel Ulmer · 25 years ago
- 5b6879c - implementation of SetWindowsRgn and GetWindowRgn by Francois Jacques · 25 years ago
- a3502cc Merged setupx.dll into setupapi.dll. by Alexandre Julliard · 25 years ago
- 7e495e1 Make unicode.o into a separate ELF library so that we can use it from by Alexandre Julliard · 25 years ago
- 7854777 Merged wing.dll into gdi32.dll. by Alexandre Julliard · 25 years ago
- 37b51f4 Merged msacm and msacm32 dlls. Merged win87em and windebug into kernel32.dll. by Alexandre Julliard · 25 years ago
- 1434d87 Detect broken glext.h headers. by Lionel Ulmer · 25 years ago
- b53bb41 Make non-existence of (f)lex an error. by Marcus Meissner · 25 years ago
- a8cc5f5 - fix Direct3D support and a lot of warnings by Lionel Ulmer · 25 years ago
- dc2461e Implemented serialui dll containing CommConfigDialog, by Mike McCormack · 25 years ago
- 10b1b23 Create rpcrt4.dll. by Huw D M Davies · 25 years ago
- 01f78aa Added configure check for libutil.h. by Hidenori Takeshima · 25 years ago
- c607532 Created separate libraries for dplay, shfolder, shlwapi, wow32 and by Alexandre Julliard · 25 years ago
- df5e579 Added setupapi shared library and SetupIterateCabinet stub. by Francois Jacques · 25 years ago
- e482eeb Split the build program in several files. by Alexandre Julliard · 25 years ago
- 2f158c2 Removed @PROGEXT@ (it was broken anyway). by Alexandre Julliard · 25 years ago
- 3085591 Initial release of the message compiler. by Bertho Stultiens · 25 years ago
- fb270dd Added a bunch of code page tables for multibyte<->wide char by Alexandre Julliard · 25 years ago
- 2b5d564 Merged mouse dll into USER. by Alexandre Julliard · 25 years ago
- 2d8cf50 Merged display.dll into USER. by Alexandre Julliard · 25 years ago
- 36b5b6b Start to separate KERNEL out of libwine. by Dimitrie O. Paun · 25 years ago
- 84bde6a Separate wineps out of Wine's core. by Dimitrie O. Paun · 25 years ago
- 4615e29 If system doesn't have OpenGL, don't refer to libopengl32.so. by Hidenori Takeshima · 25 years ago
- f2b77cc Cleaned up X11 extension tests. by John R. Sheets · 25 years ago
- bedf40b Added support for OpenGL. by Lionel Ulmer · 25 years ago
- e75f9fb Added stubs for riched32.dll. by Hidenori Takeshima · 25 years ago
- 51177f9 Added DGA2 driver to DirectDraw. by Lionel Ulmer · 25 years ago
- f61d7e0 Enhanced libc's pthread configuration detection. by Eric Pouech · 25 years ago
- fbc15b1 Added '--enable-opengl' flag to bypass the thread-safety check. by Lionel Ulmer · 25 years ago
- 2941a21 Compile fix for --without-x. by Patrik Stridvall · 25 years ago
- 87d224a Correct test for linux 2.2 joystick API, which returned true in every case. by Rein Klazes · 25 years ago
- e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
- 5e5ad53 Added --without-curses compile option. by Patrik Stridvall · 25 years ago
- 0045def Fixed signal stack handling on Linux when sigaltstack is available. by Alexandre Julliard · 25 years ago
- 819fa8c Merged urlmon.dll and wininet.dll from the Corel tree (implementation by Alexandre Julliard · 25 years ago