1. 4b0f27f winex11: Get rid of the no longer needed drawable rect in the X11 device. by Alexandre Julliard · 13 years ago
  2. 12f1ed2 gdiplus: Accept a transformation matrix in GdipFlattenPath. by Vincent Povirk · 13 years ago
  3. cbfc79a gdiplus: Implement LineJoinMiterClipped and partially implement LineJoinMiter. by Vincent Povirk · 13 years ago
  4. 198fb25 gdiplus: Fix memory leak in GdipImageRotateFlip. by Vincent Povirk · 13 years ago
  5. 577740f gdiplus: Fix GdipImageRotateFlip for images from streams. by Vincent Povirk · 13 years ago
  6. c5820b7 windowscodecs: Add a test for palette associated with black&white TIFF image. by Dmitry Timoshkov · 13 years ago
  7. dfefd3a gdiplus: Add a test for palette associated with black&white TIFF image. by Dmitry Timoshkov · 13 years ago
  8. 2b2b850 d3dcompiler: Use location information in add_modifier(). by Matteo Bruni · 13 years ago
  9. a84784e d3dcompiler: Store (and begin to use) location information for variables. by Matteo Bruni · 13 years ago
  10. 5bcf8de d3dcompiler: Introduce source_location structure. by Matteo Bruni · 13 years ago
  11. 40cbcab d3dcompiler: Track the location of each lexer token. by Matteo Bruni · 13 years ago
  12. 632703d d3dcompiler: Add hlsl_report_message function to standardize error messages. by Matteo Bruni · 13 years ago
  13. 5fecc48 mshtml: Don't store outer window in nsChannelBSC. by Jacek Caban · 13 years ago
  14. bbaa307 mshtml: Use per-inner window task_magic for binding. by Jacek Caban · 13 years ago
  15. 25c5082 mshtml: Create inner window early in binding process and use it to store current binding callback. by Jacek Caban · 13 years ago
  16. 7e2999e d3d10core: Implement d3d10_texture2d_Map(). by Henri Verbeet · 13 years ago
  17. 21a7b18 d3d10core: Implement d3d10_texture2d_Unmap(). by Henri Verbeet · 13 years ago
  18. 2b4c72b d3d10core: Always create a wined3d texture for d3d10core textures. by Henri Verbeet · 13 years ago
  19. 4a01368 d3dcompiler: Improve debug_hlsl_type function. by Matteo Bruni · 13 years ago
  20. 995fb30 d3dcompiler: Add a trace to the scope push/pop functions. by Matteo Bruni · 13 years ago
  21. 3d05276 d3dcompiler: Pass the shader filename to the preprocessor. by Matteo Bruni · 13 years ago
  22. 6fbed51 d3dcompiler: Make declaration_statement return a list. by Matteo Bruni · 13 years ago
  23. b33e1ce d3dcompiler: Properly print compilation messages. by Matteo Bruni · 13 years ago
  24. b4a31d0 winex11: Get rid of some needless globals. by Henri Verbeet · 13 years ago
  25. 5ed8909 winex11: Simplify X11DRV_XRandR_Init() error handling a bit. by Henri Verbeet · 13 years ago
  26. 7b32809 setupapi: Add a stub for SetupDiGetDeviceInstallParamsW. by André Hentschel · 13 years ago
  27. aefd9b5 comdlg32: Do not use GetDlgItemText to get combo box text during an CBN_SELCHANGE notification. by Aric Stewart · 13 years ago
  28. eec0ada credui: Add a stub for CredUIInitControls. by Detlef Riekenberg · 13 years ago
  29. 766eeca wininet: Don't evaluate netconn_get_avail_data() twice in netconn_read(). by Dan Kegel · 13 years ago
  30. a1428c7 vbscript: Added LCase implementation. by Jacek Caban · 13 years ago
  31. 0708b77 vbscript: Added UCase implementation. by Jacek Caban · 13 years ago
  32. 98c605d winex11.drv: We must include Xlib.h before Xrandr.h. by Francois Gouget · 13 years ago
  33. 7b782d4 gdi32: Remove an unused wgl debugging channel. by Francois Gouget · 13 years ago
  34. bd1bdb1 wbemprox: Add support for evaluating string comparisons. by Hans Leidekker · 13 years ago
  35. 2c1fe7f mshtml: Moved detaching inner window to separated function. by Jacek Caban · 13 years ago
  36. 8bb4a6b mshtml: Simplify ASServiceProvider_QueryService. by Jacek Caban · 13 years ago
  37. 94f0f88 mshtml: Moved binding list to HTMLInnerWindow. by Jacek Caban · 13 years ago
  38. 59f7c24 ntdll: Remove a spurious assignment. by Huw Davies · 13 years ago
  39. 760f487 ntdll: Increase the buffer size for processor features and add a check to catch future overflows. by Huw Davies · 13 years ago
  40. 0821c80 wined3d: Merge the device parent create_rendertarget() and create_depth_stencil() handlers. by Henri Verbeet · 13 years ago
  41. d26a385 wined3d: Fix the block alignment check in surface_cpu_blt(). by Henri Verbeet · 13 years ago
  42. 1e22e3c wined3d: Introduce a helper function for checking surface block alignment. by Henri Verbeet · 13 years ago
  43. a7e95a2 ntdll/tests: Add test for RtlIpv4StringToAddress. by Thomas Faber · 13 years ago
  44. e0d5c35 d3dx9/tests: Fix array increment in SetMatrix*PointerArray() test. by Rico Schüller · 13 years ago
  45. 617a2cc d3dx9/tests: Add effect parameter value GetMatrixTransposePointerArray() test. by Rico Schüller · 13 years ago
  46. a7f1d93 d3dx9/tests: Add effect parameter value GetMatrixPointerArray() test. by Rico Schüller · 13 years ago
  47. 9428317 d3dx9: Implement ID3DXBaseEffect::GetMatrixTransposePointerArray(). by Rico Schüller · 13 years ago
  48. d0fd8f4 d3dx9: Implement ID3DXBaseEffect::GetMatrixPointerArray(). by Rico Schüller · 13 years ago
  49. 76880ff mpr: Don't succeed if drive is not remote in WNetGetUniversalName. by Andrew Eikum · 13 years ago
  50. 110249d d3dcompiler: Initialize and fix compilation messages generation. by Matteo Bruni · 13 years ago
  51. 45e8a64 d3dcompiler: Parse compilation target. by Matteo Bruni · 13 years ago
  52. 29ba39f d3dcompiler: Carry around both shader major and minor version. by Matteo Bruni · 13 years ago
  53. b8cdf2e d3dcompiler: Type names have to be allocated on the heap. by Matteo Bruni · 13 years ago
  54. 0d34c9d d3dcompiler: Fix line info update. by Matteo Bruni · 13 years ago
  55. b22de98 kernel32: Add a stub for GetLocaleInfoEx. by Austin English · 13 years ago
  56. edab5d8 vbscript: Ignore version flags in GetDispID. by Jacek Caban · 13 years ago
  57. 3e5c76b winex11: Introduce a separate function for initializing the list of XRandR display modes. by Henri Verbeet · 13 years ago
  58. 76725f9 winex11: Remove some unused includes from xrandr.c. by Henri Verbeet · 13 years ago
  59. 2907913 wined3d: Print a more obvious message if a format doesn't have a corresponding GL internal format. by Henri Verbeet · 13 years ago
  60. 8ad98cd wined3d: Get rid of the "discard" parameter to device_parent_create_depth_stencil(). by Henri Verbeet · 13 years ago
  61. 9b74ebd wined3d: Get rid of the "lockable" parameter to device_parent_create_rendertarget(). by Henri Verbeet · 13 years ago
  62. f8077a5 inseng: Add a stub for DllInstall. by Austin English · 13 years ago
  63. 843390f kernel32: Add a stub for GetDynamicTimeZoneInformation. by Austin English · 13 years ago
  64. 275fc47 kernel32: Add a stub for WerSetFlags. by Austin English · 13 years ago
  65. b3d7896 user32/tests: Add a test for OpenClipboard twice with non-zero hwnd. by Bruno Jesus · 13 years ago
  66. b267cc2 d3dx9: Implement D3DXLoadVolumeFromFile. by Józef Kucia · 13 years ago
  67. f5fd7fe d3dx9/tests: Add tests for D3DXLoadVolumeFromFileInMemory. by Józef Kucia · 13 years ago
  68. 18a2dde d3dx9: Implement D3DXLoadVolumeFromFileInMemory. by Józef Kucia · 13 years ago
  69. 83c7fed d3dx9: Fix D3DXLoadVolumeFromVolume so it works for subsets of volumes. by Józef Kucia · 13 years ago
  70. 0ad6af9 d3dx9: Validate the size of a volume texture in D3DXGetImageInfoFromFile. by Józef Kucia · 13 years ago
  71. 563355d ieframe: Avoid useless QI(IID_IWebBrowser2) calls in tests by passing IWebBrowser2 interface where possible. by Jacek Caban · 13 years ago
  72. c3e4a90 ieframe: Added init_test helper. by Jacek Caban · 13 years ago
  73. 4bc2599 ieframe: Added more DoVerb tests. by Jacek Caban · 13 years ago
  74. edcc38c ieframe: Call OnInPlaceDeactivate in DoVerb(OLEIVERB_HIDE) implementation. by Jacek Caban · 13 years ago
  75. c4457ec winspool: Don't assume that CUPS is available. by Huw Davies · 13 years ago
  76. 32fa9db msi: Don't hard-code the ServicePackLevel property. by Hans Leidekker · 13 years ago
  77. f55ee1a msi: Don't crash if no working directory is specified for custom action type 34. by Hans Leidekker · 13 years ago
  78. da92276 setupapi: SetupInstallServicesFromInfSection doesn't fail if there are no AddService or DelService directives in the section. by Hans Leidekker · 13 years ago
  79. 700eec9 ntdll: Report 3dnow and sse features if the processor supports them. by Hans Leidekker · 13 years ago
  80. ec8ec0f msxml3: Add VT_I1 type to variant dump helper. by Nikolay Sivov · 13 years ago
  81. 9a28ac8 msxml3: Remove unneeded xmlInitParser call. by Nikolay Sivov · 13 years ago
  82. 41aa347 msxml3: Fix xml declaration output when it's specified in loaded document (in case of file). by Nikolay Sivov · 13 years ago
  83. 46d08bb msxml3: Fix xml declaration output when it's specified in loaded document (in case of stream). by Nikolay Sivov · 13 years ago
  84. 1a05524 msxml3: Don't use stream written value when saving to stream. by Nikolay Sivov · 13 years ago
  85. 6c4465f winex11: Get rid of xrandr.h. by Henri Verbeet · 13 years ago
  86. eafc8d0 winex11: Get rid of xvidmode.h. by Henri Verbeet · 13 years ago
  87. 73eceaf d3d9: Implement d3d9_device_ResetEx(). by Henri Verbeet · 13 years ago
  88. 3543e1d wined3d: Fix the .spec. by Henri Verbeet · 13 years ago
  89. 2025e81 secur32: Only read complete records in schan_InitializeSecurityContextW(). by Henri Verbeet · 13 years ago
  90. 338f5e9 winedbg: Add new operators regarding data processing to ARM disassembler. by André Hentschel · 13 years ago
  91. b96d613 winedbg: Add swap operator to ARM disassembler. by André Hentschel · 13 years ago
  92. 498614d winedbg: Add multiplication operators to ARM disassembler. by André Hentschel · 13 years ago
  93. bc86f0d winedbg: Add branch and exchange operator to ARM disassembler. by André Hentschel · 13 years ago
  94. f917cd0 user.exe: Avoid truncating strcmp result (Coverity). by Marcus Meissner · 13 years ago
  95. 0ef705f shell32: Avoid memcmp result truncation (Coverity). by Marcus Meissner · 13 years ago
  96. a181e4d setupx.dll16: Avoid strcmp() result truncation (Coverity). by Marcus Meissner · 13 years ago
  97. aa58bcf krnl386.exe16: Do not truncate the strcmp result (Coverity). by Marcus Meissner · 13 years ago
  98. 1f1686f d3dcompiler_43: Fixed small overread possibility (Coverity). by Marcus Meissner · 13 years ago
  99. 45473a6 fusion: Also copy external files in IAssemblyCache::InstallAssembly. by Hans Leidekker · 13 years ago
  100. 9b34a3a msvcp90: Fix parsing of floating point numbers starting with decimal separator. by Piotr Caban · 13 years ago