Robert Shearman
6f2b0fbf94
kernel: Add a test for QueueUserWorkItem.
2006-03-21 16:19:06 +01:00
Robert Shearman
264b122d52
oleaut: Better support for invoking methods with VT_VARIANT argument types.
2006-03-21 16:19:06 +01:00
Robert Shearman
dc03c0e3f3
wininet: Document InternetCrackUrlW.
2006-03-21 16:19:06 +01:00
Robert Shearman
80e4fb5975
wininet: InternetCreateUrlW should return the number of bytes needed.
...
InternetCreateUrlW should return the number of bytes needed to store
the URL, not the number of characters (reported by Sven Paschukat).
2006-03-21 16:19:06 +01:00
Alexandre Julliard
c307f4990f
ntdll: Added a DLL_WINE_PREATTACH call to DllMain for builtins.
...
By returning FALSE from this call, a builtin dll can specify that we
should try to load the native one instead.
2006-03-21 15:10:22 +01:00
Alexandre Julliard
8b3e426821
ddraw: Call DDRAW_ChooseDefaultDriver only on PROCESS_ATTACH.
2006-03-21 15:06:36 +01:00
Alexandre Julliard
02fa42dc82
dlls: Removed a number of dll symlinks that are no longer needed.
2006-03-21 12:01:31 +01:00
Alexandre Julliard
d6df0ac717
winewrapper: Remove explicit call to wineprefixcreate.
...
Now that wineprefixcreate detects the build tree automatically, the
standard behavior of starting it from ntdll should work fine.
2006-03-21 12:01:12 +01:00
Alexandre Julliard
5ac2238ad0
wcmd: Try executing the process even if the exe file doesn't exist.
...
It may be a builtin exe in which case the CreateProcess call will
succeed.
2006-03-21 12:00:17 +01:00
Alexandre Julliard
d404fb5bf8
wine.inf: Use the new fake dlls mechanism to create placeholders for
...
applications instead of using symlinks.
2006-03-21 11:40:11 +01:00
Alexandre Julliard
2f2819466b
ntdll: Detect the fake dlls created by setupapi and refuse to load them.
2006-03-21 11:31:23 +01:00
Alexandre Julliard
8b478a70ec
setupapi: Added support for creating fake dlls at install time.
...
This should satisfy applications that access a dll file directly. For
apps that check the dll version in the file, the version resource is
copied from the builtin dll.
2006-03-21 11:30:48 +01:00
Vitaliy Margolen
e66e34ef7b
dinput: Create single thread for mouse and keyboard hook.
...
Put keyboard & mouse hook callbacks into separate thread.
Move few global variables into object. Delete no longer used crit section.
For hooks to work properly hook callback have to be in a thread
with message loop. Some games create separate threads just to handle
mouse and/or keyboard events that do not have message loop.
2006-03-21 11:27:49 +01:00
Mike Hearn
253a2d089c
opengl32: Optimize thunks by storing GL context in the thread environment block.
2006-03-21 11:27:13 +01:00
Dmitry Timoshkov
e6f16250b2
gdi: Fix a couple of todos in the bitmap test.
2006-03-21 11:05:27 +01:00
Byeong-Sik Jeon
5df3e57254
commdlg: Updated Korean translation.
2006-03-21 11:05:08 +01:00
Byeong-Sik Jeon
97e40ad795
winecfg: Updated Korean translation.
2006-03-21 11:04:58 +01:00
Mike McCormack
25564f9f3c
taskmgr: Make some functions static.
2006-03-21 11:04:43 +01:00
Mike McCormack
423079eb3b
taskmgr: Fix some gcc 4.1 warnings caused by commctrl.h macros.
2006-03-21 11:04:32 +01:00
Mike McCormack
fab2e56258
winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros.
2006-03-21 11:04:27 +01:00
Roderick Colenbrander
a187ab05c4
wined3d: Don't use OpenGL 2.0.
2006-03-20 22:09:05 +01:00
Paul Vriens
c72f68ef00
kernel: Fix model/stepping in GetSystemInfo.
...
wProcessorRevision is built from model and stepping.
2006-03-20 22:08:58 +01:00
Mike McCormack
1e27e1d584
taskmgr: Eliminate common code and fix a warning.
2006-03-20 22:08:51 +01:00
Mike McCormack
ecaa525a3f
comctl32: Get rid of some incorrect casts.
2006-03-20 22:08:44 +01:00
Alexandre Julliard
506fe445e3
configure: Add autoheader to the compile command.
2006-03-20 22:08:35 +01:00
Alexandre Julliard
1fd32cfa13
configure: Use --rpath when linking dlls too.
2006-03-20 22:08:26 +01:00
Alexandre Julliard
02ff174bf1
programs: Get rid of application symlinks, they are no longer needed.
2006-03-20 20:47:58 +01:00
Alexandre Julliard
ddc60c85f6
x11drv: Clear new bitmaps if they don't contain any data.
2006-03-20 16:00:34 +01:00
Dmitry Timoshkov
5c1b27a029
gdi: Add a simple test for bitmap bits/metrics
...
Add a simple test for bitmap bits/metrics, fix GetBitmapBits for an
empty (not selected into a DC) bitmap.
2006-03-20 12:27:38 +01:00
Mike McCormack
5052dcccf2
msi: Set the InstallerLocation value when registering msi.dll.
2006-03-20 12:27:18 +01:00
Detlef Riekenberg
dcbfa1179d
kernel: Avoid heap corruption on invalid parameter in GlobalFree().
2006-03-20 12:26:53 +01:00
Alexandre Julliard
13c2f4742f
kernel: Avoid infinite waits in directory change tests.
2006-03-20 12:26:14 +01:00
H. Verbeet
bb370f3582
d3d8: Change the default debug channel to d3d8 for device.c.
2006-03-20 12:09:33 +01:00
H. Verbeet
2940fd9170
d3d8: Downgrade a FIXME to a TRACE in IDirect3DDevice8Impl_SetVertexShader.
2006-03-20 12:09:10 +01:00
H. Verbeet
0ea6686134
d3d8: Fix comparison in IDirect3DDevice8Impl_DeleteVertexShader.
2006-03-20 12:09:00 +01:00
Jacek Caban
dbd582cf84
mshtml: Optimize nsACString handling.
2006-03-20 12:05:50 +01:00
Jacek Caban
3d9d384486
mshtml: Better QueryInterface implementation.
2006-03-20 12:05:01 +01:00
Alexander N. Sørnes
ad05be7395
wordpad: Fix typo in Norwegian resource.
2006-03-20 12:04:52 +01:00
Vitaly Lipatov
0bb76d231c
regedit: Fix Russian translation.
2006-03-20 12:04:38 +01:00
Vitaly Lipatov
d4c42c0fef
control: Fix datetime name.
2006-03-20 12:04:28 +01:00
Milko Krachounov
5d138be46d
winecfg: Update Bulgarian translation.
2006-03-20 12:04:19 +01:00
Mike McCormack
03283bfbc1
include: LVSETINFOTIPA does not exist.
2006-03-20 12:04:10 +01:00
Jeff Latimer
18f5d0abdc
winedbg: Copy floating point status to the dbgcontext.
2006-03-20 12:04:00 +01:00
Vitaliy Margolen
9bf0080136
gdi: Handle NT style \\.\DISPLAY1 name that we return.
2006-03-20 12:03:18 +01:00
Robert Shearman
9f487ba1de
msi: Optimise WHERE operations.
...
Optimise WHERE operations on matching against strings by adding a new
function find_matching_rows to the views, which eliminates the need to
examine every record when executing a query. Implement this function
in the table using a hash table on the ID stored in the data.
2006-03-20 12:03:04 +01:00
Robert Shearman
d62aa01ec0
msi: Add a test for MsiFormatRecord with integer fields.
2006-03-20 12:01:43 +01:00
Robert Shearman
15a7d3b2b4
wininet: Copy from the start of the cookie name, not the cookie data.
...
Copy from the start of the cookie name, not the cookie data when
parsing cookies with a NULL cookie name.
2006-03-20 12:01:25 +01:00
Robert Shearman
3efe42537a
include: Add some more defines to wininet.h.
2006-03-20 12:01:15 +01:00
Robert Shearman
6291ad6ca1
wcmd: Use PACKAGE_VERSION as the wcmd version.
2006-03-20 12:01:06 +01:00
Robert Shearman
650ac14219
ole: Use the thread pool for executing RPC calls for better performance
...
(after the thread pool has been improved).
2006-03-20 12:00:50 +01:00