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