1. e4a20a4 There's no way to properly unload a driver, so don't try. by Alexandre Julliard · 20 years ago
  2. 9cbe48f Fix a test failing on Windows. Reported by Katerina Nizhnik. by Juan Lang · 20 years ago
  3. 160b914 Improve CryptAlgIdToOID/CryptOIDToAlgId tests, and prevent a crash in by Juan Lang · 20 years ago
  4. f7413fd Implemented point sprites using ARB_POINT_SPRITE extension. by Oliver Stieber · 20 years ago
  5. 8d0f45f Added CreateAsyncBindCtxEx implementation. by Jacek Caban · 20 years ago
  6. a5082b2 Correct a bunch of lurking asn.1 decode bugs. by Juan Lang · 20 years ago
  7. 932ecb2 Output the import directory using assembly instead of C structures. by Alexandre Julliard · 20 years ago
  8. d1c5f68 Added an entry point routine for native drivers. by Alexandre Julliard · 20 years ago
  9. cd6e611 Fixed id of the REGISTRY resource. by Stefan Leichter · 20 years ago
  10. 365c1a5 Added a linux input system force feedback effect implementation. by Daniel Remenak · 20 years ago
  11. d78888c Fixed C99 declaration. by Alexandre Julliard · 20 years ago
  12. b5bd4a1 Fix gcc 4.0 warnings. by Mike McCormack · 20 years ago
  13. ce20722 Moved the spec file init function and constructor to winecrt0. by Alexandre Julliard · 20 years ago
  14. 4d7b593 - convert verbs into a standard list by Mike McCormack · 20 years ago
  15. 8c08dbf Implement encoding/decoding RSA public keys. by Juan Lang · 20 years ago
  16. 6389dbc Implement CertAddSerializedElementToStore. by Juan Lang · 20 years ago
  17. 54e9e87 Fixed a file descriptor leak. by Alexandre Julliard · 20 years ago
  18. 064b54a Remove shlwapi dependency. by Frank Richter · 20 years ago
  19. b7edbe6 Clean Makeimplib.rules too. by Alexandre Julliard · 20 years ago
  20. 6dc69f5 Fix gcc 4.0 warnings. by Mike McCormack · 20 years ago
  21. c75127c Beginning implementation of onload routine. by Jacek Caban · 20 years ago
  22. 2e401c6 Added objsafe.idl for IObjectSafety interface. by Troy Rollo · 20 years ago
  23. 7d19bf5 For C++, declare initialised GUIDs to be "extern const" rather than by Troy Rollo · 20 years ago
  24. 1aad808 Added CreateFormatEnumerator implementation. by Jacek Caban · 20 years ago
  25. 95a173a Fix warnings in 64bit. by Kevin Koltzau · 20 years ago
  26. dacea64 Add objects to lists at the right time. by Mike McCormack · 20 years ago
  27. 321a7b2 More definitions and prototypes. by Juan Lang · 20 years ago
  28. 5aceed0 Add definitions for force feedback command and status flags. by Daniel Remenak · 20 years ago
  29. df75a4f Forward calls of IBasic* and IVideoWindow interfaces of the by Christian Costa · 20 years ago
  30. c963461 Since uxtheme also returns a friendly display name from by Frank Richter · 20 years ago
  31. 0aef679 - Implement most of the details around unmarshalling of an object by Robert Shearman · 20 years ago
  32. 3f912e0 The [string] attribute is only valid on byte, char and wchar_t types, by Robert Shearman · 20 years ago
  33. f6daf49 Add VT_UNKNOWN support for VARIANT marshaling by generalising the by Robert Shearman · 20 years ago
  34. 611b5ac Authors: Mike Hearn <mh@codeweavers.com>, Robert Shearman <rob@codeweavers.com> by Alexandre Julliard · 20 years ago
  35. 3e1c514 Make OleInPlaceObjectWindowlessVtbl const. by Jacek Caban · 20 years ago
  36. 5e9e487 Translate file name from unix to ANSI encoding in by Dmitry Timoshkov · 20 years ago
  37. 55124ec Added the tracking of stream frequency and flags. Stream flags and by Oliver Stieber · 20 years ago
  38. 3cbbd41 Added exec_on_unload implementation. by Jacek Caban · 20 years ago
  39. 484e8e2 Fix the build without openldap headers. by Hans Leidekker · 20 years ago
  40. e8a316e Release 20050830. by Alexandre Julliard · 20 years ago wine-20050830
  41. 9e57091 Fix warnings in 64bit. by Frank Richter · 20 years ago
  42. ea61fd3 Add an "Install theme" button to the appearance page to allow by Frank Richter · 20 years ago
  43. e364f09 Norwegian translation of winecfg. by Alexander N. Sørnes · 20 years ago
  44. 9e8c0bb Implement collection stores. by Juan Lang · 20 years ago
  45. a18042e More elaborate IsThemeBackgroundPartiallyTransparent() implementation; by Frank Richter · 20 years ago
  46. 5c87552 Use FIXME's in stubs instead of TRACE's. by Michael Jung · 20 years ago
  47. 4a5378e Fix some gcc 4.0 warnings. by Mike McCormack · 20 years ago
  48. 6636d76 Update the German resource file. by Henning Gerhardt · 20 years ago
  49. 63a643e Authors: James Hawkins <truiken@gmail.com>, Juan Lang <juan_lang@yahoo.com> by Alexandre Julliard · 20 years ago
  50. 28022e8 EnumThemeColors() and EnumThemeSizes() actually do not return a single by Frank Richter · 20 years ago
  51. 9a88d25 Since theme images are reused now it's not really a good idea to by Frank Richter · 20 years ago
  52. f6e7e14 Update to the latest theme and tab settings. by Paul Vriens · 20 years ago
  53. 880b1d3 Implement ldap_count_entries, ldap_count_references, by Hans Leidekker · 20 years ago
  54. 68f1773 Avoid using common symbols, they are broken on Mac OS. by Alexandre Julliard · 20 years ago
  55. 44b4c74 Pass around what kind of transparency an image actually needs. Use by Frank Richter · 20 years ago
  56. a15006f Make THEME_update_color_and_size static and drop THEME_ prefix. by Frank Richter · 20 years ago
  57. 44d6e39 Make typelib marshaler use IRpcChannelBuffer::GetBuffer if possible. by Robert Shearman · 20 years ago
  58. 80c31a9 - Shunt some trace statements over to the typelib channel that aren't by Robert Shearman · 20 years ago
  59. da95316 Clone pidlLast before free'ing pidl after call to SHBindToParent. by Michael Jung · 20 years ago
  60. 3676640 Added test to show that Windows does not allocate a new pidl in SHBindToParent. by Michael Jung · 20 years ago
  61. 060bfac Use StringFromGUID2 instead of StringFromCLSID in UNIXFS_is_rooted_at_desktop. by Michael Jung · 20 years ago
  62. d13b99d Compute the ordinal base and limit in assign_ordinals instead of doing by Alexandre Julliard · 20 years ago
  63. bba5423 Uncomment out DisableThreadLibraryCalls in DllMain and add the by Alexandre Julliard · 20 years ago
  64. 37871ce Store the result of the A/W conversions in the extra buffer space. by Alexandre Julliard · 20 years ago
  65. 31d0e74 Reserve extra space for conversions. by Paul Vriens · 20 years ago
  66. 0628c7e Moved more of the spec initialization code to the winecrt0 library, by Alexandre Julliard · 20 years ago
  67. d672c65 Implement ldap_count_values*, ldap_get_values*, ldap_msgfree and by Hans Leidekker · 20 years ago
  68. 7fe3f50 Implement encoding/decoding of CERT_ALT_NAME_INFOs and CRL_INFOs. by Juan Lang · 20 years ago
  69. 4ce3dc2 Moved the implementation of a couple of system.drv entry points to system.c. by Alexandre Julliard · 20 years ago
  70. 33b2c1f Added support for DXT2 and DXT4. by Oliver Stieber · 20 years ago
  71. 341ba0f Added a LIST_FOR_EACH_ENTRY_SAFE helper macro. by Juan Lang · 20 years ago
  72. 8d1cf4e Implemented memory cert stores. by Juan Lang · 20 years ago
  73. 682dd70 Improved header control performance by maintaining an internal order array. by Phil Krylov · 20 years ago
  74. c486949 Implemented wine_ldt_alloc_fs and wine_ldt_init_fs for Mac OS. by Alexandre Julliard · 20 years ago
  75. 9c70806 Use __wine_unimplemented_stub from crt0 for 16-bit spec files too. by Alexandre Julliard · 20 years ago
  76. 40dae543 Norwegian language support. by Alexander N. Sørnes · 20 years ago
  77. c33fde1 French resources. by Jonathan Ernst · 20 years ago
  78. e53a763 If a MINSIZEn property is not present, fall back to actual size of nth by Frank Richter · 20 years ago
  79. 41f2189 Removed a few no longer used 16-bit exports. by Alexandre Julliard · 20 years ago
  80. 7dc790d Moved TaskFindHandle16 to toolhelp16.c. by Alexandre Julliard · 20 years ago
  81. f484a6b Moved GlobalMasterHandle to global16.c. by Alexandre Julliard · 20 years ago
  82. 510acff Moved the kernel 16-bit initialization to a new DllEntryPoint routine by Alexandre Julliard · 20 years ago
  83. 8a8c561 - the combination of all table keys must be unique, not each key by Mike McCormack · 20 years ago
  84. 9a03000 Take a common computation out of two if-branches in UXTHEME_LoadImage(). by Frank Richter · 20 years ago
  85. f1a2ee5 Implemented IWineD3DDevice_GetRenderTargetData. by Oliver Stieber · 20 years ago
  86. b5ec066 Move strings to resources. by Jacek Caban · 20 years ago
  87. 87b297e Use the correct ordinal flag for Win64 support. by Alexandre Julliard · 20 years ago
  88. 705bc7b Added a couple of missing stubs for the non-ELF case. by Alexandre Julliard · 20 years ago
  89. 5f95aa0 Get rid of the unused owner_name field. by Alexandre Julliard · 20 years ago
  90. 3a51fbd Theming setings in French. by Jonathan Ernst · 20 years ago
  91. dc21c5e Set default size for toolbar bitmap if not specified. by Yuri Kozlov · 20 years ago
  92. 0c49c1c - build a standard Wine list of extensions instead of using an array by Mike McCormack · 20 years ago
  93. a107234 gcc 4.0 warning fixes. by Mike McCormack · 20 years ago
  94. 3abfd8a Implement ldap_extended_operation* and ldap_close_extended_op. by Hans Leidekker · 20 years ago
  95. 20366e7 Use wined3dformat when calling wined3d. by Oliver Stieber · 20 years ago
  96. eed5b66 Implement "manual" image sharing(as opposed to using LoadImage() with by Frank Richter · 20 years ago
  97. 49cd8a7 - Added IHlinkTarget::Navigate test. - Added downloading test (disabled). by Jacek Caban · 20 years ago
  98. 8ef6f5d Theme dialog added in Ru.rc. by Yuri Kozlov · 20 years ago
  99. e08029f Fixed the checklink target to link against winecrt0 too. by Alexandre Julliard · 20 years ago
  100. 6c6a572 Don't try to initialize the 16-bit thunking code if 16-bit support is disabled. by Alexandre Julliard · 20 years ago