1. 1d0d244 Link USER resources into libuser.so. by Alexandre Julliard · 25 years ago
  2. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  3. 7e495e1 Make unicode.o into a separate ELF library so that we can use it from by Alexandre Julliard · 25 years ago
  4. cd770ea Temporarily moved advapi32 registry support back into libwine.so, and by Alexandre Julliard · 25 years ago
  5. 4f356e8 Moved shared crtdll/ntdll functions into ntdll. Made crtdll a separate dll. by Alexandre Julliard · 25 years ago
  6. 2f158c2 Removed @PROGEXT@ (it was broken anyway). by Alexandre Julliard · 25 years ago
  7. fb270dd Added a bunch of code page tables for multibyte<->wide char by Alexandre Julliard · 25 years ago
  8. 2b5d564 Merged mouse dll into USER. by Alexandre Julliard · 25 years ago
  9. 2d8cf50 Merged display.dll into USER. by Alexandre Julliard · 25 years ago
  10. 36b5b6b Start to separate KERNEL out of libwine. by Dimitrie O. Paun · 25 years ago
  11. 84bde6a Separate wineps out of Wine's core. by Dimitrie O. Paun · 25 years ago
  12. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  13. 59b0d7b Build wineclipsrv as part of the x11drv dll. by Alexandre Julliard · 25 years ago
  14. e5efa0c Made the winedbg an external and WineLib program. by Eric Pouech · 25 years ago
  15. c53ceba Improved support for Makefiles that need to recurse in subdirectories. by Alexandre Julliard · 25 years ago
  16. e61d33b Added cvdump tool to dump CodeView symbol information. by John R. Sheets · 25 years ago
  17. 77d5ebb Link ttydrv and x11drv objects into their respective dll. by Alexandre Julliard · 25 years ago
  18. ebc3225 Made MPR a separate dll. by Alexandre Julliard · 25 years ago
  19. c3bcd6c - Slightly reworked include files (less messy, more straightforward). by David Elliott · 25 years ago
  20. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  21. e1d7889 Made winmm a separate shared library. by Alexandre Julliard · 25 years ago
  22. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  23. 7d43bce Moved debugger to libwine to make it available to WineLib apps. by Ulrich Weigand · 25 years ago
  24. 027187d Added SETUPX dll. by Andreas Mohr · 25 years ago
  25. d327fcb Fixed building of dosmod and wineclipsrv. by Alexandre Julliard · 25 years ago
  26. 0adad95 Made --enable-dll the default. by Alexandre Julliard · 25 years ago
  27. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  28. 54dc94e Merged dlls/ver into dlls/version. by Alexandre Julliard · 25 years ago
  29. de07869 Moved winsock implementation to dlls/winsock. by Alexandre Julliard · 25 years ago
  30. 0adb3c2 Use a uniform naming scheme for driver modules. by Eric Pouech · 25 years ago
  31. 088a76b Fixed missing libwine.so symlink during install. Set the runtime linker path. by Moses DeJong · 25 years ago
  32. 8551f8c Xiang Li Implementation of a proxy ODBC32 dll. by Alexandre Julliard · 25 years ago
  33. a2da868 Added .rc file support for Win16 NE modules. by Andreas Mohr · 25 years ago
  34. 5076e1d Make sure we clean dlls/ too. by Alexandre Julliard · 25 years ago
  35. 9103daf Install the wine server in $(bindir) and exec it from there. by Alexandre Julliard · 25 years ago
  36. edf3e43 Added ICMP DLL implementation. by Francois Gouget · 25 years ago
  37. abe7227 Added built-in msacm.drv and midimap.drv drivers. by Eric Pouech · 25 years ago
  38. 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago
  39. 385dc18 Added ability to call winapi_check from the Makefiles. by Patrik Stridvall · 26 years ago
  40. 22b861c - Moved dplay and dplayx to a proper home in the dlls directory. by Peter Hunnisett · 26 years ago
  41. ea0fd4d Added clipboard server. by Noel Borthwick · 26 years ago
  42. 6fea55f Added dlls/winmm and dlls/winmm/wineoss directories. by Eric Pouech · 26 years ago
  43. 2a722f4 Moved bulk of OLE implementation to dlls/ subdirectories. by Ulrich Weigand · 26 years ago
  44. bb1984e Separated Win16 (USER) and Win32 (MPR) network routines. by Ulrich Weigand · 26 years ago
  45. 6c6da67 Moved various DLLs to dlls/ by Ulrich Weigand · 26 years ago
  46. 352c04c Remove wine.conf.man on distclean by Alexandre Julliard · 26 years ago
  47. 74197cb Removed the dependency on "dummy" for wine and wine.sym. by Pavel Roskin · 26 years ago
  48. a9be64e Added support for Solaris Lint. by Patrik Stridvall · 26 years ago
  49. 4d088fa Do tools/ before any of the other subdirectories, even when doing by Marcus Meissner · 26 years ago
  50. a6f7cee Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK). by Marcus Meissner · 26 years ago
  51. 609f671 Make sure we build tools first. by Alexandre Julliard · 26 years ago
  52. a4d0319 Trying to fix parallel make by doing direct subdir/subdir.o rules. by Marcus Meissner · 26 years ago
  53. 4b32fd0 Use position-independent code in assembly glue when building .so. by Ulrich Weigand · 26 years ago
  54. e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
  55. 2d0bb2a Started on an implementation of Win64 for use on 64 bit platforms. by Patrik Stridvall · 26 years ago
  56. 16e278c Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is non-blank. by James Juran · 26 years ago
  57. 0bc384f Install wine.man from current directory. by Alexander V. Lukyanov · 26 years ago
  58. ffe6b76 Use Autoconf to find path to ldconfig. by James Juran · 26 years ago
  59. e39b676 Implement DocumentProperties, DeviceCapabilities, beginnings of by Huw D M Davies · 26 years ago
  60. b199b19 Run ldconfig in make install if using --enable-dll. by James Juran · 26 years ago
  61. 3a24f3f Started implementing Enhanced MetaFile driver. by Huw D M Davies · 26 years ago
  62. 03b5529 - Remove some old rc make stuff - "make clean" omitted some include subdirs by Joerg Mayer · 26 years ago
  63. c2795b7 Make distclean also in include/wine by Alexandre Julliard · 26 years ago
  64. 5aa96c1 Implemented (nearly) all TAPI functions as stubs. by Andreas Mohr · 26 years ago
  65. b3d1a22 Started on avifil32 implementation (only stubs currently). by Marcus Meissner · 26 years ago
  66. c912749 Create a new subdirectory for the common dialog box DLL and move all by Klaas van Gend · 26 years ago
  67. d6cab50 Added a check for the existence of wine.sym before installing it. by Zygo Blaxell · 26 years ago
  68. c70dc83 Created include/Makefile.in to separate header file installation from by James Juran · 26 years ago
  69. 36bbd62 New TTY driver for GDI. by Patrik Stridvall · 26 years ago
  70. d43a46a Add new subdirectories dlls/ver and dlls/version. by Ulrich Weigand · 26 years ago
  71. 01797f2 Don't install include files when --disable-lib is used. by James Juran · 26 years ago
  72. ab55442 Remove configure.in->configure rule (we might not have autoconf). by Marcus Meissner · 26 years ago
  73. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  74. f7b0de3 Moved ADVAPI32 files to dlls/advapi32. Added stubs for eventlog functions. by Juergen Schmied · 26 years ago
  75. ca004e5 Check for necessary configure reruns for Makefile and Make.rules generation. by Marcus Meissner · 26 years ago
  76. 8beb15a Use -lwine for linking. by Todd Vierling · 26 years ago
  77. 4b992b0 These patches add support for --enable-dll on NetBSD, and may even do so for by Todd Vierling · 26 years ago
  78. 30ef877 Added RasEnumConnections stub. by Marcus Meissner · 26 years ago
  79. f638aef Added the new TTY driver. by Patrik Stridvall · 26 years ago
  80. 791cd6a Added console support. by Joseph Pranevich · 26 years ago
  81. 50bb879 Revert misguided change to install_lib that broke -disable-lib configure option. by James Juran · 26 years ago
  82. bca87db Fixed 'make install' to really check for libwine.a before installing it. by James Juran · 26 years ago
  83. 9650864 Takes print spooler functions out of win16drv. by Huw D M Davies · 26 years ago
  84. 6a4aa49 Removed gets message. by Alexandre Julliard · 26 years ago
  85. ea58472 Started moving some X11 window management code to windows/x11drv. by Patrik Stridvall · 26 years ago
  86. 8b21f28 Tell people to ignore the 'gets' warning. Some will listen. by Douglas Ridgway · 26 years ago
  87. 51505b1 More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/. by Marcus Meissner · 26 years ago
  88. 8295c86 Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL. by Patrik Stridvall · 26 years ago
  89. 2a4707a Don't install object files when --disable-lib is selected. by Uwe Bonnes · 26 years ago
  90. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  91. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  92. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  93. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  94. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  95. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  96. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  97. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  98. dadf78f Release 980517 by Alexandre Julliard · 27 years ago wine-980517
  99. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  100. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413