1. 5f5b909 avifil32: Remove unnecessary dependency on ntdll. by Bang Jun-Young · 19 years ago
  2. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  3. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  4. 5258e06 make_dlls: Ignore generated import libraries from the top-level .gitignore. by Alexandre Julliard · 19 years ago
  5. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  6. 8f143f1 Use the return value of register_key_guid. by Paul Vriens · 19 years ago
  7. f1b1fe6 avifil32: Corrected destination size in MultiByteToWideChar. by Marcus Meissner · 19 years ago
  8. fee72b6 Yet another round of redundant NULL checks before HeapFree. by Michael Stefaniuc · 19 years ago
  9. 1db7a34 avifil32: Declare varargs functions as WINAPIV instead of cdecl. by Alexandre Julliard · 19 years ago
  10. 9ca8a86 Link against libwine_unicode everywhere we use Unicode functions. by Alexandre Julliard · 19 years ago
  11. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  12. 7440710 Check the return value from register_key_guid in all the DLL registering code. by Robert Shearman · 19 years ago
  13. a875200 janitorial: Remove redundant NULL pointer checks before HeapFree'ing them. by Michael Stefaniuc · 19 years ago
  14. 14aab5f avifil32: Avoid not necessary zeroing out of an allocated memory block. by Dmitry Timoshkov · 19 years ago
  15. aebc88d avifil32: Fix a regression caused by patch removing GlobalAllocs by using HEAP_ZERO_INIT. by Mike McCormack · 19 years ago
  16. 417067b avifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h. by Mike McCormack · 19 years ago
  17. 64d5b80 avifil32: Added Hungarian translation. by András Kovács · 19 years ago
  18. 9d5b2ea avifil32: Use HeapAlloc instead of LocalAlloc. by Mike McCormack · 19 years ago
  19. dfb5aaf avifil32: Use HeapAlloc instead of Global/LocalAlloc. by Mike McCormack · 19 years ago
  20. 15c5dc1 avifil32: Use HeapAlloc instead of Local Alloc. by Mike McCormack · 19 years ago
  21. 4fa92f6 avifil32: Use HeapAlloc instead of GlobalAlloc/LocalAlloc. by Mike McCormack · 19 years ago
  22. a4b816c avifil32: Use HeapAlloc/Free instead of LocalAlloc/Free. by Mike McCormack · 19 years ago
  23. 8ed1ca3 avifil32: Use HeapAlloc instead of LocalAlloc. Make sure to free the memory. by Mike McCormack · 19 years ago
  24. 29212d8 avifil32: Use CoTaskMemAlloc when allocating memory to return through by Mike McCormack · 19 years ago
  25. 610fc08 avifil32: Fix some gcc 4.1 warnings cause by windowsx.h macros. by Mike McCormack · 19 years ago
  26. 8723936 avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros. by Mike McCormack · 19 years ago
  27. 73bc4e6 avifil32: Eliminate some gcc 4.1 warnings caused by windowsx.h macros. by Mike McCormack · 19 years ago
  28. 41baefc avifil32: Czech language resources encoding fix. by Petr Tesarik · 19 years ago
  29. e9d5e19 avifil32: Turkish translation. by Fatih Aşıcı · 19 years ago
  30. 2a93c2f ICCompressorChoose should initialize fccType and fccHandler fields by Dmitry Timoshkov · 19 years ago
  31. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  32. 3ddd394 Update Korean translations. by YunSong Hwang · 19 years ago
  33. 6e20af5 Add Korean translations. by YunSong Hwang · 19 years ago
  34. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  35. 8822dbb Added Norwegian translations. by Alexander N. Sørnes · 20 years ago
  36. 9f1c6de We are no longer generating .spec.c files. by Alexandre Julliard · 20 years ago
  37. 8cef366 Revert previous change, it should not be needed anymore since a by Dmitry Timoshkov · 20 years ago
  38. d559fbd Fixed gcc 4.0 warnings. by Alexandre Julliard · 20 years ago
  39. 3f05998 Initialize structs for mmioDescend and FindChunkAndKeepExtras - fixes by Alex Villacís Lasso · 20 years ago
  40. 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
  41. fe1ec78 Fix gcc 4.0 warnings. by Mike McCormack · 20 years ago
  42. f58e9f9 gcc 4.0 warning fixes. by Mike McCormack · 20 years ago
  43. 7160af0 Uniformize DllMain TRACEing across dlls. by Vincent Béron · 20 years ago
  44. d37f0ab Don't prefix the functions DllCanUnloadNow, DllGetClassObject and by Alexandre Julliard · 20 years ago
  45. 65f20821 Add missing WINAPI to MSXML_DllGetClassObject(). by Francois Gouget · 20 years ago
  46. b8d3075 Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of by Alexandre Julliard · 20 years ago
  47. 723ee0a gcc 4.0 -Wpointer-sign fixes. by Mike McCormack · 20 years ago
  48. c64432c Use CoCreateInstance instead of SHCoCreateInstance, drop shell32 from by Marcus Meissner · 20 years ago
  49. 4625628 Make some of the OLE interface vtables const. by Dmitry Timoshkov · 20 years ago
  50. aebb745 Comment out stub WEP entry points so that we can call WEP for builtin dlls too. by Alexandre Julliard · 20 years ago
  51. 34fa35d Added rules for building import libraries in the individual dll by Alexandre Julliard · 20 years ago
  52. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  53. 811725a Correct and complete some api documentation. by Vincent Béron · 20 years ago
  54. 1e365f7 Fixed some calling conventions. by Vincent Béron · 20 years ago
  55. 18bfe6a Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPANISH in all by Alex Villacís Lasso · 20 years ago
  56. c905d69 - use Interlocked* functions in AddRef and Release. by Paul Vriens · 20 years ago
  57. fea45b1 - Fix logic in Stream_fnRelease, refcount should be decremented before by Paul Vriens · 20 years ago
  58. e7f5fad Fixed CLSID_AVISimpleUnMarshal export. by Alexandre Julliard · 20 years ago
  59. f4f4dff Stub implementations for AVIMakeStreamFromClipboard, AVISave{A,W}. by Hans Leidekker · 20 years ago
  60. 6fb1a20 Assorted spelling fixes. by Francois Gouget · 20 years ago
  61. ebe3c52 Janitorial: C booleans must not be compared against TRUE. by Alexandre Julliard · 20 years ago
  62. 88aeb47 Fixed a few memory leaks. by James Hawkins · 20 years ago
  63. 5c2a891 Made some functions and variables static. by Eric Pouech · 20 years ago
  64. 1d428e6 Mapped AVIStreamOpenFromFile to AVIStreamOpenFromFileA. by Christian Costa · 20 years ago
  65. 3bb5b09 Assorted spelling fixes. by Francois Gouget · 20 years ago
  66. 486d020 Don't define COBJMACROS in objbase.h. Update the Wine sources accordingly. by Francois Gouget · 20 years ago
  67. a8d2ba9 Replace some IUnknown_QueryInterface() calls with the specific call by Francois Gouget · 20 years ago
  68. 739e5b0 Avoid depending on the non-standard IUnknown_METHODS macro in Wine by Alexandre Julliard · 20 years ago
  69. 2d044dd Use InterlockedDecrement and InterlockedIncrement instead of ++/--. by James Hawkins · 21 years ago
  70. e2f850e Added Polish translation. by Jacek Caban · 21 years ago
  71. 39a696a Removed some uses of the non-standard ICOM_THIS macro. by Alexandre Julliard · 21 years ago
  72. 411fc5f Fix signed/unsigned comparison warnings. by Hans Leidekker · 21 years ago
  73. 174e6a5 Change dialogs to use MS Shell Dlg rather than Helv or MS Sans Serif. by Huw Davies · 21 years ago
  74. f714b39 Get rid of the no longer used ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE macro. by Alexandre Julliard · 21 years ago
  75. b45744c Added Czech resources. by David Kredba · 21 years ago
  76. 48c4bb3 Get rid of the non-standard ICOM_VTABLE macro. by Alexandre Julliard · 21 years ago
  77. 0467ce9 Get rid of the non-standard ICOM_VFIELD macro. by Alexandre Julliard · 21 years ago
  78. 616940e Get rid of the non-standard ICOM_DEFINE macro. by Alexandre Julliard · 21 years ago
  79. b459952 Avoid some non-portable makefile constructs, and get rid of the by Alexandre Julliard · 21 years ago
  80. cba2b30 Fixed 2 more casted lvalue issues. by Marcus Meissner · 21 years ago
  81. a13e313 Remove uses of the cast-as-lvalue GCC extension which has been deprecated. by Gerald Pfeifer · 21 years ago
  82. 87bacf4 Fix string conversion bugs. by Mike McCormack · 21 years ago
  83. 76e280b Added some Japanese translations. by Hajime Segawa · 21 years ago
  84. 3e42f69 Changed my name, so update copyright info. by Ivan Leo Puoti · 21 years ago
  85. 9e4ed64 .spec.c files are no longer used for 32-bit dlls. by Alexandre Julliard · 21 years ago
  86. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  87. 6b6ed72 Add missing '\n's to debug traces. by Francois Gouget · 21 years ago
  88. 3d6eb2d Fixed version info. by Tom Wickline · 21 years ago
  89. 72ecbb0 SHCoCreateInstance is now documented (spotted by Francois Gouget). by Alexandre Julliard · 21 years ago
  90. 2964888 A general cleanup of the version resources in Wine DLLs. by Dmitry Timoshkov · 21 years ago
  91. edd8bc3 Fixed multiple bugs in FindSample implementation of AVI and WAV file handler. by Michael Günnewig · 21 years ago
  92. 4a1063c Implemented IAVIEditSTream_fnPaste method. by Michael Günnewig · 21 years ago
  93. e2b29cc Improved Italian translations. by Ivan Leo Murray-Smith · 21 years ago
  94. a2977cf Added Dutch translations. by Hans Leidekker · 21 years ago
  95. 41d6b67 Fixed usage of GlobaReAlloc. by Michael Günnewig · 21 years ago
  96. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  97. 53cfed7 - First part of a new IAVIEditStream implementation. by Michael Günnewig · 22 years ago
  98. bf5f07a Yet another batch of French resources updates. by Vincent Béron · 22 years ago
  99. f638678 Added a lot of Russian translations. by Igor Stepin · 22 years ago
  100. 20c169e Fixed a few more headers dependency issues. by Alexandre Julliard · 22 years ago