1. 41fbace Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead. by Alexandre Julliard · 17 years ago
  2. a41e774 gdi32: Japanese Windows had a default fallback Font SystemLink of Microsoft Sans Serif. Implement that for Japanese. by Aric Stewart · 17 years ago
  3. 22f379c d3d9: Some Windows drivers do not like reversed fog. by Stefan Dösinger · 17 years ago
  4. 1a906aa d3d9: Do not expect consistent failures. by Stefan Dösinger · 17 years ago
  5. 27dd342 d3d9: Add a stencil+culling test. by Stefan Dösinger · 17 years ago
  6. f952419 wined3d: Enable the texcoord init workaround on radeon HD cards on MacOS. by Stefan Dösinger · 17 years ago
  7. e40bb4a wined3d: Create a VBO before returning memory. by Stefan Dösinger · 17 years ago
  8. 7dec20d d3dx9: Implement D3DXGetDriverLevel. by Tony Wasserka · 17 years ago
  9. b1dab9e d3dx9: Complete d3dx9core.h. by Tony Wasserka · 17 years ago
  10. 7666315 d3dx9.h: Include d3dx9math.h before d3dx9core.h. by Tony Wasserka · 17 years ago
  11. df0a694 d3dx9: Start implementation of d3dx9_32, d3dx9_33, d3dx9_34 and d3dx9_35. by Tony Wasserka · 17 years ago
  12. e486662 d3dx9: Start implementation of d3dx9_31. by Tony Wasserka · 17 years ago
  13. 2aa1505 d3dx9: Start implementation of d3dx9_28, d3dx9_29 and d3dx9_30. by Tony Wasserka · 17 years ago
  14. 409b19b d3dx9: Start implementation of d3dx9_26 and d3dx9_27. by Tony Wasserka · 17 years ago
  15. e9c1639 d3dx9: Start implementation of d3dx9_25. by Tony Wasserka · 17 years ago
  16. 6f834d3 d3dx9: Start implementation of d3dx9_24. by Tony Wasserka · 17 years ago
  17. 72e70a0 msxml3: Implement IXMLDOMText length property. by Alistair Leslie-Hughes · 17 years ago
  18. e2ac47a4 msxml3: Implemented IDispatch for IXMLDOMDocument2. by Alistair Leslie-Hughes · 17 years ago
  19. aa284e7 msxml3: Implemented IDispatch for IXMLDocument. by Alistair Leslie-Hughes · 17 years ago
  20. c75df9b msxml3: Implemented IDispatch for IXMLElement. by Alistair Leslie-Hughes · 17 years ago
  21. a6eb94f msxml3: Implemented IDispatch for IXMLDOMNodeList. by Alistair Leslie-Hughes · 17 years ago
  22. 39b2f0f msxml3: Implemented IDispatch for IXMLDOMParseError. by Alistair Leslie-Hughes · 17 years ago
  23. 5fb8b2f msxml3: Implemented IDispatch for IXMLDOMNamedNodeMap. by Alistair Leslie-Hughes · 17 years ago
  24. b0783a3 msxml3: Implemented IDispatch for IXMLDOMEntityReference. by Alistair Leslie-Hughes · 17 years ago
  25. fb08f20 msxml3: Implemented IDispatch for IXMLDOMElement. by Alistair Leslie-Hughes · 17 years ago
  26. f02505e msxml3: Implemented IDispatch for IXMLDOMDocumentFragment. by Alistair Leslie-Hughes · 17 years ago
  27. 14705ad msxml3: Implemented IDispatch for IXMLDOMComment. by Alistair Leslie-Hughes · 17 years ago
  28. 2ad03e8 msxml3: Implemented IDispatch for IXMLDOMCDATASection. by Alistair Leslie-Hughes · 17 years ago
  29. 9fecdcc msxml3: Implemented IDispatch for IXMLDOMProcessingInstruction. by Alistair Leslie-Hughes · 17 years ago
  30. 4a053e6 msxml3: Implemented IDispatch for IXMLDOMSchemaCollection. by Alistair Leslie-Hughes · 17 years ago
  31. 003beea msxml3: Implemented IDispatch for IXMLDOMText. by Alistair Leslie-Hughes · 17 years ago
  32. c0700ee pdh: Pass parameters through to PdhLookupPerfIndexByNameW for checking. by Jeff Latimer · 17 years ago
  33. 99bde8b shdocvw: The WINAPI modifier on function pointers should become before the '*' for portability. by Rob Shearman · 17 years ago
  34. dfda3c4 d3d9: Fix copy and paste error in reset_enum_callback. by Rob Shearman · 17 years ago
  35. c6c205a avifil32: Simplify a comparison in AVIBuildFilterW. by Rob Shearman · 17 years ago
  36. 878ea5d Add the nounistd option to all lex source files. by Rob Shearman · 17 years ago
  37. 28464f9 wined3d: Fix lack of indent in PreLoad. by Roderick Colenbrander · 17 years ago
  38. ef21f1e wined3d: The base RealizePalette isn't needed anymore. by Roderick Colenbrander · 17 years ago
  39. 4827530 wined3d: Add a GL specific RealizePalette which also updates the drawable. by Roderick Colenbrander · 17 years ago
  40. 61c82f8 wined3d: Add a GDI version of RealizePalette. by Roderick Colenbrander · 17 years ago
  41. 448ede1 wineboot: Delete files from dllcache once they have been installed. by Alexandre Julliard · 17 years ago
  42. 123602d msi: Remove invalid FIXMEs. by James Hawkins · 17 years ago
  43. 7cf6be8 msi: Return ERROR_INVALID_PARAMETER if the context is machine and szUserSid is non-NULL. by James Hawkins · 17 years ago
  44. 4ee1745 msi: Validate the dwOptions parameter of MsiSourceListSetInfo. by James Hawkins · 17 years ago
  45. 95ef6a1 msi: Simplify the MEDIAPACKAGEPATH and DISKPROMPT cases. by James Hawkins · 17 years ago
  46. fe98710 msi: Return the results from OpenSourceKey. by James Hawkins · 17 years ago
  47. d37ac28 msi: Return ERROR_UNKNOWN_PATCH if dwOptions contains MSICODE_PATCH. by James Hawkins · 17 years ago
  48. f83d049 msi: Validate the szProduct parameter of MsiSourceListSetInfo. by James Hawkins · 17 years ago
  49. 10be16f msi: Add tests for MsiSourceListSetInfo. by James Hawkins · 17 years ago
  50. 1fa0e44 wininet/tests: Don't include the trailing '\0' in dwHeadersLength otherwise HttpSendRequestEx() sends it too which some servers object to. by Francois Gouget · 17 years ago
  51. abfa73b wininet: Document HttpAddRequestHeadersW()'s handling of the trailing '\0'. Fix tracing of the corresponding header strings as they may not be '\0' terminated. by Francois Gouget · 17 years ago
  52. 7a585f3 advapi32/tests: Check whether RegGetValue() '\0'-terminates the buffer when retrieving a zero-byte string value. by Francois Gouget · 17 years ago
  53. 6843da6 advapi32/tests: Remove an obsolete comment: Wine's on-disk registry format now supports string values with no trailing '\0'. by Francois Gouget · 17 years ago
  54. 4a7bedf msi: Use 'HKCU\Software\Microsoft\MS Setup (ACME)' as a source for the default user and company names before falling back to the RegisteredXXX values. Fix the conformance test accordingly. by Francois Gouget · 17 years ago
  55. e9a8e6a gdi32: Move EnumFonts16 and EnumFontFamilies16 to gdi16.c. by Michael Stefaniuc · 17 years ago
  56. 3055239 advpack: Fix buffer overrun in convert_file_list. by Rob Shearman · 17 years ago
  57. 9b5d367 msi: Remove some unused functions. by Rob Shearman · 17 years ago
  58. 3f4eb28 mciwave: Fix the character count passed to GetTempPathW in create_tmp_file. by Rob Shearman · 17 years ago
  59. 608ac1e advapi32: Fix the AccessCheck tests so that the ACCESS_SYSTEM_SECURITY test now runs (when the user has the Security privilege). by Rob Shearman · 17 years ago
  60. 9ad684b comdlg32: Fix the character length passed into GetDlgItemTextW in PRINTDLG_PS_UpdateDlgStructW. by Rob Shearman · 17 years ago
  61. ff52787 comdlg32: Fix potential buffer overrun of lpxx->lfFaceName in CFn_WMCommand. by Rob Shearman · 17 years ago
  62. e1affcc browseui: Fix typo in declaration of empty_string in set_buffer. by Rob Shearman · 17 years ago
  63. 719cd82 wininet: Fix potential buffer overrun in HttpQueryInfoA. by Rob Shearman · 17 years ago
  64. 39dce04 devenum: Add Polish translation. by Mikołaj Zalewski · 17 years ago
  65. b536702 devenum: Convert resource file to UTF-8. by Mikołaj Zalewski · 17 years ago
  66. 5346039 wined3d: Take alpha from device palette entry for d3d 8 and later. by Alexander Dorofeyev · 17 years ago
  67. 74c380c ddraw/tests: Add test for palette handling in IDirect3DTexture_Load. by Alexander Dorofeyev · 17 years ago
  68. cfa40a2 ddraw/tests: Split d3d1 initialization and destruction into separate functions. by Alexander Dorofeyev · 17 years ago
  69. ed44f9d ddraw: Fix palette handling in IDirect3DTexture_Load. by Alexander Dorofeyev · 17 years ago
  70. ddd0ec1 ddraw/tests: Add test for branch instruction with non-zero offset. by Alexander Dorofeyev · 17 years ago
  71. 4981eda ddraw: Fix executebuffer branching with non-zero offset. by Alexander Dorofeyev · 17 years ago
  72. 1079f37 wined3d: When DDCAPS_ALLOW256 is set, palette entry 0 and 255 are filled with black and white. by Roderick Colenbrander · 17 years ago
  73. c937634 gdi32: GetPaletteEntries should not filter peFlags (test included). by Roderick Colenbrander · 17 years ago
  74. 1fa9e52 gdi32: Avoid calling GetObject16 from 32-bit code. by Alexandre Julliard · 17 years ago
  75. 30e2cb1 gdi32: Move a few more gdiobj functions to gdi16.c. by Alexandre Julliard · 17 years ago
  76. aa500d2 gdi32: Get rid of the 16-bit GetObject functions. by Alexandre Julliard · 17 years ago
  77. a306af0 gdi32: Reimplemented GetObject16 and moved it to gdi16.c. by Alexandre Julliard · 17 years ago
  78. 1fdae2b gdi32: Reimplemented IsGDIObject16 and moved it to gdi16.c. by Alexandre Julliard · 17 years ago
  79. 125793d winex11: Move the raising of windows on SetFocus to the X11 driver where it belongs. by Alexandre Julliard · 17 years ago
  80. 2472e81 dssenh: Add initial stub dll. by Maarten Lankhorst · 17 years ago
  81. e11826f softpub: Add initial stub dll. by Maarten Lankhorst · 17 years ago
  82. b3a9699 slbcsp: Add initial stub dll. by Maarten Lankhorst · 17 years ago
  83. 322d4ca sccbase: Add initial stub dll. by Maarten Lankhorst · 17 years ago
  84. c438d23 mssip32: Add initial stub dll. by Maarten Lankhorst · 17 years ago
  85. 7c3d24b initpki: Add initial stub dll. by Maarten Lankhorst · 17 years ago
  86. e4576c8 gpkcsp: Add initial stub dll. by Maarten Lankhorst · 17 years ago
  87. f930821 cryptdlg: Add initial stub dll. by Maarten Lankhorst · 17 years ago
  88. 8f15dd4 user32: Rewrite SWP_DoOwnedPopups to take into account topmost windows. by Alexandre Julliard · 17 years ago
  89. 75adca5 pdh: Remove unnecessary test done in PdhLookupPerfNameByIndexW. by Jeff Latimer · 17 years ago
  90. 33c386f pdh: Check for size > 0 but no buffer. by Jeff Latimer · 17 years ago
  91. 52f03de pdh/tests: Add test for size > 0 but no buffer. by Jeff Latimer · 17 years ago
  92. 84acc6f inetcomm: Fix compilation on systems that don't support nameless unions. by Francois Gouget · 17 years ago
  93. c2d9784 wined3d: Add separate alpha blend support. by Roderick Colenbrander · 17 years ago
  94. a29584b wined3d: Add SURFACE_BUSY support to *_BltFast. by Roderick Colenbrander · 17 years ago
  95. 5437cb0 wined3d: Add SURFACE_BUSY support to *_Blt. by Roderick Colenbrander · 17 years ago
  96. ba46698 advapi32/tests: Skip tests when our language isn't LANG_ENGLISH. by Paul Vriens · 17 years ago
  97. c6e61fb user32: Fix a message test that would only pass on wine. by Maarten Lankhorst · 17 years ago
  98. 331bac4 mscms/tests: The presence of an ICM file in the color directory has nothing to do with the presence of a registered RGB profile. by Francois Gouget · 17 years ago
  99. e681508 mscms/tests: EnumColorProfiles() should not fail even if there are no ICM files in the 'color directory'. by Francois Gouget · 17 years ago
  100. c627a81 shell32: Fix the logic in Control_LoadApplet determining when to use CPL_INQUIRE and when to use CPL_NEWINQUIRE. by Rob Shearman · 17 years ago