1. 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
  2. 62eb9f4 widl: Initialise the temporary variable to 0 for parameters with more than one level of indirection. by Robert Shearman · 19 years ago
  3. d82bb4a widl: Create the correct variable type for parameters with more than one level of indirection. by Robert Shearman · 19 years ago
  4. 27c3222 widl: Re-use print_phase_basetype for generating return value marshaling and unmarshaling code. by Robert Shearman · 19 years ago
  5. 3e065ab widl: Move handling of base type marshaling and unmarshaling to a separate function. by Robert Shearman · 19 years ago
  6. eb00044 widl: Use print_phase_function for printing NdrPointerFree call. by Robert Shearman · 19 years ago
  7. 04632f6 widl: Add a function to generate the Ndr type calls. by Robert Shearman · 19 years ago
  8. 96f6a22 widl: Only write the buffer incrementing code for the marshaling and unmarshaling phases. by Robert Shearman · 19 years ago
  9. 226c8f6 widl: Output the necessary sizing information for other phases. by Robert Shearman · 19 years ago
  10. 4a67201 widl: Output NULL ref pointer check for pointer levels > 1 too. by Robert Shearman · 19 years ago
  11. 73ff576 widl: Fix a GCC warning in the generated client and server code. by Robert Shearman · 19 years ago
  12. 4cd506b widl: The lval member of var_t is essentially a duplicate of eval->cval. by Robert Shearman · 19 years ago
  13. 4edcf2d widl: De-reference parameters' types before deciding what to do with them. by Robert Shearman · 19 years ago
  14. 4b5386e widl: Write pointer calls for all non-basetype pointer parameters to functions. by Robert Shearman · 19 years ago
  15. 91dbc5a widl: Write definitions for MIDL_user_allocate and MIDL_user_free in the header. by Robert Shearman · 19 years ago
  16. 071dfb1 widl: Write out the pre- and postamble for RPC interfaces with no methods. by Robert Shearman · 19 years ago
  17. b38cd7f widl: Output interface defined guard for rpc interfaces too. by Robert Shearman · 19 years ago
  18. 97d6f7c widl: NdrFcShort should be written out instead of NdrShort. by Robert Shearman · 19 years ago
  19. bed9fde widl: Output the numeric equivalent of FC_END, not the string FC_END itself. by Robert Shearman · 19 years ago
  20. 3ec771a widl: Support references in type_memsize. by Robert Shearman · 19 years ago
  21. 3db71d9 widl: Only output code for non-object interfaces in client and server. by Robert Shearman · 19 years ago
  22. bb8a0a9 Release 0.9.11. by Alexandre Julliard · 19 years ago wine-0.9.11
  23. c5c599d server: Avoid crash on startup when the configuration dir doesn't exist. by Alexandre Julliard · 19 years ago
  24. 510a6f7 user/tests: Flush events before running the keyboard event test. by Alexandre Julliard · 19 years ago
  25. 5fd2379 comctl32: Force a specific day value in the monthcal test. by Alexandre Julliard · 19 years ago
  26. d04606b advpack: LaunchINFSectionExW is available, so mark it so in the spec file. by James Hawkins · 19 years ago
  27. 017d1b0 advpack: Forward ExecuteCabA to its Unicode counterpart. by James Hawkins · 19 years ago
  28. fb5ec20 ole32: Remove unnecessary commenting out of the RPC interfaces in the dcom idl file. by Robert Shearman · 19 years ago
  29. c564ee8 wininet: Fix some string length calculations. by Robert Shearman · 19 years ago
  30. 4f40f17 wininet: Only access the URL in the cache by the provided offset. by Robert Shearman · 19 years ago
  31. 59af5c4 wined3d: Move fields common to vertex shaders and pixel shaders to IWineD3DBaseShader. by H. Verbeet · 19 years ago
  32. 04ed9c2 crypt32: Tiny fixes. by Juan Lang · 19 years ago
  33. 5eadd8c crypt32: Fix certificate adding by Juan Lang · 19 years ago
  34. ef9038c msvcrt: Fix read beyond end of string in __unDNameEx(). by Rein Klazes · 19 years ago
  35. fee66fb spoolss: Add DllAllocSplMem and DllFreeSplMem. by Detlef Riekenberg · 19 years ago
  36. d53ad9c gdi32: Add a test for WMF->EMF conversions performed by SetWinMetaFileBits. by Dmitry Timoshkov · 19 years ago
  37. 70afa92 x11drv: Update Hungarian keyboard layout to better match the X11 one. by Dmitry Timoshkov · 19 years ago
  38. 12d4d9c widl: Implement support for ref pointers to strings. by Eric Kohl · 19 years ago
  39. ea42bb7 gdi32: Move the font substitution list to a standard Wine list by Huw Davies · 19 years ago
  40. 6280ab2 user: Only wait for sent messages in wait_message_reply. by Alexandre Julliard · 19 years ago
  41. c7a1dfd x11drv: Filter a few more event types in filter_event. by Alexandre Julliard · 19 years ago
  42. 2c1d696 dlls: Removed a number of no longer needed dependencies. by Alexandre Julliard · 19 years ago
  43. 717d18c spoolss: Add minimal spoolss.dll. by Detlef Riekenberg · 19 years ago
  44. 4d3282a user: Don't send WM_PARENTNOTIFY to the desktop window. by Alexandre Julliard · 19 years ago
  45. c262450 advpack: Open the INF file if the RSC_FLAG_INF flag is specified. by James Hawkins · 19 years ago
  46. 724a4b3 advpack: Forward LaunchINFSectionExA to its Unicode counterpart. by James Hawkins · 19 years ago
  47. 93fc6d4 advpack: Fix the documentation for the cmdline parameter of LaunchInfSection/Ex. by James Hawkins · 19 years ago
  48. 038e604 kernel: Resource browsing. by Eric Pouech · 19 years ago
  49. 6a8578f wined3d: Add WINED3DDEVTYPE to wined3d_types.h. by Stefan Dösinger · 19 years ago
  50. eacc0e3 twain: Add German resource. by Henning Gerhardt · 19 years ago
  51. 464b355 kernel32: Display the parameter that caused a page fault in GlobalFree(). by Detlef Riekenberg · 19 years ago
  52. 1a81f4f kernel: Fix handling of invalid parameter in GlobalFlags(). by Detlef Riekenberg · 19 years ago
  53. 5ca18a1 tools: Remove wineconf. by Detlef Riekenberg · 19 years ago
  54. 3f567ce DEVELOPER-HINTS: Some directories are renamed / removed / added. by Detlef Riekenberg · 19 years ago
  55. 22e7eeb oleaut32: Add IPersist to QueryInterface. by Robert Shearman · 19 years ago
  56. 11c83c5 oleaut32: Zero out parameter in LoadRegTypeLib in case of failure. by Robert Shearman · 19 years ago
  57. aa22146 oleaut32: Replace memcmp with IsEqualIID macro. by Robert Shearman · 19 years ago
  58. 8c7706b ole32: Don't process posted messages in CoWaitForMultipleHandles. by Robert Shearman · 19 years ago
  59. ff85f89 ole32: Try to retrieve messages that are COM calls first. by Robert Shearman · 19 years ago
  60. a1548b4 ole32: Put the PeekMessage call of CoWaitForMultipleHandles into a separate function. by Robert Shearman · 19 years ago
  61. 8c55179 ole32: Whether the message loop is entered in CoWaitForMultipleHandles, by Robert Shearman · 19 years ago
  62. 3091aa5 ole32: Pass the no yield flag to PeekMessage. by Robert Shearman · 19 years ago
  63. d18711e server: Store the token source. by Robert Shearman · 19 years ago
  64. a3ec0a9 include: Add DFC_POPUPMENU. by Huw Davies · 19 years ago
  65. 92ddc1c wininet: Clean up HTTP_GetCustomHeaderIndex. by Mike McCormack · 19 years ago
  66. 7f5e273 wininet: Use a lookup table sorted by index so we don't need a loop to do lookups. by Mike McCormack · 19 years ago
  67. ae30088 WININET: Clean up HttpQueryInfo. by Mike McCormack · 19 years ago
  68. 2571fa0 wininet: Make sure to set LastError when returning FALSE in HttpQueryInfo. by Mike McCormack · 19 years ago
  69. 50436da ole32: Fix StgOpenStorage's handling of the STGM_PRIORITY flag. by Mike McCormack · 19 years ago
  70. 3217e53 x11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock count. by Alexandre Julliard · 19 years ago
  71. 4c777d7 ntdll: Fix CDROM raw reads. by Petr Tesarik · 19 years ago
  72. d74a62c winecfg: Disable the desktop option when configuring a specific application. by Alexandre Julliard · 19 years ago
  73. 1e1a708 wined3d: Create an IWineD3DBaseShader class. by H. Verbeet · 19 years ago
  74. d4132cf wined3d: Move the vshader_ins and pshader_ins arrays into their respective objects. by H. Verbeet · 19 years ago
  75. 3ee642b wined3d: Move the SHADER_OPCODE definition to wined3d_private.h. by H. Verbeet · 19 years ago
  76. 0ac9c47 wined3d: Pass the correct number of parameters for texld with ps version >= 2. by H. Verbeet · 19 years ago
  77. 8398f6e user32: Fix SPI_GETLISTBOXSMOOTHSCROLLING, and implement SPI_SETLISTBOXSMOOTHSCROLLING. by Mike McCormack · 19 years ago
  78. 964509d user32: Implement SPI_[GS]ETUIEFFECTS. by Mike McCormack · 19 years ago
  79. fc9d36e user32: Implement SPI_[GS]ETTOOLTIPANIMATION and SPI_[GS]ETTOOLTIPFADE. by Mike McCormack · 19 years ago
  80. 9d04454 user32: Implement SPI_[GS]ETMENUANIMATION and SPI_[GS]ETSELECTIONFADE. by Mike McCormack · 19 years ago
  81. 9786252 user32: Implement SystemParametersInfo(SPI_[SG]ETCURSORSHADOW). by Mike McCormack · 19 years ago
  82. 3244096 user32: Implement SystemParametersInfo(SPI_[GS]ETCOMBOBOXANIMATION). by Mike McCormack · 19 years ago
  83. cd37125 user32: Implement SPI_[SG]ETCARETWIDTH. by Mike McCormack · 19 years ago
  84. 31332b3 mshtml: Don't free the URL we have just stored in the callback object. by Alexandre Julliard · 19 years ago
  85. bc15e1b x11drv: Only warp the mouse pointer if it has actually moved. by Alexandre Julliard · 19 years ago
  86. 1e421c7 d3d8: Add a TRACE for IDirect3DDevice8Impl_CreateVertexBuffer. by H. Verbeet · 19 years ago
  87. 1d47556 wined3d: Use WINED3DSWAPEFFECT in the wined3d headers and code. by Stefan Dösinger · 19 years ago
  88. d75fd75 wined3d: Add WINED3DPOOL to wined3d_types.h. by Stefan Dösinger · 19 years ago
  89. 8358c63 twain: Add a property sheet UI for scanning. by Aric Stewart · 19 years ago
  90. bec4990 x11drv: Reinitialize the display settings when using a desktop window. by Alexandre Julliard · 19 years ago
  91. 0bcc992 twain: A few cleanups, using some consts from sane. by Aric Stewart · 19 years ago
  92. 1a5c6ef widl: Implement support for pointers to base types. by Eric Kohl · 19 years ago
  93. e97a1af advapi32: Fixed compiler warnings. by Alexandre Julliard · 19 years ago
  94. ae8b835 advapi32: Fixed building TRUSTEEs with objects. by Thomas Weidenmueller · 19 years ago
  95. 870d37f comctl32: Rebar size fix. by Thomas Weidenmueller · 19 years ago
  96. 5072fd4 wineshelllink: Remove quotes from Path=<workdir>. by Vitaly Lipatov · 19 years ago
  97. 1e408c9 wine.inf: Add some more fake dlls to the system directory. by Jonathan Ernst · 19 years ago
  98. fbab61c mpr: Improve the stub for WNetGetUniversalNameW. by Mike McCormack · 19 years ago
  99. f5c1381 server: Fix a race condition in the delivery of change notifications. by Mike McCormack · 19 years ago
  100. c44410d x11drv: Avoid setting text or WM hints of the X root window. by Alexandre Julliard · 19 years ago