wine
12 years agojscript: Pass correct cpbegin to InitMatch.
Jacek Caban [Wed, 18 Apr 2012 11:50:08 +0000 (13:50 +0200)] 
jscript: Pass correct cpbegin to InitMatch.

12 years agoinclude: Add some missing FILE_FLAG_xxx definitions.
Dmitry Timoshkov [Wed, 18 Apr 2012 07:29:35 +0000 (16:29 +0900)] 
include: Add some missing FILE_FLAG_xxx definitions.

12 years agoinclude: Define MUTEX_ALL_ACCESS in a PSDK compatible way.
Dmitry Timoshkov [Wed, 18 Apr 2012 07:29:16 +0000 (16:29 +0900)] 
include: Define MUTEX_ALL_ACCESS in a PSDK compatible way.

12 years agowinedbg: Add shift operators to ARM disassembler.
André Hentschel [Tue, 17 Apr 2012 22:01:57 +0000 (00:01 +0200)] 
winedbg: Add shift operators to ARM disassembler.

12 years agojscript: Assorted spelling fixes.
Frédéric Delanoy [Tue, 17 Apr 2012 20:09:00 +0000 (22:09 +0200)] 
jscript: Assorted spelling fixes.

12 years agovbscript: Fix a typo.
Frédéric Delanoy [Tue, 17 Apr 2012 20:09:01 +0000 (22:09 +0200)] 
vbscript: Fix a typo.

12 years agod3d8: Merge cubetexture.c into texture.c.
Henri Verbeet [Tue, 17 Apr 2012 18:49:15 +0000 (20:49 +0200)] 
d3d8: Merge cubetexture.c into texture.c.

12 years agod3d8: Get rid of IDirect3DVolumeTexture8Impl.
Henri Verbeet [Tue, 17 Apr 2012 18:49:14 +0000 (20:49 +0200)] 
d3d8: Get rid of IDirect3DVolumeTexture8Impl.

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_2d_UnlockRect().
Henri Verbeet [Tue, 17 Apr 2012 18:49:13 +0000 (20:49 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_2d_UnlockRect().

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_2d_LockRect().
Henri Verbeet [Tue, 17 Apr 2012 18:49:12 +0000 (20:49 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_2d_LockRect().

12 years agod3d8: Properly retrieve an interface pointer in d3d8_texture_2d_GetSurfaceLevel().
Henri Verbeet [Tue, 17 Apr 2012 18:49:11 +0000 (20:49 +0200)] 
d3d8: Properly retrieve an interface pointer in d3d8_texture_2d_GetSurfaceLevel().

12 years agowinex11: Add bounds rectangle tracking to all graphics entry points.
Alexandre Julliard [Mon, 16 Apr 2012 15:49:05 +0000 (17:49 +0200)] 
winex11: Add bounds rectangle tracking to all graphics entry points.

12 years agowinex11: Remove support for server-side fonts.
Alexandre Julliard [Wed, 18 Apr 2012 11:07:17 +0000 (13:07 +0200)] 
winex11: Remove support for server-side fonts.

12 years agocrypt32: Avoid shadowing a parameter.
André Hentschel [Sun, 15 Apr 2012 11:21:55 +0000 (13:21 +0200)] 
crypt32: Avoid shadowing a parameter.

12 years agoadvapi32: Avoid shadowing a parameter.
André Hentschel [Sun, 15 Apr 2012 11:21:54 +0000 (13:21 +0200)] 
advapi32: Avoid shadowing a parameter.

12 years agod3drm: Implement IDirect3DRMFrameX_DeleteChild.
Christian Costa [Fri, 13 Apr 2012 11:55:23 +0000 (13:55 +0200)] 
d3drm: Implement IDirect3DRMFrameX_DeleteChild.

12 years agod3drm: Implement IDirect3DRMFrameX_AddChild.
Christian Costa [Fri, 13 Apr 2012 11:55:15 +0000 (13:55 +0200)] 
d3drm: Implement IDirect3DRMFrameX_AddChild.

12 years agojscript: Added parameterized property assignment tests.
Jacek Caban [Tue, 17 Apr 2012 14:26:16 +0000 (16:26 +0200)] 
jscript: Added parameterized property assignment tests.

12 years agojscript: Addded parameterized property assignment support.
Jacek Caban [Tue, 17 Apr 2012 14:25:58 +0000 (16:25 +0200)] 
jscript: Addded parameterized property assignment support.

12 years agogdi32/tests: Fix a test that can fail on multi-monitor setups.
Alexandre Julliard [Tue, 17 Apr 2012 12:56:10 +0000 (14:56 +0200)] 
gdi32/tests: Fix a test that can fail on multi-monitor setups.

12 years agowinex11: ExtFloodFill does take the current ROP into account.
Alexandre Julliard [Tue, 17 Apr 2012 14:40:47 +0000 (16:40 +0200)] 
winex11: ExtFloodFill does take the current ROP into account.

12 years agowinex11: Convert all points to device coordinates at once for polylines and polygons.
Alexandre Julliard [Tue, 17 Apr 2012 12:38:24 +0000 (14:38 +0200)] 
winex11: Convert all points to device coordinates at once for polylines and polygons.

12 years agomshtml: Added IHTMLStyle2::overflowY implementation.
Jacek Caban [Tue, 17 Apr 2012 10:41:40 +0000 (12:41 +0200)] 
mshtml: Added IHTMLStyle2::overflowY implementation.

12 years agomshtml: Added IHTMLStyle2::overflowX implementation.
Jacek Caban [Tue, 17 Apr 2012 10:41:27 +0000 (12:41 +0200)] 
mshtml: Added IHTMLStyle2::overflowX implementation.

12 years agomshtml: Added IHTMLWindow3::detachEvent implementation.
Jacek Caban [Tue, 17 Apr 2012 10:11:01 +0000 (12:11 +0200)] 
mshtml: Added IHTMLWindow3::detachEvent implementation.

12 years agoAdded support for shadowing of element pseudo-variables.
Jacek Caban [Tue, 17 Apr 2012 10:10:48 +0000 (12:10 +0200)] 
Added support for shadowing of element pseudo-variables.

12 years agomshtml: Added IHTMLDocument2::put_URL implementation.
Jacek Caban [Tue, 17 Apr 2012 10:10:26 +0000 (12:10 +0200)] 
mshtml: Added IHTMLDocument2::put_URL implementation.

12 years agoserver: Add access mapping for IO completion objects.
Dmitry Timoshkov [Tue, 17 Apr 2012 08:02:19 +0000 (17:02 +0900)] 
server: Add access mapping for IO completion objects.

12 years agokernel32: Fix some typos, remove not needed casts.
Dmitry Timoshkov [Tue, 17 Apr 2012 07:59:53 +0000 (16:59 +0900)] 
kernel32: Fix some typos, remove not needed casts.

12 years agopo: Update Russian translation.
Nikolay Sivov [Tue, 17 Apr 2012 05:11:30 +0000 (09:11 +0400)] 
po: Update Russian translation.

12 years agomsxml3: Set namespace-prefixes on by default.
Nikolay Sivov [Tue, 17 Apr 2012 05:44:44 +0000 (09:44 +0400)] 
msxml3: Set namespace-prefixes on by default.

12 years agomsxml3: Added getIndexFromName() implementation for SAXAttributes.
Nikolay Sivov [Mon, 16 Apr 2012 06:29:34 +0000 (10:29 +0400)] 
msxml3: Added getIndexFromName() implementation for SAXAttributes.

12 years agomsxml3: Added IMXAttributes::clear().
Nikolay Sivov [Mon, 16 Apr 2012 05:32:03 +0000 (09:32 +0400)] 
msxml3: Added IMXAttributes::clear().

12 years agomsxml3: Fix end prefix iteration for SAXXMLReader40.
Nikolay Sivov [Sun, 15 Apr 2012 22:29:18 +0000 (02:29 +0400)] 
msxml3: Fix end prefix iteration for SAXXMLReader40.

12 years agowinedbg: Fix parsing table for ARM disassembler.
André Hentschel [Mon, 16 Apr 2012 21:52:30 +0000 (23:52 +0200)] 
winedbg: Fix parsing table for ARM disassembler.

12 years agod3d8: Get rid of IDirect3DCubeTexture8Impl.
Henri Verbeet [Mon, 16 Apr 2012 19:16:13 +0000 (21:16 +0200)] 
d3d8: Get rid of IDirect3DCubeTexture8Impl.

12 years agod3d8: Get rid of IDirect3DTexture8Impl.
Henri Verbeet [Mon, 16 Apr 2012 19:16:12 +0000 (21:16 +0200)] 
d3d8: Get rid of IDirect3DTexture8Impl.

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_UnlockRect().
Henri Verbeet [Mon, 16 Apr 2012 19:16:11 +0000 (21:16 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_UnlockRect().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_LockRect().
Henri Verbeet [Mon, 16 Apr 2012 19:16:10 +0000 (21:16 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_LockRect().

12 years agod3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_GetCubeMapS...
Henri Verbeet [Mon, 16 Apr 2012 19:16:09 +0000 (21:16 +0200)] 
d3d8: Properly retrieve an interface pointer in IDirect3DCubeTexture8Impl_GetCubeMapSurface().

12 years agomsvcr90: Added _byteswap_{ushort,ulong,uint64} implementation.
Piotr Caban [Mon, 16 Apr 2012 16:11:37 +0000 (18:11 +0200)] 
msvcr90: Added _byteswap_{ushort,ulong,uint64} implementation.

12 years agowindowscodecs: Implement JpegEncoder_Commit.
Vincent Povirk [Wed, 11 Apr 2012 22:15:48 +0000 (17:15 -0500)] 
windowscodecs: Implement JpegEncoder_Commit.

12 years agowindowscodecs: Implement JpegEncoder_Frame_Commit.
Vincent Povirk [Wed, 11 Apr 2012 21:45:25 +0000 (16:45 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_Commit.

12 years agowindowscodecs: Implement JpegEncoder_Frame_WritePixels.
Vincent Povirk [Wed, 11 Apr 2012 21:37:56 +0000 (16:37 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_WritePixels.

12 years agowindowscodecs: Implement JpegEncoder_Frame_SetResolution.
Vincent Povirk [Wed, 11 Apr 2012 20:57:22 +0000 (15:57 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_SetResolution.

12 years agowindowscodecs: Implement JpegEncoder_Frame_SetPixelFormat.
Vincent Povirk [Wed, 11 Apr 2012 20:50:30 +0000 (15:50 -0500)] 
windowscodecs: Implement JpegEncoder_Frame_SetPixelFormat.

12 years agod3drm: Pass the first requested interface when notifying the application.
Christian Costa [Thu, 12 Apr 2012 06:36:31 +0000 (08:36 +0200)] 
d3drm: Pass the first requested interface when notifying the application.

12 years agodmband: Display flag variables in hexadecimal and rename some parameters.
Christian Costa [Thu, 12 Apr 2012 06:28:44 +0000 (08:28 +0200)] 
dmband: Display flag variables in hexadecimal and rename some parameters.

12 years agodmband: Add tests.
Christian Costa [Thu, 12 Apr 2012 06:28:35 +0000 (08:28 +0200)] 
dmband: Add tests.

12 years agomsvcrt: Added more length modifiers in scanf function.
Piotr Caban [Mon, 16 Apr 2012 14:32:57 +0000 (16:32 +0200)] 
msvcrt: Added more length modifiers in scanf function.

12 years agomsvcrt: Fixed 'h' modifier handling when printing integers.
Piotr Caban [Mon, 16 Apr 2012 13:21:47 +0000 (15:21 +0200)] 
msvcrt: Fixed 'h' modifier handling when printing integers.

12 years agokernel32/tests: Add more tests for early closing mapping handle.
Alexander Morozov [Mon, 16 Apr 2012 11:47:07 +0000 (15:47 +0400)] 
kernel32/tests: Add more tests for early closing mapping handle.

12 years agoiphlpapi: Reimplement GetTcpTable on top of GetExtendedTcpTable.
Hans Leidekker [Mon, 16 Apr 2012 10:36:00 +0000 (12:36 +0200)] 
iphlpapi: Reimplement GetTcpTable on top of GetExtendedTcpTable.

12 years agoiphlpapi: Add tests for GetExtendedTcpTable.
Hans Leidekker [Mon, 16 Apr 2012 10:35:44 +0000 (12:35 +0200)] 
iphlpapi: Add tests for GetExtendedTcpTable.

12 years agoiphlpapi: Add support for TCP_TABLE_OWNER_PID_ALL in GetExtendedTcpTable.
Hans Leidekker [Mon, 16 Apr 2012 10:35:32 +0000 (12:35 +0200)] 
iphlpapi: Add support for TCP_TABLE_OWNER_PID_ALL in GetExtendedTcpTable.

12 years agoserver: Include the Unix pid in the snapshot_next_process reply.
Hans Leidekker [Mon, 16 Apr 2012 10:35:17 +0000 (12:35 +0200)] 
server: Include the Unix pid in the snapshot_next_process reply.

12 years agowinedbg: Use better register names for ARM disassembling.
André Hentschel [Sun, 15 Apr 2012 11:14:47 +0000 (13:14 +0200)] 
winedbg: Use better register names for ARM disassembling.

12 years agowinedbg: Solve ARM disassembling fixmes.
André Hentschel [Sun, 15 Apr 2012 11:12:07 +0000 (13:12 +0200)] 
winedbg: Solve ARM disassembling fixmes.

12 years agowinedbg: Add long branch to Thumb disassembling.
André Hentschel [Sun, 15 Apr 2012 11:10:26 +0000 (13:10 +0200)] 
winedbg: Add long branch to Thumb disassembling.

12 years agoole32: Make sure StgIsStorageILockBytes tests real data.
Bruno Jesus [Sun, 15 Apr 2012 08:07:11 +0000 (05:07 -0300)] 
ole32: Make sure StgIsStorageILockBytes tests real data.

12 years agowinspool: Explicitly set CUPS options based on any job ticket lines, which otherwise...
Huw Davies [Mon, 16 Apr 2012 12:18:42 +0000 (13:18 +0100)] 
winspool: Explicitly set CUPS options based on any job ticket lines, which otherwise get ignored by cupsPrintFile.

12 years agowinspool: Simplify cups function loading.
Huw Davies [Mon, 16 Apr 2012 12:18:41 +0000 (13:18 +0100)] 
winspool: Simplify cups function loading.

12 years agowineps: Add a cups job ticket containing pagesize and duplex information.
Huw Davies [Mon, 16 Apr 2012 12:18:40 +0000 (13:18 +0100)] 
wineps: Add a cups job ticket containing pagesize and duplex information.

12 years agowineps: Add a helper to find a duplex entry.
Huw Davies [Mon, 16 Apr 2012 12:18:39 +0000 (13:18 +0100)] 
wineps: Add a helper to find a duplex entry.

12 years agowineps: Add a helper to find a page size.
Huw Davies [Mon, 16 Apr 2012 12:18:38 +0000 (13:18 +0100)] 
wineps: Add a helper to find a page size.

12 years agowineps: Add a helper to find an input slot.
Huw Davies [Mon, 16 Apr 2012 12:18:37 +0000 (13:18 +0100)] 
wineps: Add a helper to find an input slot.

12 years agoaxcore.idl: Guard GetTimeFormat by WINE_NO_UNICODE_MACROS ifdef and added missing...
Jacek Caban [Mon, 16 Apr 2012 11:55:00 +0000 (13:55 +0200)] 
axcore.idl: Guard GetTimeFormat by WINE_NO_UNICODE_MACROS ifdef and added missing AM_GBF_NODDSURFACELOCK define.

12 years agomshtml: Added IHTMLStyle::removeAttribute tests.
Jacek Caban [Mon, 16 Apr 2012 11:49:22 +0000 (13:49 +0200)] 
mshtml: Added IHTMLStyle::removeAttribute tests.

12 years agomshtml: Added IHTMLStyle::removeAttribute implementation.
Jacek Caban [Mon, 16 Apr 2012 11:49:09 +0000 (13:49 +0200)] 
mshtml: Added IHTMLStyle::removeAttribute implementation.

12 years agomshtml: Moved style_tbl lookup to separated function.
Jacek Caban [Mon, 16 Apr 2012 11:48:55 +0000 (13:48 +0200)] 
mshtml: Moved style_tbl lookup to separated function.

12 years agomshtml: Added support for IHTMLEventObj::cancelBubble property.
Jacek Caban [Mon, 16 Apr 2012 11:48:46 +0000 (13:48 +0200)] 
mshtml: Added support for IHTMLEventObj::cancelBubble property.

12 years agomshtml: Added IHTMLStyle2::bottom implementation.
Jacek Caban [Mon, 16 Apr 2012 11:48:22 +0000 (13:48 +0200)] 
mshtml: Added IHTMLStyle2::bottom implementation.

12 years agomsvcrt: Added support for %W and %U format in strftime.
Piotr Caban [Mon, 16 Apr 2012 10:26:16 +0000 (12:26 +0200)] 
msvcrt: Added support for %W and %U format in strftime.

12 years agogdi32: Add bounds tracking to all the DIB engine entry points.
Alexandre Julliard [Wed, 11 Apr 2012 12:49:30 +0000 (14:49 +0200)] 
gdi32: Add bounds tracking to all the DIB engine entry points.

12 years agogdi32: Add a GetBoundsRect driver entry point.
Alexandre Julliard [Tue, 10 Apr 2012 14:17:14 +0000 (16:17 +0200)] 
gdi32: Add a GetBoundsRect driver entry point.

12 years agogdi32: Add helper functions for manipulating bounds rectangles.
Alexandre Julliard [Tue, 10 Apr 2012 14:04:39 +0000 (16:04 +0200)] 
gdi32: Add helper functions for manipulating bounds rectangles.

12 years agopo: Fix a msgid in the Danish translation.
Alexandre Julliard [Mon, 16 Apr 2012 10:09:32 +0000 (12:09 +0200)] 
po: Fix a msgid in the Danish translation.

12 years agojscript: Make sure to jump out of switch before entering implicit default clausule.
Jacek Caban [Mon, 16 Apr 2012 09:25:25 +0000 (11:25 +0200)] 
jscript: Make sure to jump out of switch before entering implicit default clausule.

12 years agodmusic: Remove useless NULL check (Coverity).
Marcus Meissner [Mon, 16 Apr 2012 07:12:40 +0000 (09:12 +0200)] 
dmusic: Remove useless NULL check (Coverity).

12 years agostrmbase: Use correct *ppv (Coverity).
Marcus Meissner [Mon, 16 Apr 2012 06:53:47 +0000 (08:53 +0200)] 
strmbase: Use correct *ppv (Coverity).

12 years agoriched20/tests: Don't cast NULL to an integer.
Michael Stefaniuc [Sun, 15 Apr 2012 20:02:17 +0000 (22:02 +0200)] 
riched20/tests: Don't cast NULL to an integer.

12 years agontdll/tests: Avoid casting zero.
Michael Stefaniuc [Sun, 15 Apr 2012 19:58:50 +0000 (21:58 +0200)] 
ntdll/tests: Avoid casting zero.

12 years agogdi32/tests: Fix typo (comparison with itself).
Michael Stefaniuc [Sun, 15 Apr 2012 19:57:27 +0000 (21:57 +0200)] 
gdi32/tests: Fix typo (comparison with itself).

12 years agooleaut32/tests: Compare the correct variants.
Michael Stefaniuc [Sun, 15 Apr 2012 19:50:42 +0000 (21:50 +0200)] 
oleaut32/tests: Compare the correct variants.

12 years agoddraw/tests: Add a helper function to create a material.
Henri Verbeet [Sun, 15 Apr 2012 16:57:15 +0000 (18:57 +0200)] 
ddraw/tests: Add a helper function to create a material.

12 years agowined3d: device_clear_render_targets() never fails.
Henri Verbeet [Sun, 15 Apr 2012 16:57:14 +0000 (18:57 +0200)] 
wined3d: device_clear_render_targets() never fails.

12 years agowined3d: Move the present() back buffer check to the common wined3d_swapchain_present...
Henri Verbeet [Sun, 15 Apr 2012 16:57:13 +0000 (18:57 +0200)] 
wined3d: Move the present() back buffer check to the common wined3d_swapchain_present() code.

12 years agod3d10: COM cleanup for the ID3D10EffectVariable interface.
Henri Verbeet [Sun, 15 Apr 2012 16:57:12 +0000 (18:57 +0200)] 
d3d10: COM cleanup for the ID3D10EffectVariable interface.

12 years agod3d10core: COM cleanup for the ID3D10Buffer interface.
Henri Verbeet [Sun, 15 Apr 2012 16:57:11 +0000 (18:57 +0200)] 
d3d10core: COM cleanup for the ID3D10Buffer interface.

12 years agomsxml3: Use expected/actual sequence concept for reader tests including attributes...
Nikolay Sivov [Sun, 15 Apr 2012 09:47:30 +0000 (13:47 +0400)] 
msxml3: Use expected/actual sequence concept for reader tests including attributes tests.

12 years agostrmbase: Remove break after return (Smatch).
Michael Stefaniuc [Sun, 15 Apr 2012 14:36:41 +0000 (16:36 +0200)] 
strmbase: Remove break after return (Smatch).

12 years agommdevapi: Remove superfluous NULL pointer check before HeapFree (Smatch).
Michael Stefaniuc [Sun, 15 Apr 2012 14:31:57 +0000 (16:31 +0200)] 
mmdevapi: Remove superfluous NULL pointer check before HeapFree (Smatch).

12 years agod3drm: Remove leftover return statement (Smatch).
Michael Stefaniuc [Sun, 15 Apr 2012 14:26:22 +0000 (16:26 +0200)] 
d3drm: Remove leftover return statement (Smatch).

12 years agocomctl32: Truncate the info tip text when using ANSI version messages.
Akihiro Sagawa [Fri, 13 Apr 2012 13:45:22 +0000 (22:45 +0900)] 
comctl32: Truncate the info tip text when using ANSI version messages.

12 years agocomctl32/tests: Add tests for long info tip texts.
Akihiro Sagawa [Fri, 13 Apr 2012 13:45:20 +0000 (22:45 +0900)] 
comctl32/tests: Add tests for long info tip texts.

12 years agowinegstreamer: Remove useless FIXME.
Christian Costa [Fri, 13 Apr 2012 17:23:31 +0000 (19:23 +0200)] 
winegstreamer: Remove useless FIXME.

12 years agoRelease 1.5.2. wine-1.5.2
Alexandre Julliard [Fri, 13 Apr 2012 18:15:32 +0000 (20:15 +0200)] 
Release 1.5.2.

12 years agovbscript: Short if statement may have optional 'end if'.
Jacek Caban [Fri, 13 Apr 2012 15:40:40 +0000 (17:40 +0200)] 
vbscript: Short if statement may have optional 'end if'.

12 years agowininet: Store correct urlcache file size.
Piotr Caban [Fri, 13 Apr 2012 15:17:39 +0000 (17:17 +0200)] 
wininet: Store correct urlcache file size.

12 years agoshlwapi: Don't remove nonexistent extension in PathRemoveExtension.
Carlo Bramini [Mon, 9 Apr 2012 21:55:53 +0000 (23:55 +0200)] 
shlwapi: Don't remove nonexistent extension in PathRemoveExtension.