wine
19 years agowined3d: Added D3D9 render states.
Vitaly Budovski [Sat, 25 Feb 2006 09:52:44 +0000 (20:52 +1100)] 
wined3d: Added D3D9 render states.

19 years agowined3d: Fixed some typos and prevented divide by 0.
Vitaly Budovski [Sat, 25 Feb 2006 09:50:27 +0000 (20:50 +1100)] 
wined3d: Fixed some typos and prevented divide by 0.

19 years agocrypt32: Don't access a blob after freeing it.
Eric Pouech [Mon, 27 Feb 2006 21:24:59 +0000 (22:24 +0100)] 
crypt32: Don't access a blob after freeing it.

19 years agowinedbg: Added a close_process method to process_io.
Eric Pouech [Mon, 27 Feb 2006 20:50:43 +0000 (21:50 +0100)] 
winedbg: Added a close_process method to process_io.

- added a close_process method to process_io
- made use of it to get rid of dbg_detach

19 years agowinedbg: Extend auto mode with minidump.
Eric Pouech [Mon, 27 Feb 2006 20:50:39 +0000 (21:50 +0100)] 
winedbg: Extend auto mode with minidump.

- added -minidump and -minidump <file> options to command line

Those options are to be used in remplacement of --auto to create a minidump
In the form --minidump <file>, the minidump will be created in <file>,
otherwise the filename will be automatically generated.

19 years agowinedbg: Rewrite auto mode.
Eric Pouech [Mon, 27 Feb 2006 20:50:36 +0000 (21:50 +0100)] 
winedbg: Rewrite auto mode.

- rewrote auto mode as a specific set of commands to be run in
  regular parser, instead of hard coding those commands
- added a new function to store a set of commands to be executed
  in a file
- added 'echo' command to the parser functions
- got rid of dbg_action_mode
- added support of '--' on command line

19 years agowinedbg: Fixed regression in gdb handling.
Eric Pouech [Mon, 27 Feb 2006 20:50:33 +0000 (21:50 +0100)] 
winedbg: Fixed regression in gdb handling.

19 years agoadvpack: Factor out loading the program files directory.
James Hawkins [Mon, 27 Feb 2006 19:50:25 +0000 (13:50 -0600)] 
advpack: Factor out loading the program files directory.

19 years agoadvpack: Add tests for the TranslateInfStringEx trio of functions and
James Hawkins [Mon, 27 Feb 2006 19:50:03 +0000 (13:50 -0600)] 
advpack: Add tests for the TranslateInfStringEx trio of functions and
fix the errors.

19 years agoadvpack: Factor out the API loading of advpack tests.
James Hawkins [Mon, 27 Feb 2006 19:49:50 +0000 (13:49 -0600)] 
advpack: Factor out the API loading of advpack tests.

19 years agocrypt32: Correct compile problem on gcc 2.95.
Juan Lang [Mon, 27 Feb 2006 17:23:07 +0000 (09:23 -0800)] 
crypt32: Correct compile problem on gcc 2.95.

19 years agocrypt32: Add Korean translation.
YunSong Hwang [Tue, 28 Feb 2006 04:16:17 +0000 (13:16 +0900)] 
crypt32: Add Korean translation.

19 years agomsvcrt: Add a stub for _wsetlocale.
Mike McCormack [Tue, 28 Feb 2006 04:15:50 +0000 (13:15 +0900)] 
msvcrt: Add a stub for _wsetlocale.

19 years agowinecfg: New Hungarian language resource.
Kovács András [Mon, 27 Feb 2006 19:33:05 +0000 (20:33 +0100)] 
winecfg: New Hungarian language resource.

19 years agod3d8: Remove spaces before '\n'.
Francois Gouget [Mon, 27 Feb 2006 19:59:20 +0000 (20:59 +0100)] 
d3d8: Remove spaces before '\n'.

19 years agod3d8: Header cleanup.
Roderick Colenbrander [Mon, 27 Feb 2006 16:46:12 +0000 (17:46 +0100)] 
d3d8: Header cleanup.
Remove unneeded structures and functions from d3d8_private.h, clean
some datatypes up and remove d3dcore_gl.h.

19 years agomshtml: Added nsIInterfaceRequestor implementation.
Jacek Caban [Mon, 27 Feb 2006 18:08:23 +0000 (19:08 +0100)] 
mshtml: Added nsIInterfaceRequestor implementation.

19 years agomshtml: Improve ConfirmEx hack.
Jacek Caban [Fri, 24 Feb 2006 21:21:03 +0000 (22:21 +0100)] 
mshtml: Improve ConfirmEx hack.

19 years agoadvpack: Prepare the unicodification of advpack.dll.
Francois Gouget [Fri, 24 Feb 2006 15:09:42 +0000 (16:09 +0100)] 
advpack: Prepare the unicodification of advpack.dll.
All functions that manipulate strings should have an Ansi and a
Unicode variant.
Forward the unqualified dll entry points to the Ansi variant for
backward compatibility.
We're not allowed to use unqualified entry points in Wine, so change
RegInstall() calls to RegInstallA().
Update win32.api.

19 years agowinedbg: Auto mode.
Eric Pouech [Fri, 24 Feb 2006 21:15:08 +0000 (22:15 +0100)] 
winedbg: Auto mode.

- rewrite auto mode startup
- move part of auto handling to tgt_active.c

19 years agowinedbg: Move gdb command line handling.
Eric Pouech [Fri, 24 Feb 2006 21:14:36 +0000 (22:14 +0100)] 
winedbg: Move gdb command line handling.

- moves gdb command line handling to gdbproxy.c
- using manifest constants to make code more readable

19 years agowinedbg: Active and command line.
Eric Pouech [Fri, 24 Feb 2006 21:14:05 +0000 (22:14 +0100)] 
winedbg: Active and command line.

- move process attachment and process creation (related to command
  line handling) from winedbg.c to tgt_active.c
- tidy up argument parsing

19 years agowinedbg: Cleanup the process_io usage.
Eric Pouech [Fri, 24 Feb 2006 21:13:34 +0000 (22:13 +0100)] 
winedbg: Cleanup the process_io usage.

- made be_process_io references 'const'
- make use of it for dbg_read_memory and dbg_write_memory

19 years agowinedbg: Active targets
Eric Pouech [Fri, 24 Feb 2006 21:12:59 +0000 (22:12 +0100)] 
winedbg: Active targets

Move all code related to an 'active' target (ie a running process)
from winedbg.c to tgt_active.c.

19 years agokernel32: ClearCommError.
Eric Pouech [Fri, 24 Feb 2006 20:31:56 +0000 (21:31 +0100)] 
kernel32: ClearCommError.

ClearCommError should only deal with *communication* errors (are being
seen on the serial interface) rather than API errors (which can be
reported to the caller by the API itself).  I then removed all the
stuff related to storing the error status in the server object.

19 years agoriched20: Implement EM_SCROLL and its tests.
Andrew de los Reyes [Sat, 25 Feb 2006 07:26:42 +0000 (23:26 -0800)] 
riched20: Implement EM_SCROLL and its tests.

19 years agoriched20: EM_HIDESELECTION implementation.
Hamza Lakhani [Fri, 24 Feb 2006 21:31:25 +0000 (13:31 -0800)] 
riched20: EM_HIDESELECTION implementation.

19 years agoddraw: Fix transparent Blits on 8bit surfaces.
Peter Beutner [Sat, 25 Feb 2006 12:34:52 +0000 (13:34 +0100)] 
ddraw: Fix transparent Blits on 8bit surfaces.
There are no red/green/blue bitmasks with color depth==8bpp. In that
case always match against the whole byte.

19 years agowined3d: Don't use GetDevice in IWineD3DSurfaceImpl_GetContainer, as
H. Verbeet [Fri, 24 Feb 2006 20:40:18 +0000 (20:40 +0000)] 
wined3d: Don't use GetDevice in IWineD3DSurfaceImpl_GetContainer, as
it adds a reference to the device that shouldn't be there.

19 years agod3d8: Moved the remaining code over to WineD3D (based on patches by
Roderick Colenbrander [Sat, 25 Feb 2006 12:15:08 +0000 (13:15 +0100)] 
d3d8: Moved the remaining code over to WineD3D (based on patches by
Oliver Stieber).

19 years agowinsock: Fix two Windows to Unix mapping issues.
Hans Leidekker [Sat, 25 Feb 2006 19:31:32 +0000 (20:31 +0100)] 
winsock: Fix two Windows to Unix mapping issues.
Handle wildcard address family hint in getaddrinfo.
Convert flags too in getnameinfo.

19 years agocrypt32: Add German resource file.
Henning Gerhardt [Sat, 25 Feb 2006 14:14:49 +0000 (15:14 +0100)] 
crypt32: Add German resource file.

19 years agomscms: One more LastError code fixed.
Saulius Krasuckas [Sat, 25 Feb 2006 08:22:36 +0000 (10:22 +0200)] 
mscms: One more LastError code fixed.

19 years agoshell32/tests: Added test for Desktop::ParseDisplayName(SHGetFolderPath(CSIDL_PERSONAL))
Michael Jung [Fri, 24 Feb 2006 21:24:12 +0000 (22:24 +0100)] 
shell32/tests: Added test for Desktop::ParseDisplayName(SHGetFolderPath(CSIDL_PERSONAL))
Test if the Desktop Folder's ParseDisplayName recognizes MyDocument's
path.  Removed some HRESULT tests on IUnknown_Release calls, which
returns ULONG.

19 years agomshtml: Return error in NewChannelFromURL if retval is NULL.
Jacek Caban [Fri, 24 Feb 2006 19:32:23 +0000 (20:32 +0100)] 
mshtml: Return error in NewChannelFromURL if retval is NULL.

19 years agomshtml: Added nsIURI::Clone implementation.
Jacek Caban [Fri, 24 Feb 2006 19:31:12 +0000 (20:31 +0100)] 
mshtml: Added nsIURI::Clone implementation.

19 years agomshtml: Don't add null byte to post data.
Jacek Caban [Fri, 24 Feb 2006 19:29:37 +0000 (20:29 +0100)] 
mshtml: Don't add null byte to post data.

19 years agomshtml: Init nsIOService as soon as possible.
Jacek Caban [Fri, 24 Feb 2006 19:27:38 +0000 (20:27 +0100)] 
mshtml: Init nsIOService as soon as possible.

19 years agoiphplapi: Define IF_NAMESIZE if missing.
Vitaly Lipatov [Fri, 24 Feb 2006 10:27:45 +0000 (13:27 +0300)] 
iphplapi: Define IF_NAMESIZE if missing.

19 years agoUpdated/new Norwegian Bokmål resources.
Alexander N. Sørnes [Fri, 24 Feb 2006 17:53:33 +0000 (18:53 +0100)] 
Updated/new Norwegian Bokmål resources.

19 years agoole32: Add descriptions for StgCreateDocfile and StgIsStorageFile functions.
Vitaly Lipatov [Fri, 24 Feb 2006 17:06:35 +0000 (20:06 +0300)] 
ole32: Add descriptions for StgCreateDocfile and StgIsStorageFile functions.

19 years agoriched20: Added a comment to make life easier.
Phil Krylov [Fri, 24 Feb 2006 12:49:05 +0000 (15:49 +0300)] 
riched20: Added a comment to make life easier.

19 years agoAssorted spelling fixes.
Francois Gouget [Fri, 24 Feb 2006 15:11:36 +0000 (16:11 +0100)] 
Assorted spelling fixes.

19 years agocrypt32: Add CryptQueryObject() prototype.
Francois Gouget [Fri, 24 Feb 2006 15:03:49 +0000 (16:03 +0100)] 
crypt32: Add CryptQueryObject() prototype.
Update win32.api.

19 years agowinsock: Tweak getnameinfo() prototype.
Francois Gouget [Fri, 24 Feb 2006 14:58:09 +0000 (15:58 +0100)] 
winsock: Tweak getnameinfo() prototype.
Tweak the getnameinfo() prototype to better match the Windows PSDK and
the GetNameInfoW() prototype.
Update win32.api.

19 years agosfc: Updates.
Francois Gouget [Fri, 24 Feb 2006 14:44:15 +0000 (15:44 +0100)] 
sfc: Updates.
Add a missing sfc.dll prototype.
Add an sfc.dll section to win32.api for winapi_check.

19 years agomsftedit: Fix CreateTextServices() forward.
Francois Gouget [Fri, 24 Feb 2006 14:50:44 +0000 (15:50 +0100)] 
msftedit: Fix CreateTextServices() forward.

19 years agod3d8: Remove spaces before '\n', spelling fix.
Francois Gouget [Fri, 24 Feb 2006 14:49:20 +0000 (15:49 +0100)] 
d3d8: Remove spaces before '\n', spelling fix.

19 years agoAdd trailing '\n's to ok() calls.
Francois Gouget [Fri, 24 Feb 2006 14:45:43 +0000 (15:45 +0100)] 
Add trailing '\n's to ok() calls.

19 years agouser32: Handle WM_ENDSESSION in DefWinProc().
Francois Gouget [Fri, 24 Feb 2006 14:34:09 +0000 (15:34 +0100)] 
user32: Handle WM_ENDSESSION in DefWinProc().
DefWinProc() should call PostQuitMessage() on WM_ENDSESSION if the
shutdown is proceeding.

19 years agouser32: 0 vs. INFINITE timeout.
Francois Gouget [Fri, 24 Feb 2006 12:14:17 +0000 (13:14 +0100)] 
user32: 0 vs. INFINITE timeout.
It is 0 that denotes an infinite timeout for the wine server now, not
-1 (INFINITE).
Document put_message_in_queue()'s check for INFINITE (done for
backwards compatibility with Windows 9x).

19 years agouser: Fix ExitWindows().
Francois Gouget [Fri, 24 Feb 2006 11:58:16 +0000 (12:58 +0100)] 
user: Fix ExitWindows().
- Use 0 to get an infinite timeout with SendMessageTimeoutW().
- Use SendMessageTimeoutW() to send the WM_ENDSESSION messages too so
we don't get stuck if a process is hung.
- Only send WM_ENDSESSION to windows that received a
WM_QUERYENDSESSION message. Also better mimick the Windows behavior.

19 years agousp10: Tidy default values.
Jeff Latimer [Fri, 24 Feb 2006 09:13:51 +0000 (20:13 +1100)] 
usp10: Tidy default values.
Set values for pwLogClust, uJustification and fClusterStart similar to
what Windows uses.

19 years agox11drv: Make the synchronous option a debug channel instead of a
Alexandre Julliard [Fri, 24 Feb 2006 20:05:44 +0000 (21:05 +0100)] 
x11drv: Make the synchronous option a debug channel instead of a
registry entry to make it easier to use.

19 years agoconfigure: Added special check for broken linux/capi.h.
Alexandre Julliard [Fri, 24 Feb 2006 10:46:17 +0000 (11:46 +0100)] 
configure: Added special check for broken linux/capi.h.

19 years agontdll: Use PROT_NONE instead of 0.
Alexandre Julliard [Fri, 24 Feb 2006 10:31:24 +0000 (11:31 +0100)] 
ntdll: Use PROT_NONE instead of 0.

19 years agokernel: Don't request execute permission for DOS memory.
Alexandre Julliard [Fri, 24 Feb 2006 10:31:04 +0000 (11:31 +0100)] 
kernel: Don't request execute permission for DOS memory.

19 years agocrypt32: Use public functions during serialization rather than relying
Juan Lang [Fri, 24 Feb 2006 01:47:12 +0000 (17:47 -0800)] 
crypt32: Use public functions during serialization rather than relying
on the internal format of a certificate.

19 years agocrypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
Juan Lang [Thu, 23 Feb 2006 21:18:13 +0000 (13:18 -0800)] 
crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
- implement CryptEnumOIDInfo and CryptFindOIDInfo
- implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo

19 years agowinspool/tests: Skip tests, when a remote print server has no RPC
Detlef Riekenberg [Thu, 23 Feb 2006 15:03:32 +0000 (16:03 +0100)] 
winspool/tests: Skip tests, when a remote print server has no RPC
service running.

19 years agoole32/tests: Do not compare returned by DeleteFile value with TRUE.
Vitaly Lipatov [Thu, 23 Feb 2006 13:31:59 +0000 (16:31 +0300)] 
ole32/tests: Do not compare returned by DeleteFile value with TRUE.

19 years agoole: Fallthrough from local activation in CoGetClassObject.
Robert Shearman [Thu, 23 Feb 2006 19:02:00 +0000 (19:02 +0000)] 
ole: Fallthrough from local activation in CoGetClassObject.
If local-server or local-service activation doesn't work in
CoGetClassObject then fallthrough instead of returning from the
function.

19 years agooleaut: Fix standard font cloning.
Robert Shearman [Thu, 23 Feb 2006 19:01:02 +0000 (19:01 +0000)] 
oleaut: Fix standard font cloning.
Create new empty connection points on clone of the standard Font
(based on a patch by Alex Villacís Lasso).

19 years agouser: Give meaningful names to the structures used to transfer
Francois Gouget [Thu, 23 Feb 2006 16:57:59 +0000 (17:57 +0100)] 
user: Give meaningful names to the structures used to transfer
information to the test threads.

19 years agomsi: When evaluating conditions, if the condition is empty or none is
Ulrich Czekalla [Thu, 23 Feb 2006 16:33:10 +0000 (11:33 -0500)] 
msi: When evaluating conditions, if the condition is empty or none is
provided then treat it as being satisfied.

19 years agomsxml3: Fix for empty node lists.
Huw Davies [Thu, 23 Feb 2006 14:10:06 +0000 (14:10 +0000)] 
msxml3: Fix for empty node lists.

19 years agogdi: Use "MS Sans Serif" as default sans serif font, not Arial.
Dmitry Timoshkov [Thu, 23 Feb 2006 12:33:06 +0000 (20:33 +0800)] 
gdi: Use "MS Sans Serif" as default sans serif font, not Arial.

19 years agogdi32: Fallback to StretchDIBits if the driver doesn't support BitBlt.
Huw Davies [Thu, 23 Feb 2006 12:02:03 +0000 (12:02 +0000)] 
gdi32: Fallback to StretchDIBits if the driver doesn't support BitBlt.

19 years agocfgmgr32: Forward some functions to setupapi.dll.
Detlef Riekenberg [Thu, 23 Feb 2006 11:26:22 +0000 (12:26 +0100)] 
cfgmgr32: Forward some functions to setupapi.dll.

19 years agoserver: Add directories to recursive watches as they're opened.
Mike McCormack [Wed, 22 Feb 2006 15:45:34 +0000 (00:45 +0900)] 
server: Add directories to recursive watches as they're opened.

19 years agowincrypt: Add OIDs.
Juan Lang [Thu, 23 Feb 2006 06:25:19 +0000 (22:25 -0800)] 
wincrypt: Add OIDs.

19 years agosetupapi: Downgrade an ERR to a WARN.
James Hawkins [Thu, 23 Feb 2006 05:39:51 +0000 (23:39 -0600)] 
setupapi: Downgrade an ERR to a WARN.

19 years agoriched20: Call GetClipboardData callback on cut/copy.
Kevin Koltzau [Thu, 23 Feb 2006 04:09:59 +0000 (23:09 -0500)] 
riched20: Call GetClipboardData callback on cut/copy.

19 years agoriched20: Enable retrieving data through the ole interface.
Kevin Koltzau [Thu, 23 Feb 2006 04:09:11 +0000 (23:09 -0500)] 
riched20: Enable retrieving data through the ole interface.

19 years agoriched20: Ensure copied text is terminated with a null.
Kevin Koltzau [Thu, 23 Feb 2006 04:05:50 +0000 (23:05 -0500)] 
riched20: Ensure copied text is terminated with a null.

19 years agoriched20: EM_GETOLEINTERFACE is not a stub.
Kevin Koltzau [Thu, 23 Feb 2006 04:05:20 +0000 (23:05 -0500)] 
riched20: EM_GETOLEINTERFACE is not a stub.

19 years agoriched20: Store reference to editor in ole interface.
Kevin Koltzau [Thu, 23 Feb 2006 04:05:11 +0000 (23:05 -0500)] 
riched20: Store reference to editor in ole interface.

19 years agoriched20: Allocate proper amount of memory for formatetc array.
Kevin Koltzau [Thu, 23 Feb 2006 04:04:56 +0000 (23:04 -0500)] 
riched20: Allocate proper amount of memory for formatetc array.

19 years agocrypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
Juan Lang [Thu, 23 Feb 2006 00:26:52 +0000 (16:26 -0800)] 
crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.

19 years agocrypt32: Implement CertFindCertificateInStore, with tests.
Juan Lang [Wed, 22 Feb 2006 21:44:56 +0000 (13:44 -0800)] 
crypt32: Implement CertFindCertificateInStore, with tests.

19 years agoAdded msftedit.dll.
Stefan Leichter [Wed, 22 Feb 2006 18:17:48 +0000 (19:17 +0100)] 
Added msftedit.dll.

19 years agoriched20: Add IDataObject implementation and use it for cut/copy.
Kevin Koltzau [Wed, 22 Feb 2006 18:56:11 +0000 (13:56 -0500)] 
riched20: Add IDataObject implementation and use it for cut/copy.

19 years agowidl: Fix 64bit warning.
Kevin Koltzau [Wed, 22 Feb 2006 18:52:53 +0000 (13:52 -0500)] 
widl: Fix 64bit warning.

19 years agox11drv: Fix 64bit warning.
Kevin Koltzau [Wed, 22 Feb 2006 18:53:19 +0000 (13:53 -0500)] 
x11drv: Fix 64bit warning.

19 years agomsi: Fix heap overflow in ITERATE_CreateShortcuts.
Robert Shearman [Wed, 22 Feb 2006 16:31:00 +0000 (16:31 +0000)] 
msi: Fix heap overflow in ITERATE_CreateShortcuts.

19 years agomsi: Init size before passing to RegEnumValue.
Robert Shearman [Wed, 22 Feb 2006 16:30:57 +0000 (16:30 +0000)] 
msi: Init size before passing to RegEnumValue.

19 years agomsi: Always set a value for intype in ready_volume.
Robert Shearman [Wed, 22 Feb 2006 16:30:54 +0000 (16:30 +0000)] 
msi: Always set a value for intype in ready_volume.
Remove a memory leak.

19 years agomsi: Fix heap overflow in save_string_table.
Robert Shearman [Wed, 22 Feb 2006 16:30:50 +0000 (16:30 +0000)] 
msi: Fix heap overflow in save_string_table.
Fix heap overflow caused by not accounting for the dummy first item,
which contains the codepage.

19 years agoole: Make the CoCreateInstance test succeed.
Robert Shearman [Wed, 22 Feb 2006 16:26:25 +0000 (16:26 +0000)] 
ole: Make the CoCreateInstance test succeed.
Move the uninitialized apartment check after zeroing out the return
value.

19 years agoriched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
Brian Chang [Tue, 21 Feb 2006 21:49:19 +0000 (13:49 -0800)] 
riched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
ECO_READONLY implemented and tested.

19 years agocrypt32: Tidy up tests.
Juan Lang [Wed, 22 Feb 2006 16:02:36 +0000 (08:02 -0800)] 
crypt32: Tidy up tests.
Fix up encoded data to use BYTE arrays rather than strings, and remove
extraneous NULL bytes from the end of some of them

19 years agocrypt32: Add stubs for CryptFindOIDInfo and I_CryptInstallAsn1Module.
Juan Lang [Wed, 22 Feb 2006 15:37:24 +0000 (07:37 -0800)] 
crypt32: Add stubs for CryptFindOIDInfo and I_CryptInstallAsn1Module.
Move CryptVerifyMessageSignature stub to main.c.

19 years agokernel32: Add a stub implementation for CmdBatNotification.
Mike McCormack [Wed, 22 Feb 2006 11:54:16 +0000 (20:54 +0900)] 
kernel32: Add a stub implementation for CmdBatNotification.

19 years agokernel: Initialize the dll path from the main exe name explicitly
Alexandre Julliard [Wed, 22 Feb 2006 16:02:25 +0000 (17:02 +0100)] 
kernel: Initialize the dll path from the main exe name explicitly
since ImagePathName is not always set at that point.

19 years agoexplorer: Moved systray configuration option to a more appropriate place
Alexandre Julliard [Wed, 22 Feb 2006 16:01:15 +0000 (17:01 +0100)] 
explorer: Moved systray configuration option to a more appropriate place
and make it compatible with the way other options are stored.

19 years agoshell32: Move systray handling to the explorer process.
Robert Shearman [Sun, 19 Feb 2006 17:50:27 +0000 (17:50 +0000)] 
shell32: Move systray handling to the explorer process.

19 years agokernel: Get rid of module.h.
Alexandre Julliard [Wed, 22 Feb 2006 15:30:22 +0000 (16:30 +0100)] 
kernel: Get rid of module.h.

19 years agontdll: Simplify loadorder code by using an enum instead of an array
Alexandre Julliard [Wed, 22 Feb 2006 15:30:05 +0000 (16:30 +0100)] 
ntdll: Simplify loadorder code by using an enum instead of an array
to represent load order values.
Added a special value for default load order so that we can handle it
differently later on.

19 years agokernel: Don't bother checking load order of the exe in the parent process.
Alexandre Julliard [Wed, 22 Feb 2006 15:21:12 +0000 (16:21 +0100)] 
kernel: Don't bother checking load order of the exe in the parent process.

19 years agogdi32: Update due to last minute api change in freetype 2.2.0.
Huw Davies [Wed, 22 Feb 2006 12:24:25 +0000 (12:24 +0000)] 
gdi32: Update due to last minute api change in freetype 2.2.0.
FT_Module_Get_Flags existed briefly in freetype 2.2.0.rc1 but has now
been replaced by FT_Get_TrueType_Engine_Type.  There's no point in
supporting an rc1 release, so this removes support for
FT_Module_Get_Flags and adds support for FT_Get_TrueType_Engine_Type.