Commit Graph

3732 Commits

Author SHA1 Message Date
Alexandre Julliard 746948551a services: Add stub implementation for SERVICE_CONFIG_FAILURE_ACTIONS in ChangeServiceConfig2W. 2009-01-27 11:27:45 +01:00
Francois Gouget 5898a5c767 regedit: Make some functions static. 2009-01-26 15:13:21 +01:00
Francois Gouget 492304128b regedit: We don't bother unregistering window classes on exit, so remove HexEdit_Unregister(). 2009-01-26 15:13:18 +01:00
Francois Gouget 0e01daa3e7 winecfg: Make enumerate_valuesW() static. 2009-01-26 15:13:15 +01:00
Francois Gouget 0a6665bfef wineconsole: WINECON_GetHistory{Mode,Size}() are unused so remove them. 2009-01-26 15:13:12 +01:00
Anders Jonsson b01c8da0f4 oleview: Fix typo in English, Russian resources. 2009-01-26 14:30:10 +01:00
Marcus Meissner 9a0a89271e winefile: Avoid array overrun (coverity). 2009-01-26 14:29:29 +01:00
Anders Jonsson 2ce82aec19 winefile: Update Swedish translation. 2009-01-23 13:12:40 +01:00
Anders Jonsson 4e733f98e3 winhlp32: Update Swedish translation. 2009-01-23 13:12:36 +01:00
Anders Jonsson 890a48adc5 progman: Add Swedish translation. 2009-01-22 15:28:23 +01:00
Anders Jonsson 846e361ed1 regedit: Add Swedish translation. 2009-01-22 12:04:16 +01:00
Ben Klein 8df74a0edb winecfg: Fix a typo in autodetect_drives. 2009-01-22 12:03:25 +01:00
Alexandre Julliard 05a840dfc9 advapi32: Fix GetServiceDisplayNameW behavior to pass the tests. 2009-01-21 23:35:35 +01:00
Alexandre Julliard c795150932 advapi32: Fix GetServiceKeyNameW behavior to pass the tests. 2009-01-21 23:32:29 +01:00
Mikołaj Zalewski f2235ef30d regedit: Don't pass an ANSI string to vsprintfW. 2009-01-21 13:26:48 +01:00
Anders Jonsson e9d8c9f572 write: Add Swedish translation. 2009-01-20 15:17:29 +01:00
Anders Jonsson fed3c945f0 wordpad: Add Swedish translation. 2009-01-20 15:17:25 +01:00
Michael Stefaniuc 0a51e54fce oleview: Remove superfluous pointer casts. 2009-01-20 15:17:22 +01:00
Francois Gouget de58df0e8d wineconsole: Make WINECON_SetHistory{Mode,Size}() static. 2009-01-20 12:34:02 +01:00
Francois Gouget e7ec428c47 wineconsole: Make some functions static. 2009-01-20 12:33:59 +01:00
Francois Gouget cf92ee98be wineconsole: WCUSER_OptionDlgProc(): use the given configuration information. 2009-01-20 12:33:56 +01:00
Francois Gouget 4061d1f8d8 winedbg: Make lexeme_alloc() static in debug.l. 2009-01-20 12:33:52 +01:00
Francois Gouget 5012a57268 winedbg: Make some functions static. 2009-01-20 12:33:47 +01:00
Alexandre Julliard b608a43df7 advapi32: Reimplemented QueryServiceConfig2W in services.exe. 2009-01-19 20:34:02 +01:00
Erich Hoover 51a04d5b65 regedit: Fix import mangling REG_EXPAND_SZ values. 2009-01-19 13:36:26 +01:00
Ge van Geldorp 4de19cff1f winetest: Make the wrapper immune to Ctrl-C. 2009-01-19 13:36:26 +01:00
Michael Stefaniuc 59360ced97 view: Remove superfluous pointer casts. 2009-01-19 12:46:42 +01:00
Michael Stefaniuc 409fb90ab8 winemine: Remove superfluous pointer casts. 2009-01-19 12:46:42 +01:00
Michael Stefaniuc 688bdb645f wordpad: Remove superfluous pointer casts. 2009-01-19 12:46:42 +01:00
Michael Stefaniuc 484a53574a regedit: Remove superfluous pointer casts. 2009-01-15 12:43:05 +01:00
Francois Gouget 41e9dd3d80 winhlp32: Make some functions static in hlpfile.c and remove HLPFILE_PointsToTwips(). 2009-01-14 15:54:52 +01:00
Francois Gouget ffdf89c4a5 winhlp32: Reorder some functions to avoid forward declarations in hlpfile.c. 2009-01-14 15:54:46 +01:00
Dmitry Timoshkov 1793f55f35 wordpad: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:22:10 +01:00
Dmitry Timoshkov 65bc525e05 winemine: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:22:03 +01:00
Dmitry Timoshkov a21c8d77ef progman: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:59 +01:00
Dmitry Timoshkov 1bebaaadbd oleview: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:54 +01:00
Erich Hoover 8defde719a wcmd: Fix redirecting a pipe to another pipe. 2009-01-13 16:39:18 +01:00
Erich Hoover 423929ad10 wcmd: Handle batch scripts containing quotes within quotes. 2009-01-13 16:39:13 +01:00
Andrey Turkin c0f4fc4978 programs: Add cacls stub. 2009-01-12 16:53:18 +01:00
Anders Jonsson ec479ebdb6 winebrowser: Fix typo. 2009-01-12 13:05:00 +01:00
Rich Ercolani ae48e099da winefile: Fix NULL pointer deref in read_tree. 2009-01-10 18:04:28 +01:00
Dylan Smith 35680c83d1 wordpad: Use unicode version of CBEM_GETITEM message. 2009-01-09 14:06:13 +01:00
Dylan Smith 02c7d192b0 wordpad: Use winelib's sprintfW for floating point formatting.
This fixes a regression introduced by commit
ef23ef9335.
2009-01-09 14:06:13 +01:00
Francois Gouget 4967984d94 winhlp32: Make some functions static in macro.c. 2009-01-09 14:06:13 +01:00
Francois Gouget ef35bfd444 winhlp32: Reorder some functions to avoid forward declarations in macro.c. 2009-01-09 14:06:12 +01:00
Alexandre Julliard 4441065182 winedbg: Fix pointer cast warnings on 64-bit. 2009-01-09 14:06:12 +01:00
Alexandre Julliard 32484769b8 winhlp32: Use GetWindowLongPtr to retrieve a pointer, and make sure there is enough space for it. 2009-01-09 14:05:56 +01:00
Alexandre Julliard aacdc9acce winhlp32: Use LONG instead of long for data loaded from a file. 2009-01-08 17:33:44 +01:00
Alexandre Julliard 014e2db495 wineconsole: Replace a couple of handle casts by the appropriate server function. 2009-01-08 17:33:07 +01:00
Francois Gouget 7d81ca1c31 winhlp32: Make some functions static in winhelp.c. 2009-01-08 14:52:52 +01:00