Maarten Lankhorst
b1b75243d4
quartz: Prepare mpeg splitter code for seeking by making most splitter parsing locked.
2008-04-02 11:16:18 +02:00
Maarten Lankhorst
0e9ed6b402
quartz: Fix parser and pins logic to no longer deadlock.
2008-04-02 11:16:09 +02:00
Maarten Lankhorst
855e3a08b5
quartz: Implement filtergraph mediaseeking setposition.
2008-04-02 11:15:43 +02:00
Maarten Lankhorst
7cb1324ae3
quartz: Don't hold lock when changing state in filtergraph.
2008-04-02 11:15:29 +02:00
Maarten Lankhorst
4b5d06d30f
quartz: Fix locking in MediaSeeking and forward SetPosition.
...
Don't hold locks while forwarding messages, instead rely on the
reference count. This prevents some really fun deadlocks from
occuring.
2008-04-02 11:15:22 +02:00
Maarten Lankhorst
e18129068e
quartz: Implement seeking stubs for transform filters.
2008-04-02 11:15:13 +02:00
Vitaliy Margolen
9faf7e3586
winex11drv: Distinguish left and right keys for shift, ctrl and alt.
2008-04-02 11:14:54 +02:00
Vitaliy Margolen
20a27fe1f7
winecfg: Update Russian translation.
2008-04-02 11:14:48 +02:00
Michael Stefaniuc
ca9f91b42c
progman: Delete bitrotted translations.
2008-04-02 11:14:41 +02:00
Michael Stefaniuc
fae9640f4d
wrc: Sync the codepage mapping to the LANG_* identifiers from include/winnt.h.
2008-04-02 11:14:35 +02:00
Apostolos Alexiadis
0a8d2ba37a
hhctrl: Added Greek translation.
2008-04-01 23:38:52 +02:00
Apostolos Alexiadis
e6c2dcbc79
comdlg32: Added Greek translation.
2008-04-01 23:38:46 +02:00
Apostolos Alexiadis
8f0d80ef8e
comctl32: Greek translation update.
2008-04-01 23:38:39 +02:00
Aric Stewart
fd8829fb09
imm: Implement GetCompositionFont.
2008-04-01 23:38:28 +02:00
Maarten Lankhorst
c56389ea3c
quartz: Implement graph MediaSeeking GetPositions.
2008-04-01 23:38:22 +02:00
Maarten Lankhorst
1544e52397
quartz: Allow parser filters to implement their own seeking methods.
2008-04-01 23:21:38 +02:00
Maarten Lankhorst
6fd90f1625
quartz: Small mpeg splitter fixes.
...
Just to be cautious, since it reads 4 bytes it should stop trying at
EOF-3. Also be more strict with the return values.
2008-04-01 23:21:38 +02:00
Maarten Lankhorst
0faee4af85
winemp3: Replace fprintf with wine debugging facilities.
2008-04-01 23:21:38 +02:00
Alexandre Julliard
01d167be7c
imm32: Remove stray semicolon. Don't try to load an invalid file.
2008-04-01 23:17:21 +02:00
Stefan Dösinger
ab86a4e963
wined3d: Catch D3DUSAGE_AUTOGENMIPMAP and D3DUSAGE_RENDERTARGET combos.
2008-04-01 20:31:59 +02:00
Stefan Dösinger
4066c2e2fd
ddraw: Do not fail if D3D is not available.
2008-04-01 20:31:51 +02:00
Stefan Dösinger
a29a229324
wined3d: Refuse 3D initialization without opengl.
2008-04-01 20:31:44 +02:00
Stefan Dösinger
8673be0bd7
wined3d: Return a fake pixel format if gl is not loaded.
2008-04-01 20:31:37 +02:00
Stefan Dösinger
9e831a8733
wined3d: Create a fake non-gl adapter.
2008-04-01 20:31:30 +02:00
Rob Shearman
9d834fc180
advapi32: Remove some unused services functions.
2008-04-01 19:11:09 +02:00
Rob Shearman
0b7a37acdc
services: Fix memory leak of some data in the service record.
2008-04-01 19:11:06 +02:00
Rob Shearman
8aeb2858e4
rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer.
...
This is needed because a context binding handle could be released on
unmarshall, but it still needs to stay valid until the binding handle is
no longer being used.
Re-use the previously unused RPCRT4_ExportBinding function as
RPCRT4_AddRefBinding and rename RPCRT4_DestroyBinding to
RPCRT4_ReleaseBinding to show that it's purpose is to release a
reference count and destroy if necessary, not always destroy.
2008-04-01 19:11:00 +02:00
Rob Shearman
c7f9b9347f
rpcrt4: Improve trace in RPCRT4_find_interface to print the interface identifier data as well as the object guid.
2008-04-01 19:10:48 +02:00
Rob Shearman
772f3af9f0
widl: Be more strict about where semicolons can appear in IDL files.
...
In particular, don't allow them after cpp_quote and without a statement.
Update the rules for importlib, library definition, dispinterface
definition, interface definition, coclass definition and module
definition to optionally allow a semicolon postfix.
Call pop_import from the parser instead of the lexer to ensure that
pop_import is only called after the last statement in the imported file
has been parsed.
2008-04-01 19:10:43 +02:00
Alexandre Julliard
cc33f6c8a5
ntdll: Add a guard page at the bottom of the stack and raise a stack overflow exception when hit.
2008-04-01 17:40:37 +02:00
Alexandre Julliard
061bfac076
ntdll: Add support for handling page faults caused by guard pages on the thread stack.
2008-04-01 17:37:24 +02:00
Alexandre Julliard
600694546f
ntdll: Moved stack allocation for thread and process to a common routine in virtual.c.
2008-04-01 14:11:44 +02:00
Jacek Caban
2d1cf6ce34
mshtml: Fixed copy&paste mistake.
2008-04-01 13:44:16 +02:00
Jacek Caban
1ab87d4dee
include: Added activedbg.idl.
2008-04-01 13:44:14 +02:00
Jason Green
4f5cb4fb76
d3d9: Add some visual tests for Direct3DDevice9_StretchRect().
2008-04-01 13:41:49 +02:00
Jason Green
9625d76b5e
d3d9: Add a visual test for the DP2ADD shader instruction.
2008-04-01 13:41:45 +02:00
Vitaly Perov
f5dd5a2deb
comdlg32: When PD_USEDEVMODECOPIESANDCOLLATE flag is not set dmCopies must be 1.
2008-04-01 13:39:57 +02:00
Aric Stewart
0a44a778f0
imm32: Begin to add basic framework for loading IMEs as dlls.
2008-04-01 13:39:36 +02:00
Aric Stewart
8be2adf398
imm32: Correct a typo accidently using data instead of root_context.
2008-04-01 13:25:48 +02:00
Alexandre Julliard
f20651b1a4
winemine: Use a standard About box with the larger icon.
2008-04-01 13:19:06 +02:00
Herve Chanal
7f880d9b73
winemine: A nicer icon.
2008-04-01 13:16:51 +02:00
Reece Dunn
47abba0257
shlwapi/tests: Loop over the STGM access modes when testing the SHCreateStreamOnFile methods.
2008-04-01 13:16:17 +02:00
Paul Vriens
ebec0a9697
setupapi: Fix for SetupGetIntField, with tests.
2008-04-01 13:15:56 +02:00
Reece Dunn
14f86f8778
winecfg: Add support for updating all system colours.
2008-04-01 13:15:39 +02:00
Alistair Leslie-Hughes
c15cdad10d
mscoree: Added ICorRuntimeHost support.
2008-04-01 12:44:18 +02:00
Alistair Leslie-Hughes
67036190ee
mscoree: Add missing interfaces.
2008-04-01 12:41:30 +02:00
Vitaliy Margolen
1a02268a05
localspl: Add Russian translation.
2008-04-01 11:29:40 +02:00
Piotr Caban
4fb786a355
msxml3: Added fixmes to stubs.
2008-04-01 11:29:34 +02:00
Piotr Caban
c1f3339557
msxml3: Added SAXXMLReader registration.
2008-04-01 11:29:31 +02:00
Rob Shearman
80d67e33b9
Remove superfluous semicolons from IDL files.
2008-04-01 11:29:27 +02:00