1. 3985744 programs/wcmd: Rename to programs/cmd. by Dan Kegel · 19 years ago
  2. 95bb903 wintrust: Add framework and initial tests. by Paul Vriens · 19 years ago
  3. 6ba5d2e tools: Get rid of the winapi makefile, it's not used anyway. by Alexandre Julliard · 19 years ago
  4. 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
  5. ff2bd66 configure: Make sure timezone and daylight are variables. by Alexandre Julliard · 19 years ago
  6. 182d150 configure: Move cache handling into the WINE_TRY_CFLAGS macro. by Alexandre Julliard · 19 years ago
  7. d75cc5a configure: Enable the -Wwrite-strings flag. by Alexandre Julliard · 19 years ago
  8. bf71a2f Release 0.9.20. by Alexandre Julliard · 19 years ago wine-0.9.20
  9. cc6a08c configure: Fixed bug in previous OpenGL warning patch. by Alexandre Julliard · 19 years ago
  10. bc66d7e configure: Extend the current OpenGL/Direct3D warning code. by Roderick Colenbrander · 19 years ago
  11. 0324419 configure: Remove -O2 disable hack for MacOS now that gcc is fixed. by Alexandre Julliard · 19 years ago
  12. e84a382 configure: Show messages about additional packages with --verbose. by Detlef Riekenberg · 19 years ago
  13. 4ff90b4 configure: Try to #include <pthread.h> before checking for pthread_np.h. by Gerald Pfeifer · 19 years ago
  14. 4e8cb61 configure: Setting rpath should no longer be needed for dlls. by Alexandre Julliard · 19 years ago
  15. b5871fa infosoft: Add a test for the language neutral word breaker. by Mike McCormack · 19 years ago
  16. dd0340e loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now. by Alexandre Julliard · 19 years ago
  17. bdeeabe configure: Disable optimization on MacOS because of gcc bug. by Alexandre Julliard · 19 years ago
  18. 42b81ea configure: Use a platform name check for MacOS shared library support, by Alexandre Julliard · 19 years ago
  19. e533e97 configure: Moved the library checks after the function checks to avoid code duplication. by Alexandre Julliard · 19 years ago
  20. 1089260 configure: Only link against libpoll where really necessary. by Alexandre Julliard · 19 years ago
  21. 946b84d libwine: Also set the current library version for MacOS. by Alexandre Julliard · 19 years ago
  22. 78bd194 configure: Suppress multiple definitions warnings from the MacOS linker. by Alexandre Julliard · 19 years ago
  23. acb7f8a pstorec: Add a stub implementation. by Mike McCormack · 19 years ago
  24. 50906e8 Release 0.9.19. by Alexandre Julliard · 19 years ago wine-0.9.19
  25. faf05df configure: Fix the linux/ipx.h detection. by Francois Gouget · 19 years ago
  26. bdbffd9 configure: Fixed soname detection on MacOS by using otool instead of ldd. by Alexandre Julliard · 19 years ago
  27. b89cafa hid: Initial implementation. by Kevin Koltzau · 19 years ago
  28. fc8172f loader/pthread: Added pthread_attr_get_np support. by Tijl Coosemans · 19 years ago
  29. fdfc24c libs: Get rid of Makelib.rules since we only have one library now. by Alexandre Julliard · 19 years ago
  30. eebb111 configure: Only link against libresolv where necessary. by Alexandre Julliard · 19 years ago
  31. c827892 server: Added support for kqueue() as an alternative to poll() on FreeBSD. by Alexandre Julliard · 19 years ago
  32. a430db9 hlink: Add a short test case. by Mike McCormack · 19 years ago
  33. 98179f0 winex11.drv: Kill DGA support. by Roderick Colenbrander · 19 years ago
  34. f9cd714 Release 0.9.18. by Alexandre Julliard · 19 years ago wine-0.9.18
  35. 68249c1 configure: Add a check for the DGifOpen function in the gif_lib.h header as the v4 of the file does define it, while v3 doesn't. by Robert Shearman · 19 years ago
  36. d9ef88c configure: Check for freetype-config first, then use the libraries it specifies. by Mike McCormack · 19 years ago
  37. e325efb preloader: Allocate more space in low memory as well as for top-down allocations. by Alexandre Julliard · 19 years ago
  38. a26dabe configure: Use -fno-builtin to avoid warnings with gcc 4.1.1. by Mike McCormack · 19 years ago
  39. 3d08f5d configure: Store the full path to the prelink tool. by Alexandre Julliard · 19 years ago
  40. df10b7d libwine: Add a configure check for setrlimit. by Paul Millar · 19 years ago
  41. 9c3b12b comcat: cImplemented or cRequired of -1 means to match everything by Aric Stewart · 19 years ago
  42. 100e242 configure: Revert the error exit code for warnings, it causes more by Alexandre Julliard · 19 years ago
  43. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  44. 4d3877b infosoft: Add a word breaker for English. by Mike McCormack · 19 years ago
  45. db5e98b Release 0.9.17. by Alexandre Julliard · 19 years ago wine-0.9.17
  46. defbc49 query: Add a skeleton for query.dll. by Mike McCormack · 19 years ago
  47. 58c6419 configure: Define _WIN64 when building on a 64-bit platform. by Alexandre Julliard · 19 years ago
  48. 2adeefe configure: Allow relocation on x86_64. by Ge van Geldorp · 19 years ago
  49. 955fe0d comdlg32: Add initial test. by Detlef Riekenberg · 19 years ago
  50. d2ee387 cryptnet: Implement a stub cryptnet dll. by Maarten Lankhorst · 19 years ago
  51. f5f37a8 wineconsole: Portability fixes in the curses mouse support. by Alexandre Julliard · 19 years ago
  52. d01063e configure: Send pkg-config error messages to /dev/null. by Alexandre Julliard · 19 years ago
  53. 22eeeb1 Release 0.9.16. by Alexandre Julliard · 19 years ago wine-0.9.16
  54. 68f590c oleview: Added initial version. by Piotr Caban · 19 years ago
  55. 5640b56 compstui: Add minimal compstui.dll (stubs only). by Detlef Riekenberg · 19 years ago
  56. 40bbcfb configure: Default to using wine-pthread on all platforms. by Alexandre Julliard · 19 years ago
  57. 0ebeb53 configure: Probe more carefully for soname support, primarily for Solaris support. by Jeremy White · 19 years ago
  58. ee112fc configure: Test for additional ICU libraries /usr/lib/libicuuc.a and /usr/lib/libicudata.a. by Scott Bambrough · 19 years ago
  59. 705178f inseng: Initial implementation of inseng (required for IE6 to install under win2k). by Mike McCormack · 19 years ago
  60. bdb4fab x11drv: Renamed the x11drv directory to winex11.drv. by Alexandre Julliard · 19 years ago
  61. bb7fe68 configure: Ues the standard AC_MSG_WARN to print warnings. by Alexandre Julliard · 19 years ago
  62. 569a452 uxtheme: Add framework and initial tests. by Paul Vriens · 19 years ago
  63. 2962ded Release 0.9.15. by Alexandre Julliard · 19 years ago wine-0.9.15
  64. baf3f5d configure: Make the font warning more explicit about what package is missing. by Alexandre Julliard · 19 years ago
  65. b732e9b hlink: Add a stub implementation (based on Aric Stewart's code). by Mike McCormack · 19 years ago
  66. a6ea0f6 userenv: Add a stub implementation of userenv.dll. by Mike McCormack · 19 years ago
  67. 788e30f dnsapi: Added check for _msg_ptr vs. _ptr member in ns_msg struct. by Alexandre Julliard · 19 years ago
  68. 144a535 winecoreaudio: Initial Audio Driver for Mac OS X. by Emmanuel Maillard · 19 years ago
  69. fc6ffb2 configure: Regenerated with autoconf 2.59d. by Alexandre Julliard · 19 years ago
  70. a9e2fc2 Release 0.9.14. by Alexandre Julliard · 19 years ago wine-0.9.14
  71. 3098199 winspool: Renamed the directory to winspool.drv. by Alexandre Julliard · 19 years ago
  72. 57ed75b wineps: Renamed the directory to wineps.drv. by Alexandre Julliard · 19 years ago
  73. 3aebbdc msisys: Renamed the directory to msisys.ocx. by Alexandre Julliard · 19 years ago
  74. 1175a2f d3d8: Add refcount test. by Vitaliy Margolen · 19 years ago
  75. 5fd4d34 Add a stub implementation of ntdsapi.dll. by Dmitry Timoshkov · 19 years ago
  76. 7ed7e8f configure: Make libraries properly relocatable on MacOS. by Alexandre Julliard · 19 years ago
  77. e739ba9 Assorted spelling fixes. by Francois Gouget · 19 years ago
  78. 8af7be6 Release 0.9.13. by Alexandre Julliard · 19 years ago wine-0.9.13
  79. 922b274 msacm32.drv: Renamed msacm.drv to msacm32.drv, and moved the directory to the top-level. by Alexandre Julliard · 19 years ago
  80. 252398d mciwave: Renamed mciwave.drv to mciwave.dll, and moved the directory to the top-level. by Alexandre Julliard · 19 years ago
  81. 40e7ef3 gphoto.ds: Implemented a libgphoto2 import driver, based on the sane.ds driver. by Marcus Meissner · 19 years ago
  82. 125efed twain_32: Split out the sane specific parts from twain_32 code. by Marcus Meissner · 19 years ago
  83. d30975d Add a stub implementation of mprapi.dll. by Dmitry Timoshkov · 19 years ago
  84. b18b9f3 configure: Added check to catch old versions of the dbus library. by Alexandre Julliard · 19 years ago
  85. 0006898 configure: Added checks for HAL libraries. by Alexandre Julliard · 19 years ago
  86. 8d6b9aa configure: Exit with a non-zero exit code if a core dependency is missing. by Mike McCormack · 19 years ago
  87. 6d9af55 configure: Remove the --disable-debug and --disable-trace options. by Mike McCormack · 19 years ago
  88. a82e245 configure: On FreeBSD, make wine-pthread the new default. by Gerald Pfeifer · 19 years ago
  89. 31425c4 Release 0.9.12. by Alexandre Julliard · 19 years ago wine-0.9.12
  90. 35bca77 tools: Don't try to use FT_Load_Sfnt_Table unless FreeType has it. by Huw Davies · 19 years ago
  91. 1404dc8 twain_32: Renamed the dlls/twain directory to dlls/twain_32. by Alexandre Julliard · 19 years ago
  92. b4f553f riched32: Renamed the dlls/richedit directory to dlls/riched32. by Alexandre Julliard · 19 years ago
  93. ca1e72a comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32. by Alexandre Julliard · 19 years ago
  94. c4fde65 msacm32: Renamed the dlls/msacm directory to dlls/msacm32. by Alexandre Julliard · 19 years ago
  95. 2d6d4e9 dnsapi: Add a configure check for the resolver library and header. by Hans Leidekker · 19 years ago
  96. 975899a dnsapi: Add a test for DnsNameCompare_A. by Hans Leidekker · 19 years ago
  97. 6b1dded dnsapi: Add a stub implementation of dnsapi.dll. by Hans Leidekker · 19 years ago
  98. 9603ee0 kernel: Show the exe name instead of wine-[kp]thread in ps and top. by Alexandre Julliard · 19 years ago
  99. 5a5b35c Add an implementation of iexplore.exe. by Mike McCormack · 19 years ago
  100. 197a7d0 configure: Filter out garbage from arts-config --libs too. by Alexandre Julliard · 19 years ago