1. 3ed89c3 Added a secur32.dll that loads other SSP DLLs and forwards calls to them. by Juan Lang · 21 years ago
  2. f41c2b2 Instrument winegcc to use the compilers and options detected at by Dimitrie O. Paun · 21 years ago
  3. e9ed2f3 - The virtual netbios device driver is properly named vnbt.vxd, not by Juan Lang · 21 years ago
  4. e8a339c Portability fixes for LSB compatibility. by Alexandre Julliard · 21 years ago
  5. 7ba8fba Moved msrle32 to the top-level dlls directory. by Alexandre Julliard · 21 years ago
  6. b3b12cf More robust fix for the artsc-config breakage. by Alexandre Julliard · 21 years ago
  7. 6c8147b Allow the implementation of the VxDCall entry points to be moved to by Alexandre Julliard · 21 years ago
  8. a21cf07 Added support for implementing VxDs as separate dlls and loading them by Alexandre Julliard · 21 years ago
  9. 30c7548 Release 20040213. by Alexandre Julliard · 21 years ago wine-20040213
  10. b6de304 Implement enough of rsabase.dll to get Steam to login. by Mike McCormack · 21 years ago
  11. 79692a3 We don't really need subdirectories in dlls/dinput. by Alexandre Julliard · 21 years ago
  12. 85106cd Moved remaining files from graphics/ to dlls/gdi. by Alexandre Julliard · 21 years ago
  13. 440ff6d Added version scripts for libwine and libwine_unicode. by Alexandre Julliard · 21 years ago
  14. 2676973 Workaround for broken artsc-config script (based on a patch by by Alexandre Julliard · 21 years ago
  15. 53fa0d5 - Fixed broken winedbg compilation on BSD. by Eric Pouech · 21 years ago
  16. c3eac43 Moved libuuid to the dlls directory, and moved the DirectX GUIDs into by Alexandre Julliard · 21 years ago
  17. 4cc64c8 Merged ffmpeg's MS Video 1 decoder by Mike Melanson. by Mike McCormack · 21 years ago
  18. 1cf4eb5 Release 20040121. by Alexandre Julliard · 21 years ago wine-20040121
  19. 0382ea1 - updated resources to DX9 by Rok Mandeljc · 21 years ago
  20. bc62458 Do not cache results of checks with side effects. by Marcus Meissner · 21 years ago
  21. 0a106bf Authors: Tim Ferguson <Tim.Ferguson@infotech.monash.edu.au>, Mike McCormack <mike@codeweavers.com> by Alexandre Julliard · 21 years ago
  22. d077946 Stub enough of MSVCRT40 to make IE4 install work. by Mike McCormack · 21 years ago
  23. 2eebf3c Enable Tablet support with both Tilt and Pressure. by Aric Stewart · 21 years ago
  24. e293074 Added configure check for readlink. by Alexandre Julliard · 21 years ago
  25. 3604824 If supported by the linker, prevent the ELF loader from calling the by Alexandre Julliard · 21 years ago
  26. e6f491a Fixed the dwBCastAddr member of MIB_IPADDRROW, added a test program. by Juan Lang · 21 years ago
  27. 8cbb94c Fixed shell quoting of the inline-asm tests so that they work properly by Wim Lewis · 21 years ago
  28. d17b232 Use gcc's -pipe option to reduce compile time. by Hans Leidekker · 21 years ago
  29. d888d36 Added winebrowser app that launches a Unix browser. by Chris Morgan · 21 years ago
  30. dfd315b When checking for gethostbyname_r_6 not try to compile but try to link. by Marcus Meissner · 21 years ago
  31. 875927f Updated configure with autoconf 2.58. Set the bug report address. by Alexandre Julliard · 21 years ago
  32. 9655a5f Add stubbed version of newdev.dll. by Ulrich Czekalla · 21 years ago
  33. 610e89e Search for mingw-$prog too. by Michael Stefaniuc · 21 years ago
  34. 2361f41 Release 20031212. by Alexandre Julliard · 21 years ago wine-20031212
  35. 4715f13 Moved all the files in graphics/x11drv to dlls/x11drv. by Alexandre Julliard · 21 years ago
  36. 9f71bd9 Authors: Jakob Eriksson <jakov@vmlinux.org>, Dimitrie O. Paun <dpaun@rogers.com>, Ferenc Wagner <wferi@afavant.elte.hu> by Alexandre Julliard · 21 years ago
  37. 5e69f11 Added -lXmu and -lXi for glut library. by Jacek Caban · 21 years ago
  38. ef799c4 Added glut32 dll. by Jacek Caban · 21 years ago
  39. 177f3d1 Removed some no longer used programs. by Alexandre Julliard · 21 years ago
  40. 46321f4 Added unicows dll, based on the spec file written by Shachar Shemesh. by Alexandre Julliard · 21 years ago
  41. 794bf0f Add Darwin/Mac OS X support to the build system. by Pierre d'Herbemont · 21 years ago
  42. c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
  43. 9c26917 Fix detection of freetype/freetype.h when the libfreetype version by Rein Klazes · 21 years ago
  44. 31991cf Release 20031118. by Alexandre Julliard · 21 years ago wine-20031118
  45. e617a9c Include ft2build.h before freetype/freetype.h. Libfreetype 2.1.7 requires this. by Rein Klazes · 21 years ago
  46. f22a472 Added some conformance tests for ddraw. These enumerate some display by Sami Aario · 21 years ago
  47. ef2d04d Link the main binaries with --export-dynamic so that the pthread by Alexandre Julliard · 21 years ago
  48. 97657b1 Get rid of the msdos/ directory. by Alexandre Julliard · 21 years ago
  49. 0196861 Add the wined3d dll for beginning a cleaner d3d architecture that will by Raphael Junqueira · 21 years ago
  50. 7999469 Moved memory/environ.c, memory/virtual.c and misc/cpu.c to by Alexandre Julliard · 21 years ago
  51. 821ab86 Added configure check for pthread_getattr_np. by Alexandre Julliard · 21 years ago
  52. a628c13 Added a wine-glibc binary that detects the glibc threading in use and by Alexandre Julliard · 21 years ago
  53. b2d937d Added sigsetjmp/siglongjmp and gettid to the portability library. by Alexandre Julliard · 21 years ago
  54. 546839f Only build both Wine binaries on Linux, pthread support doesn't work by Alexandre Julliard · 21 years ago
  55. 6e12807 Load any TrueType fonts that fontconfig knows about. by Huw Davies · 21 years ago
  56. f45325e Create two separate wine binaries, one using libpthread and one using by Alexandre Julliard · 21 years ago
  57. 357c740 Re-use the loader directory for the main wine loader, and get rid of by Alexandre Julliard · 21 years ago
  58. 00fdd9f AVM Computersysteme Vertriebs GmbH by Alexandre Julliard · 21 years ago
  59. b107b92 Mostly stub implemenation for cfgmgr32. by Mike McCormack · 21 years ago
  60. ae8ca36 Include <arpa/nameser.h> before <resolv.h>. by Pierre d'Herbemont · 21 years ago
  61. e490139 Release 20031016. by Alexandre Julliard · 21 years ago wine-20031016
  62. 3657b6d Recent versions of libXrandr depend on libXrender. by Alexandre Julliard · 21 years ago
  63. 255b486 Regroup the X11 header checks to reduce the size of the generated by Alexandre Julliard · 21 years ago
  64. 8f174bc Check for Xrandr extension. by Alex Pasadyn · 21 years ago
  65. 2581db8 Fixed some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 21 years ago
  66. 0b1a82a Added check for pthread.h (reported by Steven Edwards). by Alexandre Julliard · 21 years ago
  67. 6ac34ac Define an LDDLL command to link dlls, instead of using LDDLLFLAGS. by Alexandre Julliard · 21 years ago
  68. b817a3c Use docbook2txt to generate the text output instead of adhoc hacks. by Dimitrie O. Paun · 21 years ago
  69. 7b7efbe Removed creation of loader/ne and win32 directories. by Alexandre Julliard · 21 years ago
  70. c6c404d Added a check for <scsi/scsi.h> and include it in dlls/ntdll/cdrom.c. by Rein Klazes · 21 years ago
  71. 0af4fb9 Initial implementation of uxtheme.dll, mostly stubbed out for now. by Kevin Koltzau · 21 years ago
  72. 6ce0569 Added check for scsi/scsi_ioctl.h. by Pavel Roskin · 21 years ago
  73. d650719 Added check for st_blocks in struct stat. by Pavel Roskin · 21 years ago
  74. 7add08a Added configure check for spawnvp(). by Pavel Roskin · 21 years ago
  75. ccc7570 Get rid of relay32 directory. by Alexandre Julliard · 22 years ago
  76. e2bea18 Release 20030911. by Alexandre Julliard · 22 years ago wine-20030911
  77. 280661c Moved winegcc and winewrap to a separate directory. by Alexandre Julliard · 22 years ago
  78. aa1c2a3 Added an initial (mostly stub) implementation of MSHTML.DLL. by Mike McCormack · 22 years ago
  79. 80e34db Moved the implementation of the pthread wrappers to dlls/kernel. by Alexandre Julliard · 22 years ago
  80. 4e874ee The if1632 directory no longer exists. by Alexandre Julliard · 22 years ago
  81. 871cd03 It seems FreeBSD no longer requires libpthread when linking with OpenGL. by Alexandre Julliard · 22 years ago
  82. 9557d1b Dlopen libncurses.so in wineconsole. by Mike McCormack · 22 years ago
  83. dd0242d Remove the dummy pthread functions and use -lpthread instead to by Alexandre Julliard · 22 years ago
  84. 93dab7c Release 20030813. by Alexandre Julliard · 22 years ago wine-20030813
  85. 6386edc Partial implementation of the Microsoft Installer (msi.dll). by Mike McCormack · 22 years ago
  86. bcb6ecf resolv.h may require netinet/in.h, so try to #include that when by Gerald Pfeifer · 22 years ago
  87. 2123c13 Introduced the mswsock dll. Added stubs for TransmitFile() and AcceptEx(). by André Johansen · 22 years ago
  88. 47f021c Make WINE_GET_SONAME work on NetBSD. by Todd Vierling · 22 years ago
  89. efca0f6 Disable gcc strict aliasing optimization for now. by Alexandre Julliard · 22 years ago
  90. 6039fb0 Always use our own c2man. by Richard Cohen · 22 years ago
  91. b64b7de Add PowerPC processor detection. by Pierre d'Herbemont · 22 years ago
  92. e4cc8c0 Release 20030709. by Alexandre Julliard · 22 years ago wine-20030709
  93. aa1bdc4 Added d3d9 dll. by Alexandre Julliard · 22 years ago
  94. 85d4281 Implement LCMapString using unicode collation tables. by Dmitry Timoshkov · 22 years ago
  95. 5caccaf Created an empty oleacc DLL. by Eric Pouech · 22 years ago
  96. 852c7ae - implemented support for https protocol - fixes to the http protocol by David Hammerton · 22 years ago
  97. 4ee8290 Added checks for ICU libraries (based on a patch by Shachar Shemesh). by Alexandre Julliard · 22 years ago
  98. 90b1c2c Release 20030618. by Alexandre Julliard · 22 years ago wine-20030618
  99. 88090b4 Remove code that starts wineshelllink, instead create a windows by Mike McCormack · 22 years ago
  100. b133454 Implemented GetSystemInfo on NetBSD. by Yorick Hardy · 22 years ago