1. 5e28f7a winemenubuilder: Wait for parent process to finish instead of creating RunOnce entry that may never run. by Misha Koshelev · 18 years ago
  2. e340caf winemenubuilder: Create/release semaphore only around call to wineshelllink. by Misha Koshelev · 18 years ago
  3. fa684a7 winefile: Do not use the TEXT() macro on character constants. The implicit cast from char to WCHAR works as well in UNICODE mode. by Michael Stefaniuc · 18 years ago
  4. 699df04 winefile: Do not use wide character constants. by Michael Stefaniuc · 18 years ago
  5. 83980ad uninstaller: Add Russian resources. by Konstantin Kondratyuk · 18 years ago
  6. 6519a83 cmd: Remove superfluous casts of void pointers to other pointer types. by Michael Stefaniuc · 18 years ago
  7. 025ea7d wordpad: French translation for the view item. by David Adam · 18 years ago
  8. cd20e11 winhelp: Fix popup window style. by Kirill K. Smirnov · 18 years ago
  9. a114483 ntprint/tests: Add initial test. by Detlef Riekenberg · 18 years ago
  10. bb1a137 wordpad: Remove unnecessary toolbar resizing code. by Alexander Nicolaysen Sørnes · 18 years ago
  11. 40bee2c wordpad: Set default font effects to 0. by Alexander Nicolaysen Sørnes · 18 years ago
  12. a13340d net.exe: Add missing CloseServiceHandle(). by Tim Schwartz · 18 years ago
  13. b9a6825 rpcss: Remove lazy timeout mechanism and use __wine_make_system_process instead. by Rob Shearman · 18 years ago
  14. c46cacc net.exe: Add NET STOP. by Tim Schwartz · 18 years ago
  15. 87fe014 winedbg: Added support for indirect call with absolute address. by Alexandre Julliard · 18 years ago
  16. 196fb10 cmd.exe: for loop by default only matches files. by Jason Edmeades · 18 years ago
  17. 54d890c cmd.exe: Fix FOR so it works as 'well' as before. by Jason Edmeades · 18 years ago
  18. d2e7b40 cmd.exe: Support IF..ELSE processing tolerate multiline/part lines. by Jason Edmeades · 18 years ago
  19. 345cb89 cmd.exe: Correctly parse IF ELSE plus multipart/multiline. by Jason Edmeades · 18 years ago
  20. d4afe81 cmd.exe: Parse multipart FOR statements. by Jason Edmeades · 18 years ago
  21. d2474de cmd.exe: EXIT /b skips any residual commands. by Jason Edmeades · 18 years ago
  22. de4c697 cmd.exe: Lines starting with REM ignore any multiline/part characters. by Jason Edmeades · 18 years ago
  23. 929a92f cmd.exe: GOTO throws away any preloaded multi part/line command. by Jason Edmeades · 18 years ago
  24. 8f12d8b cmd.exe: Pass the command list through so it is available to built in commands. by Jason Edmeades · 18 years ago
  25. aad1d8c cmd.exe: Pass command structure into WCMD_pipe, not command line itself. by Jason Edmeades · 18 years ago
  26. a88a6c8 cmd.exe: Add basic support for && and (...) syntax. by Jason Edmeades · 18 years ago
  27. d9a4a3b wordpad: Use Unicode functions in more places. by Alexander Nicolaysen Sørnes · 18 years ago
  28. afa9d0a regedit: Merge getRegClass() and getRegKeyName() to form parseKeyName(). by Francois Gouget · 18 years ago
  29. f6d5738 regedit: Don't allow square-bracketed registry paths on the command line (to match native). by Francois Gouget · 18 years ago
  30. 8585fb3 regedit: Add missing '\n' to an error message. by Francois Gouget · 18 years ago
  31. 7e9d498 cmd.exe: Add support for cmd.exe /u (Unicode from internal pgms). by Jason Edmeades · 18 years ago
  32. e41adf7 wordpad: Use Unicode functions in more places. by Alexander Nicolaysen Sørnes · 18 years ago
  33. 8e362cb regedit: Modify getRegClass() to avoid dubious comparisons and casts between HKEYs and error codes. by Francois Gouget · 18 years ago
  34. 0dac54b regedit: Having garbage after the dash in '"foo"=-' is not valid. by Francois Gouget · 18 years ago
  35. bde3cf9 regedit: The registry functions return standard error codes, not HRESULTs. by Francois Gouget · 18 years ago
  36. 804ec04 regedit: Make the dword and binary data parsing both more flexible and stricter. by Francois Gouget · 18 years ago
  37. 90d7707 regedit: If the data for a given value is in an unknown format, then print an error and don't modify the value. by Francois Gouget · 18 years ago
  38. 0d2d994 regedit: Remove cruft and make functions static, reordering where necessary to avoid forward declarations. by Francois Gouget · 18 years ago
  39. de2fc93 regedit: Remove setAppName() as the application name is hardcoded anyway. by Francois Gouget · 18 years ago
  40. b668c52 regedit: Move PerformRegAction() and get_file_name() around to eliminate forward references. Make them static. by Francois Gouget · 18 years ago
  41. fcd7a62 gdiplus: First pen test. by Evan Stade · 18 years ago
  42. ffa7e0e wordpad: Split toolbar into tool- and formatbar. by Alexander Nicolaysen Sørnes · 18 years ago
  43. 2de3d95 wordpad: Allow toggling of statusbar. by Alexander Nicolaysen Sørnes · 18 years ago
  44. 10b3483 wordpad: Allow toggling of toolbar. by Alexander Nicolaysen Sørnes · 18 years ago
  45. 78bdd9b winecfg: Fix potential null pointer access (spotted by Yaroslav Skorokhodov). by Alexandre Julliard · 18 years ago
  46. abc5fef cmd.exe: Silence a FIXME. by Alexandre Julliard · 18 years ago
  47. 07ad5c4 winebrowser: Add DDE support. by Misha Koshelev · 18 years ago
  48. b611b56 cmd.exe: Update Russian translation. by Anatoly Lyutin · 18 years ago
  49. c2fed17 winedevice: Accept the shutdown service control. by Alexandre Julliard · 18 years ago
  50. d45450d explorer.exe: Mark explorer as a system process. by Alexandre Julliard · 18 years ago
  51. ad57c70 wordpad: Fix potential buffer overflow. by Alexander Nicolaysen Sørnes · 18 years ago
  52. a2deafc programs/cmd: Add missing '\n' to Wine trace. by Francois Gouget · 18 years ago
  53. f19f4de wordpad: Add missing dots to Open menu item. by Alexander Nicolaysen Sørnes · 18 years ago
  54. ea34c87 xcopy.exe: Convert from main to wmain. by Jason Edmeades · 18 years ago
  55. a1639eb cmd.exe: Fix dir /w. by Jason Edmeades · 18 years ago
  56. 81c1aa1 cmd.exe: Change from main to wmain. by Jason Edmeades · 18 years ago
  57. c4885bc cmd.exe: Fix handling of malformed environment variable expansion. by Jason Edmeades · 18 years ago
  58. afe4d80 cmd.exe: Fix 'help garbage' command post-unicode support. by Jason Edmeades · 18 years ago
  59. b8aa5fc cmd.exe: Convert cmd to Unicode. by Jason Edmeades · 18 years ago
  60. 398e710 cmd.exe: Handle command line as Unicode. by Jason Edmeades · 18 years ago
  61. 926da13 cmd.exe: Move writing to console into a single function. by Jason Edmeades · 18 years ago
  62. 5cc492c cmd.exe: Move English constants into NLS files. by Jason Edmeades · 18 years ago
  63. 68ce602 wordpad: Add file saving dialog. by Alexander Nicolaysen Sørnes · 18 years ago
  64. 69c9565 wordpad: Convert open file dialog to Unicode. by Alexander Nicolaysen Sørnes · 18 years ago
  65. a747eca wordpad: Improve file reading code. by Alexander Nicolaysen Sørnes · 18 years ago
  66. a28f91f wordpad: Add file saving support. by Alexander Nicolaysen Sørnes · 18 years ago
  67. d072e8b wordpad: Store file name globally. by Alexander Nicolaysen Sørnes · 18 years ago
  68. e173504 wordpad: Split code into set_caption function. by Alexander Nicolaysen Sørnes · 18 years ago
  69. c14832d cmd: Update Norwegian Bokmål resources. by Alexander Nicolaysen Sørnes · 18 years ago
  70. 49437bf regedit: Update Norwegian Bokmål resources. by Alexander Nicolaysen Sørnes · 18 years ago
  71. 0175512 Some Spanish translations updated. by José Manuel Ferrer Ortiz · 18 years ago
  72. 9aaaafa net.exe: Add NET START command. by Tim Schwartz · 18 years ago
  73. db7912e wordpad: Add program icon. by Alexander Nicolaysen Sørnes · 18 years ago
  74. 3c9e7a7 wine: Switch to using 'long' for INT_PTR type for 64-bit compatibility. by Dmitry Timoshkov · 18 years ago
  75. e0510e4 winedbg: Fix a problem revealed by compilation in 64-bit mode. by Dmitry Timoshkov · 18 years ago
  76. 58634e8 xcopy: New Korean resource. by Hwang YunSong(황윤성) · 18 years ago
  77. 394a36c winedbg: Only check for break/watch points on first chance exceptions. by Peter Oberndorfer · 18 years ago
  78. 0bfb26a winedbg: Show some info for msvcrt C++ exceptions. by Peter Oberndorfer · 18 years ago
  79. 306c1dc winhelp: Fix some comparisons between signed and unsigned. by Michael Stefaniuc · 18 years ago
  80. 4266bf0 xcopy: Add Polish translation. by Mikołaj Zalewski · 18 years ago
  81. c81d099 winedevice: Add a service process that loads and runs a kernel driver. by Alexandre Julliard · 18 years ago
  82. 0acb581 Assorted spelling fixes. by Francois Gouget · 18 years ago
  83. 8cdfff1 wordpad: Update German translation. by Frank Richter · 18 years ago
  84. 0fa2cba cmd: Updated German translation. by Frank Richter · 18 years ago
  85. d1c56cb winecfg: Updated Spanish translation. by José Manuel Ferrer Ortiz · 18 years ago
  86. 44e3200 shell32: Handle invalid cbSize in Shell_NotifyIcon[AW]. by Mikołaj Zalewski · 18 years ago
  87. 3a1a190 rpcss: Use correct prototype for thread function. by Peter Oberndorfer · 18 years ago
  88. abf204c regedit: Spelling and grammar fixes. by Thomas Spear · 18 years ago
  89. 5b8bad7 msiexec: /quiet is the same options as /qn. by James Hawkins · 18 years ago
  90. 2f5232d uninstaller: Fix trace message. by Thomas Spear · 18 years ago
  91. 69a88a9 Fix minor differences in the formatting of the license notices. by Alexandre Julliard · 18 years ago
  92. 451616e net.exe: Initial stub. by Tim Schwartz · 18 years ago
  93. a2fa763 xcopy: Output to console in Unicode if possible, or OEM codepage otherwise. by Jason Edmeades · 18 years ago
  94. 103249e winebrowser: Don't output debug traces by default. by Alexandre Julliard · 18 years ago
  95. 5a8fc34 Assorted spelling fixes. by Francois Gouget · 18 years ago
  96. 8dc41cf winebrowser: Don't put the default mailers or browsers into the registry. by Ken Thomases · 18 years ago
  97. 735df24 schannel: Tests for SpLsaModeInitialize, SpUserModeInitialize and GetInfo. by Yuval Fledel · 18 years ago
  98. 55a57c2 winedbg: Properly handle EOF on input. by Alexandre Julliard · 18 years ago
  99. 3d2670e expand.exe: Add support for cabinet files. by Hans Leidekker · 18 years ago
  100. 5f62da1 janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc() instead of zeroing out the allocated memory in a later call. by Michael Stefaniuc · 18 years ago