1. a8b2097 widl: Fix 64bit warning. by Kevin Koltzau · 19 years ago
  2. 77da4fc x11drv: Fix 64bit warning. by Kevin Koltzau · 19 years ago
  3. 4ac8567 msi: Fix heap overflow in ITERATE_CreateShortcuts. by Robert Shearman · 19 years ago
  4. ecc5c18 msi: Init size before passing to RegEnumValue. by Robert Shearman · 19 years ago
  5. e664435 msi: Always set a value for intype in ready_volume. Remove a memory leak. by Robert Shearman · 19 years ago
  6. 66c9cbb msi: Fix heap overflow in save_string_table. by Robert Shearman · 19 years ago
  7. 6c529a7 ole: Make the CoCreateInstance test succeed. by Robert Shearman · 19 years ago
  8. 8f6ba47 riched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation. by Brian Chang · 19 years ago
  9. 5d38894 crypt32: Tidy up tests. by Juan Lang · 19 years ago
  10. d740f34 crypt32: Add stubs for CryptFindOIDInfo and I_CryptInstallAsn1Module. by Juan Lang · 19 years ago
  11. a7e36dd kernel32: Add a stub implementation for CmdBatNotification. by Mike McCormack · 19 years ago
  12. 3229e29 kernel: Initialize the dll path from the main exe name explicitly by Alexandre Julliard · 19 years ago
  13. acdd03a explorer: Moved systray configuration option to a more appropriate place by Alexandre Julliard · 19 years ago
  14. f689e3f shell32: Move systray handling to the explorer process. by Robert Shearman · 19 years ago
  15. 0199b44 kernel: Get rid of module.h. by Alexandre Julliard · 19 years ago
  16. 4107751 ntdll: Simplify loadorder code by using an enum instead of an array by Alexandre Julliard · 19 years ago
  17. a877fdc kernel: Don't bother checking load order of the exe in the parent process. by Alexandre Julliard · 19 years ago
  18. d8a6c27 gdi32: Update due to last minute api change in freetype 2.2.0. by Huw Davies · 19 years ago
  19. 309a9bf server: Make sure we don't get into an infinite loop freeing inodes. by Mike McCormack · 19 years ago
  20. 4241adb usp10: Add ScriptGetCMap functionality to translate wchars to glyphs. by Jeff Latimer · 19 years ago
  21. 8281828 msvcrt: Save esp before calling catch block and restore afterwards. by Peter Beutner · 19 years ago
  22. be07b6d msvcrt: Fix handling of multiple nested exceptions. by Peter Beutner · 19 years ago
  23. 62dc7f5 msvcrt: Fix handling of nested exceptions. by Peter Beutner · 19 years ago
  24. 1be2e1e shell32: Fixes for bugs found by valgrind on shell32 tests harness. by Eric Pouech · 19 years ago
  25. 8d845e3 winedos: Fixed a couple of typos in ppdev. by Marco Timpano · 19 years ago
  26. 4db07ab mapi: Add some missing MAPI prototypes. by Francois Gouget · 19 years ago
  27. 805dc74 riched20: Implement FR_MATCHCASE for EM_FINDTEXT. by Lei Zhang · 19 years ago
  28. 9d389ec msi: Implement MsiSourceListAddSource. by Ulrich Czekalla · 19 years ago
  29. 7aa3be4 advapi32: Add partial implementation of LookupAccountNameW. by Ulrich Czekalla · 19 years ago
  30. f7b678e shell32: Export PathResolve by name. by Stefan Leichter · 19 years ago
  31. 477b3bf kernel: Moved the get_startup_info call to ntdll. by Alexandre Julliard · 19 years ago
  32. e27358e server: Remove no longer needed fields in the init_process_done request. by Alexandre Julliard · 19 years ago
  33. 6976e20 twain: Implment DG_IMAGE/DAT_IMAGEMEMXFER/MSG_GET. by Aric Stewart · 19 years ago
  34. cce65b7 msxml3: Improve parse error handling a bit. by Huw Davies · 19 years ago
  35. 7ee50b6 msxml3: Use url monikers to load xml. by Huw Davies · 19 years ago
  36. 2df3ad6 kernel: Use LoadLibrary to load the main exe in all cases. by Alexandre Julliard · 19 years ago
  37. ca311b3 ntdll: Support loading a builtin under a different name. by Alexandre Julliard · 19 years ago
  38. fa5b510 ntdll: Moved LDR_DONT_RESOLVE_REFS handling into fixup_imports. by Alexandre Julliard · 19 years ago
  39. 39a1a94 shell32: Use more reasonable timeouts in shlexec test. by Alexandre Julliard · 19 years ago
  40. 4926610 server: Avoid hang on process startup. by Alexandre Julliard · 19 years ago
  41. 68ea200 ntdll: Support loading builtin dlls with an explicit path name also by Alexandre Julliard · 19 years ago
  42. 19e29d6 ntdll: Remove spaces at end of name in import_dll. by Uwe Bonnes · 19 years ago
  43. 42d6fe6 winefile: Add the ability to save window position to the registry. by Jason Green · 19 years ago
  44. 044a6f8 usp10: Add stub for ScriptTextOut. by Jeff Latimer · 19 years ago
  45. a05e712 usp10: Add ScriptPlace funtionality. by Jeff Latimer · 19 years ago
  46. 0c12e26 shdocvw: Added correct implementation of IProvideClassInfo::GetGUID. by Jacek Caban · 19 years ago
  47. b24e69d d3d8: Move the capability detection code over to WineD3D. by Roderick Colenbrander · 19 years ago
  48. 0014e50 riched20: Fix for EM_FINDTEXT input validation. by Lei Zhang · 19 years ago
  49. 2aa6e2e advpack: Implement AddDelBackupEntry. by James Hawkins · 19 years ago
  50. bc7cb83 advpack: Add tests for AddDelBackupEntry. by James Hawkins · 19 years ago
  51. 7d8f9de advpack: Make AddDelBackupEntry always return S_OK. by James Hawkins · 19 years ago
  52. 60de11c advpack: Branch off the advpack install functions into install.c. by James Hawkins · 19 years ago
  53. b88b480 advpack: Implement the Open/CloseINFEngine and TranslateINFStringEx by James Hawkins · 19 years ago
  54. dd5ae20 advpack: Load the LDIDs of an install section in TranslateInfString. by James Hawkins · 19 years ago
  55. e3af122 ole32: Fix stream ref counting. by Dr J A Gow · 19 years ago
  56. c74e5a7 ole32: Fix up permissions when opening streams. by Dr J A Gow · 19 years ago
  57. 54dfdb9 kernel32: Add a simple test for recursive notification. by Mike McCormack · 19 years ago
  58. f4b447a kernel32: Add a short test for GetOverlappedResult. by Mike McCormack · 19 years ago
  59. e4faabf server: Track created and removed directories in the tree of inodes for inotify. by Mike McCormack · 19 years ago
  60. 43a0f0c ntdll: Avoid compile error caused by a single quote. by Detlef Riekenberg · 19 years ago
  61. c0e6bb2 winsock: Implement getnameinfo. by Hans Leidekker · 19 years ago
  62. 3a0b40f menu: Take the MF_DEFAULT flag in to account in MENU_CalcItemSize. by Rein Klazes · 19 years ago
  63. 3e47c82 ntdll: Add a define for SYS_sigaction to __NR_sigaction. by Robert Shearman · 19 years ago
  64. 40a6a74 winsock: Add check for sin6_scope_id. by Vitaly Lipatov · 19 years ago
  65. 334e191 usp10: Add ScriptShape functionality. by Jeff Latimer · 19 years ago
  66. b03c70a riched20: Implemented EM_SETTEXTMODE options TM_RICHTEXT and TM_PLAINTEXT by Roger Hoang · 19 years ago
  67. 416f504 mshtml: Set default original uri in NewChannelFromURI. by Jacek Caban · 19 years ago
  68. a2813f7 server: Distinguish between a directory and a file changing in by Mike McCormack · 19 years ago
  69. 88aa670 dbghelp: Virtual modules. by Eric Pouech · 19 years ago
  70. 8445773 kernel: Don't require execute permission for DOS memory, this will be by Alexandre Julliard · 19 years ago
  71. 1d0ec41 user: Add conformance tests for menu item drawing. by Rein Klazes · 19 years ago
  72. 00ca259 user: Menu drawing fixes. by Rein Klazes · 19 years ago
  73. 885f217 user: Menu string width calculation fixes. by Rein Klazes · 19 years ago
  74. 2757532 user: Menu drawing fixes. by Rein Klazes · 19 years ago
  75. 444a547 user: Menu drawing fixes. by Rein Klazes · 19 years ago
  76. 672a1e4 user: Move drawing of pop menu arrows to a subroutine reduces nesting by Rein Klazes · 19 years ago
  77. 4be3d64 winspool/tests: Add some tests for SetDefaultPrinterA/W. by Detlef Riekenberg · 19 years ago
  78. e267ccf winspool: Add documentation and a stub for SetDefaultPrinterA/W. by Detlef Riekenberg · 19 years ago
  79. 8167c41 shell32: Avoid recursing SHELL32_GetItemAttributes() calls. by Martin Fuchs · 19 years ago
  80. 5ed5901 configure: Use --rpath if supported when building binaries to point to by Alexandre Julliard · 19 years ago
  81. 4758df4 msvcrt: Misc cleanups in undname.c. by Michael Stefaniuc · 19 years ago
  82. 067be97 msvcrt: Add some tests for __unDName(). by Michael Stefaniuc · 19 years ago
  83. 262a5ee msvcrt: Use a separate stack for back references to names by Michael Stefaniuc · 19 years ago
  84. e367ebb msvcrt: Move code to parse a literal string out of get_class(). by Michael Stefaniuc · 19 years ago
  85. 538d1a1 msvcrt: Wrap get_class() and get_class_string() for unDName. by Michael Stefaniuc · 19 years ago
  86. 29fe8d0 msvcrt: Fix 20 tests from demangle_test() on old Win versions. by Michael Stefaniuc · 19 years ago
  87. 023ad38 ole: Test the behaviour of CoCreateInstance with an uninitialized apartment. by Robert Shearman · 19 years ago
  88. a37a501 ole: Change the Apartment Model field to a boolean. by Robert Shearman · 19 years ago
  89. 021a125 winecfg: Updated Korean translation. by YunSong Hwang · 19 years ago
  90. 7ab5e7c wordpad: Add Korean translation. by YunSong Hwang · 19 years ago
  91. 0f86dd9 dbghelp: Fix SymFindFileInPath to return files matching the requested by Eric Pouech · 19 years ago
  92. 00f2490 shdocvw: Change FIXMEs to TRACE in IDispatch's methods as they return by Jacek Caban · 19 years ago
  93. 7466169 mshtml: Create nsIChannel for protocols not handled by Gecko. by Jacek Caban · 19 years ago
  94. ecebfb4 mscms: Fix four todos for GetStandardColorSpaceProfile[AW]. by Saulius Krasuckas · 19 years ago
  95. 44e942f mscms: Branching fixes for some test routines by Saulius Krasuckas · 19 years ago
  96. 253e296 setupapi: Add a stub implementation of CMP_WaitNoPendingInstallEvents. by Mike McCormack · 19 years ago
  97. 1f3afd4 user: Add the DS_NOIDLEMSG style to message boxes. by Michael Kaufmann · 19 years ago
  98. 69e4c4f winhelp: Zero out WINHELP_WINDOW in WINHELP_CreateHelpWindow. by Uwe Bonnes · 19 years ago
  99. 3da999a d3d8: Move texturing code over to wined3d (based on Oliver Stieber's work). by Roderick Colenbrander · 19 years ago
  100. 804cd25 winedbg: Fixed regression: stack info was no longer working. by Eric Pouech · 19 years ago