Stefan Dösinger
03bacf7247
wined3d: Advertise shader emulation of bumpmap formats.
2008-04-04 11:05:07 +02:00
Stefan Dösinger
ffbc96b43c
wined3d: Advertize postpixelshader blending for surfaces.
2008-04-04 11:04:58 +02:00
Reece Dunn
33f788f7cb
shlwapi/tests: Fixed the wide-character strings.
2008-04-04 11:04:49 +02:00
Andrew Talbot
722b659064
rsaenh: Remove tentative declaration of static array with no size specifier.
2008-04-04 11:04:24 +02:00
Andrew Talbot
9e85ec3bad
msi: Remove tentative declaration of static array with no size specifier.
2008-04-04 11:04:20 +02:00
Dmitry Timoshkov
90265ac586
gdi32: Add a font scaling test when lfHeight == 0 and lfWidth != 0, make it pass under Wine.
2008-04-04 11:03:42 +02:00
Paul Vriens
4f3dbb7f7d
rsabase: Remove rsabase tests as they are covered in rsaenh.
2008-04-04 11:03:30 +02:00
Paul Vriens
9666218ca8
rsaenh/tests: Add a few skips for non implemented parameters.
2008-04-04 11:02:33 +02:00
Stefan Dösinger
ddf52dda15
wined3d: Deactivate GL_FRAGMENT_SHADER_ATI before deactivating a context.
...
Mesa has a bug that causes a crash due to a NULL pointer dereference
with the R200 driver when making a context current that has
GL_FRAGMENT_SHADER_ATI enabled. This patch works around this bug by
making sure that GL_FRAGMENT_SHADER_ATI is disabled before deactivating
a context, and reactivates it afterwards. The context manager keeps
GL_ATI_FRAGMENT_SHADER generally enabled, except if the context is in 2D
blit mode.
2008-04-03 12:02:24 +02:00
Stefan Dösinger
de5a8db58b
d3d9: Improve an ok line.
2008-04-03 12:01:39 +02:00
Stefan Dösinger
20e63160df
wined3d: Initialize some ARB shader output parameters.
2008-04-03 12:01:32 +02:00
Maarten Lankhorst
70a6495a31
user32: Implement BroadcastSystemMessage.
2008-04-03 12:00:02 +02:00
Jason Edmeades
f54570fdbd
comctl32: Add basic custom draw support for tooltips.
2008-04-03 11:39:52 +02:00
Austin English
825baa23a2
ddraw: Spelling fixes.
2008-04-03 11:39:45 +02:00
Alexander Dorofeyev
d6ba069d9e
wined3d: Improve detection of device palette change.
2008-04-03 11:31:57 +02:00
Alexander Dorofeyev
1c89795438
wined3d: Support index in alpha in BltOverride colorfill codepath.
...
Fixes a failure in ddraw p8_primary_test when running with opengl ddraw renderer.
2008-04-03 11:31:43 +02:00
Alexander Dorofeyev
003f679cbe
ddraw/tests: Additional colorfill test in p8_primary_test.
2008-04-03 11:31:32 +02:00
Alexander Dorofeyev
8ec63a9cf7
wined3d: Remove ENTER_GL/LEAVE_GL in IWineD3DCubeTextureImpl_PreLoad.
2008-04-03 11:31:27 +02:00
Alexander Dorofeyev
9b04822170
wined3d: Remove ENTER_GL/LEAVE_GL in IWineD3DTextureImpl_PreLoad.
2008-04-03 11:31:19 +02:00
Alexander Dorofeyev
b54553a253
wined3d: Avoid calling LoadTexture with gl lock held in IWineD3DSurfaceImpl_PreLoad.
...
Needed to prevent ActivateContext being called while holding gl lock.
2008-04-03 11:31:09 +02:00
Alexander Dorofeyev
1e6f02ed2b
wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DSurfaceImpl_Release.
2008-04-03 11:30:55 +02:00
Alexander Dorofeyev
088c34ec1c
wined3d: Add ENTER_GL/LEAVE_GL in surface_allocate_surface.
2008-04-03 11:30:47 +02:00
Alexander Dorofeyev
d5b400307b
wined3d: Add ENTER_GL/LEAVE_GL in surface_bind_and_dirtify.
2008-04-03 11:30:38 +02:00
Alexander Dorofeyev
2caa797e76
ddraw: Set surface to NULL on failure in GetAttachedSurface.
2008-04-03 11:30:30 +02:00
Paul Vriens
51ee956b95
rsaenh: Add some new flags to wincrypt.h and use one of them.
2008-04-03 11:30:20 +02:00
Paul Vriens
77d912e541
rsaenh/tests: Fix a typo.
2008-04-03 11:30:15 +02:00
James Hawkins
061085fa94
msi: Fix joining a nonexistent table with another table.
2008-04-03 11:30:01 +02:00
James Hawkins
c48daf93bb
msi: Downgrade a few messages to WARN.
2008-04-03 11:29:58 +02:00
James Hawkins
a7d02a1f08
msi: Handle the case where no files match the wildcard in MoveFiles.
2008-04-03 11:29:53 +02:00
Maarten Lankhorst
cfeca053b8
quartz: Fix memory leak found by valgrind.
2008-04-03 11:29:47 +02:00
Maarten Lankhorst
f5fdb793ed
winemp3: Change a few more fprintf's to wine logs.
2008-04-03 11:29:40 +02:00
James Hawkins
5469551f6b
shell32: Fix and simplify the FO_COPY operation, with tests.
2008-04-03 11:29:07 +02:00
Lei Zhang
376e45429c
user32: Correctly handle VK_RETURN for edit controls with ES_WANTRETURN style.
2008-04-03 11:27:21 +02:00
Lei Zhang
08a4d2afc2
user32: Dialog should ignore WM_KEYDOWN messages if it gets DLGC_WANTCHARS.
2008-04-03 11:27:14 +02:00
Lei Zhang
1d1f1373af
user32: Add more edit dialog tests.
2008-04-03 11:26:59 +02:00
Austin English
b4f52938e4
Spelling fixes.
2008-04-02 23:18:21 +02:00
Maarten Lankhorst
9c0ea9eaa8
quartz: Implement seeking on the null renderer.
2008-04-02 23:17:16 +02:00
Maarten Lankhorst
9d6239bdac
quartz: Fix stop_playback used in pullpin.
2008-04-02 23:17:07 +02:00
Frans Kool
46ab1b2b1e
shell32: Corrected/added Dutch translations.
2008-04-02 20:43:24 +02:00
Alexandre Julliard
ce21f2924f
ntdll: Use LdrProcessRelocationBlock to apply relocations.
...
Don't apply relocations to non page-aligned binaries.
2008-04-02 20:39:22 +02:00
Alexandre Julliard
fca6067748
ntdll: Implemented LdrProcessRelocationBlock.
2008-04-02 20:38:51 +02:00
Stefan Dösinger
2e26c176ec
ddraw: Pass the NULL rectangle to IDirectDrawSurface::Unlock.
2008-04-02 20:29:17 +02:00
Stefan Dösinger
c1503a2579
ddraw: Remove some leftover test debug output.
2008-04-02 20:29:09 +02:00
Stefan Dösinger
ab7630fbe3
ddraw: Add a D3D7 cube map test.
...
The DirectDraw cube mapping interface has a few pitfalls. So far we have
a test testing the surface enumeration, this adds a rendering test. So
far everything used in the test works.
2008-04-02 20:29:01 +02:00
Stefan Dösinger
685d14818c
d3d9: Make the shading test even more precision tolerant.
...
This is needed on both windows and wine, seems to be a hardware thing.
2008-04-02 20:28:47 +02:00
Stefan Dösinger
b1d8af7926
wined3d: Update copyright lines.
2008-04-02 20:22:42 +02:00
Stefan Dösinger
bd68237096
wined3d: Implement TSSARGTEMP with register combiners.
2008-04-02 20:07:40 +02:00
Stefan Dösinger
0f1c2370b1
wined3d: Do not report pixel shaders if not supported.
2008-04-02 20:07:30 +02:00
Stefan Dösinger
287f60a2b2
wined3d: Implement D3DTA_TEMP in the GL_ATI_fragment_shader codepath.
2008-04-02 20:07:19 +02:00
Stefan Dösinger
8f9a14e312
wined3d: Prepare the atifs shader generator for temp register support.
2008-04-02 20:07:03 +02:00
Stefan Dösinger
20a2afe6aa
d3d9: Add a test for temporary results.
2008-04-02 20:06:50 +02:00
Aric Stewart
dd0c9300f9
imm32: Keep track of context associations between HWND and HIMC.
2008-04-02 20:06:31 +02:00
Paul Vriens
428543d9ea
shlwapi/tests: Turn printf into trace or skip.
2008-04-02 19:54:56 +02:00
Paul Vriens
c535a27670
setupapi/tests: No need to use GetProcAddress as all functions exist on all platforms.
2008-04-02 19:54:31 +02:00
Alexandre Julliard
f41e2339b7
winex11: Allow mapping/unmapping a window even while processing another event.
2008-04-02 16:57:17 +02:00
Alexandre Julliard
86675edfee
winex11: Replace the lock_changes flag by a check on the event currently being processed.
2008-04-02 16:43:49 +02:00
Alexandre Julliard
a442d3b46d
winex11: Rely on PropertyNotify events instead of Map/UnmapNotify to detect iconification.
2008-04-02 15:59:12 +02:00
Alexandre Julliard
f89aa12829
winex11: Move handling of WM_STATE changes to a separate function, and call it directly from wait_from_withdrawn_state.
2008-04-02 15:55:25 +02:00
Alexander Morozov
997bea9b89
setupapi: Create DeviceInstance value in registry, delete todo_wine from test.
2008-04-02 13:44:08 +02:00
Alexander Morozov
6a5c1ca25b
setupapi: Create device interface keys in registry as in Windows XP.
2008-04-02 13:43:47 +02:00
Alexander Morozov
b622101ef2
setupapi: Creating SymbolicLink value in registry as in Windows XP.
2008-04-02 13:42:04 +02:00
Alexander Morozov
c4fb0f236e
setupapi: Added a test for registering device interface and getting device path.
2008-04-02 13:39:06 +02:00
Nikolay Sivov
caafb52559
gdi32: PlgBlt implementation.
2008-04-02 13:30:15 +02:00
Mikołaj Zalewski
4094ff0256
gdi32: Fix GetGlyphIndices to select properly the invalid char glyph for TrueType fonts.
2008-04-02 12:36:42 +02:00
James Hawkins
6ecccdb790
shell32: Handle a few cases in FO_COPY that arise from not double-NULL terminating the input.
2008-04-02 12:33:50 +02:00
James Hawkins
bed661aef4
msi: Handle sorting an empty table.
2008-04-02 12:31:01 +02:00
Hwang YunSong(황윤성)
bea9f06200
avifil32: Updated Korean resource.
2008-04-02 12:30:28 +02:00
Rob Shearman
9bc84d81df
wineboot: Start services.exe on startup instead of on demand in the advapi32 services code.
2008-04-02 11:55:24 +02:00
Maarten Lankhorst
975dc03302
quartz: Make acmwrapper respond to a sample discontinuity by dropping the frame after parsing it.
2008-04-02 11:16:35 +02:00
Maarten Lankhorst
553fe8565d
quartz: Add seeking to mpeg splitter.
2008-04-02 11:16:28 +02:00
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
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
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
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
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
Alistair Leslie-Hughes
c15cdad10d
mscoree: Added ICorRuntimeHost support.
2008-04-01 12:44:18 +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
Andrew Talbot
08ae56545e
ntdll: Remove superfluous semicolon.
2008-04-01 11:29:20 +02:00
Andrew Talbot
7142fc1634
msxml3: Remove superfluous semicolon.
2008-04-01 11:29:14 +02:00
Andrew Talbot
c25e5d642a
mshtml: Remove superfluous semicolon.
2008-04-01 11:27:27 +02:00
Roderick Colenbrander
8a5838274b
wgl: Add missing WGL_STEREO_ARB to ConvertAttribWGLtoGLX.
2008-04-01 11:27:18 +02:00
Roderick Colenbrander
616ac380f9
wgl: Fix ChoosePixelFormat behavior.
2008-04-01 11:27:11 +02:00
Hans Leidekker
612f3c1414
wininet: Use INTERNET_MAX_URL_LENGTH to size buffers we intend to store a URL in.
2008-04-01 11:27:03 +02:00
Hans Leidekker
8210e1b454
wininet: Parse the redirect URL in HTTP_HandleRedirect in case of a proxy connection.
2008-04-01 11:26:52 +02:00
Hans Leidekker
729631d907
wininet: Remove dead code from HTTP_DealWithProxy and improve its debug trace.
2008-04-01 11:26:42 +02:00
Chris Robinson
4a68b33029
quartz: Break processing loop when shutting down.
2008-04-01 11:26:29 +02:00
Andrew Talbot
15db05929a
ws2_32: Make function declarations match definitions.
2008-04-01 11:26:24 +02:00
Alexandre Julliard
bd09340cf2
user32: Don't start explorer.exe on non-visible window stations.
2008-03-31 17:26:42 +02:00
Alexandre Julliard
9bb129d17b
advapi32: Silence the pipe read error in the normal case.
2008-03-31 17:26:07 +02:00
Dan Kegel
338539c709
gdi32: Test retrieving BI_BITFIELDS info for 16bpp modes.
2008-03-31 16:07:47 +02:00
Vitaliy Margolen
a28b86a78e
user32: Properly translate keyboard left/right-shift, alt, ctrl keys hardware messages.
2008-03-31 15:13:06 +02:00
Alexander Morozov
bae4ebb7d7
setupapi: Add a check of "#" for interface subkey names.
2008-03-31 15:13:00 +02:00
Aric Stewart
2ea559b8b2
imm32: Have both ImmInternalPostIMEMessage and ImmInternalSendIMENotify receive an InputContextData parameter instead of relaying on root_context.
2008-03-31 15:12:50 +02:00
James Hawkins
9e021cff3d
fusion: Add initial tests for IAssemblyCache.
2008-03-31 13:09:19 +02:00
Roderick Colenbrander
b3ffac5a8d
wgl: Move all winex11.drv opengl traces to wgl.
2008-03-31 13:01:40 +02:00
Roderick Colenbrander
4120188f99
wined3d: Request a pixel format with alpha support in case of P8 render targets.
2008-03-31 13:01:24 +02:00
Hans Leidekker
bbf5dae444
wininet: Use a direct connection for tests that connect to localhost.
2008-03-31 13:01:11 +02:00
Hans Leidekker
ed1cb1f099
wininet: Set ProxyEnable registry value if it isn't already set.
2008-03-31 13:01:01 +02:00
Hans Leidekker
e4c59c263d
wininet: Don't set the host port from the server port.
...
This works for direct connections but in case of proxy connections server
port and host port usually are different.
2008-03-31 13:00:42 +02:00
Hans Leidekker
0ffe9f5207
wininet: Fix redirects through a proxy.
...
HTTP_DealWithProxy replaces the request path with a full URL to make sure
a correct request is built for for the proxy. This will work just once in
case of a redirect because the path will be appended to the redirect url,
resulting in an incorrect url.
2008-03-31 13:00:32 +02:00
Hans Leidekker
454fae8432
wininet: Don't close proxy connections when keep-alive is specified.
2008-03-31 13:00:18 +02:00
Hans Leidekker
c7f93666c3
wininet: Support http_proxy environment variable.
...
Based on a patch by Mike Hearn.
2008-03-31 13:00:10 +02:00
Marcus Meissner
8c63754d67
shell32: Adjusted German about dialog for changes in English one.
2008-03-31 13:00:02 +02:00
Maarten Lankhorst
714e807aa5
quartz: Check against a null dereference and don't read beyond the end of file.
2008-03-31 12:51:16 +02:00
Andrew Talbot
ae1791b0b8
dbghelp: Fix type mismatch in comparison.
2008-03-31 12:51:11 +02:00
Andrew Talbot
2a0f7007d8
qcap: Assign to struct instead of using CopyMemory.
2008-03-31 12:50:45 +02:00
Andrew Talbot
c2599478b6
ole32: Assign to structs instead of using CopyMemory.
2008-03-31 12:50:41 +02:00
Andrew Talbot
892c31e4db
quartz: Assign to structs instead of using CopyMemory.
2008-03-31 12:50:37 +02:00
Andrew Talbot
65dd1578e6
uxtheme: Assign to struct instead of using CopyMemory.
2008-03-31 12:50:33 +02:00
Andrew Talbot
e8aebfcb4b
dsound: Assign to structs instead of using CopyMemory.
2008-03-31 12:50:30 +02:00
Jacek Caban
cb7b58c528
mshtml: Added parsing external scripts support.
2008-03-31 12:16:20 +02:00
Jacek Caban
620a9500e2
mshtml: Added parsing inline script support.
2008-03-31 12:15:42 +02:00
Jacek Caban
40ab8e0c17
mshtml: Return S_OK in OnEnterScript and OnLeaveScript.
2008-03-31 12:15:37 +02:00
Jacek Caban
4383503211
mshtml: Added IActiveScriptSite::GetItemInfo implementation.
2008-03-31 12:15:32 +02:00
Jacek Caban
b24151b5df
mshtml: Added IActiveScriptSite::GetLCID implementation.
2008-03-31 12:15:28 +02:00
Jacek Caban
2db8f1a160
mshtml: Added IActiveScriptSiteWindow stub implementation.
2008-03-31 12:15:23 +02:00
Vitaliy Margolen
66417eea64
Update Russian translations.
2008-03-31 12:15:14 +02:00
Vitaliy Margolen
0350c39110
mshtml: Add Russian translation.
2008-03-31 12:15:08 +02:00
Alexander Nicolaysen Sørnes
10e9c6bfd1
kernel32: Set processorLevel to cpu family.
2008-03-31 12:14:41 +02:00
Roderick Colenbrander
76014205de
wined3d: Fix a postpixelshader_blending bug.
2008-03-31 12:14:33 +02:00
Andrew Talbot
c9566d556c
user32: Void functions should not return a value.
2008-03-31 12:14:05 +02:00
Andrew Talbot
e27fe2d76a
inetcomm: Void functions should not return a value.
2008-03-31 12:14:02 +02:00
Andrew Talbot
1f53b85445
rpcrt4: Void functions should not return a value.
2008-03-31 12:13:59 +02:00
Mikołaj Zalewski
666142a873
credui: Update Polish translation.
2008-03-31 12:13:51 +02:00
Mikołaj Zalewski
59f22b6594
shell32: Update Polish translation.
2008-03-31 12:13:40 +02:00
Mikołaj Zalewski
ed3522e14f
comdlg32: Add some ES_NUMBER to pagesetup dialog templates in languages that don't have them.
2008-03-31 12:13:17 +02:00
Mikołaj Zalewski
1a7a3821db
wldap32: Add Polish translation.
2008-03-31 12:13:06 +02:00
Alexandre Julliard
35bec2ed19
winex11: Ignore EnterNotify resulting from a pointer grab.
2008-03-31 12:12:12 +02:00
Jacek Caban
8c910077ae
winex11: Add owned windows to the taskbar if it has WS_EX_APPWINDOW style.
2008-03-31 12:11:58 +02:00
Rob Shearman
b8348b95a6
services: Remove dependency on service name being determined correctly in order for the two ends on the control pipe to meet up.
...
Instead use the mechanism used by native which uses
\\.\pipe\net\NtControlPipeN.
Also remove the service startup event set by StartServiceCtrlDispatcher
as we wait for the service status to change instead.
2008-03-29 11:51:39 +01:00
Rob Shearman
9a6fc01d84
services: Move ControlService and StartServiceW from advapi32.dll to services.exe.
...
This also changes the architecture such that services.exe is the server
end of the control pipe and the service is the client end.
2008-03-29 11:51:34 +01:00
Rob Shearman
7afd9a977a
services: Move LockServiceDatabase and UnlockServiceDatabase from advapi32.dll to services.exe.
2008-03-29 11:51:01 +01:00
Rob Shearman
b48714b148
services: Move SetServiceStatus and QueryServiceStatusEx to services.exe.
2008-03-29 11:50:57 +01:00
Mikołaj Zalewski
010dcb168b
services: Move GetServiceDisplayName to services.exe and implement GetServiceKeyName.
2008-03-29 11:17:33 +01:00
Mikołaj Zalewski
76d4eeebff
services: Move ChangeServiceConfigW implementation from advapi32.dll to services.exe.
2008-03-29 11:17:07 +01:00
Mikołaj Zalewski
a363b9a066
services: Move QueryServiceConfigW from advapi32.dll to services.exe.
2008-03-29 11:16:43 +01:00
Mikołaj Zalewski
a2156fc348
services: Move CreateService, OpenService and DeleteService implementations from advapi32.dll to services.exe.
2008-03-29 11:15:59 +01:00
Mikołaj Zalewski
4275fbf603
services: Start a local RPC server.
2008-03-29 11:15:05 +01:00
Roderick Colenbrander
c0be6047ef
wined3d: Also move the rendertarget capability to the formats table.
2008-03-29 10:31:50 +01:00
Roderick Colenbrander
ef73fe5d47
wined3d: Add a depthstencil flag to the formats table and make use of it in CheckDepthStencilCapability.
2008-03-29 10:31:36 +01:00
Roderick Colenbrander
e1bf1cd640
wined3d: Make the filtering capability of a format a flag in the formats table.
2008-03-29 10:31:18 +01:00
Andrew Talbot
5423c35d3c
dplayx: Assign to structs instead of using CopyMemory.
2008-03-29 10:30:27 +01:00
Andrew Talbot
05ea03c00b
dinput: Assign to struct instead of using CopyMemory.
2008-03-29 10:30:24 +01:00
Jacek Caban
05935eb6b8
mshtml: Added IActiveScriptSiteInterruptPoll stub implementation.
2008-03-28 21:54:12 +01:00
Jacek Caban
ac6cbb79af
mshtml: Set script engine state to SCRIPTSTATE_CONNECTED when page is loaded.
2008-03-28 21:54:09 +01:00
Jacek Caban
0db1b86c17
mshtml: Added script engine initialization implementation.
2008-03-28 21:54:07 +01:00
Jacek Caban
5d905ddd41
mshtml: Added IActiveScriptSite::OnStateChange implementation.
2008-03-28 21:54:04 +01:00
Jacek Caban
6d5bf9cd8a
uuid: Include objsafe.h.
2008-03-28 21:54:00 +01:00
Rob Shearman
c06f26f2e3
rpcrt4: Print an error if an invalid client context handle is used.
2008-03-28 21:42:15 +01:00
Paul Vriens
a3557272f4
setupapi: Fix some last errors for SetupGetLineByIndex.
2008-03-28 21:42:15 +01:00
Paul Vriens
50e81d0e6d
setupapi: Fix some last errors for SetupFindFirstLine.
2008-03-28 21:42:15 +01:00
Vitaliy Margolen
438868f377
devenum: Add Russian translation.
2008-03-28 15:50:44 +01:00
Vitaliy Margolen
a33dff0903
hhctrl: Add Russian translation.
2008-03-28 15:50:41 +01:00
Roderick Colenbrander
69a40127c6
wined3d: Add D3DUSAGE_QUERY_PIXELSHADER_BLENDING to CheckDeviceFormat.
2008-03-28 15:50:36 +01:00
Roderick Colenbrander
4eaa424c79
wined3d: Initial post pixelshader blending support. [attempt 2].
...
For each pixel format we store a flag in the table whether it supports
post pixelshader blending. Before applying blending or during a
context switch we verify that blending is turned off for the
format. In case of R32F this gave a 5-6x performance boost (without
filtering and software conversion).
2008-03-28 15:50:24 +01:00
Roderick Colenbrander
61f7dc006a
d3d9: Test post pixelshader blending.
2008-03-28 15:49:52 +01:00
Paul Vriens
dacb11533d
setupapi/tests: Remove check as we don't care how 'field' is allocated.
2008-03-28 14:53:29 +01:00
Paul Vriens
026b252b44
setupapi/tests: Add a few tests for SetupInstallServicesFromInfSectionA.
2008-03-28 14:51:43 +01:00
Paul Vriens
ea64ac8ab7
setupapi/tests: Run tests on win9x again.
2008-03-28 14:51:38 +01:00
Stefan Dösinger
1fdc0ee811
wined3d: Remove some debug TRACE stuff.
2008-03-28 14:51:25 +01:00
Stefan Dösinger
f63ce1c489
wined3d: Inherit from the proper state table in atifs.
2008-03-28 14:49:38 +01:00
Stefan Dösinger
0fa0df7843
d3d8: Reject broken normal declaration types with fixed function.
2008-03-28 14:49:30 +01:00
Marcus Meissner
0ab270e41a
ddraw/tests: Initialize ddprimpal.
2008-03-28 14:49:17 +01:00
Marcus Meissner
22facc67d2
user32/tests: Mark unsigned entitities as unsigned.
2008-03-28 14:49:17 +01:00
Vitaliy Margolen
5b690b0885
Update Russian translations.
2008-03-28 09:53:44 +01:00
Vitaliy Margolen
2dddbe2f18
shlwapi: Add Russian translation.
2008-03-28 09:53:32 +01:00
Michael Stefaniuc
c90baaf7f1
kernel32: Add the NLS file for Romansh (Switzerland).
2008-03-28 09:51:52 +01:00
Michael Stefaniuc
4174053fbc
user32: About dialog cosmetic fixes for the Romanian translation too.
2008-03-28 09:51:06 +01:00
Maarten Lankhorst
39623a403a
quartz: Add GetCurrentPosition using the reference clock.
2008-03-28 09:51:00 +01:00
Maarten Lankhorst
cc3ef90db0
quartz: Change name from Start position to Current position in MediaSeeking.
2008-03-28 09:50:51 +01:00
Dan Hipschman
0929593b6c
wininet: InternetReadFileExA should check INTERNET_FLAG_ASYNC.
2008-03-28 09:50:42 +01:00
Dan Hipschman
aaecdf79bd
wininet: HttpSendRequestExA is not a stub.
2008-03-28 09:50:38 +01:00
Lei Zhang
bab3d82bcf
user32: Add more DrawText tests.
2008-03-28 09:50:32 +01:00
Lei Zhang
0fac05b977
user32: Handle WM_CHAR messages better in edit controls.
2008-03-28 09:50:14 +01:00
Lei Zhang
5d6bf737db
user32: Add more dialog with edit control tests.
2008-03-28 09:50:00 +01:00
Lei Zhang
1560203215
user32: Make an edit test more readable.
2008-03-28 09:49:47 +01:00
Austin English
06d429d6b6
Spelling fixes.
2008-03-27 20:48:19 +01:00
Jacek Caban
7b48298e27
mshtml: Don't access released object in release_script_hosts.
2008-03-27 20:47:11 +01:00
Christopher Berner
6bc8e9a116
setupapi: Fix buffer size in SetupDiGetDeviceInterfaceDetailW.
2008-03-27 19:37:12 +01:00
Dmitry Timoshkov
854413e5cf
user32: Add a defwinproc flag when appropriate.
2008-03-27 17:47:44 +01:00
Reece Dunn
de3c19c2f0
shlwapi: Added basic tests for the SHCreateStreamOnFile IStream implementation.
2008-03-27 17:47:38 +01:00
Reece Dunn
2679453f04
shlwapi: Added STGM_TRANSACTED tests for SHCreateStreamOnFileA/W/Ex.
2008-03-27 17:47:31 +01:00
Paul Vriens
18e305241d
setupapi/tests: Add some tests for the last error returned.
2008-03-27 17:47:23 +01:00
Alexandre Julliard
7dfc5184e0
user32: Cosmetic fixes to the About dialog.
2008-03-27 13:47:57 +01:00
Hin-Tak Leung
cf5e6bcec9
hhctrl.ocx: Implement more navigation of chm to TOC, default topic and specific title.
2008-03-27 12:46:10 +01:00
Ge van Geldorp
35d7f70612
shell32: Support getting the shell folder path for users other than the current user and the default user.
2008-03-27 11:29:42 +01:00
Stefan Dösinger
f761b90801
wined3d: Free heapMemory, not allocatedMemory when adjusting the surface.
2008-03-27 11:19:05 +01:00
Stefan Dösinger
82d25338aa
d3d9: Add a basic test for multiple rendertargets.
2008-03-27 11:18:59 +01:00
Stefan Dösinger
ee13cc4903
ddraw: Some EnumZBufferFormat fixes.
2008-03-27 11:10:29 +01:00
Stefan Dösinger
8662bd7555
ddraw: Fix some Z buffer formats.
2008-03-27 11:10:20 +01:00
Austin English
4777f26d61
Spelling fixes.
2008-03-27 11:10:07 +01:00
Alexander Dorofeyev
7bb58929b7
d3d9/tests: Test that GOURAUD and PHONG modes are equal.
2008-03-27 11:09:11 +01:00
Alexander Dorofeyev
165970992a
wined3d: Make device palettes dynamically allocated.
2008-03-27 11:09:06 +01:00
Dmitry Timoshkov
113f2c9dbb
user32: Add a test for combobox navigation with arrow keys, make it pass under Wine.
2008-03-27 11:06:02 +01:00
Alistair Leslie-Hughes
9a7b81be9a
msxml3: Correct IXMLDOMCDATASection appendData.
2008-03-27 11:05:56 +01:00
Alistair Leslie-Hughes
d9b1bf541f
msxml3: Correct IXMLDOMComment appendData.
2008-03-27 11:05:53 +01:00
Alistair Leslie-Hughes
d3597f5e13
msxml3: Correct IXMLDOMText appendData.
2008-03-27 11:05:50 +01:00
Francois Gouget
eab196b35a
ddraw: Remove trailing spaces in ok() calls.
2008-03-27 11:05:40 +01:00
Michael Stefaniuc
c68a8963c8
user32: Add the Romanian translation.
2008-03-27 11:05:32 +01:00
Andrew Talbot
d2c602b27a
wineoss.drv: Assign to structs instead of using memcpy.
2008-03-26 23:48:28 +01:00
Andrew Talbot
f100b142f4
winejack.drv: Assign to structs instead of using memcpy.
2008-03-26 23:48:25 +01:00
Andrew Talbot
ddf9697433
winenas.drv: Assign to struct instead of using memcpy.
2008-03-26 23:48:21 +01:00
Andrew Talbot
52f6018c73
wineesd.drv: Assign to structs instead of using memcpy.
2008-03-26 23:48:18 +01:00
Hans Leidekker
058761fa34
wininet: Support chunked reads in InternetReadFileEx too.
2008-03-26 23:48:13 +01:00
Alexandre Julliard
6e387f34c5
gdi32: Store the return value separately in StretchDIBits instead of overwriting heightSrc.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
12ae8ff814
shell32: Add a license message box and a build id to the About dialog. Clean things up a little.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
f29b5757d5
user32: Allow arbitrary text size for loaded strings in message boxes.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
ccd0d6259d
ntdll: Export the libwine version functions from ntdll too.
2008-03-26 23:38:36 +01:00
Dan Kegel
dcefb67781
kernel32: Test negative dest len in WideCharToMultiByte.
2008-03-26 23:38:36 +01:00
Jacek Caban
d43de316c3
urlmon: Don't use -1 length in WideCharToMultiByte call.
2008-03-26 23:38:36 +01:00
Jacek Caban
c94e646fc1
mshtml: Fixed invalid use of -1 length in WideCharToMultiByte calls.
2008-03-26 23:38:36 +01:00
Jacek Caban
4a46a0193a
mshtml: Fixed crash in tests if Gecko is not available.
2008-03-26 23:38:36 +01:00
Jacek Caban
e2645dec1c
mshtml: Added nsIChannel::SetContentType implementation.
2008-03-26 23:38:36 +01:00
Jacek Caban
91800118a8
mshtml: Pass buffer length to MultiByteToWideChar instead of -1.
2008-03-26 23:38:36 +01:00
Jacek Caban
8abf7a8cc9
mshtml: Rename nsChannel::content to content_type and clean up its handling.
2008-03-26 23:38:36 +01:00
Jacek Caban
1caf73be28
mshtml: Added IHTMLDocument2::get_location implementation.
2008-03-26 23:38:36 +01:00
Alexandre Julliard
6af76b3daa
quartz: Avoid %ll printf formats.
2008-03-26 18:01:09 +01:00
Alexandre Julliard
711275e2fc
qmgr: Avoid %ll printf formats.
2008-03-26 18:00:37 +01:00
Alexandre Julliard
9b49cc2899
ntdll: Clear the process stack again after dll init and before calling the main entry point.
2008-03-26 17:08:57 +01:00
Alexandre Julliard
7a7ef6a64c
kernel32: Moved the allocation of the process stack to ntdll.
2008-03-26 17:08:38 +01:00
Stefan Leichter
6cb602c6db
advapi32: Partly implemented QueryServiceConfig2A/W.
2008-03-26 14:13:07 +01:00
Paul Vriens
f14eecded8
setupapi: Forward SetupInstallServicesFromInfSectionA to W-function.
2008-03-26 13:46:16 +01:00
Hans Leidekker
0936601f5b
wininet: Implement chunked reads.
2008-03-26 13:46:12 +01:00
Aric Stewart
5035a85533
imm: Implement ImmGetIMEFileNameW and ImmGetIMEFileNameA.
2008-03-26 13:31:30 +01:00
Alexandre Julliard
a71998d0a6
winex11: Fix X11DRV_CLIPBOARD_ReadProperty to read data in larger chunks and to properly null-terminate the buffer.
2008-03-26 12:14:41 +01:00
Lei Zhang
41ea8f0e8a
user32: Tweak how the edit control handles WM_GETDLGCODE.
2008-03-26 12:09:36 +01:00
Anatoly Lyutin
d8ab4af526
comctl32: Add HotTrackingColor into COMCTL32_SysColor structure.
2008-03-26 12:09:22 +01:00
Alistair Leslie-Hughes
b478ec0027
msxml3: Correct SAXXMLReader_create.
2008-03-26 11:21:14 +01:00
Dmitry Timoshkov
5c93f092c8
d3d9: Make the visual test pass on GeForce Go 7600.
2008-03-26 11:18:33 +01:00
Dmitry Timoshkov
fed582de5c
kernel32: Make the test compatible with win9x.
2008-03-26 11:18:21 +01:00
Michael Stefaniuc
e4d332b601
comdlg32: Small typo fix in the German translation.
2008-03-26 10:33:39 +01:00
Michael Stefaniuc
241aff1203
comdlg32: Add the Romanian translation.
2008-03-26 10:33:37 +01:00
Michael Stefaniuc
0aeb2f5988
shell32: Update the German Translation.
2008-03-26 10:33:34 +01:00
Michael Stefaniuc
8f82f98299
mshtml: Update the German translation.
2008-03-26 10:33:31 +01:00
Andrew Talbot
11f198df0b
winecoreaudio.drv: Assign to structs instead of using memcpy.
2008-03-26 10:33:27 +01:00
Andrew Talbot
78fc03b605
wineaudioio.drv: Assign to structs instead of using memcpy.
2008-03-26 10:33:24 +01:00
Lei Zhang
724d4b1fad
msxml3: Fix compiles for systems without libxml2.
2008-03-26 10:33:21 +01:00
Juan Lang
44f2517335
crypt32: Allow one update to a decode message after the final update if it's a detached message.
2008-03-26 10:33:16 +01:00
Juan Lang
856270972f
crypt32: Keep track of state in each message type's update function rather than in CryptMsgUpdate.
2008-03-26 10:33:09 +01:00
Juan Lang
3617819bf6
crypt32: Test updates after the final update to a detached message.
2008-03-26 10:33:01 +01:00
Lei Zhang
19ed9729db
comdlg32: Avoid double free in PRINTDLG_PaperSizeA/W.
2008-03-25 20:00:07 +01:00
Juan Lang
9ea9eaaa81
advapi32: Create MachineGuid value if it doesn't exist.
2008-03-25 19:58:43 +01:00
Juan Lang
4c984e089a
advapi32: Test the MachineGuid value.
2008-03-25 19:58:37 +01:00
Austin English
45b944ed51
gdi32: Spelling fixes.
2008-03-25 19:58:31 +01:00
Stefan Dösinger
39e2cbc5d5
wined3d: Enable D3DFMT_V8U8 with GL_ATI_fragment_shader.
2008-03-25 19:50:55 +01:00
Stefan Dösinger
9b79bc5e31
wined3d: Implement env bump mapping in the atifs ffp replacement.
2008-03-25 19:50:43 +01:00
Stefan Dösinger
4640be8dc8
wined3d: Fragment processing using GL_ATI_fragment_shader.
...
This adds code for handling fixed function fragment processing with the
GL_ATI_fragment_shader extension. This is a sort-of programmable
interface for fragment processing at the level of shader model 1.4 in
d3d. This code is of use on r200, r250 and r280 cards(radeon 8500 to
9200) which do not support GL_ARB_fragment_program, but support pixel
shader 1.4 on Windows. This code is somewhat a counterpart to the
existing fragment processing code using GL_NV_register_combiners and
GL_NV_texture_shader.
2008-03-25 19:50:32 +01:00
Stefan Dösinger
a440051016
wined3d: Add a shader DLL init callback.
2008-03-25 19:49:17 +01:00
Stefan Dösinger
18e16f4e66
wined3d: Add GL_ATI_fragment_shader.
2008-03-25 19:48:35 +01:00
Stefan Dösinger
28fdebe404
wined3d: Alloc / free shader private data and blt stuff in Init3D/Uninit3D.
2008-03-25 19:48:24 +01:00
Stefan Dösinger
ac57b4e2f5
wined3d: Free shader private data on reset.
...
Since the shader backend implementations might track opengl resources in
their private data inform them about reset calls. For example, the atifs
backend keeps track of the replacement shaders, which are lost during an
opengl context recreation.
2008-03-25 19:48:14 +01:00
Stefan Dösinger
aaced1f5ba
d3d9: Add a projected texture test.
2008-03-25 19:39:34 +01:00
Stefan Dösinger
ee7e149998
wined3d: Move shader caps setting into the arb and glsl shader backends.
2008-03-25 19:39:23 +01:00
Stefan Dösinger
5ab5202e0f
wined3d: Set shader specific caps in the shader backend.
...
The whole control structures in directx.c get terribly confusing with
the various codepaths for texturing and different shader
implementations. It is also hard to reflect the shader model
decisions this way too. This patch moves the shader specific parts of
the caps code into the shader backend where we can set our caps
dependent of the shader model decisions and without complex caps flag
checks.
2008-03-25 19:39:11 +01:00
Stefan Dösinger
8869c0f147
d3d: De-pointerize the WINED3DCAPS structure.
2008-03-25 19:36:38 +01:00
Stefan Dösinger
6d5f562dcf
wined3d: Move the shader backend selection into a separate function.
2008-03-25 19:36:13 +01:00
Stefan Dösinger
a66fb40d83
wined3d: Move shader generation into the shader backend.
...
Generating the shader ID and parts of the shader prolog and epilog was
done by the common vertexshader.c / pixelshader.c, which is ugly.
This patch doesn't get rid of all the uglyness, somewhen we'll still
have to sort out the relationship of [arb|glsl]_generate_shader and
[arb|glsl]_generate_declarations.
2008-03-25 19:35:58 +01:00
Stefan Dösinger
84258723f9
wined3d: Make the state table a property of the shader backend.
2008-03-25 19:35:32 +01:00
Alexandre Julliard
1e9acad3a0
comdlg32: Fixed a number of buffer overflows in the file dialog.
2008-03-25 17:34:32 +01:00
Huw Davies
31666b311d
mscms: Fix compilation without lcms.
2008-03-25 16:16:00 +01:00
Marcus Meissner
5fd2e6e7b1
msxml3: Fixed include of SAX.h.
2008-03-25 16:14:11 +01:00
Roderick Colenbrander
eaa1ff0d2c
wined3d: Always report D16 as Windows drivers report it on all cards (likely using emulation).
2008-03-25 16:14:03 +01:00
Alexandre Julliard
6e5bc73b8d
mscoree: Implement a number of interop helpers.
2008-03-25 15:21:18 +01:00
Kolbjørn Fredheim
a40185f12f
ddraw: Don't clear the return value anymore, we fill the fields anyway, also a test for the behaviour.
2008-03-25 12:50:33 +01:00
Hans Leidekker
3e30e29847
mscms: Rewrite handle management to be thread-safe. Allocate handles dynamically.
2008-03-25 12:48:22 +01:00
Alexandre Julliard
46489aeda2
winex11: Don't attempt to dock into the system tray in desktop mode.
2008-03-25 12:13:28 +01:00
James Hawkins
823640fc2f
fusion: Implement CreateAssemblyCache.
2008-03-25 11:58:05 +01:00
James Hawkins
082b46887a
fusion: Add a stub implementation of IAssemblyEnum.
2008-03-25 11:58:01 +01:00
James Hawkins
8a19faf261
fusion: Add a stub implementation of IAssemblyCache.
2008-03-25 11:57:57 +01:00
Alexander Dorofeyev
f2e03d6c3f
wined3d: Don't store primary surface palette in device palettes.
2008-03-25 11:53:55 +01:00
Alexander Dorofeyev
9b913b3b79
wined3d: Don't use device palettes in RealizePalette.
2008-03-25 11:53:47 +01:00
Alexander Dorofeyev
13ce219235
wined3d: Don't use device palettes in GetDC.
2008-03-25 11:53:39 +01:00
Alexander Dorofeyev
85fd313046
wined3d: Don't use device palettes in read_from_framebuffer.
2008-03-25 11:53:24 +01:00
Alexander Dorofeyev
7a012df64d
ddraw/tests: Add test for ddraw 8-bit mode.
...
Adds rudimentary test for 8 bit mode ddraw (palettized primary surface). Tests
things like GetDC and its palette handling and SetPalette affected by patches
that follow.
2008-03-25 11:53:06 +01:00
Alexander Dorofeyev
16da594354
wined3d: Fix comment.
2008-03-25 11:53:01 +01:00
Alistair Leslie-Hughes
264be58812
msxml3: Added support for SAXXMLReader.
2008-03-25 11:45:55 +01:00
Alistair Leslie-Hughes
20f8d63964
msxml3: Added typelib ids for SAX interfaces.
2008-03-25 11:45:51 +01:00
Dmitry Timoshkov
cb3ff54789
winex11.drv: Don't add owned windows to the taskbar.
2008-03-25 11:45:11 +01:00
Christian Costa
c8837b8205
ddraw: DDRAW_dump_flags_nolf must not add LF.
2008-03-25 11:45:05 +01:00
Andrew Talbot
687af6b2bc
winealsa.drv: Assign to structs instead of using memcpy.
2008-03-25 11:45:01 +01:00
James Hawkins
ddfefc036f
msi: Fix a typo.
2008-03-25 11:44:57 +01:00
Michael Stefaniuc
51c9d050cf
gdiplus: Remove break after return (Smatch).
2008-03-25 11:44:54 +01:00
Jacek Caban
d23309c040
mshtml: Added script engine loading test.
2008-03-25 11:44:30 +01:00
Jacek Caban
1b5bce0d4c
mshtml: Added script engine loading implementation.
2008-03-25 11:44:26 +01:00
Jacek Caban
63ebe0191e
jscript: Added tests.
2008-03-25 11:44:06 +01:00
Jacek Caban
8d4aa7decf
jscript: Added DllCanUnloadNow implementation.
2008-03-25 11:33:52 +01:00
Hans Leidekker
26b38dc503
wininet: Avoid a crash with traces on.
2008-03-25 11:33:41 +01:00
Hans Leidekker
af4c428a9a
wininet: Correct spec file entry for InternetCanonicalizeUrl{A, W}.
2008-03-25 11:33:36 +01:00
Hans Leidekker
3a57711bb8
wininet: Don't strip Accept-Encoding headers from version 1.1 requests.
2008-03-25 11:33:32 +01:00
Reece Dunn
404a51b455
shlwapi: Added SHCreateStreamOnFileEx tests.
2008-03-25 11:20:51 +01:00
Reece Dunn
fe829db189
shlwapi: Added SHCreateStreamOnFileW tests.
2008-03-25 11:20:38 +01:00
Reece Dunn
d2e1e5bfaf
shlwapi: Added SHCreateStreamOnFileA tests.
2008-03-25 11:20:22 +01:00
Tony Wasserka
be0799fce2
d3dx9: Start implementation of d3dx9_37.
2008-03-24 21:09:25 +01:00
Alexandre Julliard
39fea9329c
setupapi/tests: Use FIELD_OFFSET instead of offsetof.
2008-03-24 21:06:15 +01:00
Reece Dunn
47b97025e7
ntdsapi: Fix building the tests with MSVC headers.
2008-03-24 21:05:21 +01:00
Reece Dunn
4fbdab7a8f
ole32: Added a missing include needed for CLSID_ShellDesktop using MSVC headers.
2008-03-24 21:05:17 +01:00
Reece Dunn
1b31c6e616
quartz: Fixed building with MSVC headers.
2008-03-24 21:05:13 +01:00
Reece Dunn
ae32a7fe04
comdlg32: Fix building the tests with MSVC headers.
2008-03-24 21:05:03 +01:00
Kai Blin
65686b583b
netapi32: Revert "janitorial: Use poll() instead of select()."
...
As Juan Lang pointed out, fd is a SOCKET here and the netapi32 call to
select calls ws2_32.WS_select(), which uses poll internally already.
2008-03-24 20:42:09 +01:00
Andrew Talbot
14987e4021
inetcomm: Assign to structs instead of using memcpy.
2008-03-24 20:41:57 +01:00
Andrew Talbot
511dd2a8c0
wsock32: Assign to struct instead of using memcpy.
2008-03-24 20:41:53 +01:00
Andrew Talbot
a839455bb0
ws2_32: Assign to structs instead of using memcpy.
2008-03-24 20:41:50 +01:00
Marcus Meissner
a0c18ce784
user32/tests: Fix uninitialized struct component.
2008-03-24 20:41:45 +01:00
Alexander Dorofeyev
e2d8e291d6
ddraw: Fix vertex processing.
2008-03-24 20:41:19 +01:00
Alexander Dorofeyev
94949ab849
d3d8/tests: Test DrawIndexedPrimitiveUP with primitive count zero.
2008-03-24 20:40:24 +01:00
Alexander Dorofeyev
eddbdbef47
ddraw/tests: Test executebuffer triangle instruction with zero count.
2008-03-24 20:40:18 +01:00
Alexander Dorofeyev
3d2bdf52cd
wined3d: Handle zero primitive count.
2008-03-24 20:40:13 +01:00
Alexander Dorofeyev
bacd2340b4
ddraw/tests: Test SetPalette on non-palettized surfaces.
2008-03-24 20:40:05 +01:00
Alexander Dorofeyev
4b53dde0f5
ddraw: Make SetPalette fail for non-palettized surfaces.
2008-03-24 20:40:00 +01:00
Roderick Colenbrander
cb9252db36
wined3d: Fix a typo in CheckSrgbWriteCapability. We support both X8R8G8B8 and A8R8G8B8.
2008-03-24 20:39:50 +01:00
Roderick Colenbrander
9123e8f374
wined3d: Add more debug code to CheckDeviceFormat.
2008-03-24 20:39:37 +01:00
Detlef Riekenberg
9e35ee852f
winspool: Forward EnumPrintersA to EnumPrintersW.
2008-03-24 20:39:29 +01:00
Anatoly Lyutin
f773e148b0
kernel32: Implement IsWow64Process.
2008-03-24 20:39:22 +01:00
Alexandre Julliard
549f7c91b4
user32: Clamp the mouse position to the window rectangle when starting a window resize.
2008-03-24 18:01:02 +01:00
Alexandre Julliard
635544e20f
user32: Make sure we set menu capture to a window that is visible.
2008-03-24 17:59:58 +01:00
Alexandre Julliard
78de7e363b
winex11: Grab the pointer in menu tracking mode too.
2008-03-24 17:59:40 +01:00
Alexandre Julliard
5787c12ba6
winex11: Setting window z-order using a sibling doesn't work with some window managers.
...
So let's see what happens if we don't set z-order at all in that case.
2008-03-24 15:47:28 +01:00
Kai Blin
63504e9e80
janitorial: Use poll() instead of select().
2008-03-24 13:41:57 +01:00
Marcus Meissner
0aecedf281
version: LZCopy return value is LONG.
2008-03-24 13:40:57 +01:00
Roderick Colenbrander
690f496bd4
wined3d: We want to compare the old and the new format and not the old with the old.
2008-03-24 13:27:14 +01:00
Marcus Meissner
57384b7a1c
user32/tests: Skip checks if pre-condition does not match.
2008-03-24 13:26:45 +01:00
Philip Nilsson
1110f17581
wined3d: Initialize maxAttribs in case it isn't changed by glGetIntegerv.
2008-03-24 13:26:20 +01:00
James Hawkins
b83fbb4f03
fusion: Add a stub implementation of IAssemblyName.
2008-03-24 12:58:12 +01:00
James Hawkins
87b970cedc
fusion: Add a few fusion stubs.
2008-03-24 12:57:31 +01:00
Markus Amsler
f34efcb839
opengl: Allocate DisabledExtensions buffer.
2008-03-24 12:56:49 +01:00
Eric Pouech
91d57af637
richedit: For setting word wrapping, native only uses a null vs non null value.
2008-03-24 12:12:18 +01:00
Eric Pouech
df7ab004ce
richedit: Fixed a bogus computation of paragraph indentation.
2008-03-24 12:12:11 +01:00
Eric Pouech
8b6eea0a63
richedit: Fixed the initialization of the word wrap mode.
2008-03-24 12:12:07 +01:00
Sean Huckins
3266420a1e
gdiplus: Implementation of GdipCreateBitmapFromHBITMAP.
2008-03-24 12:11:58 +01:00
Roderick Colenbrander
e749825793
wined3d: CheckTextureCapability returns TRUE for V8U8.
2008-03-24 12:08:34 +01:00
Roderick Colenbrander
ccb4ee39ab
wgl: Return TRUE on wglReleasePbufferDCARB success.
2008-03-24 12:08:20 +01:00
Roderick Colenbrander
3771341774
wined3d: Add a missing break to blt_to_drawable.
2008-03-24 12:08:12 +01:00
James Hawkins
fb508ff8fa
msi: Implement the StopServices action.
2008-03-24 11:39:47 +01:00
James Hawkins
fdd55977bc
msi: Don't hardcode the root drive.
2008-03-24 11:39:29 +01:00
James Hawkins
9048ecef83
msi: INSTALLPROPERTY_AUTHORIZED_LUA_APP is only available with msi >= 3.0.
2008-03-24 11:38:36 +01:00
James Hawkins
d69342cd67
msi: Initialize the size parameter.
2008-03-24 11:38:30 +01:00
Michael Stefaniuc
c038ade2a7
comctl32: Add the Romanian translation.
2008-03-24 11:38:12 +01:00
Michael Stefaniuc
1c56df3ab2
browseui: Add the German translation.
2008-03-24 11:38:03 +01:00
Michael Stefaniuc
20c91aba94
shlwapi: Add the Romanian translation.
2008-03-24 11:37:55 +01:00
Michael Stefaniuc
a6843afc63
browseui: Add the Romanian translation.
2008-03-24 11:37:45 +01:00
Michael Stefaniuc
aa754a70f0
credui: Update the German translation.
2008-03-24 11:37:42 +01:00
Jacek Caban
c8bb048b1a
mshtml: Abstract BSCallback implementation.
2008-03-24 11:37:01 +01:00
Jacek Caban
6738db5af2
mshtml: Move hlink_frame_navigate function.
2008-03-24 11:36:42 +01:00
Jacek Caban
a7caae9540
mshtml: Move BSCallback declaration to navigate.c.
2008-03-24 11:36:34 +01:00
Jacek Caban
5a04f526ad
mshtml: Added new nsChannelBSC type.
2008-03-24 11:36:28 +01:00
Jacek Caban
979b42d749
mshtml: Don't access BSCallback directly in nsembed.c.
2008-03-24 11:36:20 +01:00
Jacek Caban
f792ada40f
mshtml: Don't access BSCallback directly in nsio.c.
2008-03-24 11:36:14 +01:00
Eric Pouech
2870f21d06
richedit: Added missing fields to be reinitialized for the RTF \pard token.
2008-03-24 11:35:53 +01:00
Vitaliy Margolen
d8391a4a46
user32: Fix F1 message sequence.
2008-03-24 11:35:30 +01:00
Andrew Talbot
5d038523e9
winex11.drv: Assign to structs instead of using memcpy.
2008-03-24 11:33:22 +01:00
Andrew Talbot
7b380e0aeb
wininet: Assign to structs instead of using memcpy.
2008-03-24 11:33:16 +01:00
Andrew Talbot
d3e904202a
winmm: Assign to struct instead of using memcpy.
2008-03-24 11:33:10 +01:00
Andrew Talbot
480cd234a8
wintab32: Assign to structs instead of using memcpy.
2008-03-24 11:33:03 +01:00
Andrew Talbot
a1732549ca
wintrust: Assign to structs instead of using memcpy.
2008-03-24 11:32:58 +01:00
Andrew Talbot
d0986ac5ad
wnaspi32: Assign to struct instead of using memcpy.
2008-03-24 11:32:53 +01:00
Maarten Lankhorst
db8b2ca7b4
quartz: Silence requests for ipin on filters.
2008-03-24 11:32:26 +01:00
Maarten Lankhorst
4d745e0051
quartz: Forward requests for MediaSeeking from all pins properly.
2008-03-24 11:32:19 +01:00
Maarten Lankhorst
17a1c64686
quartz: Play silence in directsound renderer on end of stream notification.
2008-03-24 11:32:03 +01:00
Maarten Lankhorst
f8bb838455
quartz: Make acmwrapper code aware of time, and get rid of its internal buffer.
2008-03-24 11:31:48 +01:00
Maarten Lankhorst
c423511d2e
quartz: Add sanity check to mediaseeking setrate.
2008-03-24 11:31:25 +01:00
Maarten Lankhorst
b0c6a34358
quartz: Parse audio packets in mpeg splitter to obtain the duration.
2008-03-24 11:31:16 +01:00
Andrew Talbot
94dc49ed12
wineps.drv: Assign to structs instead of using memcpy.
2008-03-22 13:21:13 +01:00
Andrew Talbot
8789ed6f84
winex11.drv: Indirection level fix.
2008-03-22 13:21:10 +01:00
Andrew Talbot
2d08f90d76
winedos: Assign to struct instead of using memcpy.
2008-03-22 13:21:00 +01:00
Jason Green
740b56e87b
d3d9: Allow for driver precision differences in some visual tests.
2008-03-22 13:10:12 +01:00
Jason Green
1a933d6b44
d3d9: Add visual test for D3DRS_SHADEMODE states.
2008-03-22 13:10:08 +01:00
Alexandre Julliard
c3ae7d1983
kernel32/tests: Fix the FindFirstVolume test on Vista.
2008-03-22 13:09:57 +01:00
Alexandre Julliard
9879f78c13
kernel32/tests: Added some tests for FindResource.
2008-03-22 13:09:44 +01:00
Roderick Colenbrander
856af1b5d7
wined3d: Add srgb write support to CheckDeviceFormat.
2008-03-22 12:23:23 +01:00
Roderick Colenbrander
9e9ef6238a
wined3d: Remove unneeded code in CheckDeviceFormat.
...
All these checks are done during the capability checks which are
performed under the resource type checks.
2008-03-22 11:46:25 +01:00
Roderick Colenbrander
5d151c0ffc
wined3d: Don't continue with CheckDeviceFormat when the texture format isn't around.
...
It is legal to pass Usage=0 to CheckDeviceFormat and in both this case
and in the case a format isn't available UsageCaps would be 0 and a
format would be reported available.
2008-03-22 11:45:58 +01:00
Roderick Colenbrander
460f0d1608
wined3d: Return WINED3DERR_NOTAVAILABLE when cubemapping isn't supported.
2008-03-22 11:45:41 +01:00
Roderick Colenbrander
616944ae7e
wined3d: Add reporting of D3DRTYPE_VOLUME capabilties.
...
We assume it has the same capabilities as VOLUMETEXTURE. MSDN is very
vague on this topic. Intel/Nvidia/ATI drivers seem to offer nearly the
same caps on both, so do that too.
2008-03-22 11:45:31 +01:00
Roderick Colenbrander
6f3127291f
wined3d: When volume textures aren't around (GL_EXT_texture3D not supported) return WINED3DERR_NOTAVAILABLE.
2008-03-22 11:44:11 +01:00
Roderick Colenbrander
eef51ed4ca
wined3d: We don't offer index/vertex buffer caps. Neither do Windows drivers (at least Nvidia, Ati and Intel).
2008-03-22 11:14:37 +01:00
Dan Hipschman
2904f543f4
advapi32: Add a stub for CreateRestrictedToken.
2008-03-22 11:14:13 +01:00
Reece Dunn
56b2ab241e
user32: Fixed the HiliteMenuItem tests to pass on Windows 9x.
2008-03-22 11:14:07 +01:00
Detlef Riekenberg
f3380958bd
ntoskrnl.exe: Implement MmIsAddressValid.
2008-03-22 11:13:59 +01:00
Alexandre Julliard
0dbeea5275
shell32: Use the larger Wine logo icon in the About dialog.
2008-03-21 18:39:11 +01:00
Alexandre Julliard
77a79c48b4
shell32: Make the icon space a bit larger in the About dialog.
...
Also replace numeric ids by appropriate constants.
2008-03-21 18:38:51 +01:00
Herve Chanal
9188302b70
user32: A nicer icon for oic_winlogo.
2008-03-21 18:36:23 +01:00
Roderick Colenbrander
41310080a5
ddraw: Use a correct resource type and a valid format.
2008-03-21 15:20:21 +01:00
Roderick Colenbrander
51a8162330
wined3d: Check pixel formats of the same pixel type.
2008-03-21 15:19:05 +01:00
Jacek Caban
cd0213bcb9
jscript: Added IObjectSafety stub implementation.
2008-03-21 15:18:58 +01:00
Jacek Caban
a0d8cbc6ef
jscript: Added IActiveScriptParseProcedure2 stub implementation.
2008-03-21 15:18:55 +01:00
Philip Nilsson
b67290b99a
d3dx9/tests: Test the D3DXVec*Array functions.
2008-03-21 12:52:54 +01:00
Philip Nilsson
0457333f55
d3dx9: Implement the D3DXVec*Array functions.
2008-03-21 12:52:19 +01:00
James Hawkins
c0b3af34b9
fusion: Add a stub implementation of fusion.dll.
2008-03-21 12:49:51 +01:00
Huw Davies
4b6d284de6
gdi32: Ignore fonts with names that begin with a '.'.
2008-03-21 12:44:20 +01:00
Alexandre Julliard
fad9b692cb
user32/tests: Flush events during the mouse button tests.
2008-03-21 11:29:18 +01:00
Alexandre Julliard
3e8532779f
ntdll: Refuse to create the .wine directory if the parent belongs to a different user.
2008-03-21 11:28:31 +01:00
Aric Stewart
62f80d3326
imm32: IMEs do not expect the hMsgBuf to be NULL, so initialize it.
2008-03-21 11:25:16 +01:00
Dan Hipschman
2fa83d94c8
widl: Make structures with FC_ENUM16 fields complex.
...
Structures containing enum fields without the v1_enum attribute must be
treated as complex because of the range check and memory/wire size
differences. This includes a test which didn't pass before and now
passes on Wine and Windows.
2008-03-21 11:24:28 +01:00
Dan Hipschman
629a29d81e
rpcrt4: Handle FC_ENUM16.
2008-03-21 11:24:19 +01:00
James Hawkins
01316db0ce
msi: Remove the dependence on compressed cabinets in the install tests.
2008-03-21 11:24:11 +01:00
Andrew Talbot
19c105c79c
wined3d: Assign to structs instead of using memcpy.
2008-03-21 11:24:05 +01:00
Michael Stefaniuc
d4c6992131
oleaut32: Add the Romanian translation.
2008-03-21 11:23:57 +01:00
Michael Stefaniuc
3e67adf499
devenum: Add the Romanian translation.
2008-03-21 11:23:50 +01:00
Michael Stefaniuc
76344b7860
comdlg32: Update the German translation.
2008-03-21 11:23:41 +01:00
Michael Stefaniuc
6ae786ec62
quartz: Replace second EnterCriticalSection with LeaveCriticalSection (Smatch).
2008-03-21 11:23:18 +01:00
Kusanagi Kouichi
53b9a53c27
winex11.drv: Fix crash by long preedit text.
2008-03-21 11:22:06 +01:00
Paul Vriens
ee08320d50
setupapi/tests: Add a test for installing a driver service via an INF file.
2008-03-21 11:21:56 +01:00
Michael Moss
ded68372a2
kernel32/tests: Test notifications for overlapping directory watches.
2008-03-20 20:16:08 +01:00
Alexandre Julliard
6ee428e3a0
msvcrt: Add support for field width in scanf %c format.
2008-03-20 19:55:31 +01:00
Dmitry Timoshkov
0506c341ac
user32: Increase an initial buffer size from 32 to 128 hwnds for enumerated children.
2008-03-20 19:51:55 +01:00
Michael Moss
ef7c4a8b6d
kernel32/tests: Fix false positive file notification tests.
2008-03-20 14:27:44 +01:00
Luis Javier Merino
3bb1ea3d34
wined3d: BltFast dealing correctly with overlapping src and dest.
2008-03-20 14:27:36 +01:00
Lei Zhang
03f18eb425
comctl32: Fix listview redraw when deleting items.
2008-03-20 14:27:36 +01:00
Lei Zhang
74f2f09295
comctl32: Correct listview hittest check to include the state rect.
2008-03-20 14:27:36 +01:00
Lei Zhang
da98243ea1
comctl32: Redraw listview after changing extended styles.
2008-03-20 14:27:35 +01:00
Lei Zhang
fe966335fd
comctl32: Implement listview checkbox toggle.
2008-03-20 14:27:35 +01:00
Lei Zhang
778c04db07
comctl32: Add listview checkbox toggle test.
2008-03-20 14:27:35 +01:00
Alexandre Julliard
902aef85c0
ntdll: Add test cases for the direction flag.
2008-03-20 14:27:35 +01:00
Alexandre Julliard
4ce9af2ba5
ntdll: Clear the direction flag before calling exception handlers.
2008-03-20 14:27:35 +01:00
Marcus Meissner
4603f4edfa
mshtml: Fix potential 1 byte 0 overwrite.
2008-03-20 14:27:35 +01:00
James Hawkins
5bec7d4bbf
msi: Don't trace the tables names on import.
2008-03-20 14:27:35 +01:00