Michael Stefaniuc
1b3a781357
regedit: Convert the German translation to UTF8.
2009-03-23 12:37:22 +01:00
Michael Stefaniuc
49250a3cdb
regedit: Remove commented out STRINGTABLE from the resource files.
...
The STRINGTABLE is commented out since mid 2003.
2009-03-23 12:37:08 +01:00
Michael Stefaniuc
58e9834af8
reg: Fix/update the German translation.
2009-03-23 12:37:02 +01:00
Michael Stefaniuc
331bb8f356
reg: Change the German translation to UTF8.
2009-03-23 12:36:59 +01:00
Michael Stefaniuc
efbb4ebf3e
widl: Output "LONG" instead of "long" for a 32bit integer.
...
long is always 32bit in IDL files but that's not true in C.
2009-03-13 11:15:21 +01:00
Alexandre Julliard
d7d84e71d3
winedbg: Don't name a function PRIVATE.
2009-03-12 14:29:53 +01:00
Dylan Smith
cbf820abb0
winhlp32: Links are clicked on WM_LBUTTONDOWN not WM_LBUTTONUP.
...
This behaviour was tested against native winhlp32 by pressing down the
left mouse button and holding it while over the link to avoid having
WM_LBUTTONUP sent. I noticed that the action for clicking the link
happened right away, without waiting for me to release the mouse button.
2009-03-12 13:09:54 +01:00
Aurimas Fischer
c95011dc5c
regedit: Add missing English resource.
2009-03-12 13:09:53 +01:00
Aurimas Fischer
ddb2dc1ca9
regedit: Add Lithuanian translation.
2009-03-12 13:09:53 +01:00
Francois Gouget
dfd09c310c
winemenubuilder: Print an error message if we are unable to load an lnk file.
2009-03-12 13:09:53 +01:00
Francois Gouget
9b6d3676a0
winemenubuilder: Fix an off-by-one check that resulted in erroneous error messages.
2009-03-12 13:09:53 +01:00
Aurimas Fischer
f723ceda67
notepad: Improve Lithuanian translation.
2009-03-11 15:56:46 +01:00
Dylan Smith
a36b408f7e
winhlp32: Prevent cursor flicker on mouse moves over richedit control.
...
Previously the cursor was being set by winhlp32 on WM_MOUSEMOVE, then
the richedit control would change it again on WM_SETCURSOR. Since the
cursor set in both of these places was different, the cursor would
flicker from being frequently changed.
The reason winhlp32 is setting the cursor, rather than letting the
richedit control set the cursor, is that winhlp32 needs the hand cursor
to be shown over a link. My first instinct was to just add the CFE_LINK
effect to the link characters, however this also forced a colour for the
link that was inconsistent with native winhlp32. Native winhlp32
doesn't seem to load any richedit dll, so this doesn't imply that there
is an undocumented way of changing the colour of characters with
CFE_LINK.
This patch has winhlp32 override the WNDPROC for the richedit control to
handle the WM_SETCURSOR. It simply sets the cursor to the hand if the
cursor is over the link, otherwise it just calls the original richedit
window proc.
2009-03-11 13:03:33 +01:00
Jim Cameron
5bd7e306b4
regedit: Fix crash importing large values from Unicode.
2009-03-09 14:21:26 +01:00
Hwang YunSong(황윤성)
b77d177387
cmd: Updated Korean resource.
2009-03-09 12:06:15 +01:00
Francois Gouget
96848a0605
Remove spaces before '\n's.
2009-03-09 12:05:58 +01:00
Francois Gouget
d1110dd2e9
winedbg: Remove spaces before '\n's.
2009-03-09 12:05:33 +01:00
Dylan Smith
fb63cd0c87
winhlp32: Use EM_SCROLL to scroll richedit control.
...
Previously the richedit control contents were scrolled directly using
ScrollWindow. This caused the richedit control to not actually scroll,
but only look like it scrolled, therefore causing plenty of glitches.
2009-03-09 12:04:11 +01:00
Paul Vriens
6bbe4604d7
programs/winetest: Show dll versions again for Win9x/WinME.
2009-03-05 13:24:56 +01:00
Alexandre Julliard
0f677a5beb
makefiles: Add a dummy dependency on empty targets to work around a FreeBSD make bug.
2009-03-03 16:23:16 +01:00
Diaa Sami
8ea1a12ed6
cmd: Fixed a number of buffer overflows.
2009-03-03 14:03:48 +01:00
Michael Stefaniuc
3c80f741c2
regedit: Cast to LPARAM the 4th argument passed to SendMessage.
2009-03-03 12:35:53 +01:00
Michael Stefaniuc
87b15bb9fd
taskmgr: Cast to LPARAM the 4th argument passed to SendMessage.
...
Casting to long would truncate the pointers when compiling with MSVC
for Win64.
2009-03-03 12:35:51 +01:00
Alexandre Julliard
1bd0690e5e
uninstaller: Only load error strings when needed.
2009-03-03 12:35:35 +01:00
Francois Gouget
52e415f769
uninstaller: Use DELAYIMPORTS on the GUI dlls to speed up 'uninstaller --list'.
2009-03-03 12:35:19 +01:00
Hwang YunSong(황윤성)
9b309b0142
wordpad: Updated Korean resource.
2009-03-02 12:30:30 +01:00
Mike Ruprecht
c7b204e98a
winedbg: Fix typo in a comment.
2009-03-02 12:03:19 +01:00
Alexandre Julliard
7776faf3a7
winecfg: Offer a few more dlls in the load order drop-down list.
2009-02-27 16:05:30 +01:00
Alexandre Julliard
3f0d9d12c3
kernel32: Make winhelp.exe into a stand-alone 16-bit executable.
2009-02-26 13:25:45 +01:00
Alexandre Julliard
a1cf6485df
kernel32: Make winoldap.mod into a stand-alone 16-bit executable.
2009-02-26 13:25:45 +01:00
Dylan Smith
8e8c02a71f
wordpad: Sort tab stops by numeric value rather than as string.
...
The bug could be seen by inserting tabs stops 1cm, 2cm, & 10cm. The
10cm tab stop would be inserted before 2cm since the comparison isn't
based on the numeric value.
2009-02-26 12:10:51 +01:00
Dylan Smith
0292135a92
wordpad: Show error when user tries to add more than max tab stops.
...
Previously there was no such error, and if more than MAX_TAB_STOPS were
added, then some of the tab stops would be silently discarded.
2009-02-26 12:10:38 +01:00
Alexandre Julliard
65c6ca5947
programs: Get rid of the remaining binary wrappers, they break out-of-tree builds.
2009-02-25 16:06:22 +01:00
Paul Vriens
b446f74974
winetest: Extend PATH if we have dlls that only come with .NET.
2009-02-25 14:05:26 +01:00
Alexandre Julliard
1cd730b289
winhlp32: Fix a crash when started without arguments.
2009-02-24 16:57:29 +01:00
Paul Vriens
95e03b727d
winetest: Don't use W-functions in winetest to avoid issues on Win9x.
2009-02-24 16:57:25 +01:00
Alexandre Julliard
a6b91685b7
programs: Only create executable wrappers for programs that get installed in the bin directory.
2009-02-24 16:56:57 +01:00
Alexandre Julliard
6b6ca1a801
winetest: Don't try to unload mshtml, it's broken.
2009-02-23 12:36:54 +01:00
Alexandre Julliard
d9d2f37162
winetest: Process messages while waiting for a process to terminate.
2009-02-23 12:36:37 +01:00
Aurimas Fischer
44f9962c26
notepad: Fix more inconsistencies in Lithuanian translation.
2009-02-23 12:19:50 +01:00
Anders Jonsson
14c68c3c28
winemine: Change max number of mines to (cols-1)*(rows-1).
2009-02-23 12:18:52 +01:00
Alexandre Julliard
9caf14c444
winetest: Get rid of the archive URL, it's no longer used.
2009-02-19 20:27:53 +01:00
Alexandre Julliard
de02d20ec7
winetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise.
2009-02-19 15:57:46 +01:00
Aurimas Fischer
ff5bbf1360
winecfg: Unify/fix some Lithuanian translated strings.
2009-02-19 12:53:27 +01:00
Anders Jonsson
4d0eb2280d
oleview: Add Swedish translation.
2009-02-19 12:52:37 +01:00
Anders Jonsson
b611c8a1c8
taskmgr: Add Swedish translation.
2009-02-19 12:52:34 +01:00
Nikolay Sivov
2dd1b3b636
cmd: Reserve a place in buffer for NULL terminator.
2009-02-18 15:00:22 +01:00
Nikolay Sivov
78f38a742f
cmd: Always add a new line in 'type' output on single file mode.
2009-02-18 15:00:04 +01:00
Francois Gouget
e3aa47c388
winetest: Annotate xmalloc() and xrealloc() with allocation size attribute.
2009-02-18 12:17:35 +01:00
Aurimas Fischer
b18f5ee51b
winecfg: Add Lithuanian translation.
2009-02-16 16:01:38 +01:00
Erich Hoover
4691cc4f85
wcmd: Properly cleanup redirects when there are no in/out/error pipes.
2009-02-12 11:54:02 +01:00
Ricardo Filipe
d904d1359a
include: Fix commdlg hook procedures return type.
2009-02-09 17:17:09 +01:00
David Hedberg
0b3064215b
winecfg: Fix for paths containing utf-8.
2009-02-09 17:17:09 +01:00
Nikolay Sivov
5276d886f9
reg: Don't close not open reg key (Coverity).
2009-02-09 13:21:27 +01:00
Francois Gouget
7274de8888
progman: Make DIALOG_Symbol() static.
2009-02-09 13:15:47 +01:00
Francois Gouget
c6643c6108
taskmgr: Make some functions static.
2009-02-09 13:15:44 +01:00
Francois Gouget
90d8b9426f
notepad: Make the Lithuanian resources SUBLANG_NEUTRAL.
2009-02-09 13:13:36 +01:00
Alexandre Julliard
82ea2994e8
winepath: Fixed the wmain() definition.
2009-02-06 23:20:27 +01:00
Alexandre Julliard
8e71504e76
programs: Don't make apps Unicode if they don't use the command line.
2009-02-06 23:20:01 +01:00
Alexandre Julliard
88fd1ba7b5
makefiles: Pass the target flags to winegcc.
2009-02-06 20:31:59 +01:00
Aurimas Fischer
cb57ebcaf2
notepad: Add Lithuanian translation.
2009-02-06 16:41:45 +01:00
Francois Gouget
323c94b5fe
progman: Reorder some functions to avoid forward declarations in dialog.c.
2009-02-05 13:14:47 +01:00
Francois Gouget
678a0e1eb5
taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.
2009-02-05 13:14:33 +01:00
Francois Gouget
07ccd5a36d
taskmgr: Reorder some functions to avoid forward declarations in graphctl.c.
2009-02-05 13:14:30 +01:00
Francois Gouget
097863ba46
taskmgr: Reorder some functions to avoid forward declarations in applpage.c.
2009-02-05 13:14:27 +01:00
Paul Vriens
aa20ee6b45
winetest: Make sure we can test .NET dlls on Windows.
2009-02-04 14:28:20 +01:00
Paul TBBle Hampson
c09f1357bc
winefile: Don't use child after it has been freed.
...
If winefile is unable to create a window, it frees the child pointer.
However, it then proceeds to use the child pointer.
2009-02-03 14:01:14 +01:00
Marcus Meissner
55ae86ccb1
winhlp32: Check hlpfile for being NULL (Coverity).
2009-02-02 15:44:39 +01:00
Marcus Meissner
102a3b9892
winedbg: Check for buffer being NULL.
2009-02-02 15:21:43 +01:00
Marcus Meissner
2c7ac13662
services: Handle realloc failures better (Coverity).
2009-02-02 15:21:43 +01:00
Rob Shearman
d3085abc08
Change parameter type from size_t to SIZE_T for MIDL_user_allocate.
2009-02-02 11:55:21 +01:00
Andrey Turkin
347272b37e
programs: Add lodctr and unlodctr tools.
2009-01-29 15:14:22 +01:00
Michael Stefaniuc
24c4f1de95
services: Remove superfluous pointer casts.
2009-01-29 14:06:11 +01:00
Michael Stefaniuc
30a37b65dc
expand: Remove superfluous pointer casts.
2009-01-29 14:06:04 +01:00
Marcus Meissner
1db4c5dc67
xcopy: Handle return from vsnprintfW (Coverity).
2009-01-29 12:48:16 +01:00
Marcus Meissner
1082779ddc
regedit: Check HeapAlloc results (coverity).
2009-01-29 12:44:48 +01:00
Anders Jonsson
e958d4f99e
cmdlgtst: Add Swedish translation.
2009-01-29 12:18:54 +01:00
Aric Stewart
45824821ff
reg.exe: Implement DELETE.
2009-01-28 14:31:56 +01:00
Aric Stewart
647a087e8a
reg.exe: Implement ADD for REG_SZ.
2009-01-28 14:31:44 +01:00
Anders Jonsson
cbeff91bd0
wineconsole: Fix typos in Swedish resources.
2009-01-28 12:10:41 +01:00
Anders Jonsson
7243f4863a
view: Add Swedish translation.
2009-01-28 12:10:37 +01:00
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
Francois Gouget
2364498da3
winhlp32: Reorder some functions to avoid forward declarations in winhelp.c.
2009-01-08 14:52:47 +01:00
Michael Stefaniuc
68d5d8e921
winecfg: Remove superfluous casts.
2009-01-08 12:54:46 +01:00
Michael Stefaniuc
568a8b845a
cmdlgtst: Remove superfluous casts.
2009-01-08 12:54:35 +01:00
Francois Gouget
8d771576cf
view: Make FileIsPlaceable() and GetPlaceableMetaFile() static.
2009-01-07 14:40:41 +01:00
Francois Gouget
a9532c962a
oleview: Make some functions static.
2009-01-07 14:40:21 +01:00
Damjan Jovanovic
3613b15785
winex11: Support the startup notification fd.o spec.
2009-01-07 14:17:46 +01:00
Alexandre Julliard
4be4b19ee7
regedit: Convert error box display to Unicode.
2009-01-07 11:10:26 +01:00
Alexandre Julliard
259e8f61c8
regedit: Fix integer printf formats in resource strings.
2009-01-07 11:10:25 +01:00
Alexandre Julliard
8f2a863ff8
winefile: Get rid of hack to load vswprintf from msvcrt.
2009-01-07 11:10:25 +01:00
Francois Gouget
e46d25a661
cmd: Make some functions static.
2009-01-06 10:09:37 +01:00
Francois Gouget
6b16d0229d
cmd: WCMD_strtrim_trailing_spaces() is unused so remove it.
2009-01-06 10:09:37 +01:00
Francois Gouget
e7b125702f
cmd: Make WCMD_ask_confirm() static.
2009-01-06 10:09:37 +01:00
Francois Gouget
b82caec718
winemine: Make some functions static.
2009-01-06 10:09:36 +01:00
Vincent Povirk
78dcb140c5
explorer: Quiet a few fixmes.
2009-01-06 10:09:36 +01:00
Michael Stefaniuc
e86eb8efa6
include: Change RPC_STATUS from long to LONG for Win64 compatibility.
...
Also fix the compiler warnings introduced by this change.
2009-01-04 13:34:38 +01:00
Vincent Povirk
e05951a39d
start.exe: Don't use the NO_UI flag when invoked with /unix.
2009-01-03 14:55:31 +01:00
Alexandre Julliard
91421f0f02
xcopy.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead.
2009-01-03 11:38:26 +01:00
Alexandre Julliard
854c9b2089
cmd.exe: Don't use wvsprintf on sysv-style varargs, use a libwine function instead.
2009-01-03 11:38:26 +01:00
Alexandre Julliard
5dcd3c4d1c
reg.exe: Fix broken usage of va_list.
2009-01-03 11:38:25 +01:00
Alexandre Julliard
aa6f1c730a
cmd: Don't include time.h before winsock.h to avoid conflicts.
2008-12-31 20:05:33 +01:00
Francois Gouget
eec04aeb62
winemine: Reorder some functions to avoid forward declarations.
2008-12-31 12:28:11 +01:00
Francois Gouget
165650d89b
winemine: Remove AboutDlgProc() as it is unused.
2008-12-31 12:28:04 +01:00
Francois Gouget
3d070ff8a6
cmd: Reorder some functions to avoid forward declarations.
2008-12-31 12:28:02 +01:00
Francois Gouget
f5f54fb411
cmd: Reorder some functions to avoid forward declarations.
2008-12-31 12:27:59 +01:00
Christian Costa
656b627340
cmd.exe: Use WCMD_CURRENTTIME resource to show the time.
2008-12-30 13:40:36 +01:00
Hwang YunSong(황윤성)
7f11abc91b
winecfg: Updated Korean resource.
2008-12-29 11:49:08 +01:00
Francois Gouget
a9d3d0e942
winedbg: Remove an unused debug channel (winedbg).
2008-12-29 11:35:37 +01:00
Damjan Jovanovic
83b081f73c
winemenubuilder: Improve icon generation.
2008-12-27 20:23:08 +01:00
Alexandre Julliard
186ca36d38
winetest: Link against the Wine import libraries for the dist version too.
2008-12-26 21:02:04 +01:00
Maarten Lankhorst
70441d5bb8
kernel32: Change all functions to use CDECL.
2008-12-23 13:09:45 +01:00
Jesse Allen
e39a471aac
winecfg: Make virtual desktop shortcut key unique.
2008-12-23 12:51:09 +01:00
Alexandre Julliard
0115fdb6f4
winedevice: Make sure that all dependencies of the driver are relocated too.
2008-12-22 15:51:25 +01:00
Hwang YunSong(황윤성)
a4a64dc6ef
oleview: Updated Korean resource.
2008-12-19 17:36:35 +01:00
Jörg Höhle
cda8e4410a
winecfg: Prevent crash when clearing volume serial number input.
2008-12-18 14:53:55 +01:00
Dan Kegel
dfc028b4fb
winver: Add version resource.
2008-12-18 13:17:20 +01:00
Maarten Lankhorst
f00beab5c4
ntoskrnl.exe/winedevice: Make wine_ntoskrnl_main_loop CDECL.
2008-12-17 15:02:26 +01:00
Maarten Lankhorst
768160e944
ntdll: Make all exported wine functions CDECL.
2008-12-17 15:02:25 +01:00
Maarten Lankhorst
d6bc9fc9f3
winex11.drv/explorer: Add CDECL to exported functions.
2008-12-17 15:02:25 +01:00
Jonathan Ernst
4823e2e863
winhlp32: Updated French translation.
2008-12-17 13:52:40 +01:00
Jonathan Ernst
70d96c7b73
winhlp32: WINE->Wine.
2008-12-17 13:52:40 +01:00
Jonathan Ernst
bd91afcea4
wordpad: Updated French translation.
2008-12-17 13:52:39 +01:00
Damjan Jovanovic
2fde3c0f7b
winemenubuilder: Create xdg_config_dir if it does not exist.
2008-12-17 11:38:21 +01:00
Alexandre Julliard
24d3b1f622
winetest: Use main instead of WinMain as entry point.
2008-12-16 12:07:53 +01:00
Francois Gouget
7a71c5d3e3
net: Make output_string() and output_error_string() static.
2008-12-15 12:25:43 +01:00
Francois Gouget
e1ca6799fa
explorer: Make appbar_wndproc() static.
2008-12-15 12:25:15 +01:00
Francois Gouget
5d6f7b9784
msiexec: Make KillService() static.
2008-12-15 12:25:10 +01:00
Francois Gouget
3154768a94
cmd: Make WCMD_DumpCommands() static.
2008-12-15 12:25:00 +01:00
ByeongSik Jeon
5f3287d79f
*Ko.rc: Update Korean resource.
...
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
ByeongSik Jeon
1b0297a7f9
*Zh.rc: Update the Chinese resource font name to "MS Shell Dlg".
2008-12-11 12:20:48 +01:00
Rico Schüller
8e02da9843
winhlp32: Fix German translation.
2008-12-10 10:48:52 +01:00
Rico Schüller
bd923fd307
wordpad: Fix German translation.
2008-12-10 10:48:49 +01:00
Francois Gouget
2e7fc3e5c6
clock: Remove spaces before '\n' in the Swedish resources.
2008-12-10 10:47:49 +01:00
Alexandre Julliard
490bb349ce
winetest: Report information about the CPU and host OS.
2008-12-10 10:47:08 +01:00
Alexandre Julliard
7fdadbb377
server: Add functions for conversions between server user handles and pointer-style handles.
2008-12-08 16:58:20 +01:00
Alexandre Julliard
d1b3d484f7
server: Add functions for conversions between server object handles and pointer-style handles.
2008-12-08 16:05:17 +01:00
Michael Stefaniuc
e899241807
taskmgr: Remove some superfluous casts.
2008-12-08 12:04:21 +01:00
Michael Stefaniuc
f3975c5a7e
taskmgr: Replace malloc with HeapAlloc.
2008-12-08 12:04:17 +01:00
Daniel Nylander
1966d8edc5
winecfg: Updated Swedish translation.
2008-12-08 12:03:14 +01:00
Daniel Nylander
4a65cc5f1f
notepad: Updated Swedish translation.
2008-12-08 12:03:10 +01:00
Daniel Nylander
7ac9175eba
winhlp32: Updated Swedish translation.
2008-12-08 12:03:07 +01:00
Daniel Nylander
cb372506a8
winefile: Updated Swedish translation.
2008-12-08 12:03:04 +01:00
Daniel Nylander
4c21d5287a
clock: Updated Swedish translation.
2008-12-08 12:03:01 +01:00
Christian Costa
88cf37fd85
winedbg: Make frame numbers display starting from 0 so we match frame command.
2008-12-08 12:02:43 +01:00
Vincent Povirk
3f68641b92
explorer,shell32: Improve ABM_GETTASKBARPOS stub.
2008-12-08 12:02:27 +01:00
Rok Mandeljc
9217652bef
winhlp32: Updated Slovenian translation.
2008-12-08 12:02:07 +01:00
Rok Mandeljc
d0b4ffe650
winefile: Fix problem with ellipses in Slovenian translation.
2008-12-08 12:01:42 +01:00
Rok Mandeljc
c10d90f66b
cmdlgtst: Fix problem with ellipses in Slovenian translation.
2008-12-08 12:01:36 +01:00
Rok Mandeljc
d551d73c1d
wordpad: Updated Slovenian translation.
2008-12-08 12:01:33 +01:00
Rok Mandeljc
90b26563de
winecfg: Updated Slovenian translation.
2008-12-08 12:01:22 +01:00
Rok Mandeljc
ea009608f1
start: Updated Slovenian translation.
2008-12-08 12:01:17 +01:00
Rok Mandeljc
f54101abd3
regedit: Updated Slovenian translation.
2008-12-08 12:01:10 +01:00
Vincent Povirk
8f6736cf13
winedbg: Fix string format warnings.
2008-12-05 12:30:22 +01:00
Kirill K. Smirnov
95366238a0
winecfg/audio: Properly terminate an empty list of drivers.
2008-12-04 12:18:58 +01:00
Michael Stefaniuc
683c53db42
regedit: Remove some superfluous casts.
2008-12-04 12:08:27 +01:00
Michael Stefaniuc
cf8571fed0
cmd: Remove some superfluous casts.
2008-12-04 12:08:24 +01:00
Michael Stefaniuc
7a2f3bf7ee
winecfg: Remove some superfluous casts.
2008-12-04 12:08:20 +01:00
Francois Gouget
23e6e7be8e
Make sure we have a space before the ellipses in Slovenian resources.
2008-12-04 12:06:06 +01:00
Francois Gouget
4365a07d47
cmdlgtst: Fix an ellipsis in the copyright message.
2008-12-04 12:06:00 +01:00
Alexandre Julliard
76ae4d9c65
rpcss: Build with -D__WINESRC__ since it's using Wine-specific features.
2008-12-03 16:41:58 +01:00
Alexandre Julliard
9b9a2f7629
rpcss: Get rid of the useless rpcss.h header.
2008-12-03 16:41:39 +01:00
Francois Gouget
dfb823bb6f
regedit: Deal with races in 'regedit /E' by resizing the buffers and retrying.
2008-12-01 12:57:39 +01:00
Alexandre Julliard
3249b40f70
advapi32: Reimplemented ChangeServiceConfig2W in services.exe.
2008-11-26 14:35:30 +01:00
Kirill K. Smirnov
1482006fb5
winecfg/audio: Simplify removeDriver() function.
2008-11-26 13:41:40 +01:00
Kirill K. Smirnov
d540cf3c80
winecfg/audio: Fix uninitialized variable.
2008-11-26 13:40:03 +01:00
Francois Gouget
b3bf746ff9
Straighten out some ellipses.
2008-11-26 12:33:34 +01:00
Alexandre Julliard
42fb9fe779
services: Properly initialize service status at creation time.
2008-11-25 11:56:33 +01:00
Michael Stefaniuc
c75a143f3d
regedit: Remove NULL check before HeapFree (Smatch).
2008-11-25 11:55:59 +01:00
Alexandre Julliard
79f24b54c5
winetest: Optionally compress the distributed exe with upx.
2008-11-24 15:33:48 +01:00
Hwang YunSong(황윤성)
f927b89f3d
wordpad: Updated Korean resource.
2008-11-24 14:41:29 +01:00
Francois Gouget
9c5e97aa71
Assorted spelling fixes.
2008-11-24 14:25:10 +01:00
Francois Gouget
c880ccea1a
regedit: Fix handling of zero-byte binary values for 'regedit /E'.
2008-11-24 13:43:47 +01:00
Francois Gouget
3bb449468d
reg: Avoid wvsprintfW() so we can avoid loading user32.dll.
2008-11-21 10:01:57 +01:00
Francois Gouget
be19acfbe8
regedit: Avoid wsprintfW() so we can avoid loading user32.dll for 'regedit /E'.
2008-11-21 10:00:47 +01:00
Francois Gouget
a81bb704df
regedit: Fix exporting of REG_EXPAND_SZ and other 'weird' strings.
...
REG_EXPAND_SZ must be exported as hexadecimal to preserve the string type.
0-byte strings and those missing a trailing '\0' or with odd sizes must
be saved as hexadecimal too so they are restored as is.
Move the binary-value export code to the new REGPROC_export_binary()
function.
2008-11-21 10:00:41 +01:00
Francois Gouget
3ef0b0ef2d
regedit: Pass the string length to REGPROC_export_string().
...
We already know it in the caller so this saves us one lstrlenW() call.
2008-11-21 10:00:17 +01:00
Francois Gouget
d92c976803
regedit: Fix a buffer allocation in export_registry_key().
...
This fixes a major buffer overflow bug in 'regedit /E'.
2008-11-21 10:00:13 +01:00
Alexandre Julliard
6e336fe344
winetest: Report an error when a test program completely fails to run.
2008-11-19 13:24:43 +01:00
Alexandre Julliard
a580c6c240
winetest: Allow to specify a subset of tests to run on the command line.
2008-11-19 12:51:28 +01:00
Alexandre Julliard
db8783e724
winetest: Capture the Win32 stderr into the log file too.
2008-11-19 12:19:22 +01:00
Paul Vriens
812c5e1bf1
winetest: Give the 'Running' progress bar the same size as the others.
2008-11-18 13:08:07 +01:00
Francois Gouget
3b140ccb0e
Assorted spelling fixes.
2008-11-17 16:04:39 +01:00
Andrew Riedi
103cfb90f2
reg: const WCHAR -> static const WCHAR.
2008-11-17 13:57:09 +01:00
Hirofumi Katayama
1b8f4b9e48
wordpad: Update resources for date and time dialog.
2008-11-17 13:15:17 +01:00
Damjan Jovanovic
9ff230dcaa
shdocvw, winemenubuilder: Generate fd.o entries for .url files.
2008-11-14 13:30:25 +01:00
Vincent Povirk
6949694740
msiexec: Build with -mwindows.
2008-11-13 12:04:19 +01:00
Francois Gouget
e1901500ee
regedit: Fix the wrapping of binary values in export_hkey().
...
Don't wait until the line overflows before wrapping it.
Don't wrap the last line.
2008-11-12 13:12:35 +01:00
Francois Gouget
f0f91a69b3
regedit: Fix a buffer overflow when exporting binary values in export_hkey().
...
We must take the indentation into account to compute the number of lines a binary value will use.
2008-11-12 13:12:31 +01:00
Francois Gouget
7df7222594
regedit: Simplify / clean up export_hkey().
...
Avoid unneeded/redundant calls to lstrcatW() and lstrlenW().
Tighten the scope of variables.
2008-11-12 13:12:23 +01:00
Francois Gouget
126ffb1f8a
regedit: Tighten a buffer size calculation.
2008-11-12 13:12:12 +01:00
Francois Gouget
d1d3db4183
regedit: Simplify REGPROC_export_string().
2008-11-12 13:12:09 +01:00
Francois Gouget
7f707b3037
regedit: The xxx_name_len variables track buffer sizes. That is they count the trailing '\0'. Adjust a couple of places that got this wrong and rename them to xxx_name_size.
2008-11-12 13:11:59 +01:00
Francois Gouget
5940ada80b
regedit: line_size is supposed to track a string length.
...
That is it does not count the trailing '\0'.
Fix a few places that got this wrong and rename it to line_len.
2008-11-12 13:11:41 +01:00
Francois Gouget
f982e731c5
regedit: Check that we were able to allocate line_buf too.
2008-11-12 13:11:30 +01:00
Francois Gouget
71af3e1582
regedit: Remove unneeded variable initializations.
2008-11-12 13:11:23 +01:00
Damjan Jovanovic
4e2cec5aba
winemenubuilder: Moved all wineshelllink functionality to winemenubuilder and removed wineshelllink.
2008-11-12 11:49:12 +01:00
Hwang YunSong(황윤성)
ede8c994e8
winecfg: Updated Korean resource.
2008-11-12 11:49:12 +01:00
Hirofumi Katayama
7984e70697
wordpad: Accept double-click in date and time dialog.
2008-11-12 11:49:11 +01:00
Eric Pouech
583e051044
winedbg: Added scoped symbol picker, and options to handle it.
2008-11-11 11:40:36 +01:00
Eric Pouech
508414313e
winedbg: Slightly change the option setting syntax (allows also to get the current state back).
2008-11-11 11:40:26 +01:00
Eric Pouech
4c00325c3b
winedbg: Rewrote the symbol picking mechanism so that it can handle several algorithms.
2008-11-11 11:40:17 +01:00
Damjan Jovanovic
f5b8bad2aa
winemenubuilder: Generate desktop files instead of wineshelllink.
2008-11-10 11:06:40 +01:00
Vincent Povirk
f54a8ab71b
rundll32: Build with -mwindows.
2008-11-07 11:50:34 +01:00
Alexandre Julliard
394e97feea
winemenubuilder: Move the xdg global variables out of the libpng ifdef block.
2008-11-03 20:19:30 +01:00
Damjan Jovanovic
26fcfb4b24
winemenubuilder: Generate icons in winemenubuilder instead of wineshelllink.
2008-11-03 15:05:18 +01:00
Michael Stefaniuc
4f199a10ad
Remove the remaining casts of NULL.
2008-11-03 13:42:09 +01:00
Michael Stefaniuc
87785a2df0
oleview: Do not cast NULL.
2008-11-03 13:41:21 +01:00
Michael Stefaniuc
880d944ea0
winedbg: Use FIELD_OFFSET instead of reimplementing it.
2008-11-03 13:40:20 +01:00
Alexandre Julliard
6ccf01fe8a
winecfg: Display an nicer error when the mount manager cannot be accessed.
2008-11-03 13:34:12 +01:00
Katayama Hirofumi MZ
873b971bb7
notepad: Don't save maximized size.
2008-10-29 11:51:48 +01:00
Michael Stefaniuc
42e612fd78
cmdlgtst: Use NULL instead of casting 0 to a pointer.
2008-10-28 12:34:02 +01:00
Marcus Meissner
3f2047c836
oleview: Fixed size passed to LoadStringW.
2008-10-28 12:33:52 +01:00
Austin English
f64fbe2ef3
winecfg: Set default windows version to XP.
2008-10-28 12:33:45 +01:00
Dmitry Timoshkov
b8b0b7fa41
wineconsole: Don't ignore extended keys.
2008-10-28 12:13:41 +01:00
Reece Dunn
20d8e46858
winecfg: Renamed 'Shell Folder' to 'Folder'.
2008-10-27 13:35:29 +01:00
Reece Dunn
bd645a8482
winecfg: Add ellipsis ('...') to buttons that launch other dialogs.
2008-10-27 13:35:10 +01:00
Michael Stefaniuc
a195777b85
cmdlgtst: HGDIOBJ is interchangeable with other handle types; no casts are needed.
2008-10-27 11:30:11 +01:00
Michael Stefaniuc
2d90c85ada
taskmgr: HGDIOBJ is interchangeable with other handle types; no casts are needed.
2008-10-27 11:30:07 +01:00
Marcus Meissner
19464a6bf7
programs: Fixed two RegEnumValue name lengths.
2008-10-27 11:28:29 +01:00
Eric Pouech
0c4e9df2a1
winedbg: Add a kill command to kill the current process.
2008-10-27 11:28:17 +01:00
Alexandre Julliard
abe00bbebe
winecfg: Load the existing drive config from mountmgr instead of relying on QueryDosDevice.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
18b66912b7
winecfg: Store the Unix device if any in the drive configuration.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
eb65f6a212
winecfg: Use an ioctl to the mount manager to define drives.
2008-10-24 14:24:58 +02:00
Alexandre Julliard
8d7fc61717
msiexec: Fix initial state of the argument parsing state machine.
2008-10-23 12:53:47 +02:00
Andrey Turkin
783b855f42
wordpad: Do not pass resource ids to MessageBox.
2008-10-23 12:45:08 +02:00
Alexandre Julliard
f410cf7c98
winecfg: Update the drives only when they have changed, instead of trying to compare with the current setup.
2008-10-23 12:15:43 +02:00
Ricardo Filipe
365e245cf6
wineboot: Added Portuguese translation.
2008-10-22 13:54:55 +02:00
Ricardo Filipe
42f63e0fac
net: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
50ae1d2eb4
taskmgr: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
97ca1df4b1
write: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
511226c8ac
wordpad: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
3d047b7601
xcopy: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Ricardo Filipe
c05fc2d762
oleview: Added Portuguese translation.
2008-10-22 13:54:54 +02:00
Hwang YunSong(황윤성)
07badc790a
wordpad: Updated Korean resource.
2008-10-20 14:36:58 +02:00
Eric Pouech
cbb84fdb73
winedbg: Added a command to allow loading mismatched modules.
2008-10-20 13:53:08 +02:00
Eric Pouech
5c8ad49158
winedbg: Use Unicode strings for all module references.
2008-10-20 13:52:44 +02:00
Michael Stefaniuc
f65cd2e2eb
winecfg: Fix compilation on older gcc versions.
2008-10-20 12:23:35 +02:00
Ricardo Filipe
3df9158747
reg.exe: Added Portuguese translation.
2008-10-20 11:37:26 +02:00
Alexandre Julliard
01b7667a1a
programs: Convert source files to utf-8.
2008-10-18 19:22:19 +02:00
Alexandre Julliard
f150ddc3ed
winecfg: Store the drive label as Unicode.
2008-10-17 14:11:56 +02:00
Alexandre Julliard
6483f2f201
winecfg: Store the drive serial number as a number instead of a string.
2008-10-17 13:37:04 +02:00
Andrey Esin
f0321f85a0
regedit: Corrections in Russian translation.
2008-10-17 11:42:55 +02:00
Frans Kool
730d23046d
wordpad: Corrected Dutch translations.
2008-10-15 16:45:14 +02:00
Rob Shearman
b7cfa58996
write: Close the thread and process handles returned by CreateProcessW.
2008-10-15 16:44:17 +02:00
Andrey Turkin
71c01bb974
wordpad: Do not try to close uninitialized handles.
2008-10-15 12:21:59 +02:00
Marcus Meissner
1b95076308
oleview: RegEnumKey gets always sizes, not -1.
2008-10-14 13:41:55 +02:00
Dylan Smith
f124a586d4
wordpad: Added option to disable word wrap.
2008-10-14 13:41:55 +02:00
Andrey Turkin
dfb64699bf
wordpad: Do not leak a handle on error path.
2008-10-13 11:55:29 +02:00
Andrey Turkin
ef23ef9335
wordpad: Use inches instead of cm in calculations.
2008-10-13 11:55:24 +02:00
Muneyuki Noguchi
8fe9ad5ab3
write: Convert Japanese resource to UTF-8.
2008-10-13 11:40:34 +02:00