wine
18 years agoFix 'cast to pointer from integer of different size' warnings in
Kevin Koltzau [Mon, 22 Aug 2005 10:18:17 +0000 (10:18 +0000)] 
Fix 'cast to pointer from integer of different size' warnings in
64bit.

18 years agoDon't try to detach from a thread that is exiting, to avoid triggering
Alexandre Julliard [Mon, 22 Aug 2005 10:13:28 +0000 (10:13 +0000)] 
Don't try to detach from a thread that is exiting, to avoid triggering
a kernel race condition.

18 years agoFix quite a few texturing problems and cases where text isn't being
Oliver Stieber [Mon, 22 Aug 2005 10:07:10 +0000 (10:07 +0000)] 
Fix quite a few texturing problems and cases where text isn't being
correctly displated.

18 years agoAdded handling of deff RTF control word.
Phil Krylov [Mon, 22 Aug 2005 10:06:08 +0000 (10:06 +0000)] 
Added handling of deff RTF control word.

18 years agoFixed a couple of bugs in InitializeSecurityContext(A/W) and
Kai Blin [Mon, 22 Aug 2005 10:05:45 +0000 (10:05 +0000)] 
Fixed a couple of bugs in InitializeSecurityContext(A/W) and
AcceptSecurityContext.

18 years agoDisable using nsWebBrowserStream.
Jacek Caban [Mon, 22 Aug 2005 10:05:29 +0000 (10:05 +0000)] 
Disable using nsWebBrowserStream.

18 years agoPrefer sys/limits.h over machine/limits.h.
Gerald Pfeifer [Mon, 22 Aug 2005 09:33:37 +0000 (09:33 +0000)] 
Prefer sys/limits.h over machine/limits.h.

18 years agoReturn S_OK when committing/decomitting an already
Christian Costa [Mon, 22 Aug 2005 09:27:41 +0000 (09:27 +0000)] 
Return S_OK when committing/decomitting an already
committed/decommitted allocator.
Add corresponding test case.
Improve traces.

18 years agoFix some gcc 4.0 warnings.
Mike McCormack [Mon, 22 Aug 2005 09:26:53 +0000 (09:26 +0000)] 
Fix some gcc 4.0 warnings.

18 years ago- Added OnAmbientPropertyChange implementation.
Jacek Caban [Mon, 22 Aug 2005 09:25:20 +0000 (09:25 +0000)] 
- Added OnAmbientPropertyChange implementation.
- Call IDispatch::Invoke when native does (with test).

18 years agoImplement IXMLDOMNode::hasChildNode().
Mike McCormack [Mon, 22 Aug 2005 09:24:44 +0000 (09:24 +0000)] 
Implement IXMLDOMNode::hasChildNode().

18 years agoForward IXMLDOMDocument methods to contained node.
Mike McCormack [Mon, 22 Aug 2005 09:24:36 +0000 (09:24 +0000)] 
Forward IXMLDOMDocument methods to contained node.

18 years agoRemove unnecessary #pragma code_page(xxxx) statements from winefile
Dmitry Timoshkov [Mon, 22 Aug 2005 09:24:18 +0000 (09:24 +0000)] 
Remove unnecessary #pragma code_page(xxxx) statements from winefile
.rc files.

18 years agoForward IXMLDOMElement methods derived from IXMLDOMNode to the
Mike McCormack [Mon, 22 Aug 2005 09:23:52 +0000 (09:23 +0000)] 
Forward IXMLDOMElement methods derived from IXMLDOMNode to the
element's contained node.

18 years agoFixed InterLocked* function definitions for non-x86 platforms in
Phil Krylov [Mon, 22 Aug 2005 09:23:32 +0000 (09:23 +0000)] 
Fixed InterLocked* function definitions for non-x86 platforms in
accordance with the recent corresponding change of their declarations
in winbase.h.

18 years agoUse pibc argument of IPersistMoniker::Load.
Jacek Caban [Mon, 22 Aug 2005 09:23:14 +0000 (09:23 +0000)] 
Use pibc argument of IPersistMoniker::Load.

18 years agoAdd tests for olefont size functions & conversions.
Walt Ogburn [Mon, 22 Aug 2005 09:22:52 +0000 (09:22 +0000)] 
Add tests for olefont size functions & conversions.

18 years agoWhen applying logical / himetric ratio to olefont sizes, must divide
Walt Ogburn [Mon, 22 Aug 2005 09:22:43 +0000 (09:22 +0000)] 
When applying logical / himetric ratio to olefont sizes, must divide
by the standard ratio 72 / 2540.

18 years agoDon't dereference a NULL visual pointer.
Saulius Krasuckas [Mon, 22 Aug 2005 09:22:19 +0000 (09:22 +0000)] 
Don't dereference a NULL visual pointer.

18 years agoAlways add gecko directory to the path before loading xpcom.
Jacek Caban [Mon, 22 Aug 2005 09:21:53 +0000 (09:21 +0000)] 
Always add gecko directory to the path before loading xpcom.

18 years agoPrint something useful in trace and fixme.
Stefan Leichter [Mon, 22 Aug 2005 09:21:34 +0000 (09:21 +0000)] 
Print something useful in trace and fixme.

18 years agoProperly allocate/release memory when adding filters to the filtergraph.
Christian Costa [Mon, 22 Aug 2005 09:21:24 +0000 (09:21 +0000)] 
Properly allocate/release memory when adding filters to the filtergraph.
When connecting pin, discard filter which is the same as the upstream
one.
Remove wrong extra IBaseFilter_Release.
Improve traces by showing filters owing pins we want to connect or
render.
Properly initialize output pin of transform filter.

18 years agoFix regression in color keying with RGB mask.
Maxime Bellengé [Mon, 22 Aug 2005 09:20:51 +0000 (09:20 +0000)] 
Fix regression in color keying with RGB mask.

18 years agoHandle WM_GETFONT and WM_SETFONT.
Michael Kaufmann [Mon, 22 Aug 2005 09:20:36 +0000 (09:20 +0000)] 
Handle WM_GETFONT and WM_SETFONT.

18 years agoFix mixer detection for multiple sound cards.
Robert Reif [Mon, 22 Aug 2005 09:20:20 +0000 (09:20 +0000)] 
Fix mixer detection for multiple sound cards.

18 years agoAdded common keyboard shortcuts for Select All, Undo, Redo, Cut, Copy
Phil Krylov [Mon, 22 Aug 2005 09:20:06 +0000 (09:20 +0000)] 
Added common keyboard shortcuts for Select All, Undo, Redo, Cut, Copy
and Paste to RichEdit.

18 years ago- return a precomputed result for a NULL string
Mike McCormack [Mon, 22 Aug 2005 09:19:38 +0000 (09:19 +0000)] 
- return a precomputed result for a NULL string
- pass strlen an LPSTR to eliminate a sign warning

18 years agoFix 'cast from pointer to integer of different size' warnings in
Kevin Koltzau [Mon, 22 Aug 2005 09:19:16 +0000 (09:19 +0000)] 
Fix 'cast from pointer to integer of different size' warnings in
64bit.

18 years agoRemove 'cast from pointer to integer of different size' warnings in
Kevin Koltzau [Mon, 22 Aug 2005 09:18:48 +0000 (09:18 +0000)] 
Remove 'cast from pointer to integer of different size' warnings in
64bit,

18 years agoStart to add some tests for basic palette operations.
Glenn Wurster [Mon, 22 Aug 2005 09:18:02 +0000 (09:18 +0000)] 
Start to add some tests for basic palette operations.

18 years agoReplace "Registry Explorer" by "Registry Editor" in about dialog.
Felix Nawothnig [Mon, 22 Aug 2005 09:17:37 +0000 (09:17 +0000)] 
Replace "Registry Explorer" by "Registry Editor" in about dialog.

18 years agoMake the icon choice algorithm really choose the best icon.
Maxime Bellengé [Mon, 22 Aug 2005 09:17:25 +0000 (09:17 +0000)] 
Make the icon choice algorithm really choose the best icon.

18 years agoImplement ldap_modrdn* functions.
Hans Leidekker [Mon, 22 Aug 2005 09:17:15 +0000 (09:17 +0000)] 
Implement ldap_modrdn* functions.

18 years agoAdded SEC_WINNT_AUTH_IDENTITY struct.
Kai Blin [Mon, 22 Aug 2005 09:16:50 +0000 (09:16 +0000)] 
Added SEC_WINNT_AUTH_IDENTITY struct.

18 years agoFix RegisterWindowMessage declaration and improve debug message.
Jacek Caban [Mon, 22 Aug 2005 09:15:55 +0000 (09:15 +0000)] 
Fix RegisterWindowMessage declaration and improve debug message.

18 years ago- build a standard Wine list of components instead of using an array
Mike McCormack [Mon, 22 Aug 2005 09:15:23 +0000 (09:15 +0000)] 
- build a standard Wine list of components instead of using an array
- use component pointers instead of array indexes

18 years agoMake file operations succeed on Win9x too.
Saulius Krasuckas [Mon, 22 Aug 2005 09:14:35 +0000 (09:14 +0000)] 
Make file operations succeed on Win9x too.

18 years agoFix a focus stealing bug introduced by the managed flag changes.
Todd Mokros [Mon, 22 Aug 2005 09:14:21 +0000 (09:14 +0000)] 
Fix a focus stealing bug introduced by the managed flag changes.

18 years agoTidy up some formatting, improve error handling and error logging and
Oliver Stieber [Mon, 22 Aug 2005 09:13:49 +0000 (09:13 +0000)] 
Tidy up some formatting, improve error handling and error logging and
fix a couple of spelling mistakes.

18 years agoProtect GlobalAddAtomA string handling by exception handler (for
Marcus Meissner [Fri, 19 Aug 2005 15:20:06 +0000 (15:20 +0000)] 
Protect GlobalAddAtomA string handling by exception handler (for
broken programs).

18 years agoFix gcc 4.0 warnings.
Mike McCormack [Fri, 19 Aug 2005 15:19:10 +0000 (15:19 +0000)] 
Fix gcc 4.0 warnings.

18 years agoImplement the IXMLDOMNodeList interface for
Mike McCormack [Fri, 19 Aug 2005 15:18:05 +0000 (15:18 +0000)] 
Implement the IXMLDOMNodeList interface for
IXMLDOMNode::get_childNodes.

18 years agoAdded a watchdog mechanism to break out of the wait4 call in case it
Alexandre Julliard [Fri, 19 Aug 2005 14:01:43 +0000 (14:01 +0000)] 
Added a watchdog mechanism to break out of the wait4 call in case it
didn't return properly (can happen at thread exit).

18 years agoAdded stubbed implementation of IPersistPropertyBag interface.
Michael Jung [Fri, 19 Aug 2005 13:58:52 +0000 (13:58 +0000)] 
Added stubbed implementation of IPersistPropertyBag interface.
Register unixfs as CLSID_FolderShortcut.

18 years agoFix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and RGB 565 as 16bit
Felix Nawothnig [Fri, 19 Aug 2005 13:58:34 +0000 (13:58 +0000)] 
Fix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and RGB 565 as 16bit
BI_BITFIELDS.

18 years agoFix wrong structure size check in GetScrollBarInfo().
Frank Richter [Fri, 19 Aug 2005 13:58:22 +0000 (13:58 +0000)] 
Fix wrong structure size check in GetScrollBarInfo().
GetScrollBarInfo() failed when SCROLL_GetScrollBarRect() returned
FALSE - however, this is the case if the scrollbar is horizontal, and
not an error indicator.

18 years agoForward WM_DESTROY to superclass in edit & listbox theming.
Frank Richter [Fri, 19 Aug 2005 13:58:03 +0000 (13:58 +0000)] 
Forward WM_DESTROY to superclass in edit & listbox theming.

18 years agoMerge subclass stubs and subclass proc. Having the stub set the window
Frank Richter [Fri, 19 Aug 2005 13:57:49 +0000 (13:57 +0000)] 
Merge subclass stubs and subclass proc. Having the stub set the window
proc to the subclass proc was not a good idea since that breaks
subclasses of themed standard controls (e.g. what Delphi does a lot).

18 years agoAdded a --undefined option to allow forcing some symbols to be
Alexandre Julliard [Fri, 19 Aug 2005 11:28:56 +0000 (11:28 +0000)] 
Added a --undefined option to allow forcing some symbols to be
resolved by the linker.

18 years agoForward some IXMLDOMDocument methods to the implemenation's contained
Mike McCormack [Fri, 19 Aug 2005 11:23:02 +0000 (11:23 +0000)] 
Forward some IXMLDOMDocument methods to the implemenation's contained
node.

18 years agoImplement parentNode, firstChild, lastChild, previousSibling and
Mike McCormack [Fri, 19 Aug 2005 11:22:47 +0000 (11:22 +0000)] 
Implement parentNode, firstChild, lastChild, previousSibling and
nextSibling methods.

18 years agoRemoved mcianim.
Rémi Assailly [Fri, 19 Aug 2005 11:22:25 +0000 (11:22 +0000)] 
Removed mcianim.

18 years agoMake sure the string is null-terminated in memory_get_string.
Alexandre Julliard [Fri, 19 Aug 2005 10:26:23 +0000 (10:26 +0000)] 
Make sure the string is null-terminated in memory_get_string.

18 years agoAdded some general purpose routines for managing list of symbol
Alexandre Julliard [Fri, 19 Aug 2005 10:25:22 +0000 (10:25 +0000)] 
Added some general purpose routines for managing list of symbol
names.

18 years agoRemoved a few internal functions that are no longer exported on
Alexandre Julliard [Fri, 19 Aug 2005 10:21:17 +0000 (10:21 +0000)] 
Removed a few internal functions that are no longer exported on
Windows.

18 years agoAdd theming support for dialogs (to support tab page background).
Frank Richter [Fri, 19 Aug 2005 10:05:34 +0000 (10:05 +0000)] 
Add theming support for dialogs (to support tab page background).

18 years agoIntegrate hardware vertex shaders into the drawing pipeline.
Oliver Stieber [Fri, 19 Aug 2005 10:05:00 +0000 (10:05 +0000)] 
Integrate hardware vertex shaders into the drawing pipeline.

18 years agoFix gcc 4.0 warnings.
Mike McCormack [Fri, 19 Aug 2005 10:04:03 +0000 (10:04 +0000)] 
Fix gcc 4.0 warnings.

18 years agoUse a single function to create all IXMLDOMNode implementations.
Mike McCormack [Fri, 19 Aug 2005 10:03:27 +0000 (10:03 +0000)] 
Use a single function to create all IXMLDOMNode implementations.

18 years agoStore the component information in a standard Wine list.
Mike McCormack [Fri, 19 Aug 2005 10:03:11 +0000 (10:03 +0000)] 
Store the component information in a standard Wine list.

18 years agoHandle context menu->refresh, and F5 to initiate a refresh of the file
Jason Edmeades [Fri, 19 Aug 2005 10:02:51 +0000 (10:02 +0000)] 
Handle context menu->refresh, and F5 to initiate a refresh of the file
dialog.

18 years ago_swab failed if src == dest, plus some testcases.
Jason Edmeades [Fri, 19 Aug 2005 10:01:42 +0000 (10:01 +0000)] 
_swab failed if src == dest, plus some testcases.

18 years agoAdd the time to the file display dialog modified column.
Jason Edmeades [Fri, 19 Aug 2005 10:01:25 +0000 (10:01 +0000)] 
Add the time to the file display dialog modified column.

18 years agoImplemented IPersist::GetClassID.
Michael Jung [Fri, 19 Aug 2005 10:01:07 +0000 (10:01 +0000)] 
Implemented IPersist::GetClassID.

18 years agoUpdated Russian resources.
Yuri Kozlov [Fri, 19 Aug 2005 10:00:45 +0000 (10:00 +0000)] 
Updated Russian resources.

18 years agoSimplify ExtTextOut a bit. Should be a nop.
Huw Davies [Fri, 19 Aug 2005 09:58:57 +0000 (09:58 +0000)] 
Simplify ExtTextOut a bit.  Should be a nop.

18 years agoEnable SCSI_getprocentry() on non-Linux platforms which now should be
Gerald Pfeifer [Fri, 19 Aug 2005 09:58:40 +0000 (09:58 +0000)] 
Enable SCSI_getprocentry() on non-Linux platforms which now should be
safe to do.

18 years agoCope better with mixed charset fonts.
Huw Davies [Fri, 19 Aug 2005 09:58:32 +0000 (09:58 +0000)] 
Cope better with mixed charset fonts.

18 years agoIn AtlModuleInit do not call initialization procedures that are NULL.
Aric Stewart [Fri, 19 Aug 2005 09:58:02 +0000 (09:58 +0000)] 
In AtlModuleInit do not call initialization procedures that are NULL.

18 years agoAdd System font for the Chinese codepages cp936 and cp950. Of course
Huw Davies [Fri, 19 Aug 2005 09:57:47 +0000 (09:57 +0000)] 
Add System font for the Chinese codepages cp936 and cp950. Of course
they don't contain any ideographs (and nor should they).

18 years agoMake sure a cursor is always returned if one exists.
Mike McCormack [Fri, 19 Aug 2005 09:56:52 +0000 (09:56 +0000)] 
Make sure a cursor is always returned if one exists.

18 years agoAdded a stub for NtAlertResumeThread.
Alexandre Julliard [Thu, 18 Aug 2005 11:47:17 +0000 (11:47 +0000)] 
Added a stub for NtAlertResumeThread.

18 years agoAdd theming for listbox (and combo listbox) controls.
Frank Richter [Thu, 18 Aug 2005 11:45:43 +0000 (11:45 +0000)] 
Add theming for listbox (and combo listbox) controls.

18 years agoFix pointer type warnings.
Mike McCormack [Thu, 18 Aug 2005 11:45:29 +0000 (11:45 +0000)] 
Fix pointer type warnings.

18 years agoPass all the d3d9 calls onto their wined3d equivalents.
Oliver Stieber [Thu, 18 Aug 2005 11:45:17 +0000 (11:45 +0000)] 
Pass all the d3d9 calls onto their wined3d equivalents.

18 years agoAdded missing ntdll imports.
Alexandre Julliard [Thu, 18 Aug 2005 10:59:47 +0000 (10:59 +0000)] 
Added missing ntdll imports.

18 years agoImplement FSCTL_PIPE_DISCONNECT in NtFsControlFile and make
Ivan Leo Puoti [Thu, 18 Aug 2005 10:59:26 +0000 (10:59 +0000)] 
Implement FSCTL_PIPE_DISCONNECT in NtFsControlFile and make
DisconnectNamedPipe call it.

18 years agoMake string elements of MCI_OPEN_PARMS const to match the SDK headers.
Felix Nawothnig [Thu, 18 Aug 2005 10:53:58 +0000 (10:53 +0000)] 
Make string elements of MCI_OPEN_PARMS const to match the SDK headers.

18 years agofontforge 20050729 insists on adding .ttf extension even if the
Pavel Roskin [Thu, 18 Aug 2005 10:52:24 +0000 (10:52 +0000)] 
fontforge 20050729 insists on adding .ttf extension even if the
requested output file name ends with a dot.  So let's go back to names
ending with ttf.

18 years agoFix uninitialized variable warnings emitted by gcc 4.0.
Mike McCormack [Thu, 18 Aug 2005 10:51:22 +0000 (10:51 +0000)] 
Fix uninitialized variable warnings emitted by gcc 4.0.

18 years agoAdd/update a few definitions.
Juan Lang [Thu, 18 Aug 2005 10:51:07 +0000 (10:51 +0000)] 
Add/update a few definitions.

18 years agoTest passing NULL source to WideCharToMultiByte.
Saulius Krasuckas [Thu, 18 Aug 2005 10:50:46 +0000 (10:50 +0000)] 
Test passing NULL source to WideCharToMultiByte.

18 years agoMake the destination pointers of Interlocked* functions volatile to
Felix Nawothnig [Thu, 18 Aug 2005 10:50:38 +0000 (10:50 +0000)] 
Make the destination pointers of Interlocked* functions volatile to
match the SDK headers.

18 years ago- Added IOleCommandTerget interface to the test.
Jacek Caban [Thu, 18 Aug 2005 10:50:05 +0000 (10:50 +0000)] 
- Added IOleCommandTerget interface to the test.
- Make Wine pass the test.
- Fix bug reported by Saulius Krasuckas.

18 years agosfnt2fnt exits with code 0 for several errors, which causes make to
Pavel Roskin [Thu, 18 Aug 2005 10:49:37 +0000 (10:49 +0000)] 
sfnt2fnt exits with code 0 for several errors, which causes make to
ignore them.  Use exit code 1 instead.

18 years agoSystem should be sans serif.
Huw Davies [Thu, 18 Aug 2005 10:49:23 +0000 (10:49 +0000)] 
System should be sans serif.

18 years agoAdd trace to IOCTL_CDROM_RAW_READ.
Vitaliy Margolen [Thu, 18 Aug 2005 10:49:04 +0000 (10:49 +0000)] 
Add trace to IOCTL_CDROM_RAW_READ.

18 years agoOnly draw a themed border when edit control has WS_EX_CLIENTEDGE
Frank Richter [Thu, 18 Aug 2005 10:48:45 +0000 (10:48 +0000)] 
Only draw a themed border when edit control has WS_EX_CLIENTEDGE
style.

18 years agoMake each IXMLDOMNode interface represent one libxml2 xmlNodePtr.
Mike McCormack [Thu, 18 Aug 2005 10:48:13 +0000 (10:48 +0000)] 
Make each IXMLDOMNode interface represent one libxml2 xmlNodePtr.

18 years agoTest "%l" and "%L". At the same time this tests alternate verbs.
Francois Gouget [Thu, 18 Aug 2005 10:47:53 +0000 (10:47 +0000)] 
Test "%l" and "%L". At the same time this tests alternate verbs.
Test %1, %l and %L with no quotes.
test->todo is a bitmask so fix the checks accordingly.

18 years agoRemoved a few more unnecessary import libraries.
Alexandre Julliard [Wed, 17 Aug 2005 12:42:39 +0000 (12:42 +0000)] 
Removed a few more unnecessary import libraries.

18 years agoMake all the DriverProc entry points private.
Alexandre Julliard [Wed, 17 Aug 2005 12:41:41 +0000 (12:41 +0000)] 
Make all the DriverProc entry points private.

18 years agoMoved mciseq to the top-level dlls directory.
Rémi Assailly [Wed, 17 Aug 2005 12:15:35 +0000 (12:15 +0000)] 
Moved mciseq to the top-level dlls directory.

18 years agoAdd windows version registry entries.
Vitaliy Margolen [Wed, 17 Aug 2005 11:37:34 +0000 (11:37 +0000)] 
Add windows version registry entries.

18 years agoCopy the parser and cross compiler from d3d8 and update everything to
Oliver Stieber [Wed, 17 Aug 2005 11:34:03 +0000 (11:34 +0000)] 
Copy the parser and cross compiler from d3d8 and update everything to
vertex shaders 3.0.
The Parser will now display the input shader in DirectX style, and the
cross compiler now generates valid ARB_VERTEX_PROGRAM programs and
outputs the result in ARB_VERTEX_PROGRAM style.
Support for a number of extended attributes has been added, but this
may not be complete, and dereferencing from loop counters isn't
properly parsed yet.

18 years agogcc 4.0 warning fixes.
Mike McCormack [Wed, 17 Aug 2005 10:28:35 +0000 (10:28 +0000)] 
gcc 4.0 warning fixes.

18 years agoAdd support for vertex shader constants to the stateblock.
Oliver Stieber [Wed, 17 Aug 2005 10:27:01 +0000 (10:27 +0000)] 
Add support for vertex shader constants to the stateblock.

18 years agoAssorted spelling fixes.
Francois Gouget [Wed, 17 Aug 2005 09:56:24 +0000 (09:56 +0000)] 
Assorted spelling fixes.

18 years agoTidy up vertex shaders and bring the current code inline with the rest
Oliver Stieber [Wed, 17 Aug 2005 09:54:54 +0000 (09:54 +0000)] 
Tidy up vertex shaders and bring the current code inline with the rest
of wined3d.

18 years agoCorrect failing test and transform it into a bunch of another tests.
Saulius Krasuckas [Wed, 17 Aug 2005 09:53:57 +0000 (09:53 +0000)] 
Correct failing test and transform it into a bunch of another tests.