1. cddb5d6 usp10: Apply all the GSUB features specified in Microsofts Typesetting documentation for Arabic Shaping. by Aric Stewart · 15 years ago
  2. 5ad2f6e usp10: Break out a function to apply a GSUB feature to an entire string of glyphs. by Aric Stewart · 15 years ago
  3. fd5e732 oledb32: Fix variant to integer conversion. by André Hentschel · 15 years ago
  4. aafef7c dmusic: Use if(0) instead of #if 0 to make sure code still compiles. by Austin English · 15 years ago
  5. aef3f42 winenas.drv: Remove oldb from nas_add_buffer, where it's unused. by Austin English · 15 years ago
  6. c9d112f user32: Re-enable the fast code path in CreateIconIndirect. by Alexandre Julliard · 15 years ago
  7. 48cffa0 kernel32/tests: Restore the stderr handle after the closing test. by Alexandre Julliard · 15 years ago
  8. a10e9ba kernel32: Unalign the stack on process startup to work around Doom3 bug. by Alexandre Julliard · 15 years ago
  9. aa9c781 Revert "gdi32: Pre-multiply RGB values by alpha for subpixel font rendering." by Alexandre Julliard · 15 years ago
  10. c94e764 version: Don't include winbase16.h. by Alexandre Julliard · 15 years ago
  11. ed4846b user32: Don't include winbase16.h. by Alexandre Julliard · 15 years ago
  12. caf0e0b qedit: Fix return value of DllUnregisterServer. by Austin English · 15 years ago
  13. b7f3aa6 wininet: Check for NULL lpwhh (Coverity). by Marcus Meissner · 15 years ago
  14. 7bc121c urlmon/tests: Added tests for IUri_GetPropertyDWORD. by Thomas Mullaly · 15 years ago
  15. d68e887 urlmon/tests: Added tests for IUri_GetPropertyBSTR. by Thomas Mullaly · 15 years ago
  16. f96d192 ws2_32: Update DLL version information to correspond to XP. by Andrew Nguyen · 15 years ago
  17. 2210b9a d3d9/tests: Fix a typo. by Henri Verbeet · 15 years ago
  18. 6f57aab wined3d: Handle a zero source value for WINED3DSIH_POW. by Henri Verbeet · 15 years ago
  19. d926939 comctl32: Export subclass calls by names too. by Nikolay Sivov · 15 years ago
  20. 645f7c6 windowscodecs: Account for a NULL pceltFetched in ComponentEnum_Next. by Vincent Povirk · 15 years ago
  21. 6487f33 user32/tests: Check return value of GetUpdateRect in test_validatergn. by Austin English · 15 years ago
  22. 39eaaea wined3d: Add support for mobile Geforce 3xx GPUs. by Roderick Colenbrander · 15 years ago
  23. c44603a wined3d: Mark Geforce GT 140 as a Geforce 9600GT. by Roderick Colenbrander · 15 years ago
  24. 036295c wined3d: Add Geforce 2xx lowend models. by Roderick Colenbrander · 15 years ago
  25. c471724 wined3d: Add Geforce 4x0 cards to GPU database. by Roderick Colenbrander · 15 years ago
  26. 3e10c3d wined3d: Update Nvidia Geforce6+ driver version to latest 197.45 WHQL version. by Roderick Colenbrander · 15 years ago
  27. ba09e7a wined3d: Don't use blit_supported() in d3dfmt_get_conv for now. by Roderick Colenbrander · 15 years ago
  28. e54f061 wined3d: Replace set_shader call with unset_shader in blt_to_drawable. by Roderick Colenbrander · 15 years ago
  29. d64ee9f ole32: Fix seeking backwards in hglobalstream. by Vincent Povirk · 15 years ago
  30. ff4292c ole32/tests: Add more IStream_Seek tests for hglobalstream. by Vincent Povirk · 15 years ago
  31. 0ce3bce jscript: Added leftContext and rightCont4ext tests. by Jacek Caban · 15 years ago
  32. ce67c76 jscript: Added RegExp.rightContext implementation. by Jacek Caban · 15 years ago
  33. 9159ddc jscript: Added RegExp.leftContext implementation. by Jacek Caban · 15 years ago
  34. 32c61c5 jscript: Store match result in script context. by Jacek Caban · 15 years ago
  35. fe86330 jscript: Treat no argument as "undefined" in RegExp.test. by Jacek Caban · 15 years ago
  36. 0acb7fb jscript: Added RegExp.leftContext and RegExp.rightContext stub implementation. by Jacek Caban · 15 years ago
  37. 0cbe157 jscript: Store builtin constructor's length in instance object. by Jacek Caban · 15 years ago
  38. 913278c d3dx9: Shader assembler vs_1_0 and vs_1_1 support. by Matteo Bruni · 16 years ago
  39. 7f19bda gdi32: Only 16 and 32 bpp DIB sections can have bitfields. by Alexandre Julliard · 15 years ago
  40. f4e51a9 gdi32: Return the actual DIB section bitfields instead of default values in GetDIBits. by Alexandre Julliard · 15 years ago
  41. 775e5f7 kernel32: Reset stdio handles when they are closed. by Alexandre Julliard · 15 years ago
  42. 5d4a743 msvcrt90: Add stat64i32. by Robert Wilhelm · 15 years ago
  43. d9746e3 msvcrt90: Add fstat64i32. by Robert Wilhelm · 15 years ago
  44. 01fdf21 comctl32/listview: Perform ranges validation only when tracing enabled. by Nikolay Sivov · 15 years ago
  45. 45d6329 shell32: Export lowlevel PIDL manipulation calls by name too. by Nikolay Sivov · 15 years ago
  46. e6611e2 d3d9: Set the FPU control word on device creation. by Henri Verbeet · 15 years ago
  47. 7d5666e d3d8: Set the FPU control word on device creation. by Henri Verbeet · 15 years ago
  48. e2cb88e user32: Copy icon bits by hand in CreateIconIndirect if the bitmaps can't be selected into a DC. by Alexandre Julliard · 15 years ago
  49. f90b6d5 comctl32/imagelist: Fix a copy/paste typo in ImageList_Merge. by Alexandre Julliard · 15 years ago
  50. 5572fc5 comctl32/imagelist: Add support for 25% and 50% blending when using an alpha channel. by Alexandre Julliard · 15 years ago
  51. 7ea98f6 user32: Check the active window instead of the foreground to show/hide owned popups. by Alexandre Julliard · 15 years ago
  52. 72216a6 dbghelp: Remove variable basic_block which is not really used from dwarf2_parse_line_numbers. by Gerald Pfeifer · 15 years ago
  53. c8748d7 rsaenh: Simplify store_key_container_permissions. by Gerald Pfeifer · 15 years ago
  54. 162e420 ole32: Avoid potential NULL pointer dereferences in a TRACE. by Michael Stefaniuc · 15 years ago
  55. 41809d5 d3dx9_36: Fixed off by 1 in the usage_idx check (Coverity). by Marcus Meissner · 15 years ago
  56. 0ff9d8c oledb32: Add Variant to Integer conversion. by André Hentschel · 15 years ago
  57. 0ed2288 oledb32: Fix dst_len in DataConvert. by André Hentschel · 15 years ago
  58. 1d94702 crypt32/tests: Always compare serialized stores in memory. by Juan Lang · 15 years ago
  59. 6451b96 crypt32/tests: Test an otherwise unused return value. by Juan Lang · 15 years ago
  60. d0b7cc5 crypt32/tests: Improve granularity of testing a store's serialized form. by Juan Lang · 15 years ago
  61. b4d895b winejack.drv: Use jack_client_open instead of deprecated function. by André Hentschel · 15 years ago
  62. 4e00948 atl: Fix formatting of generated class name for 64-bit. by Alexandre Julliard · 15 years ago
  63. 2d658e6 atl: Reuse code of AtlModuleRegisterWndClassInfoW for AtlModuleRegisterWndClassInfoA. by André Hentschel · 15 years ago
  64. 03b335b user32/tests: Fix a test failure in desktop mode. by Alexandre Julliard · 15 years ago
  65. 02abc3b wininet: Add tests for setting and retrieving the context value. by Hans Leidekker · 15 years ago
  66. 67b1eec wininet: Implement InternetQueryOption(INTERNET_OPTION_CONTEXT_VALUE). by Hans Leidekker · 15 years ago
  67. 80dd367 wininet: Pass the object header pointer to INET_QueryOption. by Hans Leidekker · 15 years ago
  68. ae1f553 wininet: Implement InternetSetOption(INTERNET_OPTION_CONTEXT_VALUE). by Hans Leidekker · 15 years ago
  69. c35856d msi: End the search for a directory signature if the parent cannot be found. by Hans Leidekker · 15 years ago
  70. c2ce561 msi: Add a test for properties updated by a patch. by Hans Leidekker · 15 years ago
  71. c815432 msi: Get rid of the goto in MSI_ApplicablePatchW. by Hans Leidekker · 15 years ago
  72. e8ac9bb wined3d: Get rid of GLINFO_LOCATION. by Henri Verbeet · 15 years ago
  73. b5cec57 wined3d: Set the state.c GLINFO_LOCATION to *gl_info. by Henri Verbeet · 15 years ago
  74. 4d4654a wined3d: Set the arb_program_shader.c GLINFO_LOCATION to *gl_info. by Henri Verbeet · 15 years ago
  75. 11bda6e wined3d: Set the ati_fragment_shader.c GLINFO_LOCATION to *gl_info. by Henri Verbeet · 15 years ago
  76. 66e4ba9 mshtml: Simplify translate_url call. by Jacek Caban · 15 years ago
  77. 02b4103 comctl32: Avoid a potential NULL pointer dereference in a TRACE. by Michael Stefaniuc · 15 years ago
  78. 78d1686 ole32: Implement the IAdviseSink call_as proxies and stubs. by Alexandre Julliard · 15 years ago
  79. 084d5f1 d3dx9: Stricter checks for relative addressing in the shader assembler. by Matteo Bruni · 15 years ago
  80. dbd2e8c oleaut32/tests: Remove variable rValid which is not really used from test_VarMod. by Gerald Pfeifer · 15 years ago
  81. 68a94aa msvcrt/tests: Adjust CHECK_TYPE to avoid some two dozen compiler warnings. by Gerald Pfeifer · 15 years ago
  82. c94b268 ole32: Only read known format ids when attempting to read summary information. by Juan Lang · 15 years ago
  83. b4c3a04 ole32/tests: Test creating an IPropertySetStorage with an unknown format id. by Juan Lang · 15 years ago
  84. b88b007 richedit: Fix assignment to wrong variable (LLVM/Clang). by Dylan Smith · 15 years ago
  85. aa84570 oledb32/tests: Preset dst_len to encounter more problems. by André Hentschel · 15 years ago
  86. a157959 user.exe: Store the GDI instance when it's first loaded. by Alexandre Julliard · 15 years ago
  87. 598a25d msi: Ignore min/max versions if their values are null. by Alexandre Julliard · 15 years ago
  88. ab11102 winex11: Don't send minimize/maximize sys commands to windows that are not supposed to get them. by Alexandre Julliard · 15 years ago
  89. 2cf9cdd winex11: Unmap zero-size windows also while processing a PropertyNotify event. by Alexandre Julliard · 15 years ago
  90. 668ddfb d3drm: Remove a useless comment. by David Adam · 15 years ago
  91. c042f93 d3drm: Do not redefine already defined guids. by David Adam · 15 years ago
  92. 6448987 d3drm: Remove a useless include. by David Adam · 15 years ago
  93. 6db1531 mapi32: Add the Romanian translation. by Michael Stefaniuc · 15 years ago
  94. 5d9801b user.exe: Make sure 16-bit user and gdi never get unloaded. by Alexandre Julliard · 15 years ago
  95. 54132d9 sane.ds: Fix Dutch translation. by Sven Baars · 15 years ago
  96. 3fd4f68 kernel32/tests: Check return value of alarmThread in test_NamedPipe_2(). by Austin English · 15 years ago
  97. 21dac9f usp10/tests: Check return value of SelectObject. by Austin English · 15 years ago
  98. e0c7fb6 kernel32/tests: Use ret in load_blackbox(). by Austin English · 15 years ago
  99. 00ddfc8 gdi32/tests: Use ret in test_CreateFontIndirect(). by Austin English · 15 years ago
  100. 5396713 user32/tests: Check return value of DdeClientTransaction in test_initialisation(). by Austin English · 15 years ago