1. 58c71d4 OLEPRO32 stubs. by Sean Langley · 25 years ago
  2. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  3. 8a1bdb3 Added configure check for sys/reg.h. by Ulrich Weigand · 25 years ago
  4. a9ee4a2 - Unixware (Solaris) linker typo fixed by Patrik Stridvall · 25 years ago
  5. 027187d Added SETUPX dll. by Andreas Mohr · 25 years ago
  6. 0adad95 Made --enable-dll the default. by Alexandre Julliard · 25 years ago
  7. 54dc94e Merged dlls/ver into dlls/version. by Alexandre Julliard · 25 years ago
  8. de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
  9. 18ad24a Use --whole-archive to force linking all of libwine.a. into wine. by Eric Pouech · 25 years ago
  10. c23872d Fixed IPX detection. by Aaron Hope · 25 years ago
  11. 7be462d - (ugly) fix for the 'Xmd.h' problem by Lionel Ulmer · 25 years ago
  12. 376ec88 Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some by Marcus Meissner · 25 years ago
  13. 48c0816 - detect if the OpenGL implementation defines the paletted texture and by Lionel Ulmer · 25 years ago
  14. cb99b0e Readded Xpm autoconf checks. by Marcus Meissner · 25 years ago
  15. 088a76b Fixed missing libwine.so symlink during install. Set the runtime linker path. by Moses DeJong · 25 years ago
  16. 8551f8c Xiang Li Implementation of a proxy ODBC32 dll. by Alexandre Julliard · 25 years ago
  17. a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 25 years ago
  18. 2d7be87 Use the real glibc openpty if present. by Marcus Meissner · 25 years ago
  19. ae5e93e Use BSD headers for ICMP portability. by Francois Gouget · 25 years ago
  20. b901021 Added better missing function emulation. by Patrik Stridvall · 25 years ago
  21. edf3e43 Added ICMP DLL implementation. by Francois Gouget · 25 years ago
  22. 605a9c3 Enhanced linux joystick api detection slightly. by Marcus Meissner · 25 years ago
  23. abe7227 Added built-in msacm.drv and midimap.drv drivers. by Eric Pouech · 25 years ago
  24. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  25. 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago
  26. 22b861c - Moved dplay and dplayx to a proper home in the dlls directory. by Peter Hunnisett · 26 years ago
  27. 6fea55f Added dlls/winmm and dlls/winmm/wineoss directories. by Eric Pouech · 26 years ago
  28. 55bcda8 Added simple console mode example program which lists information by Morten Eriksen · 26 years ago
  29. d94475b Added the possibility to use DGA 2.0. by Lionel Ulmer · 26 years ago
  30. 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago
  31. e977d6c Added support of __thr_errno for reentrance on UnixWare. by Ron Record · 26 years ago
  32. 3b96efc Added configure check for str[n]casecmp. by Alexandre Julliard · 26 years ago
  33. bb1984e Separated Win16 (USER) and Win32 (MPR) network routines. by Ulrich Weigand · 26 years ago
  34. 028e9a1 Implemented DirectInput Joystick support (tested with WC:Prophecy). by Marcus Meissner · 26 years ago
  35. 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
  36. a9be64e Added support for Solaris Lint. by Patrik Stridvall · 26 years ago
  37. 1a97191 Fixed cut&paste bug. by Eric Pouech · 26 years ago
  38. 5d68f79 Better detection of OpenGL. by Lionel Ulmer · 26 years ago
  39. d6baf1b Authors: James Juran <jrj120@psu.edu>, Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de> by Alexandre Julliard · 26 years ago
  40. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  41. e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
  42. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  43. ffe6b76 Use Autoconf to find path to ldconfig. by James Juran · 26 years ago
  44. 74f440e Added Wine command-line interpreter. by Dave Pickles · 26 years ago
  45. 5a70c97 Autoconfigure the directories in the manpage. by Marcus Meissner · 26 years ago
  46. 338d3b2 Create a new configuration manifest constant HAVE_OSS_MIDI. by Eric Pouech · 26 years ago
  47. e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago
  48. 51d46ba Added check for missing __i386__ definition. by Alexandre Julliard · 26 years ago
  49. 1bb9403 ANSI C fixes. by Patrik Stridvall · 26 years ago
  50. 0e7bd08 Added check for -lmmap for OS/2. by Alexandre Julliard · 26 years ago
  51. 3a24f3f Started implementing Enhanced MetaFile driver. by Huw D M Davies · 26 years ago
  52. 1a8bbd7 Added autoconf check for "inline". You can now use it, it will be by Marcus Meissner · 26 years ago
  53. f070fda autoconf fixes and cleanups (check for dlopen() in libc too). by Marcus Meissner · 26 years ago
  54. 2487cce Removed check for union semun; cleaned up a bit. by Alexandre Julliard · 26 years ago
  55. 715a55e Reentrant libc check for Solaris added. by Ulrich Weigand · 26 years ago
  56. a7f5cb5 Add -fno-builtin when compiling with gcc in relay32/ subdir. by Marcus Meissner · 26 years ago
  57. f31ec0b FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as by Marcus Meissner · 26 years ago
  58. c260638 - Started multithreading for FreeBSD (incomplete, but some by Marcus Meissner · 26 years ago
  59. 1bb0e66 Added command line tool to access the registry. by Sylvain St.Germain · 26 years ago
  60. 5aa96c1 Implemented (nearly) all TAPI functions as stubs. by Andreas Mohr · 26 years ago
  61. b3d1a22 Started on avifil32 implementation (only stubs currently). by Marcus Meissner · 26 years ago
  62. c912749 Create a new subdirectory for the common dialog box DLL and move all by Klaas van Gend · 26 years ago
  63. 5c08570 Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa. by Lionel Ulmer · 26 years ago
  64. 664c272 Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h by Marcus Meissner · 26 years ago
  65. f544507 Added configure check for getbkgd and define HAVE_GETBKGD. by Michael Veksler · 26 years ago
  66. 3b09284 Problems reported by Donald Page, PR 105-107. by Marcus Meissner · 26 years ago
  67. 1511bae "Configure finished" message suggests to call make when make depend by Steffen Moeller · 26 years ago
  68. 1eb593c Fix for X11 includes detection. by Ove Kaaven · 26 years ago
  69. c70dc83 Created include/Makefile.in to separate header file installation from by James Juran · 26 years ago
  70. 30008a0 Added common dialogs test program. by Eric Williams · 26 years ago
  71. 2411028 - Added the graphics/ttydrv directory. by Patrik Stridvall · 26 years ago
  72. d43a46a Add new subdirectories dlls/ver and dlls/version. by Ulrich Weigand · 26 years ago
  73. a1d6d24 Added check for the presence of Mesa's header files. by Lionel Ulmer · 26 years ago
  74. 32b32d8 Updated msvideo. New program 'icinfo [-about] [-configure]' to by Marcus Meissner · 26 years ago
  75. 8b4431f Added "user-friendly" warning for missing X. by Ove Kaaven · 26 years ago
  76. 592ba10 autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and by Marcus Meissner · 26 years ago
  77. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  78. 5ff0077 - beginning of implementation of Direct3D2 (DX 5.0) and associated classes by Lionel Ulmer · 26 years ago
  79. e884f9c Rewrite of configuration system to support "regular" curses as well as by Joseph Pranevich · 26 years ago
  80. f7b0de3 Moved ADVAPI32 files to dlls/advapi32. Added stubs for eventlog functions. by Juergen Schmied · 26 years ago
  81. 94d9964 configure first checks whether it is possible to compile IPX code with by Pavel Roskin · 26 years ago
  82. 8beb15a Use -lwine for linking. by Todd Vierling · 26 years ago
  83. ecc7669 - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in by Todd Vierling · 26 years ago
  84. 4b992b0 These patches add support for --enable-dll on NetBSD, and may even do so for by Todd Vierling · 26 years ago
  85. 30ef877 Added RasEnumConnections stub. by Marcus Meissner · 26 years ago
  86. 399931a Added fullscreen DGA support. by Stephen Crowley · 26 years ago
  87. f638aef Added the new TTY driver. by Patrik Stridvall · 26 years ago
  88. 791cd6a Added console support. by Joseph Pranevich · 26 years ago
  89. dc16342 Support for IPX networking via winsock under Linux. by Stephen Langasek · 26 years ago
  90. 847918c Replaces CoCreateGuid stub with an implementation of DCE's UUID by Justin Bradford · 26 years ago
  91. 11e1a5e Fixed --disable-lib. by Ove Kaaven · 26 years ago
  92. ea58472 Started moving some X11 window management code to windows/x11drv. by Patrik Stridvall · 26 years ago
  93. 51505b1 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/. by Marcus Meissner · 26 years ago
  94. 8295c86 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL. by Patrik Stridvall · 26 years ago
  95. 2a4707a Don't install object files when --disable-lib is selected. by Uwe Bonnes · 26 years ago
  96. 8220bc9 Generic dynamic dll loader using dl*() API. by Marcus Meissner · 26 years ago
  97. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  98. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  99. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  100. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809