Aurimas Fischer
c5af05dfb4
start: Add Lithuanian translation.
2009-03-23 12:40:43 +01:00
Aurimas Fischer
9da142f7e1
reg: Add Lithuanian translation.
2009-03-23 12:40:40 +01:00
Aurimas Fischer
9b8c3c7885
uninstaller: Add Lithuanian translation.
2009-03-23 12:40:36 +01:00
Michael Stefaniuc
097f3ba7d3
regedit: Fix the German translation.
2009-03-23 12:37:26 +01:00
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