1. b01c8da oleview: Fix typo in English, Russian resources. by Anders Jonsson · 16 years ago
  2. 9a0a892 winefile: Avoid array overrun (coverity). by Marcus Meissner · 16 years ago
  3. 2ce82ae winefile: Update Swedish translation. by Anders Jonsson · 16 years ago
  4. 4e733f9 winhlp32: Update Swedish translation. by Anders Jonsson · 16 years ago
  5. 890a48a progman: Add Swedish translation. by Anders Jonsson · 16 years ago
  6. 846e361 regedit: Add Swedish translation. by Anders Jonsson · 16 years ago
  7. 8df74a0 winecfg: Fix a typo in autodetect_drives. by Ben Klein · 16 years ago
  8. 05a840d advapi32: Fix GetServiceDisplayNameW behavior to pass the tests. by Alexandre Julliard · 16 years ago
  9. c795150 advapi32: Fix GetServiceKeyNameW behavior to pass the tests. by Alexandre Julliard · 16 years ago
  10. f2235ef regedit: Don't pass an ANSI string to vsprintfW. by Mikołaj Zalewski · 16 years ago
  11. e9d8c9f write: Add Swedish translation. by Anders Jonsson · 16 years ago
  12. fed3c94 wordpad: Add Swedish translation. by Anders Jonsson · 16 years ago
  13. 0a51e54 oleview: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  14. de58df0 wineconsole: Make WINECON_SetHistory{Mode,Size}() static. by Francois Gouget · 16 years ago
  15. e7ec428 wineconsole: Make some functions static. by Francois Gouget · 16 years ago
  16. cf92ee9 wineconsole: WCUSER_OptionDlgProc(): use the given configuration information. by Francois Gouget · 16 years ago
  17. 4061d1f winedbg: Make lexeme_alloc() static in debug.l. by Francois Gouget · 16 years ago
  18. 5012a57 winedbg: Make some functions static. by Francois Gouget · 16 years ago
  19. b608a43 advapi32: Reimplemented QueryServiceConfig2W in services.exe. by Alexandre Julliard · 16 years ago
  20. 51a04d5 regedit: Fix import mangling REG_EXPAND_SZ values. by Erich Hoover · 16 years ago
  21. 4de19cf winetest: Make the wrapper immune to Ctrl-C. by Ge van Geldorp · 16 years ago
  22. 59360ce view: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  23. 409fb90 winemine: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  24. 688bdb6 wordpad: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  25. 484a535 regedit: Remove superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  26. 41e9dd3 winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips(). by Francois Gouget · 16 years ago
  27. ffdf89c winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c. by Francois Gouget · 16 years ago
  28. 1793f55 wordpad: Use "-1" as a "don't care value", fix dialog id duplicates. by Dmitry Timoshkov · 16 years ago
  29. 65bc525 winemine: Use "-1" as a "don't care value", fix dialog id duplicates. by Dmitry Timoshkov · 16 years ago
  30. a21c8d7 progman: Use "-1" as a "don't care value", fix dialog id duplicates. by Dmitry Timoshkov · 16 years ago
  31. 1bebaaa oleview: Use "-1" as a "don't care value", fix dialog id duplicates. by Dmitry Timoshkov · 16 years ago
  32. 8defde7 wcmd: Fix redirecting a pipe to another pipe. by Erich Hoover · 16 years ago
  33. 423929a wcmd: Handle batch scripts containing quotes within quotes. by Erich Hoover · 16 years ago
  34. c0f4fc4 programs: Add cacls stub. by Andrey Turkin · 16 years ago
  35. ec479eb winebrowser: Fix typo. by Anders Jonsson · 16 years ago
  36. ae48e09 winefile: Fix NULL pointer deref in read_tree. by Rich Ercolani · 16 years ago
  37. 35680c8 wordpad: Use unicode version of CBEM_GETITEM message. by Dylan Smith · 16 years ago
  38. 02c7d19 wordpad: Use winelib's sprintfW for floating point formatting. by Dylan Smith · 16 years ago
  39. 4967984 winhlp32: Make some functions static in macro.c. by Francois Gouget · 16 years ago
  40. ef35bfd winhlp32: Reorder some functions to avoid forward declarations in macro.c. by Francois Gouget · 16 years ago
  41. 4441065 winedbg: Fix pointer cast warnings on 64-bit. by Alexandre Julliard · 16 years ago
  42. 3248476 winhlp32: Use GetWindowLongPtr to retrieve a pointer, and make sure there is enough space for it. by Alexandre Julliard · 16 years ago
  43. aacdc9a winhlp32: Use LONG instead of long for data loaded from a file. by Alexandre Julliard · 16 years ago
  44. 014e2db wineconsole: Replace a couple of handle casts by the appropriate server function. by Alexandre Julliard · 16 years ago
  45. 7d81ca1 winhlp32: Make some functions static in winhelp.c. by Francois Gouget · 16 years ago
  46. 2364498 winhlp32: Reorder some functions to avoid forward declarations in winhelp.c. by Francois Gouget · 16 years ago
  47. 68d5d8e winecfg: Remove superfluous casts. by Michael Stefaniuc · 16 years ago
  48. 568a8b8 cmdlgtst: Remove superfluous casts. by Michael Stefaniuc · 16 years ago
  49. 8d77157 view: Make FileIsPlaceable() and GetPlaceableMetaFile() static. by Francois Gouget · 16 years ago
  50. a9532c9 oleview: Make some functions static. by Francois Gouget · 16 years ago
  51. 3613b15 winex11: Support the startup notification fd.o spec. by Damjan Jovanovic · 16 years ago
  52. 4be4b19 regedit: Convert error box display to Unicode. by Alexandre Julliard · 16 years ago
  53. 259e8f6 regedit: Fix integer printf formats in resource strings. by Alexandre Julliard · 16 years ago
  54. 8f2a863 winefile: Get rid of hack to load vswprintf from msvcrt. by Alexandre Julliard · 16 years ago
  55. e46d25a cmd: Make some functions static. by Francois Gouget · 16 years ago
  56. 6b16d02 cmd: WCMD_strtrim_trailing_spaces() is unused so remove it. by Francois Gouget · 16 years ago
  57. e7b1257 cmd: Make WCMD_ask_confirm() static. by Francois Gouget · 16 years ago
  58. b82caec winemine: Make some functions static. by Francois Gouget · 16 years ago
  59. 78dcb14 explorer: Quiet a few fixmes. by Vincent Povirk · 16 years ago
  60. e86eb8e include: Change RPC_STATUS from long to LONG for Win64 compatibility. by Michael Stefaniuc · 16 years ago
  61. e05951a start.exe: Don't use the NO_UI flag when invoked with /unix. by Vincent Povirk · 16 years ago
  62. 91421f0 xcopy.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead. by Alexandre Julliard · 16 years ago
  63. 854c9b2 cmd.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead. by Alexandre Julliard · 16 years ago
  64. 5dcd3c4 reg.exe: Fix broken usage of va_list. by Alexandre Julliard · 16 years ago
  65. aa6f1c7 cmd: Don't include time.h before winsock.h to avoid conflicts. by Alexandre Julliard · 16 years ago
  66. eec04ae winemine: Reorder some functions to avoid forward declarations. by Francois Gouget · 16 years ago
  67. 165650d winemine: Remove AboutDlgProc() as it is unused. by Francois Gouget · 16 years ago
  68. 3d070ff cmd: Reorder some functions to avoid forward declarations. by Francois Gouget · 16 years ago
  69. f5f54fb cmd: Reorder some functions to avoid forward declarations. by Francois Gouget · 16 years ago
  70. 656b627 cmd.exe: Use WCMD_CURRENTTIME resource to show the time. by Christian Costa · 16 years ago
  71. 7f11abc winecfg: Updated Korean resource. by Hwang YunSong(황윤성) · 16 years ago
  72. a9d3d0e winedbg: Remove an unused debug channel (winedbg). by Francois Gouget · 16 years ago
  73. 83b081f winemenubuilder: Improve icon generation. by Damjan Jovanovic · 16 years ago
  74. 186ca36 winetest: Link against the Wine import libraries for the dist version too. by Alexandre Julliard · 16 years ago
  75. 70441d5 kernel32: Change all functions to use CDECL. by Maarten Lankhorst · 16 years ago
  76. e39a471 winecfg: Make virtual desktop shortcut key unique. by Jesse Allen · 16 years ago
  77. 0115fdb winedevice: Make sure that all dependencies of the driver are relocated too. by Alexandre Julliard · 16 years ago
  78. a4a64dc oleview: Updated Korean resource. by Hwang YunSong(황윤성) · 16 years ago
  79. cda8e44 winecfg: Prevent crash when clearing volume serial number input. by Jörg Höhle · 16 years ago
  80. dfc028b winver: Add version resource. by Dan Kegel · 16 years ago
  81. f00beab ntoskrnl.exe/winedevice: Make wine_ntoskrnl_main_loop CDECL. by Maarten Lankhorst · 16 years ago
  82. 768160e ntdll: Make all exported wine functions CDECL. by Maarten Lankhorst · 16 years ago
  83. d6bc9fc winex11.drv/explorer: Add CDECL to exported functions. by Maarten Lankhorst · 16 years ago
  84. 4823e2e winhlp32: Updated French translation. by Jonathan Ernst · 16 years ago
  85. 70d96c7 winhlp32: WINE->Wine. by Jonathan Ernst · 16 years ago
  86. bd91afc wordpad: Updated French translation. by Jonathan Ernst · 16 years ago
  87. 2fde3c0 winemenubuilder: Create xdg_config_dir if it does not exist. by Damjan Jovanovic · 16 years ago
  88. 24d3b1f winetest: Use main instead of WinMain as entry point. by Alexandre Julliard · 16 years ago
  89. 7a71c5d net: Make output_string() and output_error_string() static. by Francois Gouget · 16 years ago
  90. e1ca679 explorer: Make appbar_wndproc() static. by Francois Gouget · 16 years ago
  91. 5d6f7b9 msiexec: Make KillService() static. by Francois Gouget · 16 years ago
  92. 3154768 cmd: Make WCMD_DumpCommands() static. by Francois Gouget · 16 years ago
  93. 5f3287d *Ko.rc: Update Korean resource. by ByeongSik Jeon · 16 years ago
  94. 1b0297a *Zh.rc: Update the Chinese resource font name to "MS Shell Dlg". by ByeongSik Jeon · 16 years ago
  95. 8e02da9 winhlp32: Fix German translation. by Rico Schüller · 16 years ago
  96. bd923fd wordpad: Fix German translation. by Rico Schüller · 16 years ago
  97. 2e7fc3e clock: Remove spaces before '\n' in the Swedish resources. by Francois Gouget · 16 years ago
  98. 490bb34 winetest: Report information about the CPU and host OS. by Alexandre Julliard · 16 years ago
  99. 7fdadbb server: Add functions for conversions between server user handles and pointer-style handles. by Alexandre Julliard · 16 years ago
  100. d1b3d48 server: Add functions for conversions between server object handles and pointer-style handles. by Alexandre Julliard · 16 years ago