Jacek Caban
b6e9a83d78
vbscript: Added support for call keyword in lexer.
2011-09-08 20:08:08 +02:00
Jacek Caban
69dcc641df
vbscript: Better function call parsing.
2011-09-08 20:08:08 +02:00
Jacek Caban
1ac1ffba11
vbscript: Added support for a few more characters in lexer.
2011-09-08 20:08:08 +02:00
Jacek Caban
6e749ba5dc
vbscript: Added simple call test.
2011-09-08 20:08:08 +02:00
Jacek Caban
9d7552205c
vbscript: Added interp_icallv implementation.
2011-09-08 20:08:08 +02:00
Jacek Caban
060255d084
vbscript: Store call identifier as BSTR.
2011-09-08 20:08:07 +02:00
Francois Gouget
489527fe44
ddraw: Remove WINAPI on static functions where not needed.
2011-09-08 20:08:07 +02:00
Alexander Morozov
ba6f99c239
query: Add stub for LoadIFilter.
2011-09-08 20:08:07 +02:00
Louis Lenders
7844535700
dpnet/tests: Add tests for IDirectPlay8Peer_EnumServiceProviders.
2011-09-08 20:08:06 +02:00
Gerald Pfeifer
0affcc3a7d
wined3d: Remove dead code (and variable) from wined3d_surface_flip. wined3d_surface_flip.
2011-09-08 20:08:06 +02:00
Bruno Jesus
2b6f0b9af7
user32/tests: Add SetCaretPos/GetCaretPos tests.
2011-09-08 20:08:06 +02:00
Bruno Jesus
2e08b31f7c
ws2_32: Fix support for SIO_KEEPALIVE_VALS.
2011-09-08 20:08:06 +02:00
Akihiro Sagawa
203d06d410
winmm: Add support for MEVT_LONGMSG.
2011-09-08 20:08:06 +02:00
Alexandre Julliard
4cddd5ffdf
d3dx9_36: Avoid using fminf/fmaxf.
2011-09-08 20:08:06 +02:00
Marcus Meissner
6d1ec3517d
Revert "msi: Check for return value of GetUserName (Coverity).".
...
This reverts commit ac0a7b644f
.
GetUserName is supposed to return 0 here, as size is 0.
2011-09-08 20:08:06 +02:00
Francois Gouget
31a24ca7af
comctl32: Fix the wizard and property sheet dialog styles.
2011-09-08 20:08:06 +02:00
Francois Gouget
325275304c
comctl32/tests: Check the styles of the wizard and property sheet dialogs.
2011-09-08 20:07:51 +02:00
Gerald Pfeifer
a17463b1e4
comctl32: Remove dead code from MONTHCAL_HitTest.
2011-09-08 11:22:04 +02:00
André Hentschel
322c2f45f8
ntdll: Fix a comment.
2011-09-08 11:21:49 +02:00
André Hentschel
ca8d7652f6
ntdll/tests: Tests for _wcslwr and _wcsupr.
2011-09-08 11:17:09 +02:00
André Hentschel
94a9db6383
ntdll/tests: Run the execution test only on x86 platforms.
2011-09-08 11:13:36 +02:00
Henri Verbeet
20e9b3f13f
wined3d: Make the device parameter to wined3d_device_get_scissor_rect() const.
2011-09-08 11:11:27 +02:00
Henri Verbeet
919d3ab9e4
wined3d: Make the device parameter to wined3d_device_get_sampler_state() const.
2011-09-08 11:11:24 +02:00
Henri Verbeet
bbfbd66d9f
ddraw: Introduce a function for creating the swapchain.
2011-09-08 11:11:20 +02:00
Henri Verbeet
cbc009b8d2
ddraw: Also check errors returned by ddraw_create_gdi_swapchain() in CreateSurface().
2011-09-08 11:11:15 +02:00
Henri Verbeet
19da825b12
wined3d: Use draw_binding for the surface_modify_location() call in surface_unmap() as well.
2011-09-08 11:11:10 +02:00
Huw Davies
5bd003edaa
gdi32: When creating a dib_info from a ddb, always make a copy of the colour map.
2011-09-08 11:10:55 +02:00
Alexandre Julliard
2a5cabc22d
gdi32: Move DIB driver definitions to dibdrv.h.
2011-09-08 10:41:35 +02:00
Alexandre Julliard
d12d98511c
gdi32: Allocate the DIB driver on first use, and free it only upon DC destruction.
2011-09-08 10:41:19 +02:00
Alexandre Julliard
da0327917c
winex11: Make sure the bitmap created from a packed DIB is owned by x11drv before getting its pixmap.
2011-09-07 22:55:12 +02:00
Alexandre Julliard
d7ed2457b0
winex11: Make sure the bitmap of the brush pattern is owned by x11drv before getting its pixmap.
2011-09-07 22:54:49 +02:00
Marcus Meissner
ac0a7b644f
msi: Check for return value of GetUserName (Coverity).
2011-09-07 18:14:02 +02:00
Alistair Leslie-Hughes
3a63aebc1c
msxml3: Only compare strings if the transform was successful.
2011-09-07 18:13:50 +02:00
André Hentschel
8fc7419120
ntdll: Allow reading from a writable section.
2011-09-07 18:13:33 +02:00
Bernhard Loos
f8a215b09c
wuapi: Add the SystemInformation coclass and interface.
2011-09-07 18:13:30 +02:00
Marcus Meissner
f014487f9e
netapi32: Check for GetUserNameW return (Coverity).
2011-09-07 18:13:30 +02:00
Nikolay Sivov
354d41685f
comctl32/monthcal: Make day drawing helpers aware of multiple calendars.
2011-09-07 18:13:29 +02:00
Jörg Höhle
57cbb01f0c
winecoreaudio: Fix AudioRenderClient Get/ReleaseBuffer protocol.
2011-09-07 18:13:29 +02:00
Jörg Höhle
df201d3ef3
mmdevapi: Accept up to 8 channels.
2011-09-07 18:13:29 +02:00
Jacek Caban
5ecf436449
vbscript: Added call statement compilation implementation.
2011-09-07 18:13:29 +02:00
Jacek Caban
6c5570297e
vbscript: Added function call statement parsing beginning implementation.
2011-09-07 18:13:29 +02:00
Jacek Caban
91cc7bd719
vbscript: Added identifiers support to lexer.
2011-09-07 18:13:29 +02:00
Jacek Caban
9f8492692c
vbscript: Added lexer support for newlines and comments.
2011-09-07 18:13:29 +02:00
Jacek Caban
c03cecab39
vbscript: Added beginning script running tests.
2011-09-07 18:13:29 +02:00
Jacek Caban
8906a4aa62
vbscript: Added beginning interpreter implementation.
2011-09-07 18:13:29 +02:00
Jacek Caban
c674c7a7ae
vbscript: Added beginning bytecode compiler implementation.
2011-09-07 18:13:29 +02:00
Alexandre Julliard
a28ddddcbc
gdi32: Leave it up to the driver to push the new device on the DC stack in CreateDC.
2011-09-07 18:13:29 +02:00
Alexandre Julliard
c331a1a6cd
gdi32: Don't allow CreateCompatibleDC on a metafile DC.
2011-09-07 18:13:28 +02:00
Alexandre Julliard
cef1832bfb
gdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-07 18:13:06 +02:00
Alexandre Julliard
901c1997cb
gdi32: Make the push/pop_dc_driver functions available to the drivers.
2011-09-07 14:39:46 +02:00
Alexandre Julliard
9a63a25b9d
gdi32: Don't free a driver when it's popped from the stack.
2011-09-07 12:08:16 +02:00
Alexandre Julliard
f4e9bdb904
gdi32: Always set biClrUsed in internal BITMAPINFO structures.
2011-09-07 12:07:15 +02:00
André Hentschel
9e50294f23
dnsapi: Use internal name_skip function.
2011-09-07 11:53:53 +02:00
Alistair Leslie-Hughes
e108c2dbed
msxml3: Correct Objsafe tests for older msxml3.
2011-09-07 11:17:01 +02:00
Stefan Dösinger
73f9dd1c30
ddraw: Add tests for dwZBufferBitDepth and dwMipMapCount values.
2011-09-07 11:15:43 +02:00
Stefan Dösinger
4466d6223b
ddraw: Add tests for DDSD_PIXELFORMAT and DDSD_ZBUFFERBITDEPTH in Lock.
2011-09-07 11:15:37 +02:00
Stefan Dösinger
029c5a6cf1
ddraw: Convert DDSURFACEDESC2 in lock.
2011-09-07 11:15:32 +02:00
Stefan Dösinger
d6f17d686d
ddraw: Check the alignment, not the size.
2011-09-07 11:15:20 +02:00
Stefan Dösinger
8e79a7e664
ddraw: Add some NULL pointer tests.
2011-09-07 11:15:09 +02:00
Stefan Dösinger
252bead280
ddraw: Remove crashing tests.
2011-09-07 11:15:05 +02:00
Henri Verbeet
33f087c95d
wined3d: Make the device parameter to wined3d_device_get_render_state() const.
2011-09-07 11:12:52 +02:00
Henri Verbeet
b55dcfd35a
wined3d: Make the device parameter to wined3d_device_get_viewport() const.
2011-09-07 11:12:48 +02:00
Henri Verbeet
5824551d76
ddraw: Set the swap effect to WINED3DSWAPEFFECT_COPY in ddraw_create_gdi_swapchain().
...
The actual swapchain implementation ignores the swap effect and always does a
copy anyway, but this makes it consistent with ddraw_attach_d3d_device().
2011-09-07 11:12:43 +02:00
Henri Verbeet
582767ce45
ddraw: Only explicitly initialize non-zero fields in ddraw_create_gdi_swapchain().
...
Update ddraw_attach_d3d_device() for consistency.
2011-09-07 11:12:34 +02:00
Henri Verbeet
79c438b2f2
wined3d: Implement wined3d_surface_flip() as a blit.
...
This allows us to actually take the "override" parameter into account. Plain
back -> front flips will be detected in wined3d_surface_flip() and will still
be handled by wined3d_swapchain_present().
2011-09-07 11:12:17 +02:00
Octavian Voicu
ce60eb8459
ntdll: Fix two buffer overflow conditions in RtlDosPathNameToNtPathName_U.
2011-09-06 16:50:25 +02:00
Aric Stewart
4e760d8914
usp10: Disable glyph indexes for Symbol, non-TrueType, and device fonts.
2011-09-06 15:59:16 +02:00
Alistair Leslie-Hughes
7025db431b
rasapi32: Return error on invalid parameters.
2011-09-06 15:58:53 +02:00
Alistair Leslie-Hughes
33736bb871
msxml3: Correct MSXML object safety tests.
2011-09-06 15:58:35 +02:00
Jacek Caban
f8e72b295c
vbscript: Added beginning lexer implementation.
2011-09-06 15:51:59 +02:00
Jacek Caban
80bcaf8d7b
vbscript: Added beginning parser implementation.
2011-09-06 15:51:43 +02:00
Alexandre Julliard
cd7ccebb9b
winex11: Get rid of the no longer used RLE support.
2011-09-06 14:59:45 +02:00
Alexandre Julliard
6ae21b9345
gdi32: Add RLE support in SetDIBitsToDevice.
2011-09-06 14:44:47 +02:00
Alexandre Julliard
3a260497be
winex11: Get rid of the SetDIBitsToDevice implementation.
2011-09-06 14:44:11 +02:00
Alexandre Julliard
6f275874f3
gdi32: Add a SetDIBitsToDevice implementation in the null driver using PutImage.
2011-09-06 14:38:25 +02:00
André Hentschel
650e000bc9
dbghelp: Add some new dwarf enumerations.
2011-09-06 13:25:51 +02:00
Alexandre Julliard
b870cd1a16
qcap: Include system headers before Windows headers.
2011-09-06 13:25:50 +02:00
Alexandre Julliard
34a7180caf
openal32: Include system headers before Windows headers.
2011-09-06 13:25:50 +02:00
Alexandre Julliard
3e4a9cb4d4
kernel32: Include system headers before Windows headers.
2011-09-06 13:25:50 +02:00
Alexandre Julliard
2fff57a5e7
mountmgr.sys: Include system headers before Windows headers.
2011-09-06 13:25:35 +02:00
Bruno Jesus
312f50a26f
ws2_32: Avoid an unhandled exception in WSAIoctl.
2011-09-06 12:23:55 +02:00
Francois Gouget
6deccab6c9
comctl32: Property sheets must be able to redraw themselves even if no page is selected.
2011-09-06 12:23:55 +02:00
Alexandre Goujon
73f4e23938
kernel32: Add UDF support.
...
Based on Steven Wallace work.
2011-09-06 12:23:55 +02:00
Lucas Fialho Zawacki
b0dfa932b6
dinput: Working CANCEL and RESET buttons in ConfigureDevices dialog.
2011-09-06 12:23:53 +02:00
Lucas Fialho Zawacki
67682c244c
dinput: Added possibility to change the action mapping in the ConfigureDevices dialog.
2011-09-06 12:23:42 +02:00
Lucas Fialho Zawacki
9149691865
dinput: Added display of available actions to ConfigureDevices dialog.
2011-09-06 12:23:42 +02:00
Lucas Fialho Zawacki
a4b209b119
dinput: Added object/action enumeration to ConfigureDevices dialog.
2011-09-06 12:23:42 +02:00
Lucas Fialho Zawacki
9bbe3b45d0
dinput: Added enumerated devices to ConfigureDevices dialog.
2011-09-06 12:23:28 +02:00
Lucas Fialho Zawacki
0ae4710926
dinput: Added ConfigureDevices dialog.
2011-09-06 12:22:09 +02:00
Michael Stefaniuc
27e1d5adb7
quartz: Use an IDL file to define the IAMFilterData iface.
2011-09-06 11:29:38 +02:00
Henri Verbeet
cf010c563c
wined3d: Make the device parameter to wined3d_device_get_base_vertex_index() const.
2011-09-06 10:48:43 +02:00
Henri Verbeet
cb82e57290
wined3d: Make the device parameter to wined3d_device_get_index_buffer() const.
2011-09-06 10:48:41 +02:00
Henri Verbeet
1b9bc1a950
wined3d: Try doing a present in wined3d_surface_blt() instead of IWineD3DSurfaceImpl_BltOverride().
2011-09-06 10:48:36 +02:00
Henri Verbeet
b86d69de16
wined3d: Don't override the swapchain present interval in IWineD3DSurfaceImpl_BltOverride().
2011-09-06 10:48:31 +02:00
Piotr Caban
b7ea63118a
msvcrt: Fix _vswprintf* arguments.
2011-09-05 19:57:47 +02:00
Alistair Leslie-Hughes
5b49e228ae
ntdsapi: Add stubs DsServerRegisterSpnA, DsServerRegisterSpnW.
2011-09-05 19:39:58 +02:00
Alexandre Julliard
52fa3bf42d
secur32: Avoid size_t and fix some printf formats.
2011-09-05 19:34:55 +02:00
André Hentschel
220191abe1
cryptnet: Use the constants from the wininet header.
2011-09-05 19:32:32 +02:00
Alexandre Julliard
e04866f3cf
wldap32: Include system headers before Windows headers.
2011-09-05 19:32:32 +02:00
Alexandre Julliard
37e358404f
sane.ds: Include system headers before Windows headers.
2011-09-05 19:32:32 +02:00