1. 0feddcc wined3d: Instancing emulation. by Stefan Dösinger · 18 years ago
  2. 93cd7ef wined3d: Correctly load vertex attributes with a stride of 0. by Stefan Dösinger · 18 years ago
  3. aec06f6 wined3d: Do not leave SetStreamSource early. by Stefan Dösinger · 18 years ago
  4. e6fedfc wined3d: Do not release the local vertex buffer copy. by Stefan Dösinger · 18 years ago
  5. 40c85a6 wined3d: SetStreamSource does not modify stream flags. by Stefan Dösinger · 18 years ago
  6. d73c71a wined3d: Load single attribute setter functions. by Stefan Dösinger · 18 years ago
  7. 174b632 wined3d: Move lights to the state table. by Stefan Dösinger · 18 years ago
  8. acadf3f wined3d: Replace the light chain with a hashmap. by Stefan Dösinger · 18 years ago
  9. 5fce682 winex11.drv: Added a check for the ATI driver corrupting %fs. by Alexandre Julliard · 18 years ago
  10. 9d2d5ea shell32: Don't wrap SHELL_ConfirmIDs in an assert. Fixed return value. by Alexandre Julliard · 18 years ago
  11. a43cb28 d3d8: Avoid a size_t printf format warning. by Alexandre Julliard · 18 years ago
  12. 613998d comctl32: Add header tests. by Shanren Zhou · 18 years ago
  13. bdf2bf9 mshtml: Make load_gecko thread safe. by Jacek Caban · 18 years ago
  14. 92f6757 shell32: Updated Korean resource. by Hwang YunSong(황윤성) · 18 years ago
  15. 908903b version: Constify a formal parameter of VerQueryValue{A|W}(). by Andrew Talbot · 18 years ago
  16. d50c628 msi: Find pending custom actions by GUID. by Mike McCormack · 18 years ago
  17. da7c2f5 bin2res: Use fstat, handle errors. by Marcus Meissner · 18 years ago
  18. 9a3a144 tools/wineshelllink: Create links with WINEPREFIX. by Lei Zhang · 18 years ago
  19. f407e9a user32: Avoid sending unwanted DM_GETDEFID/DM_SETDEFID messages. by Dmitry Timoshkov · 18 years ago
  20. 157205c d3d8: Don't store the d3d8 declaration in the wined3d object. by H. Verbeet · 18 years ago
  21. efed9ae d3d8: Move loading local d3d8 vertex shader constants from wined3d to d3d8. by H. Verbeet · 18 years ago
  22. dea795f d3d9: Don't store the d3d9 declaration in the wined3d object. by H. Verbeet · 18 years ago
  23. 32e5cac wined3d: Get rid of the vertexDeclaration field in IWineD3DVertexShaderImpl. by H. Verbeet · 18 years ago
  24. 5ad6766 d3d8: Store the d3d8 vertex declaration in the d3d8 vertex shader. by H. Verbeet · 18 years ago
  25. a0b4177 d3d8: Add an IDirect3DVertexDeclaration8 class to hold the wined3d vertex declaration. by H. Verbeet · 18 years ago
  26. 8f08840 wined3d: Add WINED3DDECLUSAGE, use it. by H. Verbeet · 18 years ago
  27. 942bef9 wined3d: Get rid of WINED3DSHADERDECLUSAGE. by H. Verbeet · 18 years ago
  28. 2d9540c wined3d: Don't use WINED3DSHADERDECLUSAGE_PSIZE / WINED3DSHADERDECLUSAGE_FOG. by H. Verbeet · 18 years ago
  29. a71a22c cabinet: Fixed fd leak in case of error. by Alexandre Julliard · 18 years ago
  30. 7ecc283 msvcrt: Implemented stat64, wstat64 and fstat64. by Damjan Jovanovic · 18 years ago
  31. cbb6da2 msvcrt: Added declarations for functions and structures related to stat64. by Damjan Jovanovic · 18 years ago
  32. 6f7f2bf gdi32: Fixed typo in AngleArc. by Alexandre Julliard · 18 years ago
  33. 2250c28 quartz: Loop through the rest of the possible filters even when a connection fails. by Chris Robinson · 18 years ago
  34. 2d59242 wine.inf: Add quartz.dll to the list of installed fake DLLs. by Chris Robinson · 18 years ago
  35. 134d8a0 quartz: Remove 1GB AVI size limitation. by Chris Robinson · 18 years ago
  36. 0885141 quartz: Properly handle input parameters in FileSource_GetCurFile. by Chris Robinson · 18 years ago
  37. b90a665 wined3d: Do not allocate compressed surfaces with glTexImage2D. by Stefan Dösinger · 18 years ago
  38. ae33273 wined3d: Swap the SFLAG_DIBSECTION flag when swaping hdc and memory. by Stefan Dösinger · 18 years ago
  39. 0ddd236 wined3d: Check error conditions before creating the object. by Stefan Dösinger · 18 years ago
  40. 403b5ec wined3d: Partial render target locking. by Stefan Dösinger · 18 years ago
  41. b48dfb3 wined3d: Always use np2 repacking if no native np2 support is available. by Stefan Dösinger · 18 years ago
  42. 21172f1 wined3d: Improve render target locking. by Stefan Dösinger · 18 years ago
  43. c3f0eb4 wined3d: Remove pow2Size from the surfaces. by Stefan Dösinger · 18 years ago
  44. e16d08f wined3d: Show fullscreen rendering windows. by Stefan Dösinger · 18 years ago
  45. f196680 wined3d: GetRenderTargetData can call BltFast. by Stefan Dösinger · 18 years ago
  46. 8cae0e4 wined3d: Dirtify the render targets, not the primary swapchain on draws. by Stefan Dösinger · 18 years ago
  47. 8784d47 comctl32: Remove redundant NULL checks before Free() calls. by Felix Nawothnig · 18 years ago
  48. 43c0ce1 comctl32: Add tests for Alloc() and friends. by Felix Nawothnig · 18 years ago
  49. feb4abf comctl32: Rename 'string' test to 'misc'. by Felix Nawothnig · 18 years ago
  50. 2a309f5 wined3d: Cleanup the pixelshader() state handler a little bit. by H. Verbeet · 18 years ago
  51. 1636bc1 wined3d: Always select the correct shader pair in the vertexdeclaration() state handler. by H. Verbeet · 18 years ago
  52. fdf8c1a cmd: Fix program name. by Vitaly Lipatov · 18 years ago
  53. 3866ce3 mshtml: Don't release window if it wasn't created. by Jacek Caban · 18 years ago
  54. b274242 mshtml: Added comments about frozen/not frozen interface. by Jacek Caban · 18 years ago
  55. facf475 mshtml: Use wine_url in GetSpec if possible. by Jacek Caban · 18 years ago
  56. 82adfaa mshtml: Forward GetAsciiSpec to GetSpec. by Jacek Caban · 18 years ago
  57. 693e62c mshtml: Added SchemeIs implementation. by Jacek Caban · 18 years ago
  58. 2a0d583 mshtml: Return "wine" as scheme of nsIURI if wine_url is set. by Jacek Caban · 18 years ago
  59. 6413a9c server: Get the primary group from the token's groups. by Vitaliy Margolen · 18 years ago
  60. 63cdee2 msi: Remove an unused initializer. by Mike McCormack · 18 years ago
  61. b937f33 ole32: Add missing parameter for RunningObjectTableImpl_UnInitialize. by Mike McCormack · 18 years ago
  62. 8aa5c99 msi: Conformance test, check that INSTALLUILEVEL flags don't trigger UI install. by Misha Koshelev · 18 years ago
  63. 5ccc638 user32/tests: Add tests for WM_SETICON. by Kirill K. Smirnov · 18 years ago
  64. 828cb4f user32: Handle WM_SETICON message similarly to WM_SETTEXT. by Kirill K. Smirnov · 18 years ago
  65. bd7595a ntdll: Allow APCs to run while waiting for a debug event reply. by Alexandre Julliard · 18 years ago
  66. 34c5104 winex11.drv: We still have to flush the display after mapping a window. by Alexandre Julliard · 18 years ago
  67. abcbcc3 winex11.drv: Popup windows with system menu are managed. by Vitaliy Margolen · 18 years ago
  68. b3c0a29 comctl32: updown: Getter and setter tests for updown control. by Leslie Choong · 18 years ago
  69. 06999c5 wineconsole: Added range of value for all up-down controls on config dialog. by Anatoly Lyutin · 18 years ago
  70. bea5ed4 comdlg32: fontdlg: Add initialisation for comboboxes. by Anatoly Lyutin · 18 years ago
  71. 6f49b38 wineshelllink: Fix mktemp usage on FreeBSD. by Tijl Coosemans · 18 years ago
  72. fa32d53 ntdll/tests: Fixed WCHAR overflow. by Marcus Meissner · 18 years ago
  73. 9d90abe cmd: Fix the "move" command the same way as the "copy" command. by Kim Lilliestierna · 18 years ago
  74. aef6e2d winedump: Free function_name on all error paths. by Marcus Meissner · 18 years ago
  75. b54ceca ntdll: Test that shows RtlRaiseException with EXCEPTION_BREAKPOINT mangles Eip of context. by Peter Oberndorfer · 18 years ago
  76. 90c0ffd atl: Fix a comparison between signed and unsigned. by Michael Stefaniuc · 18 years ago
  77. c6c68bf wldap32: Missing HeapFree on error path (found by Smatch). by Michael Stefaniuc · 18 years ago
  78. 74950a9 comctl32: Implement ImageList_GetFlags. by Dmitry Timoshkov · 18 years ago
  79. 474a8f5 user32: Activate an MDI child on WM_SETFOCUS as well as on WM_CHILDACTIVATE. by Dmitry Timoshkov · 18 years ago
  80. e744c3a dinput: Constify some variables. by Andrew Talbot · 18 years ago
  81. 8cbba46 amstream: Constify a variable. by Andrew Talbot · 18 years ago
  82. f5f501d wined3d: Use the context manager to create onscreen contexts. by Stefan Dösinger · 18 years ago
  83. 00aa8ab d3d8: Deleting bound shaders unbinds them. by Stefan Dösinger · 18 years ago
  84. 12252d0 wined3d: Use the context manager to select the primary render target. by Stefan Dösinger · 18 years ago
  85. 7253fae wined3d: Make the context array dynamic. by Stefan Dösinger · 18 years ago
  86. e534340 wined3d: Improve render target to texture blits. by Stefan Dösinger · 18 years ago
  87. f22d37e wined3d: Use the context manager to prepare for blitting. by Stefan Dösinger · 18 years ago
  88. c1623d4 wined3d: Use the context manager to prepare for drawing. by Stefan Dösinger · 18 years ago
  89. 380930d wined3d: Store dirty states per context. by Stefan Dösinger · 18 years ago
  90. e6c9a07 wined3d: Store state optmization members in the context. by Stefan Dösinger · 18 years ago
  91. c739c38 wined3d: Add a per context structure for context management. by Stefan Dösinger · 18 years ago
  92. 890f63a wininet: Fix a test that fails on Windows. by Hans Leidekker · 18 years ago
  93. 2024f68 wininet: Skip empty accept type strings in HttpOpenRequest. by Hans Leidekker · 18 years ago
  94. f0f3e15 wininet/ftp.c: Fix some returned error codes. by Paul Vriens · 18 years ago
  95. 00b7b29 wininet/ftp.c: Add tests to show the order of parameter checking. by Paul Vriens · 18 years ago
  96. b6d8b27 rpcrt4: The format structures used in the marshaling code should have 1-byte alignment. by Rob Shearman · 18 years ago
  97. c3d037c include: Add more EOAC_* enumeration values to objidl.idl. by Rob Shearman · 18 years ago
  98. f9df13c include: Fix a typo in a comment in rpcdce.h. by Rob Shearman · 18 years ago
  99. be16033 include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl. by Rob Shearman · 18 years ago
  100. fff13d2 ntdll: Fix compilation on systems that don't support nameless structs. by Francois Gouget · 18 years ago