1. 793bc8d widl: Support some more complicated conformance / variance expressions. by Robert Shearman · 19 years ago
  2. 368da7d widl: Added some more constants for conformance descriptors. by Robert Shearman · 19 years ago
  3. 4a7c047 widl: Start implementing writing of conformance/variance descriptors. by Robert Shearman · 19 years ago
  4. 21a9085 widl: Strings. Write out type format strings for string types. by Robert Shearman · 19 years ago
  5. d07589e widl: Arrays. by Robert Shearman · 19 years ago
  6. fce01e6 widl: Simplify write_typeformatstring_type. by Robert Shearman · 19 years ago
  7. 479be2e widl: Don't use recursion for write_typeformatstring_type. by Robert Shearman · 19 years ago
  8. 6d76ad8 widl: Don't use recursion to implement write_procformatstring_type. by Robert Shearman · 19 years ago
  9. a2a29e2 kernel: Fail more gracefully when loading a builtin exe didn't work. by Alexandre Julliard · 19 years ago
  10. 6d32c42 comctl32: Make listview use standard wine_dbg_sprintf and wine_dbgstr_xxx. by Dmitry Timoshkov · 19 years ago
  11. 0458a5e gdi: Fixes to preempt freetype 2.2.0. by Huw Davies · 19 years ago
  12. ea6e5b9 Added mshtmcid.h. by Jacek Caban · 19 years ago
  13. 603d21c gdi: Use correct include file for FT_Get_Module. by Huw Davies · 19 years ago
  14. d782abf user32: Added stub for UpdateLayeredWindow. by Louis Lenders · 19 years ago
  15. 2dacd3c msvcrt: Properly implemented strerror and perror (based on a patch by by Alexandre Julliard · 19 years ago
  16. 401ead5 msvcrt: Added _sys_errlist (based on a patch by Uwe Bonnes). by Alexandre Julliard · 19 years ago
  17. 4755f8a msvcrt: Added EILSEQ definition. by Alexandre Julliard · 19 years ago
  18. 1b69f03 msvcrt: Stub implementation for wcsftime. by Hans Leidekker · 19 years ago
  19. 48d7c0b Remove useless BUGS file. by Alexandre Julliard · 19 years ago
  20. d679bc5 msi: Move the firing of control events to MSI_ProcessMessage. by Robert Shearman · 19 years ago
  21. d2e48e0 msi: Call ui_actiondata for more actions. by Robert Shearman · 19 years ago
  22. c824e8b advpack/tests: Fixed failure when "ProgramFilesDir" is != "C:\Program Files". by Detlef Riekenberg · 19 years ago
  23. 2ba20dd winearts: Try to keep winecfg from crashing by recovering from an arts by Robert Reif · 19 years ago
  24. 53496f8 Fixed a couple of warnings on MacOS. by Alexandre Julliard · 19 years ago
  25. 9daaab5 winedbg: Use Win32 types instead of long long. by Alexandre Julliard · 19 years ago
  26. 58273ea server: More generic mechanism for adding typecasts in server traces. by Alexandre Julliard · 19 years ago
  27. 2735fc5 ntdll: Forward ZwNotifyChangeDirectoryFile to NtNotifyChangeDirectoryFile. by Mike McCormack · 19 years ago
  28. 0509fe7 dbghelp: Return better values in module information. by Eric Pouech · 19 years ago
  29. bdf32ee dbghelp: Brought dbghelp.h a bit closer to PSDK definitions. by Eric Pouech · 19 years ago
  30. e5d09bf dbghelp: SymSetContext should return FALSE when setting twice the same by Eric Pouech · 19 years ago
  31. eca3715 dbghelp: Live targets. by Eric Pouech · 19 years ago
  32. 418591c dbghelp: Started implementation of the global callback mechanism. by Eric Pouech · 19 years ago
  33. 3792b1a dbghelp: Symbol info. by Eric Pouech · 19 years ago
  34. 9d0b5f5 winedbg: Added a more decent scheme for handling segmented addresses. by Eric Pouech · 19 years ago
  35. 4d3996d libwine: Added LDT support for MacOS/x86. by Alexandre Julliard · 19 years ago
  36. 9b1ea63 user32: Make GetMenuItemInfo tests pass under Wine. by Dmitry Timoshkov · 19 years ago
  37. 04f547d msi: Support msidbControlAttributesSunken. by Robert Shearman · 19 years ago
  38. 33fa9d0 msi: Only print fixme for progress attribute once. by Robert Shearman · 19 years ago
  39. e2020e1 crypt32: Add stub implementations of some crypto functions used by IE6 install. by Mike McCormack · 19 years ago
  40. 3f0a473 winebuild: Always import atof, the MS version is different. by Alexandre Julliard · 19 years ago
  41. ac16181 d3d8: For render states D3DRS_POINTSPRITEENABLE and by H. Verbeet · 19 years ago
  42. 66770e4 d3d8: Add GL_ARB_multisample definitions. by H. Verbeet · 19 years ago
  43. 76319f7 d3d8: Add detection for GL_ARB_point_sprite support. by H. Verbeet · 19 years ago
  44. e383143 user: Add missing WIN_ReleasePtr. by Vitaliy Margolen · 19 years ago
  45. 2a93c2f ICCompressorChoose should initialize fccType and fccHandler fields by Dmitry Timoshkov · 19 years ago
  46. 4cfc387 kernel/tests: Integer atoms return different results on WinNT 3.51. by Detlef Riekenberg · 19 years ago
  47. 4b17a9f shell32: Export DllGetClassObject by ordinal as grpconv.exe requires it. by Mike McCormack · 19 years ago
  48. 0605cf0 secur32: Added DeleteSecurityContext. by Kai Blin · 19 years ago
  49. cf2561b x11drv: Update Swiss German keyboard layout to better match the X11 one. by Dmitry Timoshkov · 19 years ago
  50. 1be970d shell32: Reimplement a factored SHFileOperation. by James Hawkins · 19 years ago
  51. 1ed3ca0 winebuild: Output a .note.GNU-stack section to allow nonexecutable stack. by Marcus Meissner · 19 years ago
  52. d6d6419 gdi: Metafile records must be at least 3 words long. by Marcus Meissner · 19 years ago
  53. c016509 msvcrt: Preserve all registers in call_ebp_func. by Alexandre Julliard · 19 years ago
  54. a457249 mshtml: Return FALSE if Mozilla ActiveX Control could not be found. by Jacek Caban · 19 years ago
  55. 7e45839 advpack: Add a stub for RebootCheckOnInstall. by James Hawkins · 19 years ago
  56. cac3bf8 advpack: Fix the documentation for AddDelBackupEntry. by James Hawkins · 19 years ago
  57. bf1a56e advpack: Complete the documentation for CloseINFEngine. by James Hawkins · 19 years ago
  58. 70566c0 advpack: Add a stub for SetPerUserSecValues. by James Hawkins · 19 years ago
  59. 1142a1f advpack: Fix the documentation for FileSaveMarkNotExist. by James Hawkins · 19 years ago
  60. c664353 advpack: Forward FileSaveMarkNotExist to AddDelBackupEntry. by James Hawkins · 19 years ago
  61. 0584b9d advpack: Add stubs for the user stub wrapper functions. by James Hawkins · 19 years ago
  62. 5fa132c advpack: Implement DelNodeRunDLL32. by James Hawkins · 19 years ago
  63. 93cb78f advpack: Implement IsNTAdmin. by James Hawkins · 19 years ago
  64. 51fd750 shell: Fix incorrect usage of the return value of StrRetToStrNW. by Huw Davies · 19 years ago
  65. 8b08835 wininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT work. by Aric Stewart · 19 years ago
  66. 1a08ae5 configure: Remove the -mpreferred-stack-boundary option, this breaks MacOS. by Alexandre Julliard · 19 years ago
  67. 76ece85 winebuild: Moved offset definitions to relay.c since they are only by Alexandre Julliard · 19 years ago
  68. aaf7a97 ole: ProgIDFromCLSID sets progid to NULL on failure. by Huw Davies · 19 years ago
  69. 6bc5905 x11drv: Prevent NULL dereference in SelectionRequest handling. by Vitaliy Margolen · 19 years ago
  70. c1f52e0 ntdll: Add a stubbed NtSetSystemInformation. by H. Verbeet · 19 years ago
  71. 4ce433d8 ntdll: Move the %gs register to the ntdll_thread_regs structure. by Alexandre Julliard · 19 years ago
  72. a19e3ee ntdll: Move the TEB register to the ntdll_thread_regs structure. by Alexandre Julliard · 19 years ago
  73. 53e634b iphlpapi: Remove redundant comments and fix typos. by Juan Lang · 19 years ago
  74. 191d62e user/tests: Added \n to a few ok() calls. by Detlef Riekenberg · 19 years ago
  75. 1b7d346 ole: Verify that the proxy is being used in the correct thread. by Robert Shearman · 19 years ago
  76. 8c55c6f rpc: Replace the hack that detected stubless proxies with the correct check. by Robert Shearman · 19 years ago
  77. 5b629e9 rpc: Skip over the right number of bytes in new correlation descriptors. by Robert Shearman · 19 years ago
  78. 98734cc ole: Add a test for WM_QUIT behaviour during COM calls. by Robert Shearman · 19 years ago
  79. 6e0029f ole: Fix WM_QUIT Handling in CoWaitForMultipleHandles. by Robert Shearman · 19 years ago
  80. 12805f0 wined3d: Fix a few TRACEs in pixelshader.c. by H. Verbeet · 19 years ago
  81. f5c2e85 wined3d: Return the correct pixelshader in IWineD3DDeviceImpl_GetPixelShader. by H. Verbeet · 19 years ago
  82. 4bd8b60 wined3d: A shader isn't guaranteed to have a vertex declaration, so by H. Verbeet · 19 years ago
  83. 360a4af shdocvw: Added GetWindow implementation. by Jacek Caban · 19 years ago
  84. 13c7e9d Release 0.9.6. by Alexandre Julliard · 19 years ago wine-0.9.6
  85. 2f7504e mscms: Check an appropriate registry key. by Saulius Krasuckas · 19 years ago
  86. d686538 user: Fixed the lifetime of MDICREATESTRUCT variables. by Ken Thomases · 19 years ago
  87. 265c8a5 shell32: Update shellpaths My Pictures, My Video, My Music to be under by Aric Stewart · 19 years ago
  88. b645b9e d3d8: Added GL_ARB_point_sprite definition. by H. Verbeet · 19 years ago
  89. b884072 wined3d: Better version string parsing for VENDOR_NVIDIA in by H. Verbeet · 19 years ago
  90. a9f9693 winmine: Use WIN32_LEAN_AND_MEAN. by Mike McCormack · 19 years ago
  91. 5d629e7 msxml: Text node implementation. by Huw Davies · 19 years ago
  92. 14889a6 user: Tests for when the menu is incorrect because of duplication of a by Jason Edmeades · 19 years ago
  93. 2f1c52e x11drv: Add support for another Canadian French keyboard flavour. by Dmitry Timoshkov · 19 years ago
  94. 093a034 wined3d: In IWineD3DImpl_FillGLCaps use glGetString instead of by H. Verbeet · 19 years ago
  95. 8430d43 kernel: Remove calls to Nt[Get|Set]ThreadContext. by Vitaliy Margolen · 19 years ago
  96. 5530393 winecfg: Tidy up included headers. Get rid of the barely used properties.c. by Mike McCormack · 19 years ago
  97. 1017bcc winedump: Fix compilation of generated source. by Hans Leidekker · 19 years ago
  98. 4202824 ntdll: Cleaned up the ioctl functions. by Alexandre Julliard · 19 years ago
  99. 002e143 programs: Use WIN32_LEAN_AND_MEAN. by Mike McCormack · 19 years ago
  100. 736cd60 msvcrt: In _tempnam, if TMP is set, it has a precedence over the parameter dir. by Sasha Slijepcevic · 19 years ago