Phil Krylov
dafa5bf464
user: Implement scrolling in popup menus.
2006-02-17 18:34:31 +01:00
Alexandre Julliard
1269f43c5a
libwine: Add the runtime library path to the front of the dll paths list.
2006-02-17 17:39:44 +01:00
Alexandre Julliard
133b3069bb
dbghelp: Use wine_dll_enum_load_path to search the dll load path.
2006-02-17 17:38:28 +01:00
Peter Beutner
72017cc9ab
msvcrt: Correctly set EOF flag in fread().
...
Setting the EOF flag only if _read() returns zero is not enough as we
could also read something AND hit the end of file.
_read() already sets another internal EOF flag, so just use this too.
Removing todo_wine from the test case.
2006-02-17 17:38:03 +01:00
Peter Beutner
b786ea588c
msvcrt: Add test for fread/feof.
...
When calling fread() with a large enough buffer to reach the end of
the file a subsequent feof() should return true; (marked as todo_wine
because it doesn't work atm).
2006-02-17 17:37:40 +01:00
Peter Beutner
916c4b6b8c
msvcrt: Remove bogus code.
...
We can't just pop a exception record from the exception handler list
which we haven't put there.
2006-02-17 17:37:26 +01:00
Peter Beutner
58d3f14514
msvcrt: Fix use of uninitialized variable.
2006-02-17 17:37:14 +01:00
Detlef Riekenberg
ec24e38ed1
winspool/tests: Add tests for EnumMonitors.
2006-02-17 17:37:04 +01:00
Juan Lang
2002e227cf
crypt32: Move certificate store functions to their own file.
2006-02-17 17:36:52 +01:00
Alexandre Julliard
266391744d
configure: Default to building wine-pthread on non-x86 platforms.
2006-02-17 14:12:29 +01:00
Eric Pouech
cc98942bff
dbghelp: Packing for minidump structures is 4 bytes.
2006-02-17 14:08:54 +01:00
Alexandre Julliard
29aea6e1c7
Fixed a couple of function prototypes.
2006-02-17 14:08:38 +01:00
Alexandre Julliard
e95a2c2111
libwine: Set the default bindir and dlldir from argv0 if dladdr is not available.
...
Added dependency on $(RELPATH).
2006-02-17 14:08:19 +01:00
Alexandre Julliard
8b5e11c341
libwine: Compute relative paths for bin and dll directories at compile time.
2006-02-17 11:43:10 +01:00
Alexandre Julliard
35842ca717
tools: Added 'relpath' tool to compute relative Unix paths.
2006-02-17 11:42:17 +01:00
Alexandre Julliard
dcdb0d0b34
ntdll: Remove no longer used oldcwd in start_server.
2006-02-17 11:41:57 +01:00
Mike McCormack
fbc00db3f6
server: Use a single inotify watch, as it scales better with a large
...
number of directories.
2006-02-17 11:40:38 +01:00
Phil Krylov
38e1b85324
wordpad: Russian translation.
2006-02-17 11:37:51 +01:00
Hans Leidekker
34a34c7b6e
wordpad: Dutch localization.
2006-02-17 11:37:21 +01:00
Jacek Caban
d2389dc0cf
mshtml: Fix post data parsing.
2006-02-17 11:37:11 +01:00
Alexandre Julliard
9dffd134dd
libwine: Try the current load path in priority before the
...
WINELOADER/WINESERVER environment variables in wine_exec_wine_binary.
2006-02-16 20:26:55 +01:00
Alexandre Julliard
767ad69a45
libwine: Don't rely on argv[0] in wine_exec_wine_binary if we can get
...
the directory from the library itself.
Only try the hardcoded BINDIR if everything else failed.
2006-02-16 20:06:20 +01:00
Alexandre Julliard
ca6fd0d4ec
libwine: Only use the library directory if it's an absolute path.
2006-02-16 20:03:06 +01:00
Paul Vriens
3c3a7724fc
winecfg: Localize the app specific title.
2006-02-16 19:44:53 +01:00
Juan Lang
11fe62de8f
crypt32: More encoding/decoding.
...
Add support for encoding/decoding basic constraints and enhanced key
usage, with tests.
2006-02-16 19:39:27 +01:00
Juan Lang
15e5dc29c1
crypt32: Simplify CertOpenSystemStore, fix CertDuplicateCertificateContext.
...
- now that CertOpenStore is correct for system stores, simplify
CertOpenSystemStore
- correct CertDuplicateCertificateStore, with a test
2006-02-16 19:38:45 +01:00
YunSong Hwang
dc8f5ee48b
progman: Updated Korean translation.
2006-02-16 19:38:19 +01:00
Huw Davies
a545fee719
msxml3: Implement comment node.
2006-02-16 19:37:53 +01:00
Huw Davies
04d5d0a630
msxml3: Fix get_text on text nodes.
2006-02-16 19:33:39 +01:00
Thomas Kho
bfb3c756eb
riched20: Implement EM_SCROLLCARET and EM_GETSCROLLPOS.
2006-02-16 19:33:19 +01:00
Robert Shearman
6ad326a607
oleaut: Test some error conditions in ITypeInfo::GetIDsOfNames and ITypeInfo::Invoke.
2006-02-16 19:33:08 +01:00
Saulius Krasuckas
76f66cc78f
mscms: Distinguish between registered and unregistered profile IDs.
2006-02-16 19:32:58 +01:00
Robert Shearman
90938d6b6c
winebuild: Correction for manpage.
...
The behaviour for winebuild is to prefer main over WinMain, not the
other way around.
2006-02-16 19:32:35 +01:00
Jacek Caban
76a361af82
shdocvw: Unaccess post data only if we've accessed it before.
2006-02-16 19:32:11 +01:00
Alexandre Julliard
aed49d439e
libwine: New naming scheme for 16-bit builtin dlls.
...
Stop using symlinks for 16-bit dlls to make sure they don't get loaded
by mistake when looking for a 32-bit dll.
2006-02-16 13:44:38 +01:00
Vitaliy Margolen
9774745330
comctl32: Remove/swap limits if min > max in MCM_SETRANGE.
...
We should swap min & max only when both limits are being
set. Otherwise limit that being set should invalidate other limit
(remove it).
2006-02-16 12:19:36 +01:00
Vitaliy Margolen
f273bdc0b5
comctl32: Don't change month range in MCM_SETRANGE. Add tests for this.
2006-02-16 12:19:09 +01:00
Juan Lang
89529f8a8e
wininet: Use CertNameToStr for INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT
...
and update comment.
2006-02-16 12:19:00 +01:00
Juan Lang
e9c44cc0c4
crypt32: Fix system stores and a memory leak.
...
- system stores open both HKLM and HKCU for "current user" locations
- fix a memory leak in certificate properties
2006-02-16 12:18:37 +01:00
Jonathan Ernst
582eeaa573
wordpad: French localization.
2006-02-16 12:18:17 +01:00
Alexandre Julliard
5f3cc79424
Merge the contents of info/exclude into the top-level .gitignore.
2006-02-16 12:14:06 +01:00
Alexandre Julliard
e6374cbea7
server: Store the process exe module in the standard dll list.
2006-02-16 12:13:01 +01:00
Alexandre Julliard
45bf26cbdb
d3d8: Fixed compile with older GL versions.
2006-02-16 12:10:41 +01:00
Roderick Colenbrander
e64a2fdf9e
wined3d: Set the texture size for d3d8.
2006-02-16 12:10:21 +01:00
YunSong Hwang
3ab7a987bd
winecfg: Updated Korean translation.
2006-02-16 12:09:46 +01:00
Jonathan Ernst
6ed40c10d6
winecfg: French resource update.
2006-02-16 12:09:34 +01:00
Henning Gerhardt
2907693ba9
wordpad: Added German resource.
2006-02-16 12:09:21 +01:00
Hans Leidekker
7c9918338a
shlwapi: Fix parameter check for UrlUnescapeA.
...
NULL pszUnescaped is okay if URL_UNESCAPE_INPLACE is set.
Add a corresponding test for UrlUnescape{A,W}.
2006-02-16 12:08:48 +01:00
Juan Lang
8e7f30ef11
crypt32: Partially implement CertGetNameString.
2006-02-16 12:08:19 +01:00
Eric Pouech
a7ff2f671c
winedbg: A couple of fixes after running valgrind.
2006-02-16 12:06:43 +01:00