1. 6333fa7 Assorted spelling fixes. by Francois Gouget · 13 years ago
  2. 65f686c start: Fix the name of the open verb for the /ProgIDOpen option. by Francois Gouget · 13 years ago
  3. e0f4d5c start: Fix the command line handling. by Francois Gouget · 13 years ago
  4. 2440996 winedbg: In 'info locals' command, show the full register/stack layout for parameters & locals. by Eric Pouech · 13 years ago
  5. ec5e3a3 xcopy: Use the CSTR_XXX macros instead of numeric literals. by Francois Gouget · 13 years ago
  6. f9c2e21 reg: Use the CSTR_XXX macros instead of numeric literals. by Francois Gouget · 13 years ago
  7. ae9697f wmic: Add support for querying class properties. by Hans Leidekker · 13 years ago
  8. 52363ae advapi32: Pass service name as argv[0] to ServiceMain. by Jacek Caban · 13 years ago
  9. d0244d7 services.exe: Added tests. by Jacek Caban · 13 years ago
  10. 44411a3 winedbg: Add long multiplication and division operators to Thumb2 disassembler. by André Hentschel · 13 years ago
  11. 82dbeed winedbg: Add multiplication operators to Thumb2 disassembler. by André Hentschel · 13 years ago
  12. 1565def regedit: Adding new subkey to a key with no subkeys now works with native comctl32. by Daniel Jelinski · 13 years ago
  13. 14d4702 regedit: Make key names editable also with native comctl32. by Daniel Jelinski · 13 years ago
  14. d17bc39 winedbg: Fix some pointer conversion warnings. by Alexandre Julliard · 13 years ago
  15. e9eab7b winedbg: In the gdb remote protocol implementation, correctly manage the size of registers on the wire (esp. for 64bit ones). by Eric Pouech · 13 years ago
  16. 8308c35 winedbg: In the gdb remote protocol implementation, correctly manage the size of registers on the wire (esp. for 64bit ones). by Eric Pouech · 13 years ago
  17. dbc21a1 taskkill: Print a fixme if the /T option is used. by Hans Leidekker · 13 years ago
  18. 0d3807d regedit: Fix qword entries export. by Bruno Jesus · 13 years ago
  19. 0f03220 cmd: Improve WCMD_parameter documentation. by Frédéric Delanoy · 13 years ago
  20. 1a46a46 wordpad: Tweak the spelling of a couple of menus. by Francois Gouget · 13 years ago
  21. 97d86f7 winedbg: Add partial Thumb2 disassembler. by André Hentschel · 13 years ago
  22. fac36c5 Assorted typo, spelling, wording and case fixes. by Francois Gouget · 13 years ago
  23. ec6a0fd taskmgr: Fix the spelling of the AdjustControlPosition() function. by Francois Gouget · 13 years ago
  24. 18986ee winedbg: Also recognize 'rep ret' as a valid return insn for i386 as we did for x86_64. by Eric Pouech · 13 years ago
  25. 721a3c9 winedbg: Fix printing of fp registers for x86_64 CPU. by Eric Pouech · 13 years ago
  26. cc463d0 regedit: An English (United States) spelling fix. by Francois Gouget · 13 years ago
  27. f86ea4c winedbg: Complete the Thumb disassembler. by André Hentschel · 13 years ago
  28. 1fba4a6 regedit: Allows semicolon comments. by Bruno Jesus · 13 years ago
  29. c3821f6 regedit: Fix item text reading in regedit. by Bruno Jesus · 13 years ago
  30. 6fcb3b6 winevdm: Remove unneeded shadow variable. by André Hentschel · 13 years ago
  31. 6795bab winedbg: Print all available information about branch targets in ARM disassembler. by André Hentschel · 13 years ago
  32. 474791f winedbg: Add "load address" and new nops to the Thumb disassembler. by André Hentschel · 13 years ago
  33. 11384aa winedbg: Disassemble more Thumb instructions. by André Hentschel · 13 years ago
  34. e7f4145 services: Remove unneeded shadow variable. by André Hentschel · 13 years ago
  35. d1a5ce5 winhlp32: Remove unneeded shadow variables. by André Hentschel · 13 years ago
  36. 6235e6f winedbg: Add shift operators to ARM disassembler. by André Hentschel · 13 years ago
  37. ad1d745 winedbg: Fix parsing table for ARM disassembler. by André Hentschel · 13 years ago
  38. 51df30b winedbg: Use better register names for ARM disassembling. by André Hentschel · 13 years ago
  39. abc304f winedbg: Solve ARM disassembling fixmes. by André Hentschel · 13 years ago
  40. 6a2f3e6 winedbg: Add long branch to Thumb disassembling. by André Hentschel · 13 years ago
  41. e94b830 winedbg: Add partial Thumb disassembler. by André Hentschel · 13 years ago
  42. f900ed1 regedit: Fix buffer size when exporting binary values. by Ilya Basin · 13 years ago
  43. 0fccc41 winedbg: Add partial ARM disassembler. by André Hentschel · 13 years ago
  44. 9653884 wordpad: Don't quit if the user cancels the save-as dialog when being prompted to save changes. by Huw Davies · 13 years ago
  45. 5a1276b winedbg: Implement be_arm_store_integer on ARM. by André Hentschel · 13 years ago
  46. 88949b2 winedbg: Fix set instruction when sizeof(int) <> sizeof register. by Eric Pouech · 13 years ago
  47. 166b439 wineconsole: Fixed a wrong word in message. by Morten Rønne · 13 years ago
  48. 0e4ceb9 cmd: Use BOOL instead of int for boolean variables. by Frédéric Delanoy · 13 years ago
  49. 189800e view: Also show the filename in the window title when loading it from command line. by André Hentschel · 13 years ago
  50. db8d760 winedbg: Fix a typo. by André Hentschel · 13 years ago
  51. 6533168 cmd/tests: If we rewind to the beginning of the line, don't increment line number. by Christian Costa · 13 years ago
  52. 6520f19 attrib: Dislay attribute flags in the right order. by Christian Costa · 13 years ago
  53. 5d57fc9 attrib: Do not hardcode number of characters in flags array. by Christian Costa · 13 years ago
  54. a4e2f1d attrib: Add 2 missing spaces between attribute flags and filename. by Christian Costa · 13 years ago
  55. 1ed6639 attrib: Display filenames with absolute path as in native. by Christian Costa · 13 years ago
  56. a575c6d attrib: Skip processing of . and .. entries. by Christian Costa · 13 years ago
  57. 25b97e9 attrib: Display unknown options. by Christian Costa · 13 years ago
  58. c275fd7 view: Show the filename in the window title. by André Hentschel · 13 years ago
  59. a8e2b24 winefile: Fully convert to unicode. by André Hentschel · 13 years ago
  60. b97b708 winefile: Resize controls for translations. by André Hentschel · 13 years ago
  61. 162521b winefile: Remove unused macros. by André Hentschel · 13 years ago
  62. 6b8884f attrib: Fix typo. by Frédéric Delanoy · 13 years ago
  63. bec293f wusa: Add stub program. by Austin English · 13 years ago
  64. d59538f attrib: Make command accept several arguments. by Christian Costa · 13 years ago
  65. afd0590 winevdm: Try DOSBox first for running DOS applications. by Alexandre Julliard · 13 years ago
  66. 3a9d30d msiexec: Support the "b!" UI option. by Hans Leidekker · 13 years ago
  67. dd9d4ba winecfg: Avoid unneeded ellipsis in combo box item. by Frédéric Delanoy · 13 years ago
  68. 2c5a774 winedbg: Respect Thumb mode when adjusting PC on ARM. by André Hentschel · 13 years ago
  69. a948c20 winedbg: Use copy of be_i386_fetch_float for be_arm_fetch_float (except of long double). by André Hentschel · 13 years ago
  70. 64f7ab8 winecfg: Resize more controls for translations. by André Hentschel · 13 years ago
  71. c991d11 notepad: Fix the position of the Encoding combobox. by Alexandre Julliard · 13 years ago
  72. f1cbc1b winecfg: Resize controls for translations. by André Hentschel · 13 years ago
  73. da7e97b start: Remove the license and the /L option. by Francois Gouget · 13 years ago
  74. b336998 progman: Remove dead code. by André Hentschel · 13 years ago
  75. 4f2d3e9 winedbg: The winedbg debug channel is unused in crashdlg.c so remove it. by Francois Gouget · 13 years ago
  76. 4db6d18 menubuilder: Use va_start/va_end around vsnprintf() on every call. by Nikolay Sivov · 13 years ago
  77. 7476bb0 winefile: Fix collapsing when there's no parent directory. by André Hentschel · 13 years ago
  78. 668e44a cmd: Respect constant wide strings naming convention. by Frédéric Delanoy · 13 years ago
  79. 7cf307a cmd: Reuse common string constants. by Frédéric Delanoy · 13 years ago
  80. 7e6e783 cmd: Add short help for START command. by Frédéric Delanoy · 13 years ago
  81. 3c8d8f1 cmd: START needs to be an internal command. by Alexandre Julliard · 13 years ago
  82. 45aa67b winedbg: Let the lexer accept char definitions as integral values. by Eric Pouech · 13 years ago
  83. efc3507 winhlp32: Added support for some keyword support in external DLL support (RegisterRoutine parameters). by Eric Pouech · 13 years ago
  84. d463243 taskmgr: Debug classes names are not translatable. by Frédéric Delanoy · 13 years ago
  85. 154aef9 services: Don't close the overlapped event when terminating a service. by Alexandre Julliard · 13 years ago
  86. c02d0d8 wscript: Remove an unused variable (LLVM/Clang). by Austin English · 13 years ago
  87. f3caa76 msi: Update version resource. by Stefan Leichter · 13 years ago
  88. 509e557 regedit: Use virtkeys for all accelerators. by Alexandre Julliard · 13 years ago
  89. 974e27e wordpad: Use virtkeys for all accelerators. by Alexandre Julliard · 13 years ago
  90. 7115ef1 notepad: Use virtkeys for all accelerators. by Alexandre Julliard · 13 years ago
  91. 12faeee view: Get rid of the quit accelerator. by Alexandre Julliard · 13 years ago
  92. 90acb68 winefile: Get rid of the exit accelerator. by Alexandre Julliard · 13 years ago
  93. 24b7cf6 winemine: Get rid of the exit accelerator. by Alexandre Julliard · 13 years ago
  94. 9f7da94 wscript: Properly handle CreateProcess failure. by Jacek Caban · 13 years ago
  95. f355f59 winecfg: Get rid of some unused constants. by Henri Verbeet · 13 years ago
  96. 02b12e1 programs: Standardize references to the <Enter> key. by Francois Gouget · 13 years ago
  97. 9ef59aa wordpad: Add message contexts for accelerators that can be translated. by Alexandre Julliard · 13 years ago
  98. fe021a4 winefile: Add message contexts for accelerators that can be translated. by Alexandre Julliard · 13 years ago
  99. ac2286a winemine: Add message contexts for accelerators that can be translated. by Alexandre Julliard · 13 years ago
  100. 9c164e0 view: Add message contexts for accelerators that can be translated. by Alexandre Julliard · 13 years ago