1. 80cbb93 Tidy up vertex shaders and bring the current code inline with the rest by Oliver Stieber · 20 years ago
  2. 69cf6a2 Correct failing test and transform it into a bunch of another tests. by Saulius Krasuckas · 20 years ago
  3. 03ede20 Fix a couple of MSVC signed/unsigned warnings. by Francois Gouget · 20 years ago
  4. 0b5cc286 Fix ShellExecute("\"foo.doc\"") for Internet Explorer 6. by Francois Gouget · 20 years ago
  5. 2b7ae26 Fix a search and replace mishap. by Mike McCormack · 20 years ago
  6. 244762b Take RGB mask into account when doing color keying. by Christian Costa · 20 years ago
  7. 4fd3f40 Add NTLM security provider dummy. by Kai Blin · 20 years ago
  8. 7f3c43b Add stubbed IGraphConfig interface to the filtergraph. by Christian Costa · 20 years ago
  9. 19f9da8 Fix rendering of paletted video stream. by Christian Costa · 20 years ago
  10. 3f31a10 Avoid a crash in find_hardware_message_window when there's no foreground input. by Alexandre Julliard · 20 years ago
  11. 8f9fa7a Add theming for combo boxes. by Frank Richter · 20 years ago
  12. a228baf Add more missing definitions, and correct a prototype. by Juan Lang · 20 years ago
  13. 7f65f6a Dynamically load StrRetToBufW(). This lets shell32_test.exe run on by Francois Gouget · 20 years ago
  14. 1fddb3f Verify the parameters received by the child process using code lifted by Francois Gouget · 20 years ago
  15. 4886c17 There is a registry key for the service pack version (spotted by by Alexandre Julliard · 20 years ago
  16. e5efc5a gcc 4.0 warning fixes. by Mike McCormack · 20 years ago
  17. 6fb12fc Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match the PSDK. by Francois Gouget · 20 years ago
  18. 71af595 Use LPSTORAGE to better match the PSDK. by Francois Gouget · 20 years ago
  19. e3181e3 Report swap file total/free sizes to be the same as physical memory. by Dmitry Timoshkov · 20 years ago
  20. 2fac564 Remove "initguid.h" include from shellpath test. by Michael Jung · 20 years ago
  21. 14a7759 Fix protocol test on 9x. by Jacek Caban · 20 years ago
  22. 9f3af96 Improve NtCreateNamedPipe trace. by Ivan Leo Puoti · 20 years ago
  23. 35706b6 Fixed a memory overflow and leak identified by Mike McCormack. by Aric Stewart · 20 years ago
  24. f3491aa Change CB_GETCOMBOBOX to return STATE_SYSTEM_PRESSED in by Frank Richter · 20 years ago
  25. 43e9311 Move repetitive code to two helper functions. by Saulius Krasuckas · 20 years ago
  26. 4749dd3 Fetch the version information from the standard Windows keys if not by Alexandre Julliard · 20 years ago
  27. 554b865 Shrink the hex edit window a bit. by Juan Lang · 20 years ago
  28. 512e50e Remove a test that fails under WinME. Reported and helpfully debugged by Juan Lang · 20 years ago
  29. 2fa840b Fix uninitialized pointer in builtin providers. Reported by Kai Blin. by Juan Lang · 20 years ago
  30. dfb887d NtCreateNamedPipeFile is no longer a stub, so fix TRACE() call. by Ivan Leo Puoti · 20 years ago
  31. 04e3011 Deactivate UI in InPlaceDeactivate. by Jacek Caban · 20 years ago
  32. d59ba4c Added a WINE_NO_UNICODE_MACROS define to allow Winelib apps to switch by Alexandre Julliard · 20 years ago
  33. ece9de5 Added Negotiate security provider dummy. Removed todos from the test. by Kai Blin · 20 years ago
  34. dde4f14 Fix the build without openldap headers. by Hans Leidekker · 20 years ago
  35. 260df18 - Code cleanup. - Dissable tests after UIActivate failes (fixes tests win 9x). by Jacek Caban · 20 years ago
  36. 7244156 Added CLSID_FolderShortcut definition. by Michael Jung · 20 years ago
  37. 94d6818 Add some body to ResolveSource because it is possible to need it when by Aric Stewart · 20 years ago
  38. 7721b26 Fixed some confusion over whether HEAP_MIN_BLOCK_SIZE includes the by Alexandre Julliard · 20 years ago
  39. 19c1af5 Set the default system dir to windows/system32. by Alexandre Julliard · 20 years ago
  40. f356dd5 Switch the default version to win2k. by Alexandre Julliard · 20 years ago
  41. 399e691 A previous signed-ness fix broke display of non-ansi chars, fix this. by Huw Davies · 20 years ago
  42. 75139a3 Fix resource leak on error paths. by Ge van Geldorp · 20 years ago
  43. 4ebd2fc Better handling of conflicting section information between by Alexandre Julliard · 20 years ago
  44. 050b9eb Implement ldap_result. by Hans Leidekker · 20 years ago
  45. a6f081e Fix AlphaBlend() to extract the right part of the source DIB. by Frank Richter · 20 years ago
  46. 61aabd6 Warning fixes for gcc 4.0. by Mike McCormack · 20 years ago
  47. 7160af0 Uniformize DllMain TRACEing across dlls. by Vincent Béron · 20 years ago
  48. 7284e6d Remove trailing backslash. by Saulius Krasuckas · 20 years ago
  49. 99aac8a gcc 4.0 warning fixes. by Mike McCormack · 20 years ago
  50. 0783465 Subclass edit control to draw themed border. by Frank Richter · 20 years ago
  51. 37bc5d8 Improved trackbar theming. by Frank Richter · 20 years ago
  52. fcb8a2f Compare result of RegQueryValueExW() with ERROR_SUCCESS. by Frank Richter · 20 years ago
  53. 8fb6635 - Added support for aggregation to res protocol. by Jacek Caban · 20 years ago
  54. 2c883d8 Improve parameter handling for the ldap_add* functions. by Hans Leidekker · 20 years ago
  55. 6400c8e Fix some SHGetSpecialFolderPathA exceptions on WinME: by Saulius Krasuckas · 20 years ago
  56. 756d8e1 Handle resizing the help viewer window. by James Hawkins · 20 years ago
  57. 6451a14 Whatever TrueSizeStretchMark is for - it's not what Wine uxtheme used by Frank Richter · 20 years ago
  58. f1184b4 Added EM_SETRECT, EM_SETRECTNP, and WM_SETREDRAW message handling. by Phil Krylov · 20 years ago
  59. 61b2fba Added CoCreateInstance16, CoGetClassObject16, OleLoad16 stubs. by Marcus Meissner · 20 years ago
  60. 43bc613 Added stub for EnableEUDC. by Vikram Kumar · 20 years ago
  61. 085662f Add WC_EDIT and WC_LISTBOX. by Frank Richter · 20 years ago
  62. e9cac26 Change some TRACEing formats to make more sense. by Vincent Béron · 20 years ago
  63. 8b6d8db Protect libxml/parser.h with proper autoconf definition. by Vincent Béron · 20 years ago
  64. f1d66c0 Correct typo in format string. by Vincent Béron · 20 years ago
  65. 3ebeb23 index is 1-based at this point, index == line->nb_fields is the last by Ge van Geldorp · 20 years ago
  66. 074d9e4 set_last_error() is only used on Linux. by Gerald Pfeifer · 20 years ago
  67. 02b372a Implement ldap_modify* functions. by Hans Leidekker · 20 years ago
  68. 131d3f1 Add entry for int 2 handler. by Vitaliy Margolen · 20 years ago
  69. 640bf7c Authors: Michael Jung <mjung@iss.tu-darmstadt.de>, Ge van Geldorp <gvg@reactos.com> by Alexandre Julliard · 20 years ago
  70. 76cc9f2 Activate window in IOleDocumwnrView::Show. by Jacek Caban · 20 years ago
  71. 256fb40 Fix protocol test on winxp. by Jacek Caban · 20 years ago
  72. 7be2cd9 XP returns E_INVALIDARG on failure. by Saulius Krasuckas · 20 years ago
  73. 33eb060 - Paint spacing around the tab control. by James Hawkins · 20 years ago
  74. 7585895 Fix gcc 4.0 builtin function warnings. by Mike McCormack · 20 years ago
  75. 68382fc Added Japanese resources. by Vikram Kumar · 20 years ago
  76. 8ff3c7e Better computations to have uniformly sized parts scaled in both directions. by Frank Richter · 20 years ago
  77. 65f1044 Instead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what by Frank Richter · 20 years ago
  78. 5e82e0c Invalidate DCEs when a window region is set. by Frank Richter · 20 years ago
  79. 03c3b4e Converted the process heap list to a standard list. by Alexandre Julliard · 20 years ago
  80. 8328c61 Added stubs for pSetupGet/SetGlobalFlags. by Alexandre Julliard · 20 years ago
  81. bcd56fe Assorted spelling fixes. by Francois Gouget · 20 years ago
  82. c50597c Converted the heap free lists to standard lists. by Alexandre Julliard · 20 years ago
  83. b480a3c Removed a redundant and possibly wrong warning. by Alexandre Julliard · 20 years ago
  84. 646f17f Implemented DelayLoadFailureHook and use it in the winebuild-generated by Alexandre Julliard · 20 years ago
  85. b49c12a Determining the superclass for a window subclassed for theming doesn't by Frank Richter · 20 years ago
  86. a202bac Fix Show*HTMLDialog declarations. by Jacek Caban · 20 years ago
  87. 390c4ce Update English neutral version of winecfg graphics tab, and make the by Richard Cohen · 20 years ago
  88. d9ed716 Implement LDAP_OPT_API_FEATURE_INFO and LDAP_OPT_API_INFO. by Hans Leidekker · 20 years ago
  89. 234d76f - Added IOleObject::Close implementation. by Jacek Caban · 20 years ago
  90. bc94cbb Implement SHLoadRegUIStringW. by Huw Davies · 20 years ago
  91. 3ca45f8 Blame ExpandEnvironmentStringsA for the failing NT4 test. by Richard Cohen · 20 years ago
  92. 0f94e03 Enhance uxtheme to store the themed system metrics in the registry and by Frank Richter · 20 years ago
  93. d4441f2 Add the 16-bit system directory if any to the module search path. by Alexandre Julliard · 20 years ago
  94. cab0435 Add some msxml3 tests. by Mike McCormack · 20 years ago
  95. 8c375c7 Don't map data beyond the virtual size of a section. by Alexandre Julliard · 20 years ago
  96. 8e5c32a Partial implementation of DllRegisterServer. by Mike McCormack · 20 years ago
  97. 4d4cd39 Remove crackling in DirectSound/ALSA playback with full hardware acceleration. by Alex Villacís Lasso · 20 years ago
  98. 251502b Add initial theming support for trackbars. by Frank Richter · 20 years ago
  99. 464f562 Add theming for toolbar control. by Frank Richter · 20 years ago
  100. c29892b Fix some gcc 4.0 warnings. by Mike McCormack · 20 years ago