1. 6189568 ups10: Rename common opentype tables used in both GSUB and GPOS to OT_. by Aric Stewart · 13 years ago
  2. ffe36a3 d3dx9: Implement volume texture filtering in D3DXFilterTexture. by Józef Kucia · 13 years ago
  3. e8bfaf1 d3dx9: Use structure to pass volume size to pixel format conversion functions. by Józef Kucia · 13 years ago
  4. 29acc31 d3dx9: Implement point filtering for volume textures. by Józef Kucia · 13 years ago
  5. 5d4bc53 d3dx9: Implement pixel format conversion for volume textures. by Józef Kucia · 13 years ago
  6. d0aa78c jscript: Don't set constructor property to each object instance, it belongs to their prototypes. by Jacek Caban · 13 years ago
  7. 49fd903 jscript: Expose RegExpError constructor in global object. by Jacek Caban · 13 years ago
  8. 27747d3 jscript: Properly set Error object's constructor property. by Jacek Caban · 13 years ago
  9. bf7b727 jscript: Properly set Function constructor's constructor property. by Jacek Caban · 13 years ago
  10. d492650 jscript: Properly handle constructor property for most builtin constructors. by Jacek Caban · 13 years ago
  11. cf80297 jscript: Properly set Number.prototyp.constructor. by Jacek Caban · 13 years ago
  12. c957f8a d3dx9_36: Implementation of D3DXSHEvalDirection. by Nozomi Kodama · 13 years ago
  13. 8b97ff3 opengl32: Mark invalid handles with ffff instead of 0. by Alexandre Julliard · 13 years ago
  14. a0f9a25 windowscodecs: Use predefined WICBitmapPaletteTypeFixedBW palette instead of a hand-made one. by Dmitry Timoshkov · 13 years ago
  15. a9d0f89 windowscodecs: Avoid casting IWICFormatConverter to IWICBitmapSource. by Dmitry Timoshkov · 13 years ago
  16. 33a1f89 msxml3: Implement a common way to store and get callback interface pointers. by Nikolay Sivov · 13 years ago
  17. 2bff764 msxml3: Implement put/get for DTD handler callback interface. by Nikolay Sivov · 13 years ago
  18. 13d9552 msxml3: Protect from null pointer in load(). by Nikolay Sivov · 13 years ago
  19. 3956296 ole32: Implement SetConvertStg(). by Nikolay Sivov · 13 years ago
  20. a3a9755 ole32: No need to test for null implementation pointer in methods. by Nikolay Sivov · 13 years ago
  21. ac03259 ole32: COM cleanup of IPropertySetStorage interface. by Nikolay Sivov · 13 years ago
  22. 0f36dc8 appwiz.cpl: Only offer to download an addon if its installer is missing. by Francois Gouget · 13 years ago
  23. f757f3f d3dx9: Implementation of D3DXSHMultiply2. by Nozomi Kodama · 13 years ago
  24. 1ceec8c ntdll: Add support for relay debugging on ARM. by André Hentschel · 13 years ago
  25. 83b60a7 winebuild: Generate relay debugging thunks for ARM. by André Hentschel · 13 years ago
  26. 9ff2bbc gdiplus: Avoid out of bounds access warning. by Alexandre Julliard · 13 years ago
  27. 30e0e3f wined3d: Remove unused variables. by Alexandre Julliard · 13 years ago
  28. 2b4a791 winex11: Add support for XRandR 1.3. by Henri Verbeet · 13 years ago
  29. cf6f8d2 winex11: Add support for XRandR 1.2. by Henri Verbeet · 13 years ago
  30. ed331cb winex11: Properly calculate the virtual screen rect in xinerama_init(). by Henri Verbeet · 13 years ago
  31. adf66a3 wined3d: Get rid of the unused sampler_stages limit. by Henri Verbeet · 13 years ago
  32. 89a781a ddraw: Create surfaces with the correct mip level in device_parent_create_texture_surface(). by Henri Verbeet · 13 years ago
  33. 98652ec secur32: On Mac, define modern ECDH cipher suites if the SDK doesn't. by Ken Thomases · 13 years ago
  34. 4ccb874 secur32: On Mac, recognize key exchange algorithm for cipher suites using ECDH. by Ken Thomases · 13 years ago
  35. ba12844 include/wincrypt.h: Add identifiers for Elliptic curve Diffie-Hellman algorithm. by Ken Thomases · 13 years ago
  36. 8613d5e jscript: Prefer builtin version. by Jacek Caban · 13 years ago
  37. 4f1a71a mshtml: Added test of calling IDispatchEx properties. by Jacek Caban · 13 years ago
  38. 61ded41 mshtml: Added support for calling functions returned by builtin getters. by Jacek Caban · 13 years ago
  39. 01af42a mshtml: Moved invoking DISPID_VALUE to separated function. by Jacek Caban · 13 years ago
  40. e140cd3 mshtml: Added IHTMLAnchorElement::name implementation. by Jacek Caban · 13 years ago
  41. 4c96957 mshtml: Added IHTMLInputElement::maxLength implementation. by Jacek Caban · 13 years ago
  42. 9caf343 mshtml: Added HTMLInputElement::onchange implementation. by Jacek Caban · 13 years ago
  43. 6942dd0 mshtml: Added HTMLElement::onkeypress implementation. by Jacek Caban · 13 years ago
  44. 447f1c8 mshtml: Get rid of no longer needed support for new window navigation in before_async_open. by Jacek Caban · 13 years ago
  45. 35710be mshtml: Use proper task_magic in async_open. by Jacek Caban · 13 years ago
  46. 401d120 winex11: Fix the virtual desktop check in update_desktop_fullscreen(). by Henri Verbeet · 13 years ago
  47. 92e0425 winex11: Simplify the XRandR mode matching code a bit. by Henri Verbeet · 13 years ago
  48. e5bb2e7 ddraw: Create texture surfaces from device_parent_create_texture_surface(). by Henri Verbeet · 13 years ago
  49. d4fa0d8 ddraw: Get rid of some redundant TRACE_ON invocations. by Henri Verbeet · 13 years ago
  50. 46a9a7e ddraw: Get rid of the "tex_root" hack. by Henri Verbeet · 13 years ago
  51. 0c65886 ole32: COM cleanup for IStorage interface of base storage implementation. by Nikolay Sivov · 13 years ago
  52. 0830339 ole32: Simplify storage root entry name initialization. by Nikolay Sivov · 13 years ago
  53. 7b373ed ole32: Implement GetConvertStg(). by Nikolay Sivov · 13 years ago
  54. ea196ef ole32: COM cleanup of storage IStream implementation. by Nikolay Sivov · 13 years ago
  55. 91049f5 wbemprox: Add support for creating new tables. by Hans Leidekker · 13 years ago
  56. 4e6eb13 wbemprox: Add a partial StdRegProv class implementation. by Hans Leidekker · 13 years ago
  57. cd5cad6 wbemprox: Return a null variant instead of an empty string if the property isn't set. by Hans Leidekker · 13 years ago
  58. 5acdba5 wbemprox: Implement Win32_NetworkAdapter.MACAddress and Win32_NetworkAdapter.PNPDeviceID. by Hans Leidekker · 13 years ago
  59. 6d1a13a windowscodecs: Test pixel format of the loaded TIFF image. by Dmitry Timoshkov · 13 years ago
  60. b82023b windowscodecs: Use predefined WICBitmapPaletteTypeFixedGray16 palette instead of a handmade one. by Dmitry Timoshkov · 13 years ago
  61. 045ac64 windowscodecs: Use predefined WICBitmapPaletteTypeFixedGray4 palette instead of a handmade one. by Dmitry Timoshkov · 13 years ago
  62. 9fce6a3 kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdCopyrightDescriptor) test. by Alexandre Goujon · 13 years ago
  63. a3b5dd2 kernel32/tests: Add a IOCTL_DVD_READ_STRUCTURE (DvdPhysicalDescriptor) test. by Alexandre Goujon · 13 years ago
  64. 7c27a96 kernel32/tests: Add a helper to test CDROM ioctl. by Alexandre Goujon · 13 years ago
  65. 9536e66 include/ddk: Add DVD_DESCRIPTOR_HEADER descriptor structure. by Alexandre Goujon · 13 years ago
  66. 6a1d2f8 shell32: Fix FindExecutable search path when a default directory is supplied. by Erich Hoover · 13 years ago
  67. d685894 advapi32/tests: Add tests for CredIsMarshaledCredential. by Detlef Riekenberg · 13 years ago
  68. d96de83 advapi32: Implement CredIsMarshaledCredentialA/W. by Detlef Riekenberg · 13 years ago
  69. 1ca6cac scrrun: Added IFileSystem3_FileExists implementation. by Nikolay Sivov · 13 years ago
  70. 6c5588f scrrun: Add typelib support. by Alistair Leslie-Hughes · 13 years ago
  71. 45f240c windowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone256 palette. by Dmitry Timoshkov · 13 years ago
  72. 011d23c windowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone64 palette. by Dmitry Timoshkov · 13 years ago
  73. 63cb0cf windowscodecs: Add support for generating WICBitmapPaletteTypeFixedHalftone8 palette. by Dmitry Timoshkov · 13 years ago
  74. ca126c0 windowscodecs: Add support for generating WICBitmapPaletteTypeFixedGray256 palette. by Dmitry Timoshkov · 13 years ago
  75. 179ed52 windowscodecs: Add support for generating WICBitmapPaletteTypeFixedGray16 palette. by Dmitry Timoshkov · 13 years ago
  76. d5cc402 windowscodecs: Add support for generating WICBitmapPaletteTypeFixedGray4 palette. by Dmitry Timoshkov · 13 years ago
  77. ca9d128 windowscodecs: Add support for generating WICBitmapPaletteTypeFixedBW palette. Resend. by Dmitry Timoshkov · 13 years ago
  78. 4b0f27f winex11: Get rid of the no longer needed drawable rect in the X11 device. by Alexandre Julliard · 13 years ago
  79. 12f1ed2 gdiplus: Accept a transformation matrix in GdipFlattenPath. by Vincent Povirk · 13 years ago
  80. cbfc79a gdiplus: Implement LineJoinMiterClipped and partially implement LineJoinMiter. by Vincent Povirk · 13 years ago
  81. 198fb25 gdiplus: Fix memory leak in GdipImageRotateFlip. by Vincent Povirk · 13 years ago
  82. 577740f gdiplus: Fix GdipImageRotateFlip for images from streams. by Vincent Povirk · 13 years ago
  83. c5820b7 windowscodecs: Add a test for palette associated with black&white TIFF image. by Dmitry Timoshkov · 13 years ago
  84. dfefd3a gdiplus: Add a test for palette associated with black&white TIFF image. by Dmitry Timoshkov · 13 years ago
  85. 2b2b850 d3dcompiler: Use location information in add_modifier(). by Matteo Bruni · 13 years ago
  86. a84784e d3dcompiler: Store (and begin to use) location information for variables. by Matteo Bruni · 13 years ago
  87. 5bcf8de d3dcompiler: Introduce source_location structure. by Matteo Bruni · 13 years ago
  88. 40cbcab d3dcompiler: Track the location of each lexer token. by Matteo Bruni · 13 years ago
  89. 632703d d3dcompiler: Add hlsl_report_message function to standardize error messages. by Matteo Bruni · 13 years ago
  90. 5fecc48 mshtml: Don't store outer window in nsChannelBSC. by Jacek Caban · 13 years ago
  91. bbaa307 mshtml: Use per-inner window task_magic for binding. by Jacek Caban · 13 years ago
  92. 25c5082 mshtml: Create inner window early in binding process and use it to store current binding callback. by Jacek Caban · 13 years ago
  93. 7e2999e d3d10core: Implement d3d10_texture2d_Map(). by Henri Verbeet · 13 years ago
  94. 21a7b18 d3d10core: Implement d3d10_texture2d_Unmap(). by Henri Verbeet · 13 years ago
  95. 2b4c72b d3d10core: Always create a wined3d texture for d3d10core textures. by Henri Verbeet · 13 years ago
  96. 4a01368 d3dcompiler: Improve debug_hlsl_type function. by Matteo Bruni · 13 years ago
  97. 995fb30 d3dcompiler: Add a trace to the scope push/pop functions. by Matteo Bruni · 13 years ago
  98. 3d05276 d3dcompiler: Pass the shader filename to the preprocessor. by Matteo Bruni · 13 years ago
  99. 6fbed51 d3dcompiler: Make declaration_statement return a list. by Matteo Bruni · 13 years ago
  100. b33e1ce d3dcompiler: Properly print compilation messages. by Matteo Bruni · 13 years ago