Mike McCormack
0220d7ac89
Fix declarations in the tests.
2005-06-15 10:20:30 +00:00
Robert Shearman
9495180325
MSDN states that DuplicateToken should create a new token with the
...
TOKEN_QUERY | TOKEN_IMPERSONATE rights, not 0.
2005-06-15 10:20:17 +00:00
Michael Jung
ebb1aaee86
Implement SHGetPathFromIDList based on GetDisplayNameOf.
2005-06-15 10:20:00 +00:00
Paul Vriens
7691aca10c
Only exact buffer size gives STATUS_SUCCESS.
2005-06-15 10:19:34 +00:00
Alexandre Julliard
a4bb17c314
Get rid of the wine.conf man page.
2005-06-14 19:25:02 +00:00
Alexandre Julliard
5f22e7caf6
Remove the process locks in process_killed, not process_destroy.
2005-06-14 19:23:56 +00:00
Alexandre Julliard
302cd456c3
Moved debugging config options to HKCU\Software\Wine\Debug.
2005-06-14 19:23:00 +00:00
Michael Jung
8b4b4b3af2
Replace magic error constant.
2005-06-14 19:18:26 +00:00
Saulius Krasuckas
d002f5ce22
Avoid accessing uninitialized data on WinME (based on an old patch by
...
Ferenc Wagner).
2005-06-14 19:18:18 +00:00
Stefan Huehner
ed12859a4a
Remove include "cursoricon.h" from nonclient.c and win.c.
2005-06-14 19:18:08 +00:00
Michael Jung
81b7509f3b
Use SHGetPathFromIDList instead of SHELL32_GetPathFromIDList.
2005-06-14 19:17:41 +00:00
Alexandre Julliard
0901b23206
Call the close_handle notification for all objects when releasing a
...
handle table.
2005-06-14 19:16:56 +00:00
Robert Shearman
dacc3dbfa5
Fix size used to validate the sids in aces.
2005-06-14 19:15:58 +00:00
Alexandre Julliard
acaa5c5eff
Removed the check for the old Resolution option.
2005-06-14 18:13:09 +00:00
Alexandre Julliard
cb538c0533
Merged palette option processing into the main configuration code.
2005-06-14 18:12:15 +00:00
Michael Jung
bb19a58a93
Return the correct attributes for the desktop folder.
...
Corresponding tests.
2005-06-14 18:10:24 +00:00
Robert Shearman
f95ef09b8e
Add TokenType attribute to specify whether the token is a primary or
...
impersonation token.
2005-06-14 18:10:04 +00:00
Alexandre Julliard
d4156b5657
Use a better location than HKCU\Wine for saving the temporary
...
parameters.
2005-06-14 17:26:52 +00:00
Alexandre Julliard
1ba6e1cb16
Avoid repeatedly opening the configuration registry key.
2005-06-14 17:24:28 +00:00
Alexandre Julliard
629352bdc4
Moved network configuration parameters to HKCU\Software\Wine\Network.
2005-06-14 17:22:41 +00:00
Michael Jung
5664a68033
Added tests to compare SHGetPathFromIDList and GetDisplayNameOf.
2005-06-14 17:21:25 +00:00
Mike McCormack
9f92ead47f
Fixes for -Wmissing-declaration and -Wwrite-string warnings.
2005-06-14 17:21:18 +00:00
Alexandre Julliard
7e44db5c41
Moved config parameters to HKCU\Software\Wine\DirectInput.
2005-06-14 12:34:33 +00:00
Alexandre Julliard
2e5cc85dcf
Moved config parameters to HKCU\Software\Wine\DirectSound.
2005-06-14 12:34:00 +00:00
Alexandre Julliard
9ad3a97acb
Moved all font config parameters to HKCU\Software\Wine\Fonts.
...
Replaced the FontDirs key enumeration by a simple Path value.
2005-06-14 12:33:19 +00:00
Ivan Leo Puoti
eacd06264e
Reimplement IOCTL_SCSI_PASS_THROUGH_DIRECT and
...
IOCTL_SCSI_PASS_THROUGH on top of the linux scsi driver.
2005-06-14 12:25:41 +00:00
Saulius Krasuckas
8272074b85
Change (long long) to (LONGLONG) to compile with MSVC.
2005-06-14 12:25:29 +00:00
Paul Vriens
93f887250a
Return STATUS_INVALID_INFO_CLASS for non-implemented classes.
...
Return STATUS_ACCESS_VIOLATION if no buffer given.
Added tests for ProcessBasicInformation.
2005-06-14 12:25:02 +00:00
Lauri Tulmin
f124878918
- EM_CHARFROMPOS should return the closest char (clicking on the first
...
half of a character should return current char and clicking on the
second half should return next char)
- EM_POSFROMCHAR should return -1 if character index is greater or
equal to text length
2005-06-14 12:24:48 +00:00
Alexandre Julliard
8a985c59da
Removed the Tweak.Fonts configuration hack.
2005-06-14 11:53:39 +00:00
Alexandre Julliard
bb1dbb5ac9
Get rid of the PerfectGraphics option, that's not really useful.
2005-06-14 11:52:48 +00:00
Alexandre Julliard
c913efa244
Hardcode the location of config.sys, no need for a config parameter
...
for that.
2005-06-14 11:48:57 +00:00
Mike McCormack
48a8f520f5
Add a couple of missing functions.
2005-06-14 11:43:35 +00:00
Mike McCormack
0c9cb1dcee
Declare port functions and fix prototypes.
2005-06-14 11:43:20 +00:00
Mike McCormack
0f36d124a2
Fix warnings from -Wmissing-declarations.
2005-06-14 11:42:34 +00:00
Mike McCormack
cdcb203691
Call remove_process_locks when a process ends, fix declarations.
2005-06-14 11:40:40 +00:00
Mike McCormack
fc51a2680a
Fix declaration warnings in the test cases.
2005-06-14 11:40:04 +00:00
Michael Stefaniuc
b9208137c1
- Fix VarFormat for formats that mix '0' and '#' in the whole number
...
part.
- Fix VarFormat for negative exponent formats.
- Add tests for the above + a couple of "todo_wine"'s.
2005-06-14 11:39:32 +00:00
Mike McCormack
215bd9a70b
Add the IContextMenu interface to the ShellLink object.
2005-06-14 11:38:55 +00:00
Juan Lang
4b10986670
Add CertAlgIdToOID and CertOIDToAlgId, with tests.
2005-06-14 11:38:36 +00:00
Alex Villacís Lasso
a63de8d249
Avoid one more access to pcbRead.
2005-06-14 11:38:09 +00:00
Mike McCormack
9b95bb526d
Fix some warnings.
2005-06-13 19:05:42 +00:00
Alex Villacís Lasso
4a109c7818
Prevent crash on IDirectMusicLoaderResourceStream_IStream_Read.
2005-06-13 19:05:01 +00:00
Aric Stewart
31695b54c9
A "1" is returned not a 1 for AssignmentType. Also as a bit more to
...
the FIXME message.
2005-06-13 19:04:39 +00:00
Mike McCormack
0569609e3d
Implement ShellLink's IShellExtInit::Initialize() method.
2005-06-13 19:04:17 +00:00
Alexandre Julliard
2e4bca9db5
Added magic comments to all Wine-specific registry accesses to make
...
them easier to grep.
2005-06-13 18:56:00 +00:00
Alexandre Julliard
6e92d382a3
Changed registry access functions to use more meaningful names.
2005-06-13 18:49:23 +00:00
Alexandre Julliard
f231ef560e
Removed references to obsolete configuration entries.
2005-06-13 18:48:09 +00:00
Huw Davies
d5fce697f7
When loading a bitmap we should stretch the image to the requested
...
size.
2005-06-13 18:47:21 +00:00
Krzysztof Foltman
6b1e80cb2c
Test when TVN_SELCHANGING and TVN_SELCHANGED are really sent.
2005-06-13 12:23:01 +00:00