wine
18 years agogdi: Load system fonts from $(datadir)/wine/fonts if loading from
Dmitry Timoshkov [Thu, 9 Mar 2006 07:13:08 +0000 (15:13 +0800)] 
gdi: Load system fonts from $(datadir)/wine/fonts if loading from
%windir%\fonts has failed.

18 years agogdi: A better workaround for extended user style pens.
Dmitry Timoshkov [Thu, 9 Mar 2006 07:12:43 +0000 (15:12 +0800)] 
gdi: A better workaround for extended user style pens.

18 years agowined3d: Use OpenGL fragment programs when available.
H. Verbeet [Wed, 8 Mar 2006 23:52:45 +0000 (23:52 +0000)] 
wined3d: Use OpenGL fragment programs when available.

18 years agowined3d: Remove an incorrect FIXME.
H. Verbeet [Wed, 8 Mar 2006 23:52:29 +0000 (23:52 +0000)] 
wined3d: Remove an incorrect FIXME.

18 years agowined3d: Enable color fixups for vertex shaders.
H. Verbeet [Wed, 8 Mar 2006 23:51:33 +0000 (23:51 +0000)] 
wined3d: Enable color fixups for vertex shaders.

18 years agowined3d: Minor vshader_program_add_param cleanup.
H. Verbeet [Wed, 8 Mar 2006 23:51:18 +0000 (23:51 +0000)] 
wined3d: Minor vshader_program_add_param cleanup.

- In vshader_program_add_param, pass a pointer to the shader object
  instead of individual parameters.
- In vshader_program_add_param, rename input to is_input to make it
  clearer what the parameter does.
- Fix a typo & cleanup a comment.

18 years agooleaut32: Reorder a few functions to avoid forward declaractions.
Francois Gouget [Wed, 8 Mar 2006 11:54:36 +0000 (12:54 +0100)] 
oleaut32: Reorder a few functions to avoid forward declaractions.

18 years agowined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapChain::GetPresentParameters.
Stefan Dösinger [Wed, 8 Mar 2006 23:49:11 +0000 (00:49 +0100)] 
wined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapChain::GetPresentParameters.

18 years agouser: The height of a ListBox item can be no more than MAXBYTE.
Mike McCormack [Thu, 9 Mar 2006 05:22:30 +0000 (14:22 +0900)] 
user: The height of a ListBox item can be no more than MAXBYTE.

18 years agomsi: Remove some unnecessary indent.
Mike McCormack [Thu, 9 Mar 2006 05:21:37 +0000 (14:21 +0900)] 
msi: Remove some unnecessary indent.

18 years agomsi: Make sure to run tests for MsiEvaluateCondition.
Mike McCormack [Thu, 9 Mar 2006 05:20:53 +0000 (14:20 +0900)] 
msi: Make sure to run tests for MsiEvaluateCondition.

18 years agomshtml: Added beginning of getAttribute implementation.
Jacek Caban [Thu, 9 Mar 2006 07:35:58 +0000 (08:35 +0100)] 
mshtml: Added beginning of getAttribute implementation.

18 years agomshtml: Added IHTMLBodyElement implementation.
Jacek Caban [Wed, 8 Mar 2006 23:20:19 +0000 (00:20 +0100)] 
mshtml: Added IHTMLBodyElement implementation.

18 years agoopengl32: Implement wglUseFontOutlines.
Huw Davies [Tue, 7 Mar 2006 13:55:35 +0000 (13:55 +0000)] 
opengl32: Implement wglUseFontOutlines.

18 years agocrypt32: Implement CertGetValidUsages.
Juan Lang [Wed, 8 Mar 2006 02:29:18 +0000 (18:29 -0800)] 
crypt32: Implement CertGetValidUsages.

18 years agowined3d: Add D3DLOCK_* types to wined3d_types.h.
Stefan Dösinger [Tue, 7 Mar 2006 23:11:28 +0000 (00:11 +0100)] 
wined3d: Add D3DLOCK_* types to wined3d_types.h.

18 years agomshtml: Added get_name and get_value implementation of IHTMLTextAreaElement interface.
Jacek Caban [Tue, 7 Mar 2006 22:11:09 +0000 (23:11 +0100)] 
mshtml: Added get_name and get_value implementation of IHTMLTextAreaElement interface.

18 years agomshtml: Added get_name and get_value implementation of IHTMLSelectElement interface.
Jacek Caban [Tue, 7 Mar 2006 22:11:41 +0000 (23:11 +0100)] 
mshtml: Added get_name and get_value implementation of IHTMLSelectElement interface.

18 years agomshtml: Added get_type, get_value, get_name and get_checked
Jacek Caban [Tue, 7 Mar 2006 22:10:45 +0000 (23:10 +0100)] 
mshtml: Added get_type, get_value, get_name and get_checked
implementation of IHTMLInputElement interface.

18 years agocomctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists.
Peter Åstrand [Tue, 7 Mar 2006 13:07:49 +0000 (14:07 +0100)] 
comctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists.

18 years agomscms: Add tests for EnumColorProfiles{A,W}.
Hans Leidekker [Tue, 7 Mar 2006 15:52:35 +0000 (16:52 +0100)] 
mscms: Add tests for EnumColorProfiles{A,W}.

18 years agomscms: Implement EnumColorProfiles{A,W}.
Hans Leidekker [Tue, 7 Mar 2006 15:50:17 +0000 (16:50 +0100)] 
mscms: Implement EnumColorProfiles{A,W}.

18 years agofonts: Install fonts in $(datadir)/wine/fonts.
Dmitry Timoshkov [Tue, 7 Mar 2006 14:17:49 +0000 (22:17 +0800)] 
fonts: Install fonts in $(datadir)/wine/fonts.

18 years agodlls: Added a default install-lib rule for dlls that don't have one.
Alexandre Julliard [Wed, 8 Mar 2006 10:31:50 +0000 (11:31 +0100)] 
dlls: Added a default install-lib rule for dlls that don't have one.

18 years agox11drv: Don't send an invalid WM_NCCREATE to the desktop window.
Alexandre Julliard [Tue, 7 Mar 2006 14:11:18 +0000 (15:11 +0100)] 
x11drv: Don't send an invalid WM_NCCREATE to the desktop window.

18 years agoserver: Fixed length check in dump_inline_unicode_string.
Alexandre Julliard [Tue, 7 Mar 2006 13:59:49 +0000 (14:59 +0100)] 
server: Fixed length check in dump_inline_unicode_string.

18 years agoexplorer: Merged systray support with the desktop window main loop.
Alexandre Julliard [Tue, 7 Mar 2006 10:50:05 +0000 (11:50 +0100)] 
explorer: Merged systray support with the desktop window main loop.

Systray is now always available as part of the desktop and doesn't
need to be started from shell32.

18 years agouser: Launch explorer to manage the desktop window.
Alexandre Julliard [Tue, 7 Mar 2006 10:42:35 +0000 (11:42 +0100)] 
user: Launch explorer to manage the desktop window.

18 years agoexplorer: Added desktop option.
Alexandre Julliard [Tue, 7 Mar 2006 10:41:52 +0000 (11:41 +0100)] 
explorer: Added desktop option.

The /desktop option causes explorer to create and manage the desktop
window.

18 years agokernel: Improve the activation context stubs.
Mike McCormack [Tue, 7 Mar 2006 09:24:24 +0000 (18:24 +0900)] 
kernel: Improve the activation context stubs.

18 years agowined3d: Fix a few FIXME's.
H. Verbeet [Mon, 6 Mar 2006 23:29:03 +0000 (23:29 +0000)] 
wined3d: Fix a few FIXME's.

18 years agowined3d: Implement GetCreationParameters (from a patch by Al Tobey).
H. Verbeet [Mon, 6 Mar 2006 23:29:45 +0000 (23:29 +0000)] 
wined3d: Implement GetCreationParameters (from a patch by Al Tobey).

18 years agowined3d: Define D3D usage flags in wined3d_types.h.
Stefan Dösinger [Mon, 6 Mar 2006 22:08:42 +0000 (23:08 +0100)] 
wined3d: Define D3D usage flags in wined3d_types.h.

18 years agowined3d: Add device caps to wined3d_types.h.
Stefan Dösinger [Mon, 6 Mar 2006 22:05:02 +0000 (23:05 +0100)] 
wined3d: Add device caps to wined3d_types.h.

18 years agomshtml: Added IHTMLTextAreaElement implementation.
Jacek Caban [Mon, 6 Mar 2006 21:38:02 +0000 (22:38 +0100)] 
mshtml: Added IHTMLTextAreaElement implementation.

18 years agomshtml: Added IHTMLSelectElement implementation.
Jacek Caban [Mon, 6 Mar 2006 21:37:10 +0000 (22:37 +0100)] 
mshtml: Added IHTMLSelectElement implementation.

18 years agomshtml: Added IHTMLInputElement implementation.
Jacek Caban [Mon, 6 Mar 2006 21:35:56 +0000 (22:35 +0100)] 
mshtml: Added IHTMLInputElement implementation.

18 years agomshtml: Added IHTMLElementCollection::tags implementation.
Jacek Caban [Mon, 6 Mar 2006 21:34:49 +0000 (22:34 +0100)] 
mshtml: Added IHTMLElementCollection::tags implementation.

18 years agocrypt32: Simplify stores.
Juan Lang [Mon, 6 Mar 2006 20:46:38 +0000 (12:46 -0800)] 
crypt32: Simplify stores.

Ref count cert context references, and eliminate the DupCert function
from stores.

18 years agokernel: Better support for detached processes.
Alexandre Julliard [Mon, 6 Mar 2006 21:22:30 +0000 (22:22 +0100)] 
kernel: Better support for detached processes.

Call setsid() in the new process to create a new Unix process group
when CREATE_NEW_PROCESS_GROUP, CREATE_NEW_CONSOLE, or DETACHED_PROCESS
are specified.

18 years agox11drv: Make sure to never manipulate the root window, even if we own
Alexandre Julliard [Mon, 6 Mar 2006 20:02:59 +0000 (21:02 +0100)] 
x11drv: Make sure to never manipulate the root window, even if we own
the desktop window.

18 years agoserver: Support for closing the desktop window.
Alexandre Julliard [Mon, 6 Mar 2006 20:02:24 +0000 (21:02 +0100)] 
server: Support for closing the desktop window.

If a thread is owning the desktop window, when all other users of the
desktop have exited, signal the owner to close the desktop (with a 1
second delay).

18 years agoserver: Added unlink_named_object function.
Alexandre Julliard [Mon, 6 Mar 2006 20:00:09 +0000 (21:00 +0100)] 
server: Added unlink_named_object function.

Allows to remove the name of an object while keeping around the object
itself.

18 years agoserver: Infrastructure for having a thread own the desktop window.
Alexandre Julliard [Mon, 6 Mar 2006 19:37:52 +0000 (20:37 +0100)] 
server: Infrastructure for having a thread own the desktop window.

18 years agomlang: Decrement the module refcount when an object is destroyed.
Alexandre Julliard [Mon, 6 Mar 2006 19:10:36 +0000 (20:10 +0100)] 
mlang: Decrement the module refcount when an object is destroyed.

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.