wine
15 years agowindowscodecs: Implement Initialize method for BMP decoder.
Vincent Povirk [Sat, 13 Jun 2009 22:15:55 +0000 (17:15 -0500)] 
windowscodecs: Implement Initialize method for BMP decoder.

15 years agowindowscodecs: Implement trivial methods for BMP decoder.
Vincent Povirk [Sat, 13 Jun 2009 21:18:35 +0000 (16:18 -0500)] 
windowscodecs: Implement trivial methods for BMP decoder.

15 years agoinclude: Add some definitions to wincodec.idl.
Vincent Povirk [Wed, 24 Jun 2009 21:39:33 +0000 (16:39 -0500)] 
include: Add some definitions to wincodec.idl.

15 years agowindowscodecs: Add a stub decoder for the BMP format.
Vincent Povirk [Wed, 10 Jun 2009 20:40:27 +0000 (15:40 -0500)] 
windowscodecs: Add a stub decoder for the BMP format.

15 years agowindowscodecs: Add stub implementation of IWICImagingFactory.
Vincent Povirk [Mon, 1 Jun 2009 18:32:41 +0000 (13:32 -0500)] 
windowscodecs: Add stub implementation of IWICImagingFactory.

15 years agojscript: Added Date_toString implementation.
Piotr Caban [Sun, 28 Jun 2009 21:39:51 +0000 (23:39 +0200)] 
jscript: Added Date_toString implementation.

15 years agojscript: Added Date_toLocaleString implementation.
Piotr Caban [Sun, 28 Jun 2009 21:39:45 +0000 (23:39 +0200)] 
jscript: Added Date_toLocaleString implementation.

15 years agojscript: Added Date_toUTCString implementation.
Piotr Caban [Sun, 28 Jun 2009 21:39:40 +0000 (23:39 +0200)] 
jscript: Added Date_toUTCString implementation.

15 years agojscript: Added Date_toDateString implementation.
Piotr Caban [Sun, 28 Jun 2009 21:39:36 +0000 (23:39 +0200)] 
jscript: Added Date_toDateString implementation.

15 years agojscript: Added Date_toTimeString implementation.
Piotr Caban [Sun, 28 Jun 2009 21:39:32 +0000 (23:39 +0200)] 
jscript: Added Date_toTimeString implementation.

15 years agojscript: Added Date_toLocaleTimeString implementation.
Piotr Caban [Sun, 28 Jun 2009 21:39:27 +0000 (23:39 +0200)] 
jscript: Added Date_toLocaleTimeString implementation.

15 years agojscript: Added Date_toLocaleDateString implementation.
Piotr Caban [Sun, 28 Jun 2009 21:39:15 +0000 (23:39 +0200)] 
jscript: Added Date_toLocaleDateString implementation.

15 years agogdi32/tests: Make test_GetTextMetrics2() static.
Francois Gouget [Sun, 28 Jun 2009 11:29:54 +0000 (13:29 +0200)] 
gdi32/tests: Make test_GetTextMetrics2() static.

15 years agotaskmgr: Fix Dutch translations.
Paul Vriens [Fri, 26 Jun 2009 15:22:29 +0000 (17:22 +0200)] 
taskmgr: Fix Dutch translations.

15 years agoshell32: Fix Dutch translations.
Paul Vriens [Mon, 29 Jun 2009 09:50:10 +0000 (11:50 +0200)] 
shell32: Fix Dutch translations.

15 years agontdll: Disable releasing the address space on Mac OS since dyld doesn't support this.
Alexandre Julliard [Mon, 29 Jun 2009 11:21:37 +0000 (13:21 +0200)] 
ntdll: Disable releasing the address space on Mac OS since dyld doesn't support this.

15 years agotaskmgr: Some fixes to French translation/display.
Frédéric Delanoy [Mon, 29 Jun 2009 00:03:31 +0000 (02:03 +0200)] 
taskmgr: Some fixes to French translation/display.

15 years agocmdlgtst: Fixed French translation.
Frédéric Delanoy [Sun, 28 Jun 2009 23:12:50 +0000 (01:12 +0200)] 
cmdlgtst: Fixed French translation.

15 years agowldap32: Fixed French translation.
Frédéric Delanoy [Sun, 28 Jun 2009 22:20:32 +0000 (00:20 +0200)] 
wldap32: Fixed French translation.

15 years agowinedump: Added reference for MSVC 8.
Eric Pouech [Sun, 28 Jun 2009 12:04:17 +0000 (14:04 +0200)] 
winedump: Added reference for MSVC 8.

15 years agodbghelp: Added reference for MSVC 8.
Eric Pouech [Sun, 28 Jun 2009 12:04:17 +0000 (14:04 +0200)] 
dbghelp: Added reference for MSVC 8.

A+

15 years agodbghelp: When the CU is compiled with GCC, deal with some GCC extensions.
Eric Pouech [Sun, 28 Jun 2009 12:04:27 +0000 (14:04 +0200)] 
dbghelp: When the CU is compiled with GCC, deal with some GCC extensions.

15 years agowinedbg: Correctly print type for functions without parameters.
Eric Pouech [Sun, 28 Jun 2009 19:00:23 +0000 (21:00 +0200)] 
winedbg: Correctly print type for functions without parameters.

15 years agowinedbg: Print array size when looking at its type.
Eric Pouech [Sun, 28 Jun 2009 19:00:11 +0000 (21:00 +0200)] 
winedbg: Print array size when looking at its type.

15 years agowinegcc: Pass all option flags to winebuild before non-options filenames.
Alexandre Julliard [Mon, 29 Jun 2009 11:13:25 +0000 (13:13 +0200)] 
winegcc: Pass all option flags to winebuild before non-options filenames.

15 years agowrc: Clean up command line parsing for multiple files support.
Alexandre Julliard [Mon, 29 Jun 2009 11:12:59 +0000 (13:12 +0200)] 
wrc: Clean up command line parsing for multiple files support.

15 years agowined3d: Add a WARN to IWineD3DDeviceImpl_SetFrontBackBuffers() about potentially...
Henri Verbeet [Mon, 29 Jun 2009 08:11:26 +0000 (10:11 +0200)] 
wined3d: Add a WARN to IWineD3DDeviceImpl_SetFrontBackBuffers() about potentially being called without a GL context.

15 years agod3d: Add a test for releasing the device after destroying the window.
Henri Verbeet [Mon, 29 Jun 2009 08:11:25 +0000 (10:11 +0200)] 
d3d: Add a test for releasing the device after destroying the window.

15 years agowined3d: Always check the result of wglMakeCurrent().
Henri Verbeet [Mon, 29 Jun 2009 08:11:24 +0000 (10:11 +0200)] 
wined3d: Always check the result of wglMakeCurrent().

15 years agowined3d: Prevent GL calls from DestroyContext() if we failed to make the GL context...
Henri Verbeet [Mon, 29 Jun 2009 08:11:23 +0000 (10:11 +0200)] 
wined3d: Prevent GL calls from DestroyContext() if we failed to make the GL context current.

This can happen if the window is destroyed before the device is released.

15 years agowined3d: Add some missing GL locking to init_format_fbo_compat_info().
Henri Verbeet [Mon, 29 Jun 2009 08:11:22 +0000 (10:11 +0200)] 
wined3d: Add some missing GL locking to init_format_fbo_compat_info().

15 years agokernel32: Update Dutch translations.
Paul Vriens [Mon, 29 Jun 2009 07:57:45 +0000 (09:57 +0200)] 
kernel32: Update Dutch translations.

15 years agokernel32: Updated winerr_kor.mc.
Hwang YunSong [Mon, 29 Jun 2009 00:31:17 +0000 (09:31 +0900)] 
kernel32: Updated winerr_kor.mc.

15 years agotaskmgr: Updated Korean resource.
Hwang YunSong [Mon, 29 Jun 2009 00:22:53 +0000 (09:22 +0900)] 
taskmgr: Updated Korean resource.

15 years agoappwiz.cpl: Updated Korean resource.
Hwang YunSong [Mon, 29 Jun 2009 00:04:36 +0000 (09:04 +0900)] 
appwiz.cpl: Updated Korean resource.

15 years agowinecfg: Updated Korean resource.
Hwang YunSong [Mon, 29 Jun 2009 00:03:01 +0000 (09:03 +0900)] 
winecfg: Updated Korean resource.

15 years agogdiplus/tests: Add tests for GdipDrawCurve2I.
Andrew Eikum [Sun, 28 Jun 2009 18:33:59 +0000 (13:33 -0500)] 
gdiplus/tests: Add tests for GdipDrawCurve2I.

15 years agogdiplus/tests: Add tests for GdipDrawCurveI.
Andrew Eikum [Sun, 28 Jun 2009 18:33:52 +0000 (13:33 -0500)] 
gdiplus/tests: Add tests for GdipDrawCurveI.

15 years agogdiplus/tests: Add tests for GdipDrawCurve2.
Andrew Eikum [Sun, 28 Jun 2009 17:37:11 +0000 (12:37 -0500)] 
gdiplus/tests: Add tests for GdipDrawCurve2.

15 years agonotepad: Ellipses should be preceded by a space in Slovenian.
Francois Gouget [Sun, 28 Jun 2009 16:53:07 +0000 (18:53 +0200)] 
notepad: Ellipses should be preceded by a space in Slovenian.

15 years agosetupapi: Ellipses should be preceded by a space in Slovenian.
Francois Gouget [Sun, 28 Jun 2009 16:53:07 +0000 (18:53 +0200)] 
setupapi: Ellipses should be preceded by a space in Slovenian.

15 years agocmdlgtst: Update Italian translation.
Davide Pizzetti [Sun, 28 Jun 2009 14:06:45 +0000 (16:06 +0200)] 
cmdlgtst: Update Italian translation.

15 years agowined3d: Add a NOP ret handler to GLSL.
Stefan Dösinger [Sat, 27 Jun 2009 22:16:53 +0000 (00:16 +0200)] 
wined3d: Add a NOP ret handler to GLSL.

15 years agowined3d: Add the vertex shader footer in the main function.
Stefan Dösinger [Thu, 25 Jun 2009 17:52:17 +0000 (19:52 +0200)] 
wined3d: Add the vertex shader footer in the main function.

15 years agowined3d: Write the vshader footer in a separate function.
Stefan Dösinger [Thu, 25 Jun 2009 17:43:11 +0000 (19:43 +0200)] 
wined3d: Write the vshader footer in a separate function.

15 years agowined3d: Implement function calls with NV exts.
Stefan Dösinger [Thu, 25 Jun 2009 16:54:28 +0000 (18:54 +0200)] 
wined3d: Implement function calls with NV exts.

15 years agowined3d: ARB*p is already on after a depth blit.
Stefan Dösinger [Sat, 27 Jun 2009 11:15:32 +0000 (13:15 +0200)] 
wined3d: ARB*p is already on after a depth blit.

15 years agowined3d: Don't disable ARBfp if the replacement pipeline is used.
Stefan Dösinger [Sat, 27 Jun 2009 11:14:28 +0000 (13:14 +0200)] 
wined3d: Don't disable ARBfp if the replacement pipeline is used.

If the replacement pipeline is used, ARBfp is always on. Disabling it
can break shaders or the replacement pipeline, because the shader and
ffp code assumes the extension is on.

15 years agowined3d: Only update the screen when the frontbuffer was changed.
Stefan Dösinger [Sat, 27 Jun 2009 19:35:24 +0000 (21:35 +0200)] 
wined3d: Only update the screen when the frontbuffer was changed.

There is no need to copy the frontbuffer to the screen when the backbuffer was
modified...

15 years agowinemenubuilder: Only generate associations for the "open" verb.
Damjan Jovanovic [Sat, 27 Jun 2009 13:28:34 +0000 (15:28 +0200)] 
winemenubuilder: Only generate associations for the "open" verb.

15 years agowineconsole: Improve German translation.
André Hentschel [Sat, 27 Jun 2009 14:24:45 +0000 (16:24 +0200)] 
wineconsole: Improve German translation.

15 years agotaskmgr: Update German translation.
André Hentschel [Sat, 27 Jun 2009 13:12:33 +0000 (15:12 +0200)] 
taskmgr: Update German translation.

15 years agocabinet/tests: Split an incorrect test in two valid ones.
Nicolas Le Cam [Sat, 27 Jun 2009 10:18:17 +0000 (12:18 +0200)] 
cabinet/tests: Split an incorrect test in two valid ones.

15 years agocabinet/tests: Avoid use of lstrlenA when not needed.
Nicolas Le Cam [Sat, 27 Jun 2009 09:34:36 +0000 (11:34 +0200)] 
cabinet/tests: Avoid use of lstrlenA when not needed.

15 years agoxcopy: Add Lithuanian translation.
Aurimas Fišeras [Sun, 28 Jun 2009 11:49:53 +0000 (14:49 +0300)] 
xcopy: Add Lithuanian translation.

15 years agowrite: Add Lithuanian translation.
Aurimas Fišeras [Sun, 28 Jun 2009 10:14:06 +0000 (13:14 +0300)] 
write: Add Lithuanian translation.

15 years agocmdlgtst: Add Lithuanian translation.
Aurimas Fišeras [Sun, 28 Jun 2009 10:56:03 +0000 (13:56 +0300)] 
cmdlgtst: Add Lithuanian translation.

15 years agonet: Add Lithuanian translation.
Aurimas Fišeras [Sun, 28 Jun 2009 11:10:00 +0000 (14:10 +0300)] 
net: Add Lithuanian translation.

15 years agowinhlp32: Add Lithuanian translation.
Aurimas Fišeras [Sat, 27 Jun 2009 16:02:03 +0000 (19:02 +0300)] 
winhlp32: Add Lithuanian translation.

15 years agowordpad: Add Lithuanian translation.
Aurimas Fišeras [Sat, 27 Jun 2009 13:58:14 +0000 (16:58 +0300)] 
wordpad: Add Lithuanian translation.

15 years agonotepad: Improve Lithuanian translation.
Aurimas Fišeras [Sat, 27 Jun 2009 12:59:00 +0000 (15:59 +0300)] 
notepad: Improve Lithuanian translation.

15 years agowldap32: Add Lithuanian translation.
Aurimas Fišeras [Sat, 27 Jun 2009 11:19:51 +0000 (14:19 +0300)] 
wldap32: Add Lithuanian translation.

15 years agoshdoclc: Add Lithuanian translation.
Aurimas Fišeras [Fri, 26 Jun 2009 19:04:34 +0000 (22:04 +0300)] 
shdoclc: Add Lithuanian translation.

15 years agowinhlp32: Fixed some cases where winhlp32 didn't shutdown as expected.
Eric Pouech [Sat, 27 Jun 2009 06:34:45 +0000 (08:34 +0200)] 
winhlp32: Fixed some cases where winhlp32 didn't shutdown as expected.

15 years agourlmon: Added ObtainUserAgentString implementation.
Jacek Caban [Fri, 26 Jun 2009 22:37:52 +0000 (00:37 +0200)] 
urlmon: Added ObtainUserAgentString implementation.

15 years agourlmon: Added user agent tests.
Jacek Caban [Fri, 26 Jun 2009 22:37:34 +0000 (00:37 +0200)] 
urlmon: Added user agent tests.

15 years agourlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation.
Jacek Caban [Fri, 26 Jun 2009 22:37:11 +0000 (00:37 +0200)] 
urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation.

15 years agourlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation.
Jacek Caban [Fri, 26 Jun 2009 22:31:39 +0000 (00:31 +0200)] 
urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation.

15 years agourlmon: Set user agent registry.
Jacek Caban [Fri, 26 Jun 2009 22:29:14 +0000 (00:29 +0200)] 
urlmon: Set user agent registry.

15 years agourlmon: Don't depend on QueryService returning NULL on failure.
Jacek Caban [Fri, 26 Jun 2009 22:28:30 +0000 (00:28 +0200)] 
urlmon: Don't depend on QueryService returning NULL on failure.

15 years agoappwiz: A nicer icon for appwiz.
André Hentschel [Thu, 25 Jun 2009 17:13:05 +0000 (19:13 +0200)] 
appwiz: A nicer icon for appwiz.

15 years agomlang: Implement IMLangFontLink2_GetFontUnicodeRanges.
Hans Leidekker [Fri, 26 Jun 2009 12:20:31 +0000 (14:20 +0200)] 
mlang: Implement IMLangFontLink2_GetFontUnicodeRanges.

15 years agomlang: Implement IMLangFontLink2_CodePageToScriptID.
Hans Leidekker [Fri, 26 Jun 2009 12:20:07 +0000 (14:20 +0200)] 
mlang: Implement IMLangFontLink2_CodePageToScriptID.

15 years agoserver: Use sys/inotify.h if it exists instead of hardcoding the system calls.
Alexandre Julliard [Fri, 26 Jun 2009 13:45:03 +0000 (15:45 +0200)] 
server: Use sys/inotify.h if it exists instead of hardcoding the system calls.

15 years agomsctf: Add api definitions for TF_CreateThreadMgr and TF_GetThreadMgr.
Aric Stewart [Fri, 26 Jun 2009 08:04:22 +0000 (17:04 +0900)] 
msctf: Add api definitions for TF_CreateThreadMgr and TF_GetThreadMgr.

15 years agomsctf: Implement ITfInputProcessorProfiles::SetDefaultLanguageProfile.
Aric Stewart [Fri, 26 Jun 2009 08:03:47 +0000 (17:03 +0900)] 
msctf: Implement ITfInputProcessorProfiles::SetDefaultLanguageProfile.

15 years agomsctf: Implement ITfInputProcessorProfiles::GetDefaultLanguageProfile.
Aric Stewart [Fri, 26 Jun 2009 08:03:30 +0000 (17:03 +0900)] 
msctf: Implement ITfInputProcessorProfiles::GetDefaultLanguageProfile.

15 years agodrmclien: Add stub dll.
Austin English [Thu, 25 Jun 2009 17:30:45 +0000 (12:30 -0500)] 
drmclien: Add stub dll.

15 years agowininet: Fix sockets leak in FTP_Connect.
Maksim Kuleshov [Fri, 26 Jun 2009 12:09:39 +0000 (16:09 +0400)] 
wininet: Fix sockets leak in FTP_Connect.

15 years agocomctl32/tests: Fix test failures with comctl32 < 5.80.
Paul Vriens [Fri, 26 Jun 2009 12:00:50 +0000 (14:00 +0200)] 
comctl32/tests: Fix test failures with comctl32 < 5.80.

15 years agoclock: Use SUBLANG_NEUTRAL for Romanian.
Francois Gouget [Fri, 26 Jun 2009 09:56:12 +0000 (11:56 +0200)] 
clock: Use SUBLANG_NEUTRAL for Romanian.

15 years agowined3d: Add a trailing '\n' to a FIXME() trace.
Francois Gouget [Fri, 26 Jun 2009 09:52:40 +0000 (11:52 +0200)] 
wined3d: Add a trailing '\n' to a FIXME() trace.

15 years agogdi32/tests: Fix the trailing '\n' of a few ok() calls.
Francois Gouget [Fri, 26 Jun 2009 09:52:35 +0000 (11:52 +0200)] 
gdi32/tests: Fix the trailing '\n' of a few ok() calls.

15 years agocomctl32/toolbar: Move initialization to WM_NCREATE handler.
Nikolay Sivov [Fri, 26 Jun 2009 09:37:55 +0000 (13:37 +0400)] 
comctl32/toolbar: Move initialization to WM_NCREATE handler.

15 years agod3dx9: Add tests for D3DXLoadSurfaceFromSurface.
Tony Wasserka [Thu, 25 Jun 2009 18:14:43 +0000 (20:14 +0200)] 
d3dx9: Add tests for D3DXLoadSurfaceFromSurface.

15 years agod3dx9: Add tests for D3DXLoadSurfaceFromMemory.
Tony Wasserka [Thu, 25 Jun 2009 18:11:44 +0000 (20:11 +0200)] 
d3dx9: Add tests for D3DXLoadSurfaceFromMemory.

15 years agod3dx9: Add tests for D3DXLoadSurfaceFromFileInMemory.
Tony Wasserka [Thu, 25 Jun 2009 18:09:35 +0000 (20:09 +0200)] 
d3dx9: Add tests for D3DXLoadSurfaceFromFileInMemory.

15 years agod3dx9: Add tests for D3DXLoadSurfaceFromResource.
Tony Wasserka [Thu, 25 Jun 2009 18:07:25 +0000 (20:07 +0200)] 
d3dx9: Add tests for D3DXLoadSurfaceFromResource.

15 years agod3dx9: Add tests for D3DXLoadSurfaceFromFile.
Tony Wasserka [Thu, 25 Jun 2009 18:04:53 +0000 (20:04 +0200)] 
d3dx9: Add tests for D3DXLoadSurfaceFromFile.

15 years agod3dx9: Implement D3DXLoadSurfaceFromSurface.
Tony Wasserka [Mon, 22 Jun 2009 15:57:20 +0000 (17:57 +0200)] 
d3dx9: Implement D3DXLoadSurfaceFromSurface.

15 years agod3dx9: Add a stub for D3DXLoadSurfaceFromMemory.
Tony Wasserka [Mon, 22 Jun 2009 15:45:27 +0000 (17:45 +0200)] 
d3dx9: Add a stub for D3DXLoadSurfaceFromMemory.

15 years agod3dx9: Implement D3DXLoadSurfaceFromResource.
Tony Wasserka [Mon, 22 Jun 2009 15:38:15 +0000 (17:38 +0200)] 
d3dx9: Implement D3DXLoadSurfaceFromResource.

15 years agod3dx9: Implement D3DXLoadSurfaceFromFile.
Tony Wasserka [Mon, 22 Jun 2009 15:33:48 +0000 (17:33 +0200)] 
d3dx9: Implement D3DXLoadSurfaceFromFile.

15 years agod3dx9: Add a stub for D3DXLoadSurfaceFromFileInMemory.
Tony Wasserka [Mon, 22 Jun 2009 15:21:30 +0000 (17:21 +0200)] 
d3dx9: Add a stub for D3DXLoadSurfaceFromFileInMemory.

15 years agogdiplus/tests: Fix resource leaks in several tests.
Andrew Eikum [Thu, 25 Jun 2009 13:40:28 +0000 (08:40 -0500)] 
gdiplus/tests: Fix resource leaks in several tests.

A few tests initialized two GpGraphics objects, and only released one.
These have been fixed by removing the redundant initialization.

15 years agowinex11: Make sure GetKeyNameText gets the correct length to return.
Austin English [Fri, 26 Jun 2009 08:55:12 +0000 (03:55 -0500)] 
winex11: Make sure GetKeyNameText gets the correct length to return.

15 years agowined3d: Document GL context dependencies.
Henri Verbeet [Fri, 26 Jun 2009 08:07:12 +0000 (10:07 +0200)] 
wined3d: Document GL context dependencies.

15 years agowined3d: Make sure we have an active GL context before calling d3dfmt_p8_upload_palet...
Henri Verbeet [Fri, 26 Jun 2009 08:07:11 +0000 (10:07 +0200)] 
wined3d: Make sure we have an active GL context before calling d3dfmt_p8_upload_palette().

15 years agowined3d: Make sure we have an active GL context before calling surface_remove_pbo().
Henri Verbeet [Fri, 26 Jun 2009 08:07:10 +0000 (10:07 +0200)] 
wined3d: Make sure we have an active GL context before calling surface_remove_pbo().

15 years agowined3d: Make sure we have an active GL context in IWineD3DSurfaceImpl_UnLoad().
Henri Verbeet [Fri, 26 Jun 2009 08:07:09 +0000 (10:07 +0200)] 
wined3d: Make sure we have an active GL context in IWineD3DSurfaceImpl_UnLoad().