1. 92b5d9e msiexec: Add an icon for msiexec and .msi files. by Mike McCormack · 19 years ago
  2. efa638f wine.inf: Add hhctrl.ocx to the list of fake dlls. by James Hawkins · 19 years ago
  3. 8f6aa41 configure: Warn if the fonts aren't going to be built. by Mike McCormack · 19 years ago
  4. 3dd0b2e server: Don't single step into signal handlers. by Alexandre Julliard · 19 years ago
  5. a1f0f39 ntdll: Save FPU context for all exceptions. by Alexandre Julliard · 19 years ago
  6. c77711a ole32: Add documentation for the clip format user marshal functions. by Robert Shearman · 19 years ago
  7. e2ea2b5 widl: Fix the type offset for generated conformant string calls. by Robert Shearman · 19 years ago
  8. 62c25c5 kernel: Remove some stubs that aren't present in NT. by Robert Shearman · 19 years ago
  9. 277dfb8 kernel: Document some file functions. by Robert Shearman · 19 years ago
  10. f6ed704 wined3d: Make use of WINED3DDEVICE_CREATION_PARAMETERS. by Stefan Dösinger · 19 years ago
  11. ba41900 user32: More informative message on failure to load x11drv. by Mike McCormack · 19 years ago
  12. f875d30 fonts: Add an 11 ppem strike of 'Small Fonts'. by Huw Davies · 19 years ago
  13. 48bb687 gdi: Separate GDI tests by moving them into appropriate files. by Dmitry Timoshkov · 19 years ago
  14. fd2ed6f gdi: Move WineEngInit call before stock fonts creation. by Dmitry Timoshkov · 19 years ago
  15. fc13420 d3dx: VertexBuffer should keep reference to the parent device object. by Vitaliy Margolen · 19 years ago
  16. 605574b setupapi: Copy the complete resource tree into the fake dlls. by Alexandre Julliard · 19 years ago
  17. f360e75 twain: Add a Korean resource. by Hwang YunSong · 19 years ago
  18. 6b37d3d winealsa: Fix pausing when the hardware does not support it. by Jan Zerebecki · 19 years ago
  19. 1140332 url: Add a function and two stubs. by Matthew Kehrer · 19 years ago
  20. 0ad31f8 wined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h. by Stefan Dösinger · 19 years ago
  21. fce54bc wined3d: Add WINED3DDISPLAYMODE to wined3d_types.h. by Stefan Dösinger · 19 years ago
  22. eed1209 ole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE. by Mike McCormack · 19 years ago
  23. 7bffb5e kernel32: [Read/Write]PrivateProfile functions accept a NULL filename. by Mike McCormack · 19 years ago
  24. f537eb2 msi: Improve the string table hash. by Mike McCormack · 19 years ago
  25. f5d3ada ntdll: Process --help and --version args earlier on during startup. by Alexandre Julliard · 19 years ago
  26. 79f89b9 msi: Italian language support. by Antonio Codazzi · 19 years ago
  27. 8729417 setupapi: Esperanto language support. by Antonio Codazzi · 19 years ago
  28. 64dfe52 uninstaller: Esperanto language support. by Antonio Codazzi · 19 years ago
  29. 3440029 uninstaller: Italian language support. by Antonio Codazzi · 19 years ago
  30. bed0b2c notepad: Esperanto language support. by Antonio Codazzi · 19 years ago
  31. e47aba6 notepad: Italian language support. by Antonio Codazzi · 19 years ago
  32. 5f0a136 msi: Esperanto language support. by Antonio Codazzi · 19 years ago
  33. b6515e1 commdlg: Esperanto language update. by Antonio Codazzi · 19 years ago
  34. 3dc31dd commdlg: Italian language update. by Antonio Codazzi · 19 years ago
  35. a55caf8 wineps: Italian language update. by Antonio Codazzi · 19 years ago
  36. ee01bd0 user32: Esperanto language update. by Antonio Codazzi · 19 years ago
  37. 4e91811 comctl32: Esperanto language support. by Antonio Codazzi · 19 years ago
  38. c106f2f comctl32: Italian language updates. by Antonio Codazzi · 19 years ago
  39. e5def1c clock: Esperanto language support. by Antonio Codazzi · 19 years ago
  40. a706377 wined3d: Do not set the mipmap level count every time a texture is used. by Stefan Dösinger · 19 years ago
  41. edc34a3 gdi32: Add tests for 'Small Fonts'. by Huw Davies · 19 years ago
  42. 35a9398 msvcrt: Allow environment strings longer than 512 characters. by qingdoa daoo · 19 years ago
  43. 6a13925 usp10: Fixed debug output of ScriptItemize. by Marcus Meissner · 19 years ago
  44. bc14406 dinput: Keyboard should be acquired before calling GetDeviceState. by Vitaliy Margolen · 19 years ago
  45. 5656fa8 regedit: Fix typo in Norwegian resources. by Alexander N. Sørnes · 19 years ago
  46. e34ccb4 x11drv: Get rid of XSync calls on window creation and destruction. by Alexandre Julliard · 19 years ago
  47. fb8ca46 x11drv: Ignore X errors caused by windows being created or deleted. by Alexandre Julliard · 19 years ago
  48. eb7ef83 gdi: In metafile test only print debug output if enabled. by Alexandre Julliard · 19 years ago
  49. c20d6c4 loader: Hide the preloader from the ps output. by Alexandre Julliard · 19 years ago
  50. bf463ab winewrapper: Remove a couple of variables that are no longer needed. by Alexandre Julliard · 19 years ago
  51. e17df7a ntdll: Get rid of the loadorder wildcard support, builtin is always the default now. by Alexandre Julliard · 19 years ago
  52. 839f00a kernel: Fix handling of invalid parameter in GlobalSize(). by Detlef Riekenberg · 19 years ago
  53. 714b66e ole: Use ncalrpc instead of ncacn_np as the RPC transport. by Robert Shearman · 19 years ago
  54. 1fd711c kernel: Add some documentation for simple process functions. by Robert Shearman · 19 years ago
  55. 837e830 widl: There's no need to cast _StubMsg - it's already of the correct type. by Robert Shearman · 19 years ago
  56. 506404b widl: Only assign variables if not a string and only create a local variable if not a sized parameter. by Robert Shearman · 19 years ago
  57. 62eb9f4 widl: Initialise the temporary variable to 0 for parameters with more than one level of indirection. by Robert Shearman · 19 years ago
  58. d82bb4a widl: Create the correct variable type for parameters with more than one level of indirection. by Robert Shearman · 19 years ago
  59. 27c3222 widl: Re-use print_phase_basetype for generating return value marshaling and unmarshaling code. by Robert Shearman · 19 years ago
  60. 3e065ab widl: Move handling of base type marshaling and unmarshaling to a separate function. by Robert Shearman · 19 years ago
  61. eb00044 widl: Use print_phase_function for printing NdrPointerFree call. by Robert Shearman · 19 years ago
  62. 04632f6 widl: Add a function to generate the Ndr type calls. by Robert Shearman · 19 years ago
  63. 96f6a22 widl: Only write the buffer incrementing code for the marshaling and unmarshaling phases. by Robert Shearman · 19 years ago
  64. 226c8f6 widl: Output the necessary sizing information for other phases. by Robert Shearman · 19 years ago
  65. 4a67201 widl: Output NULL ref pointer check for pointer levels > 1 too. by Robert Shearman · 19 years ago
  66. 73ff576 widl: Fix a GCC warning in the generated client and server code. by Robert Shearman · 19 years ago
  67. 4cd506b widl: The lval member of var_t is essentially a duplicate of eval->cval. by Robert Shearman · 19 years ago
  68. 4edcf2d widl: De-reference parameters' types before deciding what to do with them. by Robert Shearman · 19 years ago
  69. 4b5386e widl: Write pointer calls for all non-basetype pointer parameters to functions. by Robert Shearman · 19 years ago
  70. 91dbc5a widl: Write definitions for MIDL_user_allocate and MIDL_user_free in the header. by Robert Shearman · 19 years ago
  71. 071dfb1 widl: Write out the pre- and postamble for RPC interfaces with no methods. by Robert Shearman · 19 years ago
  72. b38cd7f widl: Output interface defined guard for rpc interfaces too. by Robert Shearman · 19 years ago
  73. 97d6f7c widl: NdrFcShort should be written out instead of NdrShort. by Robert Shearman · 19 years ago
  74. bed9fde widl: Output the numeric equivalent of FC_END, not the string FC_END itself. by Robert Shearman · 19 years ago
  75. 3ec771a widl: Support references in type_memsize. by Robert Shearman · 19 years ago
  76. 3db71d9 widl: Only output code for non-object interfaces in client and server. by Robert Shearman · 19 years ago
  77. bb8a0a9 Release 0.9.11. by Alexandre Julliard · 19 years ago wine-0.9.11
  78. c5c599d server: Avoid crash on startup when the configuration dir doesn't exist. by Alexandre Julliard · 19 years ago
  79. 510a6f7 user/tests: Flush events before running the keyboard event test. by Alexandre Julliard · 19 years ago
  80. 5fd2379 comctl32: Force a specific day value in the monthcal test. by Alexandre Julliard · 19 years ago
  81. d04606b advpack: LaunchINFSectionExW is available, so mark it so in the spec file. by James Hawkins · 19 years ago
  82. 017d1b0 advpack: Forward ExecuteCabA to its Unicode counterpart. by James Hawkins · 19 years ago
  83. fb5ec20 ole32: Remove unnecessary commenting out of the RPC interfaces in the dcom idl file. by Robert Shearman · 19 years ago
  84. c564ee8 wininet: Fix some string length calculations. by Robert Shearman · 19 years ago
  85. 4f40f17 wininet: Only access the URL in the cache by the provided offset. by Robert Shearman · 19 years ago
  86. 59af5c4 wined3d: Move fields common to vertex shaders and pixel shaders to IWineD3DBaseShader. by H. Verbeet · 19 years ago
  87. 04ed9c2 crypt32: Tiny fixes. by Juan Lang · 19 years ago
  88. 5eadd8c crypt32: Fix certificate adding by Juan Lang · 19 years ago
  89. ef9038c msvcrt: Fix read beyond end of string in __unDNameEx(). by Rein Klazes · 19 years ago
  90. fee66fb spoolss: Add DllAllocSplMem and DllFreeSplMem. by Detlef Riekenberg · 19 years ago
  91. d53ad9c gdi32: Add a test for WMF->EMF conversions performed by SetWinMetaFileBits. by Dmitry Timoshkov · 19 years ago
  92. 70afa92 x11drv: Update Hungarian keyboard layout to better match the X11 one. by Dmitry Timoshkov · 19 years ago
  93. 12d4d9c widl: Implement support for ref pointers to strings. by Eric Kohl · 19 years ago
  94. ea42bb7 gdi32: Move the font substitution list to a standard Wine list by Huw Davies · 19 years ago
  95. 6280ab2 user: Only wait for sent messages in wait_message_reply. by Alexandre Julliard · 19 years ago
  96. c7a1dfd x11drv: Filter a few more event types in filter_event. by Alexandre Julliard · 19 years ago
  97. 2c1d696 dlls: Removed a number of no longer needed dependencies. by Alexandre Julliard · 19 years ago
  98. 717d18c spoolss: Add minimal spoolss.dll. by Detlef Riekenberg · 19 years ago
  99. 4d3282a user: Don't send WM_PARENTNOTIFY to the desktop window. by Alexandre Julliard · 19 years ago
  100. c262450 advpack: Open the INF file if the RSC_FLAG_INF flag is specified. by James Hawkins · 19 years ago