Mike McCormack
79b29158e8
Fix gcc 4.0 warnings.
2005-08-22 10:19:34 +00:00
Kevin Koltzau
dbfac2ee12
Fix 'cast to pointer from integer of different size' warnings in
...
64bit.
2005-08-22 10:18:17 +00:00
Alexandre Julliard
1b2adad892
Don't try to detach from a thread that is exiting, to avoid triggering
...
a kernel race condition.
2005-08-22 10:13:28 +00:00
Oliver Stieber
3f24b9164d
Fix quite a few texturing problems and cases where text isn't being
...
correctly displated.
2005-08-22 10:07:10 +00:00
Phil Krylov
4c9f013f8b
Added handling of deff RTF control word.
2005-08-22 10:06:08 +00:00
Kai Blin
2cc40bac7d
Fixed a couple of bugs in InitializeSecurityContext(A/W) and
...
AcceptSecurityContext.
2005-08-22 10:05:45 +00:00
Jacek Caban
297aeb5b97
Disable using nsWebBrowserStream.
2005-08-22 10:05:29 +00:00
Gerald Pfeifer
ebe0484d1a
Prefer sys/limits.h over machine/limits.h.
2005-08-22 09:33:37 +00:00
Christian Costa
8f3cc76ea2
Return S_OK when committing/decomitting an already
...
committed/decommitted allocator.
Add corresponding test case.
Improve traces.
2005-08-22 09:27:41 +00:00
Mike McCormack
eafa666bee
Fix some gcc 4.0 warnings.
2005-08-22 09:26:53 +00:00
Jacek Caban
d5b898c14c
- Added OnAmbientPropertyChange implementation.
...
- Call IDispatch::Invoke when native does (with test).
2005-08-22 09:25:20 +00:00
Mike McCormack
da3393d4d7
Implement IXMLDOMNode::hasChildNode().
2005-08-22 09:24:44 +00:00
Mike McCormack
ded8dd8b82
Forward IXMLDOMDocument methods to contained node.
2005-08-22 09:24:36 +00:00
Dmitry Timoshkov
c979bfcc0a
Remove unnecessary #pragma code_page(xxxx) statements from winefile
...
.rc files.
2005-08-22 09:24:18 +00:00
Mike McCormack
d61f8f8b28
Forward IXMLDOMElement methods derived from IXMLDOMNode to the
...
element's contained node.
2005-08-22 09:23:52 +00:00
Phil Krylov
8b226cb921
Fixed InterLocked* function definitions for non-x86 platforms in
...
accordance with the recent corresponding change of their declarations
in winbase.h.
2005-08-22 09:23:32 +00:00
Jacek Caban
6fe04f2d54
Use pibc argument of IPersistMoniker::Load.
2005-08-22 09:23:14 +00:00
Walt Ogburn
9473bcbb93
Add tests for olefont size functions & conversions.
2005-08-22 09:22:52 +00:00
Walt Ogburn
2bcc1c07a9
When applying logical / himetric ratio to olefont sizes, must divide
...
by the standard ratio 72 / 2540.
2005-08-22 09:22:43 +00:00
Saulius Krasuckas
187f7a4a4f
Don't dereference a NULL visual pointer.
2005-08-22 09:22:19 +00:00
Jacek Caban
ec48726f0c
Always add gecko directory to the path before loading xpcom.
2005-08-22 09:21:53 +00:00
Stefan Leichter
80af49401b
Print something useful in trace and fixme.
2005-08-22 09:21:34 +00:00
Christian Costa
6301fec0ef
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.
2005-08-22 09:21:24 +00:00
Maxime Bellengé
cb0a4595ba
Fix regression in color keying with RGB mask.
2005-08-22 09:20:51 +00:00
Michael Kaufmann
1845444424
Handle WM_GETFONT and WM_SETFONT.
2005-08-22 09:20:36 +00:00
Robert Reif
b6aeb56d0b
Fix mixer detection for multiple sound cards.
2005-08-22 09:20:20 +00:00
Phil Krylov
6e60746b70
Added common keyboard shortcuts for Select All, Undo, Redo, Cut, Copy
...
and Paste to RichEdit.
2005-08-22 09:20:06 +00:00
Mike McCormack
6c8527c31c
- return a precomputed result for a NULL string
...
- pass strlen an LPSTR to eliminate a sign warning
2005-08-22 09:19:38 +00:00
Kevin Koltzau
6bb46e31e7
Fix 'cast from pointer to integer of different size' warnings in
...
64bit.
2005-08-22 09:19:16 +00:00
Kevin Koltzau
73159c1d0c
Remove 'cast from pointer to integer of different size' warnings in
...
64bit,
2005-08-22 09:18:48 +00:00
Glenn Wurster
005729588d
Start to add some tests for basic palette operations.
2005-08-22 09:18:02 +00:00
Felix Nawothnig
2aef956ceb
Replace "Registry Explorer" by "Registry Editor" in about dialog.
2005-08-22 09:17:37 +00:00
Maxime Bellengé
0876700949
Make the icon choice algorithm really choose the best icon.
2005-08-22 09:17:25 +00:00
Hans Leidekker
b47e54d28c
Implement ldap_modrdn* functions.
2005-08-22 09:17:15 +00:00
Kai Blin
17fa0ff005
Added SEC_WINNT_AUTH_IDENTITY struct.
2005-08-22 09:16:50 +00:00
Jacek Caban
f4c4092fb5
Fix RegisterWindowMessage declaration and improve debug message.
2005-08-22 09:15:55 +00:00
Mike McCormack
38d67a4537
- build a standard Wine list of components instead of using an array
...
- use component pointers instead of array indexes
2005-08-22 09:15:23 +00:00
Saulius Krasuckas
94feee327b
Make file operations succeed on Win9x too.
2005-08-22 09:14:35 +00:00
Todd Mokros
88ac4b9650
Fix a focus stealing bug introduced by the managed flag changes.
2005-08-22 09:14:21 +00:00
Oliver Stieber
45033446bb
Tidy up some formatting, improve error handling and error logging and
...
fix a couple of spelling mistakes.
2005-08-22 09:13:49 +00:00
Marcus Meissner
6c2eae254f
Protect GlobalAddAtomA string handling by exception handler (for
...
broken programs).
2005-08-19 15:20:06 +00:00
Mike McCormack
88bddd7ae1
Fix gcc 4.0 warnings.
2005-08-19 15:19:10 +00:00
Mike McCormack
23e9a042c0
Implement the IXMLDOMNodeList interface for
...
IXMLDOMNode::get_childNodes.
2005-08-19 15:18:05 +00:00
Alexandre Julliard
9d99a04880
Added a watchdog mechanism to break out of the wait4 call in case it
...
didn't return properly (can happen at thread exit).
2005-08-19 14:01:43 +00:00
Michael Jung
b6d97d5654
Added stubbed implementation of IPersistPropertyBag interface.
...
Register unixfs as CLSID_FolderShortcut.
2005-08-19 13:58:52 +00:00
Felix Nawothnig
87e878a699
Fix GetDIBits to retrieve RGB 555 as 16bit BI_RGB and RGB 565 as 16bit
...
BI_BITFIELDS.
2005-08-19 13:58:34 +00:00
Frank Richter
ad53767109
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.
2005-08-19 13:58:22 +00:00
Frank Richter
00353712f2
Forward WM_DESTROY to superclass in edit & listbox theming.
2005-08-19 13:58:03 +00:00
Frank Richter
8bba08ce3d
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).
2005-08-19 13:57:49 +00:00
Alexandre Julliard
2b87c82e76
Added a --undefined option to allow forcing some symbols to be
...
resolved by the linker.
2005-08-19 11:28:56 +00:00