1. ac89cc2 Added skeleton for rpcrt4 unit test with some UUID tests. by Greg Turner · 22 years ago
  2. 928ecb4 Added some more autogenerated tests. by Patrik Stridvall · 22 years ago
  3. c728efc Added --disable-win16 configure option. by Alexandre Julliard · 22 years ago
  4. 137eed8 Moved X flags and libraries out of Make.rules into the makefiles that need them. by Alexandre Julliard · 22 years ago
  5. 4b9344e Moved ts_xlib.c into x11drv and removed libwine_tsx11. by Alexandre Julliard · 23 years ago
  6. f264bd3 Moved the debugger to programs/winedbg where it belongs. by Alexandre Julliard · 23 years ago
  7. b812c90 Implemented buffer management functions, a couple of workstation by Andriy Palamarchuk · 23 years ago
  8. c3c587e Added preliminary support for cross-compiling tests using mingw on by Alexandre Julliard · 23 years ago
  9. 0e79a41 Use alsa/asoundlib.h instead of sys/asoundlib.h if possible. by Marco Pietrobono · 23 years ago
  10. 5b5bea0 SHFileOperation: Implemented the FO_RENAME action, fixed FO_DELETE, by Andriy Palamarchuk · 23 years ago
  11. 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  12. 49163d5 Do not emit .string into the instruction stream, but into the .data by Marcus Meissner · 23 years ago
  13. 1da2971 Implement and test rtl bitmap functions. by Jon Griffiths · 23 years ago
  14. 5ee517a Copy va_lists by using va_copy, not by just assigning them. by Marcus Meissner · 23 years ago
  15. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  16. 7bf07d1 Only link with msvcrt on mingw32. Cleaned up a few AC_SUBST. by Alexandre Julliard · 23 years ago
  17. 2a91e3f Preliminary audio driver for Solaris Libaudioio. by Robert Lunnon · 23 years ago
  18. 04b5a86 Merged the NAS driver written by Nicolas Escuder <n.escuder@alineanet.com>. by Alexandre Julliard · 23 years ago
  19. 786d249 Check for mkstemp, added a port implementation if it is not by Marcus Meissner · 23 years ago
  20. 87c369d Include sys/types.h before sys/socket.h. by Gerald Pfeifer · 23 years ago
  21. 84555cc Generate the __ASM_NAME and __ASM_FUNC macros directly from by Alexandre Julliard · 23 years ago
  22. 57807fa Added checks for __sparc__, __sun__ and @function. by Gregg Mattinson · 23 years ago
  23. 044b5c4 - X11/extensions/shape.h requires X11/Xutil.h. by Gregg Mattinson · 23 years ago
  24. 7d4ee77 Merged the IDL compiler written by Ove Kaaven. by Alexandre Julliard · 23 years ago
  25. b7d3c79 Split the C preprocessor from wrc into a separate library. by Alexandre Julliard · 23 years ago
  26. c345f7b Created registry unit test and added tests for RegEnumValue[AW]. by Alexandre Julliard · 23 years ago
  27. 142dab8 Added configure check for getpwuid. by Alexandre Julliard · 23 years ago
  28. f92b7c0 Added some ALSA configure checks. by Alexandre Julliard · 23 years ago
  29. a120ce0 Created an ALSA driver (with the help of David Hammerton and Marco Pietrobono). by Eric Pouech · 23 years ago
  30. 3a99d8b Created d3d8 stub dll. by Sylvain Petreolle · 23 years ago
  31. ff4525c Added check for pwd.h. by Steven Edwards · 23 years ago
  32. ff9b9d4 Reworking of http and asyncronous calls to get IE6 to install. by Aric Stewart · 23 years ago
  33. f5aad76 Added regedit unit test, a couple minor changes to regedit. by Andriy Palamarchuk · 23 years ago
  34. d2d08f0 - support DirectInput 8 interfaces. - implemented mouse wheel support. by Ove Kaaven · 23 years ago
  35. 65a4216 Merged Martin Fuchs' file manager (with the help of Steven Edwards). by Alexandre Julliard · 23 years ago
  36. b706b23 Implemented a MP3 decoder (based on mpglib). by Eric Pouech · 23 years ago
  37. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  38. eb5f89c No longer need a special LDCOMBINE for cygwin/mingw. by Alexandre Julliard · 23 years ago
  39. df234a9 Added check for ln. by Alexandre Julliard · 23 years ago
  40. bed67fc Created an ACM MS ADPCM codec. by Eric Pouech · 23 years ago
  41. acfda14 Moved expand.c from libtest to programs/expand. by Alexandre Julliard · 23 years ago
  42. 67e8dc6 Added configure check for the soname of libraries that we load by Alexandre Julliard · 23 years ago
  43. c3e06df Portability fixes. by Alexandre Julliard · 23 years ago
  44. 34909c2 Added comcat.dll with factory and manager but E_NOTIMPL work methods. by John K. Hohm · 23 years ago
  45. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  46. fc01b72 Added some support for cross-compilation using mingw32. by Alexandre Julliard · 23 years ago
  47. 0a8e15a Detect snprintf && _snprintf, use _snprintf on stupid platforms (windows). by Steven Edwards · 23 years ago
  48. c74a791 Added some tests. by Juergen Schmied · 23 years ago
  49. fa3a536 There's no need to check for dlopen on cygwin. by Alexandre Julliard · 23 years ago
  50. 466ae14 Fixed dll check for cygwin. by Alexandre Julliard · 23 years ago
  51. 127ec92 Added check for sys/sysctl.h. by Alexandre Julliard · 23 years ago
  52. b9627c1 Check for and use chsize instead of ftruncate if present. by Steven Edwards · 23 years ago
  53. 0d8a9fa Utility to convert between Unix and Windows paths at the command line. by Mike Wetherell · 23 years ago
  54. e7c6d17 Implemented IOCTL_SCSI_GET_ADDRESS for non true scsi cdrom drives by Rizsanyi Zsolt · 23 years ago
  55. 0314a65 Implementation of IOCTL_SCSI_PASS_THROUGH and IOCTL_SCSI_PASS_THROUGH_DIRECT. by Laurent Pinchart · 23 years ago
  56. d089354 Moved remaining files in windows/x11drv to dlls/x11drv. by Alexandre Julliard · 23 years ago
  57. 2f0d85c Implemented regsvr32 tool. Based on ReactOS implementation. by Andriy Palamarchuk · 23 years ago
  58. 4c692b9 Stub implementation of SNMPAPI.DLL. by Patrik Stridvall · 23 years ago
  59. 9a68b7b Link the tools and the server against libwine so we can use the by Alexandre Julliard · 23 years ago
  60. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  61. 867fb9d No longer try to support non-reentrant Xlib. by Alexandre Julliard · 23 years ago
  62. 21e9166 Load libXrender at run-time with dlopen (based on a patch by Huw Davies). by Alexandre Julliard · 23 years ago
  63. 91372b3 Get the ldconfig check to work for bash shells. by Bill Medland · 23 years ago
  64. 4e2e176 Created regedit replacement. Fixed some bugs. by Andriy Palamarchuk · 23 years ago
  65. daa2886 Updated configure to take advantage of new autoconf 2.53 features. by Alexandre Julliard · 23 years ago
  66. f6be044 Created a stubbed version of MSISYS.OCX. by Mike McCormack · 23 years ago
  67. c555274 Better check for -lresolv. Removed FREETYPELIBS. by Alexandre Julliard · 23 years ago
  68. 3b943bc On Solaris inet_aton is exported by libresolv.so. by Francois Gouget · 23 years ago
  69. 96328b3 More robust libsane check. by Alexandre Julliard · 23 years ago
  70. 6098399 Fixed pack/unpack routines for WM_DDE_EXECUTE. by Michal Pasternak · 23 years ago
  71. 8911856 Moved metafiles and win16 drivers to dlls/gdi. by Alexandre Julliard · 23 years ago
  72. e8d9770 Ported variant tests to the new testing framework. by Marcus Meissner · 23 years ago
  73. 0307f6d Implemented an IMA driver. by Hidenori Takeshima · 23 years ago
  74. bcb9c46 Implemented G711 codec driver. by Hidenori Takeshima · 23 years ago
  75. 6b0720f Started TWAIN implementation. by Shi Quan He · 23 years ago
  76. 9b0ba7c Added aRts driver. by Chris Morgan · 23 years ago
  77. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  78. 81ecb52 Added some optional headers and functions for compiling on Windows with MSVC. by Patrik Stridvall · 23 years ago
  79. c72f0b2 Added tests extra directories. by Alexandre Julliard · 23 years ago
  80. 533e7ee Support for nonstandard baud rate in SetCommState. by Lawson Whitney · 23 years ago
  81. 4cd31e4 Fixed installation issues caused by new configure script. by Alexandre Julliard · 23 years ago
  82. f5818d2 Upgraded configure script to use autoconf 2.50 features, and renamed by Alexandre Julliard · 23 years ago[Renamed (82%) from configure.in]
  83. c1d3813 We need fttrigon.h, so don't define HAVE_FREETYPE if we don't have it. by Huw D M Davies · 23 years ago
  84. 93a5b86 Support for generation of .def files from .spec files. by Dmitry Timoshkov · 23 years ago
  85. c2a5ebc Added a pass-through msvcrt20. by Aric Stewart · 23 years ago
  86. 42dcd97 'test -e' is not supported on Solaris, replace with '-f' or '-d'. by Francois Gouget · 23 years ago
  87. 9b1d372 Don't define HAVE_FREETYPE unless we have freetype.h. by Huw D M Davies · 23 years ago
  88. 18d7573 Authors: Huw D M Davies <hdavies@codeweavers.com>, Charles Loep <charles@codeweavers.com> by Alexandre Julliard · 23 years ago
  89. 5c5a621 Abort if we do not find yacc or bison. by Marcus Meissner · 23 years ago
  90. b508a1d Authors: Andrew Lewycky <andrew@transgaming.com>, Ove Kaaven <ovek@transgaming.com> by Alexandre Julliard · 23 years ago
  91. 0f21ee8 Added crypt32.dll stub. by Travis Michielsen · 23 years ago
  92. f1a0de9 Added configure check for pread/pwrite. by Alexandre Julliard · 23 years ago
  93. 5ea3031 Added missing brackets in ncurses check. by Bernhard Rosenkraenzer · 23 years ago
  94. 7c822cc Removed obsolete dosmod. by Alexandre Julliard · 23 years ago
  95. 18e4b5e We no longer need libXpm. by Alexandre Julliard · 23 years ago
  96. 3f510ad Link with libutil only where needed. by Alexandre Julliard · 23 years ago
  97. 562089b Link with libdl only where needed. by Alexandre Julliard · 23 years ago
  98. 4895768 Link to the curses library only for the dlls that need it. by Alexandre Julliard · 23 years ago
  99. a69c039 Documentation update. by Andreas Mohr · 23 years ago
  100. eda758e Added check for stdint.h (needed on NetBSD). by Bang Jun-Young · 23 years ago