1. ac3be95 msvideo: Renamed the msvideo directory to msvfw32. by Alexandre Julliard · 19 years ago
  2. 1a909d1 win32s: Renamed the win32s directory to w32skrnl. by Alexandre Julliard · 19 years ago
  3. af781f3 winsock: Renamed the winsock directory to ws2_32. by Alexandre Julliard · 19 years ago
  4. 52645e1 shell32: Add parameter formatting rule to the command line if there isn't any. by Dmitry Timoshkov · 19 years ago
  5. 74cb032 wininet: Move URL-related tests to a separate file. by Robert Shearman · 19 years ago
  6. 366fc24 wininet: Make InternetCrackUrlW set the components related to net_loc by Robert Shearman · 19 years ago
  7. 153aac0 wininet: Move cookie-related stubs to cookie.c by Robert Shearman · 19 years ago
  8. 5b5d455 wininet: Implement setting of send and receive timeouts. by Robert Shearman · 19 years ago
  9. ea6f3a4 ntdll: Move the call to MODULE_DllThreadAttach from the kernel32 by Robert Shearman · 19 years ago
  10. 2d15c8f wineesd: Use pipe sync for events. by Robert Reif · 19 years ago
  11. 433196d x11drv: Prevent out of bound access in DescribePixelFormat. by Jan Zerebecki · 19 years ago
  12. db0aabc ddraw: Don't crash in d3d test if OpenGL is missing. by Alexandre Julliard · 19 years ago
  13. 0811851 crypt32: Abstract contexts. by Juan Lang · 19 years ago
  14. 6f9dd39 shell32: Fix some gcc 4.1 warnings caused by casts in macros. by Mike McCormack · 19 years ago
  15. d4836e1 wined3d: Vertexdeclaration fix. by Roderick Colenbrander · 19 years ago
  16. 93676b1 advapi32: Add stub implementations for a bunch of documented Lsa APIs. by Hans Leidekker · 19 years ago
  17. 034a030 dinput/joystick_linuxinput: Add POV detection and reporting. by Christoph Frick · 19 years ago
  18. a18bdf1 ntdll: Very crude implementation of RtlQueueWorkItem. by Robert Shearman · 19 years ago
  19. 44cb832 kernel: Implement QueueUserWorkItem. by Robert Shearman · 19 years ago
  20. 0252e5e wininet: Fix the conversion of NULL component values from InternetCreateUrlA. by Robert Shearman · 19 years ago
  21. f18305b wininet: Host name isn't present when two slashes aren't present in InternetCrackUrl. by Robert Shearman · 19 years ago
  22. ae677d3 wininet: InternetCrackUrl should set nPort to the default port if not specified. by Robert Shearman · 19 years ago
  23. 9f46792 wined3d: Add WINED3DVERTEXBUFFER_DESC to wined3d_types.h. by Stefan Dösinger · 19 years ago
  24. d2ef786 wined3d: Don't override variable that still has something we need. by Vitaliy Margolen · 19 years ago
  25. 76e5e88 wined3d: Add D3DSIO_TEXM3x3PAD to opcode list. We already handle it where we should. by Vitaliy Margolen · 19 years ago
  26. 9d5b2ea avifil32: Use HeapAlloc instead of LocalAlloc. by Mike McCormack · 19 years ago
  27. dfb5aaf avifil32: Use HeapAlloc instead of Global/LocalAlloc. by Mike McCormack · 19 years ago
  28. 15c5dc1 avifil32: Use HeapAlloc instead of Local Alloc. by Mike McCormack · 19 years ago
  29. 4fa92f6 avifil32: Use HeapAlloc instead of GlobalAlloc/LocalAlloc. by Mike McCormack · 19 years ago
  30. a4b816c avifil32: Use HeapAlloc/Free instead of LocalAlloc/Free. by Mike McCormack · 19 years ago
  31. 8ed1ca3 avifil32: Use HeapAlloc instead of LocalAlloc. Make sure to free the memory. by Mike McCormack · 19 years ago
  32. 913df5b wined3d: Consistently use WINED3DRESOURCETYPE. by Stefan Dösinger · 19 years ago
  33. 29212d8 avifil32: Use CoTaskMemAlloc when allocating memory to return through by Mike McCormack · 19 years ago
  34. 610fc08 avifil32: Fix some gcc 4.1 warnings cause by windowsx.h macros. by Mike McCormack · 19 years ago
  35. e1ca877 comdlg32: Remove the property when destroy the dialog box. by Mike McCormack · 19 years ago
  36. 91b80fc crypt32: Move context properties to a separate file. by Juan Lang · 19 years ago
  37. 2eca872 wineesd: Update ESD driver to closer match OSS and ALSA drivers. by Robert Reif · 19 years ago
  38. ef20936 wininet: Don't duplicate empty strings. by Robert Shearman · 19 years ago
  39. f66c8e3 comdlg32: Use a property for the color dialog's information. by Mike McCormack · 19 years ago
  40. a32b3e8 user: Support packing/unpacking the WM_DEVICECHANGE message. by Alexandre Julliard · 19 years ago
  41. 1b8f7f0 wininet: Fix InternetGetCookie with no matching cookies. by Robert Shearman · 19 years ago
  42. e4adc07 wininet: Fix an off-by-one error in InternetCreateUrlW. by Robert Shearman · 19 years ago
  43. b0fcaf9 wininet: Further InternetCreateFileW fixes. by Robert Shearman · 19 years ago
  44. d3047aa wininet: If necessary, add a slash between the hostname and path in by Robert Shearman · 19 years ago
  45. 8eab78c wininet: More InternetCreateUrlW fixes. by Robert Shearman · 19 years ago
  46. e58a448 wininet: Parse the scheme the string in InternetCreateFileW. by Robert Shearman · 19 years ago
  47. 0283994 wininet: Get the string for the scheme if specified only by the by Robert Shearman · 19 years ago
  48. 01219c6 wininet: The host name is optional in InternetCreateUrlW. by Robert Shearman · 19 years ago
  49. ed90c86 wininet: Use an array of schemes for mapping from a string to an INTERNET_SCHEME. by Robert Shearman · 19 years ago
  50. e2b7bc1 wininet: Fix Trace in InternetCreateUrl. by Robert Shearman · 19 years ago
  51. 0590025 wininet: Fix redirects with relative URIs instead of absolute URIs. by Robert Shearman · 19 years ago
  52. 61de4e7 dinput/linuxinput: Fix handling of DIPH_BYID. by Christoph Frick · 19 years ago
  53. 6b49f6b gdi: Load system fonts from $(datadir)/wine/fonts if loading from by Dmitry Timoshkov · 19 years ago
  54. 434a60b gdi: A better workaround for extended user style pens. by Dmitry Timoshkov · 19 years ago
  55. 76c469e wined3d: Use OpenGL fragment programs when available. by H. Verbeet · 19 years ago
  56. 86b9041 wined3d: Remove an incorrect FIXME. by H. Verbeet · 19 years ago
  57. 008c6a0 wined3d: Enable color fixups for vertex shaders. by H. Verbeet · 19 years ago
  58. 21d62ed wined3d: Minor vshader_program_add_param cleanup. by H. Verbeet · 19 years ago
  59. 74b6aba oleaut32: Reorder a few functions to avoid forward declaractions. by Francois Gouget · 19 years ago
  60. 6104c67 wined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapChain::GetPresentParameters. by Stefan Dösinger · 19 years ago
  61. abf3a57 user: The height of a ListBox item can be no more than MAXBYTE. by Mike McCormack · 19 years ago
  62. fe8cd38 msi: Remove some unnecessary indent. by Mike McCormack · 19 years ago
  63. 0b9960a msi: Make sure to run tests for MsiEvaluateCondition. by Mike McCormack · 19 years ago
  64. 2c06b80 mshtml: Added beginning of getAttribute implementation. by Jacek Caban · 19 years ago
  65. 26b9c5e mshtml: Added IHTMLBodyElement implementation. by Jacek Caban · 19 years ago
  66. 4eb4546 opengl32: Implement wglUseFontOutlines. by Huw Davies · 19 years ago
  67. 89b3191 crypt32: Implement CertGetValidUsages. by Juan Lang · 19 years ago
  68. 851bdfb wined3d: Add D3DLOCK_* types to wined3d_types.h. by Stefan Dösinger · 19 years ago
  69. 6fafc22 mshtml: Added get_name and get_value implementation of IHTMLTextAreaElement interface. by Jacek Caban · 19 years ago
  70. 4ac4246 mshtml: Added get_name and get_value implementation of IHTMLSelectElement interface. by Jacek Caban · 19 years ago
  71. 92ff0e5 mshtml: Added get_type, get_value, get_name and get_checked by Jacek Caban · 19 years ago
  72. c5552a6 comctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists. by Peter Åstrand · 19 years ago
  73. 1d491ae mscms: Add tests for EnumColorProfiles{A,W}. by Hans Leidekker · 19 years ago
  74. 05b073d mscms: Implement EnumColorProfiles{A,W}. by Hans Leidekker · 19 years ago
  75. cc3d4d3 dlls: Added a default install-lib rule for dlls that don't have one. by Alexandre Julliard · 19 years ago
  76. 116aaa1 x11drv: Don't send an invalid WM_NCCREATE to the desktop window. by Alexandre Julliard · 19 years ago
  77. 576e3b7 explorer: Merged systray support with the desktop window main loop. by Alexandre Julliard · 19 years ago
  78. 1a4f6e5 user: Launch explorer to manage the desktop window. by Alexandre Julliard · 19 years ago
  79. bb84eaa kernel: Improve the activation context stubs. by Mike McCormack · 19 years ago
  80. 78a43b3 wined3d: Fix a few FIXME's. by H. Verbeet · 19 years ago
  81. ae21e30 wined3d: Implement GetCreationParameters (from a patch by Al Tobey). by H. Verbeet · 19 years ago
  82. 270afeb wined3d: Define D3D usage flags in wined3d_types.h. by Stefan Dösinger · 19 years ago
  83. 2f0c781 wined3d: Add device caps to wined3d_types.h. by Stefan Dösinger · 19 years ago
  84. 8f89723 mshtml: Added IHTMLTextAreaElement implementation. by Jacek Caban · 19 years ago
  85. 54cce2e mshtml: Added IHTMLSelectElement implementation. by Jacek Caban · 19 years ago
  86. 8b3eab6 mshtml: Added IHTMLInputElement implementation. by Jacek Caban · 19 years ago
  87. 3d68599 mshtml: Added IHTMLElementCollection::tags implementation. by Jacek Caban · 19 years ago
  88. 7887285 crypt32: Simplify stores. by Juan Lang · 19 years ago
  89. a401f3c kernel: Better support for detached processes. by Alexandre Julliard · 19 years ago
  90. 6d5f544 x11drv: Make sure to never manipulate the root window, even if we own by Alexandre Julliard · 19 years ago
  91. 19a3adb mlang: Decrement the module refcount when an object is destroyed. by Alexandre Julliard · 19 years ago
  92. 0700496 wined3d: Fix the relation between volumes and their container. by H. Verbeet · 19 years ago
  93. f7356a3 wined3d: Fix the relation between surfaces and their container. by H. Verbeet · 19 years ago
  94. fd2739b wined3d: Don't call glCompressedTexImage2DARB without allocatedMemory. by H. Verbeet · 19 years ago
  95. 414d1dd wininet: Rewrite InternetCreateUrlW. by Robert Shearman · 19 years ago
  96. 9981f33 wininet: Don't continue to connect to a secure server without SSL support since it won't work. by Robert Shearman · 19 years ago
  97. 8bfc859 wininet: More tests for InternetCreateUrl. by Robert Shearman · 19 years ago
  98. 472ad3a wininet: Add stub for missing InternetSetOption. by Victor Pelt · 19 years ago
  99. 9a722d0 Fix compatibility with native advpack dlls. by Francois Gouget · 19 years ago
  100. 8723936 avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros. by Mike McCormack · 19 years ago