wine
18 years agowined3d: Fix the relation between volumes and their container.
H. Verbeet [Mon, 6 Mar 2006 18:28:20 +0000 (18:28 +0000)] 
wined3d: Fix the relation between volumes and their container.

18 years agowined3d: Fix the relation between surfaces and their container.
H. Verbeet [Mon, 6 Mar 2006 18:28:03 +0000 (18:28 +0000)] 
wined3d: Fix the relation between surfaces and their container.

18 years agowined3d: Don't call glCompressedTexImage2DARB without allocatedMemory.
H. Verbeet [Mon, 6 Mar 2006 18:27:53 +0000 (18:27 +0000)] 
wined3d: Don't call glCompressedTexImage2DARB without allocatedMemory.

Don't call glCompressedTexImage2DARB if we haven't got allocatedMemory (yet).
Fix a small typo.

18 years agowininet: Rewrite InternetCreateUrlW.
Robert Shearman [Mon, 6 Mar 2006 17:31:56 +0000 (17:31 +0000)] 
wininet: Rewrite InternetCreateUrlW.

- Rewrite InternetCreateUrlW to respect the lengths passed in via the
  URL_COMPONENTS structure and fall back to a strlenW call when a
  length is zero.
- Expand the number of protocols supported when determining whether
  the port number should be added.
- Fix a test by passing in the correct length of scheme.

18 years agowininet: Don't continue to connect to a secure server without SSL support since it...
Robert Shearman [Mon, 6 Mar 2006 17:31:09 +0000 (17:31 +0000)] 
wininet: Don't continue to connect to a secure server without SSL support since it won't work.

Don't continue to connect to a secure server without SSL support since
it won't work. Return an error back to the application instead.

18 years agowininet: More tests for InternetCreateUrl.
Robert Shearman [Mon, 6 Mar 2006 17:31:32 +0000 (17:31 +0000)] 
wininet: More tests for InternetCreateUrl.

Fix an InternetCreateUrl test so that it correctly sets the scheme
length and add tests which show the behaviour when the lengths are set
to zero and when the https scheme is used.

18 years agowininet: Add stub for missing InternetSetOption.
Victor Pelt [Mon, 6 Mar 2006 13:04:47 +0000 (14:04 +0100)] 
wininet: Add stub for missing InternetSetOption.

18 years agolibwine: Export a function to retrieve the data directory (based on a
Alexandre Julliard [Mon, 6 Mar 2006 17:50:15 +0000 (18:50 +0100)] 
libwine: Export a function to retrieve the data directory (based on a
patch by Dmitry Timoshkov).

18 years agoFix compatibility with native advpack dlls.
Francois Gouget [Mon, 6 Mar 2006 10:11:09 +0000 (11:11 +0100)] 
Fix compatibility with native advpack dlls.

Most native advpack dlls in circulation don't have RegInstallA. So
mshtml and urlmon should do a GetProcAddress() on 'RegInstall'
instead.

18 years agowrc: Don't use identifiers starting yy*, they're reserved for flex.
Mike McCormack [Mon, 6 Mar 2006 12:41:00 +0000 (21:41 +0900)] 
wrc: Don't use identifiers starting yy*, they're reserved for flex.

18 years agoavifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros.
Mike McCormack [Mon, 6 Mar 2006 11:33:13 +0000 (20:33 +0900)] 
avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros.

18 years agoshdocvw: Added get_LocationURL implementation.
Jacek Caban [Mon, 6 Mar 2006 14:53:31 +0000 (15:53 +0100)] 
shdocvw: Added get_LocationURL implementation.

18 years agomshtml: Added IHTMLElementCollection implementation.
Jacek Caban [Sun, 5 Mar 2006 20:56:04 +0000 (21:56 +0100)] 
mshtml: Added IHTMLElementCollection implementation.

- Added IHTMLElementCollection implementation.
- Added get_all implementation.

18 years agoshell32: Grow the file list dynamically in SHFileOperation.
Alexandre Julliard [Mon, 6 Mar 2006 16:47:57 +0000 (17:47 +0100)] 
shell32: Grow the file list dynamically in SHFileOperation.

This avoids searching the same directories twice, once to count the
files and then once for real.

18 years agoshell32: Store only the file attributes in the file list for SHFileOperation.
Alexandre Julliard [Mon, 6 Mar 2006 15:44:31 +0000 (16:44 +0100)] 
shell32: Store only the file attributes in the file list for SHFileOperation.

We don't need the rest of the WIN32_FIND_DATA structure.

18 years agoshell32: Fixed handling of null-terminated file list in SHFileOperation.
Alexandre Julliard [Mon, 6 Mar 2006 15:42:34 +0000 (16:42 +0100)] 
shell32: Fixed handling of null-terminated file list in SHFileOperation.

18 years agoshell32: Skip dot directories in SHFileOperation.
Aric Stewart [Fri, 3 Mar 2006 16:08:32 +0000 (10:08 -0600)] 
shell32: Skip dot directories in SHFileOperation.

In ShFileOperation when generating a file list with * wildcards, for
example for deletion, do not include the dot directories (. and ..) in
the list, because that cause the operation to spiral out of control.

18 years agoserver: Avoid crash in set_thread_desktop if the thread doesn't have a queue.
Alexandre Julliard [Mon, 6 Mar 2006 14:10:59 +0000 (15:10 +0100)] 
server: Avoid crash in set_thread_desktop if the thread doesn't have a queue.

18 years agoserver: Return real parent and owner in the create_window request.
Alexandre Julliard [Mon, 6 Mar 2006 14:00:37 +0000 (15:00 +0100)] 
server: Return real parent and owner in the create_window request.

Remove computing of parent and owner handles on the client side.

18 years agouser: Allow creating windows of the desktop class.
Alexandre Julliard [Mon, 6 Mar 2006 11:44:38 +0000 (12:44 +0100)] 
user: Allow creating windows of the desktop class.

18 years agouser: Allow some Wine internal messages to act on the desktop window.
Alexandre Julliard [Mon, 6 Mar 2006 11:37:13 +0000 (12:37 +0100)] 
user: Allow some Wine internal messages to act on the desktop window.

18 years agompr: Stub implementations of some mpr functions.
Mike McCormack [Sat, 4 Mar 2006 15:55:30 +0000 (00:55 +0900)] 
mpr: Stub implementations of some mpr functions.

18 years agoshell32: Unicode'ify ISFHelper interface.
Michael Jung [Sun, 5 Mar 2006 12:25:23 +0000 (13:25 +0100)] 
shell32: Unicode'ify ISFHelper interface.

18 years agowined3d: Fix retrieval of driver adapter versions.
Vitaliy Margolen [Sun, 5 Mar 2006 20:07:44 +0000 (13:07 -0700)] 
wined3d: Fix retrieval of driver adapter versions.

18 years agodbghelp: Added type for array index.
Eric Pouech [Sun, 5 Mar 2006 20:48:18 +0000 (21:48 +0100)] 
dbghelp: Added type for array index.

- added type for array index
- correctly parsing array index type in stabs, Dwarf2 and MSC formats
- fixed SyGetTypeInfo accordingly

18 years agomsvcrt: Some more fixes to name demangling.
Eric Pouech [Sun, 5 Mar 2006 20:48:35 +0000 (21:48 +0100)] 
msvcrt: Some more fixes to name demangling.

18 years agodbghelp: Implemented TI_GET_COUNT in SymGetTypeInfo for function.
Eric Pouech [Sun, 5 Mar 2006 20:48:07 +0000 (21:48 +0100)] 
dbghelp: Implemented TI_GET_COUNT in SymGetTypeInfo for function.

18 years agowined3d: Add d3d7 and d3d8/9 cap flags to wined3d_types.h.
Stefan Dösinger [Sun, 5 Mar 2006 20:07:10 +0000 (21:07 +0100)] 
wined3d: Add d3d7 and d3d8/9 cap flags to wined3d_types.h.

18 years agowined3d: Add a few more WINED3DFMT formats to be recognized.
Jason Green [Mon, 6 Mar 2006 02:26:19 +0000 (21:26 -0500)] 
wined3d: Add a few more WINED3DFMT formats to be recognized.

18 years agoshdocvw: Beginning ShowContextMenu implementation.
Jacek Caban [Sun, 5 Mar 2006 21:28:37 +0000 (22:28 +0100)] 
shdocvw: Beginning ShowContextMenu implementation.

18 years agomshtml: Added get_documentElement implementation.
Jacek Caban [Sun, 5 Mar 2006 19:41:18 +0000 (20:41 +0100)] 
mshtml: Added get_documentElement implementation.

18 years agomshtml: Added IHTMLElement implementation.
Jacek Caban [Sun, 5 Mar 2006 19:39:59 +0000 (20:39 +0100)] 
mshtml: Added IHTMLElement implementation.

18 years agomshtml: Added more interfaces to mshtml.idl.
Jacek Caban [Sun, 5 Mar 2006 19:52:19 +0000 (20:52 +0100)] 
mshtml: Added more interfaces to mshtml.idl.

18 years agomshtml: Added IHTMLDOMNode implementation.
Jacek Caban [Sun, 5 Mar 2006 19:38:30 +0000 (20:38 +0100)] 
mshtml: Added IHTMLDOMNode implementation.

18 years agowined3d: Added OpenGL 2.0 function definitions.
Vitaly Budovski [Sun, 5 Mar 2006 08:21:28 +0000 (19:21 +1100)] 
wined3d: Added OpenGL 2.0 function definitions.

18 years agowcmd: Improve command line processing.
Robert Shearman [Sun, 5 Mar 2006 13:36:03 +0000 (13:36 +0000)] 
wcmd: Improve command line processing.

Make the command line processing more robust by continuing to process
command line options if an unknown one is detected and remove the
skipping of argv[0], which is no longer necessary. This fixes the
parsing when argv[0] isn't set to the program name.

18 years agooleaut: Implement VarBstrFromDisp.
Robert Shearman [Sun, 5 Mar 2006 13:37:47 +0000 (13:37 +0000)] 
oleaut: Implement VarBstrFromDisp.

18 years agooleaut: Fix VarFormat for VT_NULL variants.
Robert Shearman [Sun, 5 Mar 2006 13:36:56 +0000 (13:36 +0000)] 
oleaut: Fix VarFormat for VT_NULL variants.

18 years agoole: Implement IRpcChannelBuffer::GetDestCtx on the client side.
Robert Shearman [Sun, 5 Mar 2006 13:37:34 +0000 (13:37 +0000)] 
ole: Implement IRpcChannelBuffer::GetDestCtx on the client side.

18 years agoole: Store the destination context and the destination context data in
Robert Shearman [Sun, 5 Mar 2006 13:37:22 +0000 (13:37 +0000)] 
ole: Store the destination context and the destination context data in
the proxy manager when unmarshaling.

18 years agoinclude: Add more definitions and types to olectl.h.
Robert Shearman [Sun, 5 Mar 2006 13:38:01 +0000 (13:38 +0000)] 
include: Add more definitions and types to olectl.h.

18 years agooleaut: Add some more VarFormat tests and fix the VarMod decimal test.
Robert Shearman [Sun, 5 Mar 2006 13:36:39 +0000 (13:36 +0000)] 
oleaut: Add some more VarFormat tests and fix the VarMod decimal test.

18 years agooleaut: Split OLEPictureImpl_Load.
Robert Shearman [Sun, 5 Mar 2006 13:34:31 +0000 (13:34 +0000)] 
oleaut: Split OLEPictureImpl_Load.

Split OLEPictureImpl_Load into separate functions for the different file
types.

18 years agowinecfg: Fix a typo (LVM_ -> TVM_).
Mike McCormack [Sat, 4 Mar 2006 15:58:44 +0000 (00:58 +0900)] 
winecfg: Fix a typo (LVM_ -> TVM_).

18 years agowined3d: Implemented WINED3DRS_DEPTHBIAS.
Vitaly Budovski [Wed, 1 Mar 2006 12:37:58 +0000 (23:37 +1100)] 
wined3d: Implemented WINED3DRS_DEPTHBIAS.

18 years agowined3d: Added two sided stencil support to WINED3DRS_STENCILFUNC.
Vitaly Budovski [Sat, 4 Mar 2006 06:53:50 +0000 (17:53 +1100)] 
wined3d: Added two sided stencil support to WINED3DRS_STENCILFUNC.

18 years agowined3d: Added two sided stencil support to WINED3DRS_STENCILFAIL,
Vitaly Budovski [Sat, 4 Mar 2006 06:52:24 +0000 (17:52 +1100)] 
wined3d: Added two sided stencil support to WINED3DRS_STENCILFAIL,
WINED3DRS_STENCILZFAIL and WINED3DRS_STENCILPASS.

18 years agowined3d: Implemented fallback for separate stencil function in WINED3DRS_CCW_STENCILFUNC.
Vitaly Budovski [Sat, 4 Mar 2006 06:50:55 +0000 (17:50 +1100)] 
wined3d: Implemented fallback for separate stencil function in WINED3DRS_CCW_STENCILFUNC.

18 years agowined3d: Implemented fallback for separate stencil operation in WINED3DRS_CCW_STENCIL*.
Vitaly Budovski [Sat, 4 Mar 2006 06:49:05 +0000 (17:49 +1100)] 
wined3d: Implemented fallback for separate stencil operation in WINED3DRS_CCW_STENCIL*.

18 years agowined3d: Fix cut&paste typo.
Detlef Riekenberg [Fri, 3 Mar 2006 21:40:22 +0000 (22:40 +0100)] 
wined3d: Fix cut&paste typo.

18 years agowined3d: Add D3D7 texture stage types.
Stefan Dösinger [Fri, 3 Mar 2006 12:39:48 +0000 (13:39 +0100)] 
wined3d: Add D3D7 texture stage types.

18 years agowined3d: Add D3D7 render states.
Stefan Dösinger [Fri, 3 Mar 2006 12:25:22 +0000 (13:25 +0100)] 
wined3d: Add D3D7 render states.

18 years agowinebrowser: Use CP_UNIXCP when translating URL passed on command line
Dmitry Timoshkov [Sat, 4 Mar 2006 10:16:26 +0000 (18:16 +0800)] 
winebrowser: Use CP_UNIXCP when translating URL passed on command line
to unicode.

18 years agouser32: Fix the default height for CJK fonts.
Byeong-Sik Jeon [Sat, 4 Mar 2006 08:13:32 +0000 (17:13 +0900)] 
user32: Fix the default height for CJK fonts.

18 years agoavifil32: Eliminate some gcc 4.1 warnings caused by windowsx.h macros.
Mike McCormack [Sat, 4 Mar 2006 05:13:05 +0000 (14:13 +0900)] 
avifil32: Eliminate some gcc 4.1 warnings caused by windowsx.h macros.

18 years agocrypt32: Move serialization functions to serialize.c.
Juan Lang [Fri, 3 Mar 2006 18:48:52 +0000 (10:48 -0800)] 
crypt32: Move serialization functions to serialize.c.

18 years agomlang: Implement DllCanUnloadNow.
Christian Gmeiner [Fri, 3 Mar 2006 09:04:08 +0000 (10:04 +0100)] 
mlang: Implement DllCanUnloadNow.

18 years agogdi: Better support for 1bpp dib sections.
Huw Davies [Thu, 2 Mar 2006 12:13:28 +0000 (12:13 +0000)] 
gdi: Better support for 1bpp dib sections.

18 years agoregedit: Fix some gcc 4.1 warnings caused by casts in macros.
Mike McCormack [Fri, 3 Mar 2006 03:28:43 +0000 (12:28 +0900)] 
regedit: Fix some gcc 4.1 warnings caused by casts in macros.

18 years agowinecfg: Eliminate some gcc 4.1 warnings caused by casts in macros.
Mike McCormack [Fri, 3 Mar 2006 03:32:00 +0000 (12:32 +0900)] 
winecfg: Eliminate some gcc 4.1 warnings caused by casts in macros.

18 years agoshell32: Fix some gcc 4.1 warnings caused by casts in macros.
Mike McCormack [Fri, 3 Mar 2006 03:28:14 +0000 (12:28 +0900)] 
shell32: Fix some gcc 4.1 warnings caused by casts in macros.

18 years agomsrle32: Fix some gcc 4.1 warnings caused by casts in windowsx.h macros.
Mike McCormack [Fri, 3 Mar 2006 03:26:36 +0000 (12:26 +0900)] 
msrle32: Fix some gcc 4.1 warnings caused by casts in windowsx.h macros.

18 years agohhctrl.ocx: Fix a gcc 4.1 warning caused by a cast in a macro.
Mike McCormack [Fri, 3 Mar 2006 03:26:00 +0000 (12:26 +0900)] 
hhctrl.ocx: Fix a gcc 4.1 warning caused by a cast in a macro.

18 years agocomctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros.
Mike McCormack [Fri, 3 Mar 2006 03:25:36 +0000 (12:25 +0900)] 
comctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros.

18 years agocrypt32: Implement CertDuplicateStore.
Juan Lang [Thu, 2 Mar 2006 14:55:45 +0000 (06:55 -0800)] 
crypt32: Implement CertDuplicateStore.

18 years agod3d: Fix Validate(Pixel|Vertex)Shader() prototypes.
Francois Gouget [Thu, 2 Mar 2006 18:40:33 +0000 (19:40 +0100)] 
d3d: Fix Validate(Pixel|Vertex)Shader() prototypes.

Fix Validate(Pixel|Vertex)Shader() prototypes so they match the spec file.
Fix the stub message so it is more standard and use consistent
parameter names.

18 years agokernel: Protect sys/resource.h include.
Francois Gouget [Thu, 2 Mar 2006 18:37:37 +0000 (19:37 +0100)] 
kernel: Protect sys/resource.h include.

18 years agoRelease 0.9.9. wine-0.9.9
Alexandre Julliard [Thu, 2 Mar 2006 17:16:27 +0000 (18:16 +0100)] 
Release 0.9.9.

18 years agoFixed some compiler warnings on old gcc versions.
Alexandre Julliard [Thu, 2 Mar 2006 17:03:32 +0000 (18:03 +0100)] 
Fixed some compiler warnings on old gcc versions.

18 years agodlls: Remove 16-bit files on make clean.
Alexandre Julliard [Thu, 2 Mar 2006 15:16:31 +0000 (16:16 +0100)] 
dlls: Remove 16-bit files on make clean.

18 years agowined3d: Opengl 2.x compile fix.
Roderick Colenbrander [Thu, 2 Mar 2006 12:27:13 +0000 (13:27 +0100)] 
wined3d: Opengl 2.x compile fix.

18 years agouser: Fix uninitialized rectangle in menu arrow painting.
Vitaly Lipatov [Wed, 1 Mar 2006 17:56:47 +0000 (20:56 +0300)] 
user: Fix uninitialized rectangle in menu arrow painting.

18 years agowine.inf: Add a default RelayExclude.
Mike McCormack [Tue, 28 Feb 2006 15:21:52 +0000 (00:21 +0900)] 
wine.inf: Add a default RelayExclude.

18 years agowinedbg: Bring usage() and .man up to date.
Eric Pouech [Wed, 1 Mar 2006 20:05:39 +0000 (21:05 +0100)] 
winedbg: Bring usage() and .man up to date.

18 years agowinedbg: Add ability to reload a minidump.
Eric Pouech [Wed, 1 Mar 2006 20:05:35 +0000 (21:05 +0100)] 
winedbg: Add ability to reload a minidump.

- now recognize winedbg foo.mdmp on command line
- fleshed out tgt_minidump to reload information from minidump

18 years agowinedbg: process_io
Eric Pouech [Wed, 1 Mar 2006 20:05:31 +0000 (21:05 +0100)] 
winedbg: process_io

- added ability to specify process_io at process creation/attachment
  time
- created a process_io structure for gdbproxy

18 years agowinedbg: main_loop.
Eric Pouech [Wed, 1 Mar 2006 20:05:28 +0000 (21:05 +0100)] 
winedbg: main_loop.

- split dbg_main_loop in two parts (one for finishing the debuggee
  attachment, the second one really for handling the main loop)
- removed now longer needed dbg_main_loop

18 years agoshdocvw: Don't call hlink_navigate if HLNF_OPENINNEWWINDOW is set.
Jacek Caban [Wed, 1 Mar 2006 21:06:11 +0000 (22:06 +0100)] 
shdocvw: Don't call hlink_navigate if HLNF_OPENINNEWWINDOW is set.

- Don't call hlink_navigate if HLNF_OPENINNEWWINDOW is set.
- Remove unneeded call to GetBindInfo.

18 years agomshtml: Beginning support for links opened in a new frame.
Jacek Caban [Wed, 1 Mar 2006 21:04:51 +0000 (22:04 +0100)] 
mshtml: Beginning support for links opened in a new frame.

18 years agomshtml: Use NSContainer as 'This' of its window.
Jacek Caban [Wed, 1 Mar 2006 21:03:00 +0000 (22:03 +0100)] 
mshtml: Use NSContainer as 'This' of its window.

18 years agocabinet: Set proper error information on failures.
Gerold J. Wucherpfennig [Fri, 24 Feb 2006 13:28:20 +0000 (14:28 +0100)] 
cabinet: Set proper error information on failures.

18 years agouser32: Fix handling of '\b' right flush character in menus.
Rein Klazes [Wed, 1 Mar 2006 15:39:37 +0000 (16:39 +0100)] 
user32: Fix handling of '\b' right flush character in menus.
- do not add extra space; modify the tests to confirm this;
- right flush to the menu tab stop, not to the menu border;
- small fixes to the menu tab stop calculation.

18 years agoriched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
Brandon Woodmansee [Wed, 1 Mar 2006 10:49:42 +0000 (10:49 +0000)] 
riched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.

18 years agocrypt32: More gcc 2.95 adjustments.
Jeremy White [Wed, 1 Mar 2006 15:52:22 +0000 (09:52 -0600)] 
crypt32: More gcc 2.95 adjustments.

18 years agowined3d: Reverse GL_BGR to GL_RGB for the D3D RGB formats.
Aric Cyr [Wed, 1 Mar 2006 15:45:42 +0000 (00:45 +0900)] 
wined3d: Reverse GL_BGR to GL_RGB for the D3D RGB formats.
This fixes texture colours in many D3D games (verified with Age Of Mythology).

18 years agoole: Change NORMALEXTREFS to 5, like it is in native.
Robert Shearman [Wed, 1 Mar 2006 12:18:33 +0000 (12:18 +0000)] 
ole: Change NORMALEXTREFS to 5, like it is in native.

18 years agoole: Fix marshaling of proxies for interfaces that haven't already been unmarshaled.
Robert Shearman [Wed, 1 Mar 2006 12:18:14 +0000 (12:18 +0000)] 
ole: Fix marshaling of proxies for interfaces that haven't already been unmarshaled.

18 years agooleaut: Use IsEqualIID in connpt.c instead of memcmp for comparing IIDs.
Robert Shearman [Wed, 1 Mar 2006 12:17:00 +0000 (12:17 +0000)] 
oleaut: Use IsEqualIID in connpt.c instead of memcmp for comparing IIDs.

18 years agorpcrt4: Change the stubless parameter attributes to using a bitfield
Robert Shearman [Wed, 1 Mar 2006 12:22:26 +0000 (12:22 +0000)] 
rpcrt4: Change the stubless parameter attributes to using a bitfield
(as defined by the PSDK) so the ServerAllocSize part is easier to
calculate.

18 years agorpcrt4: Implement marshaling and unmarshaling for enum types.
Robert Shearman [Wed, 1 Mar 2006 12:21:56 +0000 (12:21 +0000)] 
rpcrt4: Implement marshaling and unmarshaling for enum types.

18 years agocrypt32: Use CertFindCertificateInStore to simplify adding certificates.
Juan Lang [Wed, 1 Mar 2006 16:38:32 +0000 (08:38 -0800)] 
crypt32: Use CertFindCertificateInStore to simplify adding certificates.

18 years agoshell32: New icons for Desktop and My Computer.
Jon Parshall [Wed, 1 Mar 2006 06:08:45 +0000 (14:08 +0800)] 
shell32: New icons for Desktop and My Computer.

18 years agouser32: Ensure VK_UP displays the popup menu for the selected item if
Jason Edmeades [Wed, 1 Mar 2006 11:39:09 +0000 (12:39 +0100)] 
user32: Ensure VK_UP displays the popup menu for the selected item if
the popup menu is not visible

18 years agoPACKAGING: Mention more libraries / tools in the needed dependencies section.
Marcus Meissner [Wed, 1 Mar 2006 06:10:34 +0000 (07:10 +0100)] 
PACKAGING: Mention more libraries / tools in the needed dependencies section.

18 years agoREADME: Fix spelling Red Hat. Remove unneeded references to Debian
Gerald Pfeifer [Tue, 28 Feb 2006 22:19:19 +0000 (23:19 +0100)] 
README: Fix spelling Red Hat.  Remove unneeded references to Debian
and Red Hat.  Document the use of libxml2 as a weak prerequisite.

18 years agoserver: Print a message if wineserver crashes and we don't dump cores.
Mike McCormack [Tue, 28 Feb 2006 16:07:04 +0000 (01:07 +0900)] 
server: Print a message if wineserver crashes and we don't dump cores.

18 years agox11drv: Convert 24-bit into 32-bit color before looking for an
Vitaliy Margolen [Sun, 26 Feb 2006 06:15:44 +0000 (23:15 -0700)] 
x11drv: Convert 24-bit into 32-bit color before looking for an
available screen resolution. We do this during enumeration, so there
would be no 24-bit modes available.

18 years agocrypt32: Eliminate an unnecessary function pointer from stores.
Juan Lang [Tue, 28 Feb 2006 17:08:03 +0000 (09:08 -0800)] 
crypt32: Eliminate an unnecessary function pointer from stores.

18 years agonotepad: Wrap long lines by default like Windows does.
Dmitry Timoshkov [Tue, 28 Feb 2006 13:35:40 +0000 (21:35 +0800)] 
notepad: Wrap long lines by default like Windows does.

18 years agokernel32: Implemented ClearCommError on top of GET_COMM_STATUS ioctl.
Eric Pouech [Mon, 27 Feb 2006 21:22:06 +0000 (22:22 +0100)] 
kernel32: Implemented ClearCommError on top of GET_COMM_STATUS ioctl.