1. 645cd6f libs: Get rid of the symlinks for the static libs. by Alexandre Julliard · 19 years ago
  2. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  3. c0752da crypt32: Check a pointer before dereferencing it (Coverity). by Juan Lang · 19 years ago
  4. 961193b shell32: Always NULL-terminate path in SHGetPathFromIDList. by Juan Lang · 19 years ago
  5. 4d3877b infosoft: Add a word breaker for English. by Mike McCormack · 19 years ago
  6. 7a15278 winebuild: Save registers which might contain parameters for the function to be called. by Ge van Geldorp · 19 years ago
  7. 6096e58 ntdll: Widen fields in LDR_RESOURCE_INFO to accomodate 64 bit pointers. by Ge van Geldorp · 19 years ago
  8. 15ad5de msi: Test how SetTargetPath affects the target paths of install files. by James Hawkins · 19 years ago
  9. 3b506c6 msi: AppSearchReg shouldn't create the key it's looking for if it doesn't exist. by James Hawkins · 19 years ago
  10. 700adac oleaut32: Conformance test and patch for VarCat. by Benjamin Arai · 19 years ago
  11. ed98489 wined3d: Improve GetAdapterMonitor stub. by Ivan Gyurdiev · 19 years ago
  12. 33293df wined3d: More flow control instructions. by Ivan Gyurdiev · 19 years ago
  13. 6ede564 wined3d: More flow control instructions by Ivan Gyurdiev · 19 years ago
  14. 345dd49 wined3d: Fix off-by-one constants bug. by Ivan Gyurdiev · 19 years ago
  15. 8068fc3 wined3d: Clamp texcoord output between 0 and 1. by Ivan Gyurdiev · 19 years ago
  16. e9de563 wined3d: Place immediate constants in the same array as global constants. by Ivan Gyurdiev · 19 years ago
  17. 915174d ddraw: Palette refcounting fix. by Stefan Dösinger · 19 years ago
  18. 0a81295 ddraw: Split up the ddraw refcount. by Stefan Dösinger · 19 years ago
  19. d690094 include: Add cierror.h. by Mike McCormack · 19 years ago
  20. 55ab809 ole32: Only print a FIXME if necessary in StgOpenStorageEx. by Mike McCormack · 19 years ago
  21. 5cb1045 indexsvr.h: Fix a typo. by Mike McCormack · 19 years ago
  22. 2ce792f wined3d: Add an "\n" to a fixme to fix another overflow (in IWineD3DImpl_CheckDeviceFormatConversion). by Louis. Lenders · 19 years ago
  23. 10d6726 riched20: Add stub implementation of ITextDocument. by Juan Lang · 19 years ago
  24. 4b8845a crypt32: Implement key context property, with tests. by Juan Lang · 19 years ago
  25. ac857cb winedbg: Implement some x86_64 backend routines. by Ge van Geldorp · 19 years ago
  26. 2a8b31d winebuild: Reserve enough space for null function pointer. by Ge van Geldorp · 19 years ago
  27. a6df163 server: Widen lparam for timers. by Ge van Geldorp · 19 years ago
  28. 414c333 shell32: Write-strings warning fix. by Andrew Talbot · 19 years ago
  29. ee9b18f crypt32/tests: Write-strings warnings test. by Andrew Talbot · 19 years ago
  30. c242c3b server: Fixed get_thread_context for x86_64. by Alexandre Julliard · 19 years ago
  31. e4d3a72 amstream: Fix argument types to match the PSDK. by Bang Jun-Young · 19 years ago
  32. a5ebefc notepad: En.rc: Fix the ellipsis in menu. by Mikołaj Zalewski · 19 years ago
  33. 187ab1c msxml3: Implement removeChild. by Huw Davies · 19 years ago
  34. dfd2208 dnsapi: Fix a buffer overrun (Coverity). by Hans Leidekker · 19 years ago
  35. cc71185 wldap32: Document the ber functions. by Hans Leidekker · 19 years ago
  36. cbdcc38 wldap32: Document the rename functions. by Hans Leidekker · 19 years ago
  37. ac962be wine.inf: Add msi to the list of fake dlls. by Hans Leidekker · 19 years ago
  38. cf0833b oleview: Added more fields to TypeLib Viewer tree. by Piotr Caban · 19 years ago
  39. 101c185 urlmon: Always verify mime using FindMimeFromData. by Jacek Caban · 19 years ago
  40. b1d1507 shdocvw: Added test of DoVerb. by Jacek Caban · 19 years ago
  41. d2520cc shdocvw: Added GetMiscStatus test. by Jacek Caban · 19 years ago
  42. d76ed6f shdocvw: Call SetMenu in activate_ui. by Jacek Caban · 19 years ago
  43. 081d50d mshtml: Added OnFrameWindowActivate implementation. by Jacek Caban · 19 years ago
  44. 0542e83 advapi32: Fix registry API prototypes to match the PSDK. by Bang Jun-Young · 19 years ago
  45. 94af863 include/.gitignore: Moved the wine subdir ignore list to the main file. by Alexandre Julliard · 19 years ago
  46. f202bdb libs/.gitignore: Added wildcards for libraries. by Alexandre Julliard · 19 years ago
  47. 88c97d7 .gitignore: Added wildcards to ignore lex and bison output files. by Alexandre Julliard · 19 years ago
  48. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  49. 0fa8baa make_dlls: Recursively ignore .ok files in all tests directories. by Alexandre Julliard · 19 years ago
  50. edd100b make_dlls: Recursively ignore testlist.c in all tests directories. by Alexandre Julliard · 19 years ago
  51. 028ab92 make_progs: Generate the .gitignore file. by Alexandre Julliard · 19 years ago
  52. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  53. 38daf97 make_dlls: Generate the .gitignore file. by Alexandre Julliard · 19 years ago
  54. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  55. db5e98b Release 0.9.17. by Alexandre Julliard · 19 years ago wine-0.9.17
  56. defbc49 query: Add a skeleton for query.dll. by Mike McCormack · 19 years ago
  57. ac9e421 advpack: Add tests for different configurations of INF filenames and by James Hawkins · 19 years ago
  58. 58c6419 configure: Define _WIN64 when building on a 64-bit platform. by Alexandre Julliard · 19 years ago
  59. 9452927 include/msvcrt: Fix all definitions of size_t for Win64. by Alexandre Julliard · 19 years ago
  60. 429cd9e msvcrt: Avoid including system headers in msvcrt.h. by Alexandre Julliard · 19 years ago
  61. c53cdac query: Add ntquery.h. by Mike McCormack · 19 years ago
  62. b872d83 ntdll/tests: Added some NULL testing. by Paul Vriens · 19 years ago
  63. dd77d1a server: Only accept 0 as registry handle in functions that take a parent key. by Alexandre Julliard · 19 years ago
  64. ccf2f56 include: Add more error codes used by newer versions of COM. by Robert Shearman · 19 years ago
  65. f774f7b oleaut32: Make ctl2_hash_guid match the same function in widl, which has likely had much wider testing. by Robert Shearman · 19 years ago
  66. 688c6a7 oleaut32: MSFT_DoFuncs: "reclength" of the function information record is stored by Robert Shearman · 19 years ago
  67. 5e09c29 oleaut32: Copying a NULL BSTR should result in an empty BSTR in VariantCopy. by qingdoa daoo · 19 years ago
  68. 4598c97 winex11: Use correct multiplier for negative relative mouse movements. by Thomas Kho · 19 years ago
  69. b0dfe40 crypt32: Implement revocation check in CertVerifySubjectCertificateContext. by Juan Lang · 19 years ago
  70. 1ba6f15 shell32: Updated Korean resource. by Hwang YunSong(황윤성) · 19 years ago
  71. 1b9f1e5 winecfg: Updated Korean resource. by Hwang YunSong(황윤성) · 19 years ago
  72. 240a0cc winecfg: Nl.rc: Shift Graphics page up to fill the empty place. by Paul Vriens · 19 years ago
  73. f99d84b winecfg: Write-strings warnings fix. by Andrew Talbot · 19 years ago
  74. 6004183 urlmon: Register protocol handlers in DllMain. by Jacek Caban · 19 years ago
  75. 57bcaf4 urlmon: Use non heap based objects for class factories. by Jacek Caban · 19 years ago
  76. c58e065 wined3d: Fix typo breaking 3.0 pshaders color input. by Ivan Gyurdiev · 19 years ago
  77. 2280f1a winex11.drv: Protect X11 calls by a critical section. by Dmitry Timoshkov · 19 years ago
  78. 19e7fab user: Improve SetActiveWindow test, add SetForegroundWindow test, make them pass under Wine. by Dmitry Timoshkov · 19 years ago
  79. eb527c8 Add a common fps counter channel to ddraw, opengl and d3d. by Stefan Dösinger · 19 years ago
  80. bb64efa mshtml: Create nsWineURI even if we don't have valid nsIURI. by Jacek Caban · 19 years ago
  81. 37b57a5 shdocvw: Added test of SetClientSite. by Jacek Caban · 19 years ago
  82. b6d0818 shdocvw: Call GetContainer in SetClientSite. by Jacek Caban · 19 years ago
  83. ccee029 include: Added htiframe.idl. by Jacek Caban · 19 years ago
  84. 5638fac wined3d: Trace ABS/ABSNEG modifiers. by Ivan Gyurdiev · 19 years ago
  85. 899c8cd wined3d: Create fake input semantics for d3d8 shaders. by Ivan Gyurdiev · 19 years ago
  86. 5b3c500 wined3d: Reverse semantics maps for shaders. by Ivan Gyurdiev · 19 years ago
  87. c611012 wined3d: Make WINED3D_ATR macros more flexible. by Ivan Gyurdiev · 19 years ago
  88. c202bfe wined3d: Simplify primitiveDeclartationConvertToStrided. by Ivan Gyurdiev · 19 years ago
  89. 85aa8ab wined3d: Add position_transformed flag to Strided data format. by Ivan Gyurdiev · 19 years ago
  90. fc2611d wined3d: Only link and use GLSL program if at least one GLSL shader is available. by Ivan Gyurdiev · 19 years ago
  91. ea0a102 shell32: Show a confirmation before deleting files with syscalls. by Mikołaj Zalewski · 19 years ago
  92. 4485bf0 shell32: If possible use SHFileOperationW to delete in unixfs. by Mikołaj Zalewski · 19 years ago
  93. 2460b45 dinput: map_axis must be able to work with LONG's value range. by Christoph Frick · 19 years ago
  94. 97fed19 dinput: Remove redundant struct members. by Christoph Frick · 19 years ago
  95. 3083b0a dinput: Implement the GetProperty call for getting the range of an axis. by Christoph Frick · 19 years ago
  96. 141a267 dinput: Call fake_current_js_state on the places where it is actually needed in SetProperty. by Christoph Frick · 19 years ago
  97. cd7e1d57 dinput: Only fake the current state on axes that are actually there. by Christoph Frick · 19 years ago
  98. d478b7e dinput: Move the axes and button configs into the JoyDev struct. by Christoph Frick · 19 years ago
  99. 1817648 dinput: Utilize the offsets and the transform to support the user by Christoph Frick · 19 years ago
  100. f0f3b0a dinput: Adds offset and transform and their basic handling to the joystick implementation. by Christoph Frick · 19 years ago