March 2008 Archives by thread
Starting: Sat Mar 1 02:06:08 CST 2008
Ending: Mon Mar 31 23:38:33 CDT 2008
Messages: 1632
- msi: Make local functions static
James Hawkins
- msi: Remove a pointless wrapper of RegCreateKey
James Hawkins
- msi: Add definitions for MsiEnumComponentCosts
James Hawkins
- msi: Include query.h to pull in the definition of STREAMS_CreateView
James Hawkins
- msi: Fix cast-qual warnings
James Hawkins
- msi: Fix sign-compare warnings
James Hawkins
- qmgr: Don't use the %ll format to print a 64bit number
James Hawkins
- shell32: add stubs for SHGetFolderPathAndSubDir{A,W}
Louis. Lenders
- janitorial [4/7]: Remove links to any microsoft site
James Hawkins
- oleaut32: Handle TKIND_ALIAS when passed as a pointer
Maarten Lankhorst
- msxml3: Implement IXMLDOMText appendData
Alistair Leslie-Hughes
- msxml3: Implement IXMLDOMCDATASection get_nodeValue
Alistair Leslie-Hughes
- msxml3: Implmented IXMLDOMCDATASection get_data
Alistair Leslie-Hughes
- msxml3: Implement IXMLDOMProcessingInstruction get_nodeName
Alistair Leslie-Hughes
- [1/5] WineD3D: Subclass queries (resend)
Stefan Dösinger
- [2/5] WineD3D: Give occlusion queries their own vtable
Stefan Dösinger
- [3/5] D3D9: Fix an ok line
Stefan Dösinger
- [4/5] Include: Declare IDirect3D9Ex and IDirect3DDevice9Ex
Stefan Dösinger
- [5/5] WineD3D: Catch NOP palette changes
Stefan Dösinger
- Assorted spelling, punctuation and case fixes.
Francois Gouget
- winmm/tests: Don't use 0x55 to avoid any confusion when running with +heap.
Francois Gouget
- gdi32/tests: Add the trailing '\n' to a couple of ok() calls.
Francois Gouget
- gdiplus/tests: Add the trailing '\n' to a couple of ok() calls.
Francois Gouget
- wintrust/tests: Crypt(En,De)codeObjectEx() are not available on Win9x. So load them dynamically and skip some tests.
Francois Gouget
- wininet/tests: FtpCommandA() is not available on Win9x. So load it dynamically and skip some tests.
Francois Gouget
- [1/3] shlwapi/tests: Move the function pointers to the string test functions where they are initialized and used.
Francois Gouget
- [2/3] shlwapi/tests: Add skip statements for missing functions to the string tests.
Francois Gouget
- [3/3] shlwapi/tests: Skip the string tests for the functions that are not available on Win9x.
Francois Gouget
- wrc: convert standard control classes names into ids also for UTF-8 resource files
Mikołaj Zalewski
- wineserver: rename process.h to sever_process.h to avoid conflicts on cygwin/msys
Steven Edwards
- winecfg: Added support for Windows 2008
Alistair Leslie-Hughes
- ntdll: Added support for Windows 2008
Alistair Leslie-Hughes
- winmm/tests: Don't use 0x55 to avoid any confusion when running with +heap. (try 2)
Francois Gouget
- Conformance Tests for LoadStringW and LoadStringA (fixed)
Christopher
- user32: Fix loading cursor from file
Sergey Khodych
- mshtml.idl: Added IHTMLScriptElement declaration.
Jacek Caban
- wininet #1: Fixed some tests.
Jacek Caban
- wininet #2: Move INTERNET_STATUS_REQUEST_COMPLETE call from INTERNET_ReadFile.
Jacek Caban
- wininet #3: Move InternetReadFile to vtbl.
Jacek Caban
- wininet #4: Move FTP structs and functions declarations from internet.h.
Jacek Caban
- wininet #5: Don't use INTERNET_ReadFile in HTTP_DrainContent.
Jacek Caban
- wininet #3: Move InternetReadFile to vtbl.
Jacek Caban
- wininet #3: Move InternetReadFile to vtbl.
Jacek Caban
- [AppDB] testData: Fix moving of test results
Alexander Nicolaysen Sørnes
- [AppDB] testData: Fix moving of test results
Alexander Nicolaysen Sørnes
- WineD3D: add D32F_LOCKABLE to getDepthStencilBits
Roderick Colenbrander
- mshtml: Added IHTMLScriptElement stub implementation.
Jacek Caban
- explorer: Print out registry keys to be created for itunes detection
Maarten Lankhorst
- winex11.drv: Add DefaultRefreshRates option to specify refresh rate when application does not
Denver Gingerich
- [advapi32/tests] Skip not available functions
Paul Vriens
- [PATCH 1/4] rpcss: Implement endpoint-mapper server using DCE/RPC.
Robert Shearman
- [PATCH 2/4] rpcrt4: Use DCE/RPC to contact the endpoint-mapper server.
Robert Shearman
- [PATCH 3/4] rpcrt4/rpcss: Remove old named pipe code for communicating with RPCSS process.
Robert Shearman
- [PATCH 4/4] rpcrt4: Add tests for endpoint mapper functions.
Robert Shearman
- wininet: Moved InternetReadFileExA to vtbl.
Jacek Caban
- [1/7] WineD3D: Call fixup_extensions before destroying the fake ctx
Stefan Dösinger
- [2/7] DDraw: Catch No-op SetRenderTarget operations
Stefan Dösinger
- [3/7] D3D9: Add an IDirect3D9Ex stub
Stefan Dösinger
- [4/7] D3D9: IDirect3DDevice9Ex stub
Stefan Dösinger
- [5/7] D3D9: Implement Direct3DCreate9Ex + tests
Stefan Dösinger
- [6/7] D3D9: Reorder the spec file
Stefan Dösinger
- [7/7] D3D9: Remove D3D9GetSWInfo
Stefan Dösinger
- [PATCH] wordpad: use correct prototype for dialog functions
Peter Oberndorfer
- [PATCH] cmdlgtst: remove unneeded DLGPROC casts
Peter Oberndorfer
- kernel32: Assign to structs instead of using memcpy
Andrew Talbot
- rpcrt4: Use closesocket to close sockets and define it to close on Unix platforms to make the code more portable.
Robert Shearman
- wininet: Fix compile with MinGW.
Robert Shearman
- libwpp: Include wine/port.h in ppl.l as strcasecmp is used, which isn't available on all platforms.
Robert Shearman
- include: Add no_argument, required_argument and optional_argument defines to wine/port.h.
Robert Shearman
- Add configure check for strtoll and strtoull.
Robert Shearman
- include: Remove superfluous semi-colon from d3d9.h.
Robert Shearman
- libport: Don't implement strcasecmp and strncasecmp if we have stricmp and strnicmp respectively.
Robert Shearman
- kernel32: Assign to structs instead of using memcpy (Try 2)
Andrew Talbot
- oleaut32: Handle TKIND_ALIAS properly when passed as pointer, try 2
Maarten Lankhorst
- WGL: add aux buffers support for use with wglChoosePixelFormatARB
Roderick Colenbrander
- shehll32: SHGetFolderPathAndSubDir tests
Stefan Leichter
- 1/2 WineD3D: store more pixel format information
Roderick Colenbrander
- WineD3D: add more correct pixel format selection code
Roderick Colenbrander
- [1/4] qmgr: Implement IEnumBackgroundCopyJobs_GetCount.
Dan Hipschman
- [2/4] qmgr: Implemet IEnumBackgroundCopyJobs_Next.
Dan Hipschman
- [3/4] qmgr: Implement Skip and Reset for IEnumBackgroundCopyJobs.
Dan Hipschman
- [4/4] qmgr: Implement IBackgroundCopyJob_GetProgress.
Dan Hipschman
- [1/3] WineD3D: Implement a different constant dirtification algorithm
Stefan Dösinger
- [2/3] WineD3D: Hardcode local constants in ARB shaders if possible
Stefan Dösinger
- [3/3] WineD3D: Use GL_EXT_gpu_program_parameters if available
Stefan Dösinger
- dsound: Add an option to mix sound buffers in the mixer thread
Maarten Lankhorst
- Winecfg: Raise max screen resolution to 160 DPI
Austin English
- msi [1/2]: Implement MsiGetProductInfoEx
James Hawkins
- msi [2/2]: Add tests for MsiGetProductInfoEx
James Hawkins
- 1/8 WineD3D: CheckDeviceFormat rewrite
Roderick Colenbrander
- 2/8 WineD3D: CheckDeviceFormat rewrite
Roderick Colenbrander
- 3/8 WineD3D: CheckDeviceFormat rewrite
Roderick Colenbrander
- 4/8 WineD3D: CheckDeviceFormat rewrite
Roderick Colenbrander
- 5/8 WineD3D: CheckDeviceFormat rewrite
Roderick Colenbrander
- 6/8 WineD3D: CheckDeviceFormat rewrite
Roderick Colenbrander
- 7/8 WineD3D: CheckDeviceFormat rewrite
Roderick Colenbrander
- 8/8 WineD3D: CheckDeviceFormat rewrite
Roderick Colenbrander
- msxml3: Stopped Seg faults during regression tests on windows
Alistair Leslie-Hughes
- msxml3: Remove Byte since its not a valid datatype
Alistair Leslie-Hughes
- ntdll: Load builtin DLL if DLL_WINE_PREATTACH returned FALSE and native DLL can not be found.
Jacek Caban
- winnt.h: fix dllimport and visiblity attributes on cygwin
Steven Edwards
- Makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Robert Shearman
- Makefiles: Split AR into AR and ARFLAGS.
Robert Shearman
- msi: Fix bug in handling of multivolume CAB files.
Ove Kaaven
- (resend) msi: Fix bug in handling of multivolume CAB files.
Ove Kaaven
- shell32: improve SHRegisterDragDrop and SHRevokeDragDrop (fixes bug #10386)
Mikołaj Zalewski
- winecfg: Increase range of available screen resolutions (resend)
L. Rahyen
- [PATCH] [NtDll]: removed conflict for FAILED (defined both in our winerror.h and in linux/scsi.h)
Eric Pouech
- winecfg: Fix overflow in the DPI field at the Graphics tab for DPI value bigger than 127
L. Rahyen
- msxml3: Remove Byte since its not a valid datatype (try 2)
Alistair Leslie-Hughes
- mapi32: Assign to structs instead of using memcpy
Andrew Talbot
- mciavi32: Assign to struct instead of using memcpy
Andrew Talbot
- mciwave: Assign to struct instead of using memcpy
Andrew Talbot
- mpr: Assign to struct instead of using memcpy
Andrew Talbot
- msvcrt71: Forward __CppXcptFilter to msvcrt._XcptFilter.
Philip Nilsson
- [PATCH] shell32: remove unused variable
Lei Zhang
- qmgr: Implement IBackgroundCopyJob_Resume.
Dan Hipschman
- [PATCH 1/3] shell32: add xdg-user-dirs lookup code
Lei Zhang
- [PATCH 2/3] shell32: add a helper function to set all the values for a shell folder
Lei Zhang
- [PATCH 3/3] shell32: use well known directories from xdg-user-dirs
Lei Zhang
- [WineHQ][WWN] WWN 342
Zachary Goldberg
- [1/?] WineD3D: Fix a small bug in a patch from yesterday
Stefan Dösinger
- [msi/tests] Make tests run on win9x/NT4 again
Paul Vriens
- [1/3] shlwapi/tests: Add skip statements for missing functions to the string tests. (try 2)
Francois Gouget
- #1 gdi32: Move GetICMProfile to the driver.
Hans Leidekker
- #2 winex11.drv: Retrieve X color profile in GetICMProfile.
Hans Leidekker
- [2/3] shlwapi/tests/string.c: The function pointers are global so initialize them on startup, before they are used. (try 2)
Francois Gouget
- [3/3] shlwapi/tests: Skip the string tests for the functions that are not available on Win9x. (try 2)
Francois Gouget
- user32/tests: Add the trailing '\n' to a couple of ok() calls.
Francois Gouget
- user32/tests: Don't use 0x55 to avoid any confusion when running with +heap.
Francois Gouget
- ntdll/tests: Don't use 0x55/0xaa to avoid any confusion when running with +heap.
Francois Gouget
- kernel32/tests: Don't use 0xaa to avoid any confusion when running with +heap.
Francois Gouget
- ddraw/tests: Don't use 0xaa to avoid any confusion when running with +heap.
Francois Gouget
- comctl32/tests: Don't use 0xaa to avoid any confusion when running with +heap.
Francois Gouget
- port/getopt: s/#if/#ifdef/ so it still works if HAVE_STRING_H is not defined.
Francois Gouget
- hal: Add a stub for HalGetBusData() to make 3DMark2001SE happy in WinNT mode.
Francois Gouget
- msvcmaker: winebuild needs getopt*.c and mkstemps.c when compiled with MSVC.
Francois Gouget
- msvcmaker: We don't build wine.lib so don't try to copy it.
Francois Gouget
- msvcmaker: We don't use .dbg.c files anymore.
Francois Gouget
- [1/4] WineD3D: Add a number to the ARB program shader bumpenvmat matrices
Stefan Dösinger
- [2/4] WineD3D: Support more than one texbem instruction per shader
Stefan Dösinger
- [3/4] D3D9: Add a test testing two texbem instructions in one shader
Stefan Dösinger
- [4/4] WineD3D: Support shininess > 128 if opengl does
Stefan Dösinger
- #1 gdi32: Move GetICMProfile to the driver. (try 2)
Hans Leidekker
- #2 winex11.drv: Retrieve X color profile in GetICMProfile. (try 2)
Hans Leidekker
- ntdll: Check the owner of a file in NtSetInformationFile function
Konstantin Kondratyuk
- make LoadStringW pass tests
Christopher
- make LoadStringW pass tests (fixed merge conflict)
Christopher
- Revert: winecfg raise max screen resolution to 160 DPI
Austin English
- winhttp: Add a stub implementation of WinHttpDetectAutoProxyConfigUrl.
Hans Leidekker
- msacm32.drv: Assign to structs instead of using memcpy
Andrew Talbot
- msdmo: Assign to structs instead of using memcpy
Andrew Talbot
- mshtml: Assign to structs instead of using memcpy
Andrew Talbot
- ddraw: Fix diffuse and specular color types
Rico Schüller
- wined3d: Fix copy and past error
Rico Schüller
- includes: Add flag for BROADCAST_QUERY_DENY
Maarten Lankhorst
- user32: Fix enumeration for EnumWindowStations and EnumDesktops
Maarten Lankhorst
- make LoadStringW pass tests (take 2)
Christopher
- user32: Fix enumeration for EnumWindowStations and EnumDesktops, try2
Maarten Lankhorst
- WineD3D: Implement depth copy from onscreen to offscreen surface when depth fixup is used
Frank Richter
- slight winsock design change proposal
Christopher Harvey
- [1/3] qmgr: Only have one BackgroundCopyManager per system.
Dan Hipschman
- [2/3] qmgr: Add infrastructure for background file transferring.
Dan Hipschman
- [3/3] qmgr: Add critical sections for BackgroundCopyJobs.
Dan Hipschman
- user32: Fix enumeration for EnumWindowStations and EnumDesktops, try3
Maarten Lankhorst
- [PATCH 1/3] shell32: add xdg-user-dirs lookup code (try 2)
Lei Zhang
- [PATCH 2/3] shell32: add a helper function to set all the values for a shell folder
Lei Zhang
- [PATCH 3/3] shell32: use well known directories from xdg-user-dirs (try 2)
Lei Zhang
- msi [1/3]: Break out the publishing tests into their respective actions
James Hawkins
- msi [2/3]: Fix handling of published installer properties
James Hawkins
- msi [3/3]: Test the published installer properties
James Hawkins
- [PATCH] Implemented GdipCreateBitmapFromFileICM
Ethan Chen
- [PATCH] quartz: validate input for FilterGraph2_AddFilter
Lei Zhang
- shdocvw: return something more useful for WebBrowser_get_ReadyState
Louis. Lenders
- msxml3: Implemented IXMLDOMText insertData
Alistair Leslie-Hughes
- ws2_32: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined.
Francois Gouget
- configure: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined.
Francois Gouget
- port: s/#if/#ifdef/ so it still works if HAVE_XXX is not defined.
Francois Gouget
- ddk: Add a stub ntddk.h header.
Francois Gouget
- hal: Add a stub for HalGetBusData() to make 3DMark2001SE happy in WinNT mode.
Francois Gouget
- Makefiles: Simplify the use of the MODULE variable in static import libraries.
Robert Shearman
- rpcrt4: Use closesocket to close sockets and define it to close on Unix platforms to make the code more portable.
Robert Shearman
- mshtml: Move some public GUIDs to shlguid.h.
Robert Shearman
- adsiid: Add static import library for active directory GUIDs.
Robert Shearman
- user32: Add test for calling CreateDesktop on already created desktop name.
Robert Shearman
- uuid: Add CLSID_InProcFreeMarshaler.
Robert Shearman
- include: Add defines for GetExceptionCode, GetExceptionInformation and AbnormalTermination to excpt.h for the MS compiler when using compiler exceptions.
Robert Shearman
- [D3D9] Fix a few ok() comparisons to not always return true in the visual tests.
Jason Green
- (another resend) msi: Fix bug in handling of multivolume CAB files.
Ove Kaaven
- [PATCH] Implemented GdipCloneImage
Ethan Chen
- user32: Fix enumeration and add tests for EnumWindowStations and EnumDesktops, try X
Maarten Lankhorst
- user32: Add a better stub for BroadcastSystemMessage
Maarten Lankhorst
- explorer/mountmgr.sys: Move device hotplug code over to mount manager
Maarten Lankhorst
- [advapi32/tests] Fix a few typos
Paul Vriens
- [winex11] wintab.c: use atan2 instead of atan
Dan Kegel
- user32: Fix bug in CURSORICON_LoadFromFile (try 2)
Sergey Khodych
- Make winecfg DPI interval to be the same as in Windows
L. Rahyen
- comctl32: rebar: fir SizeToHeight when no bands visible (fixes bug #11858)
Mikołaj Zalewski
- msi [1/2]: Fix handling of published installer properties [try2]
James Hawkins
- msi [2/2]: Test the published installer properties
James Hawkins
- msi: Assign to structs instead of using memcpy
Andrew Talbot
- msvcrt: Assign to structs instead of using memcpy
Andrew Talbot
- msvfw32: Assign to structs instead of using memcpy
Andrew Talbot
- WGL/WINED3D: add WGL_WINE_pixel_format_passthrough
Roderick Colenbrander
- server: Fix reference leak in enum_desktop
Maarten Lankhorst
- user32: Add a better stub for broadcastsystemmessage, try 2
Maarten Lankhorst
- [1/4] D3D9: Add a test for the vPos register
Stefan Dösinger
- [2/4] WineD3D: gl_FragCoord isn't exact
Stefan Dösinger
- [3/4] WineD3D: Mark constants dirty n the EXT_gpu_program_parameters patch
Stefan Dösinger
- [4/4] D3D9: Add a point size test
Stefan Dösinger
- [1/6] qmgr: Only have one BackgroundCopyManager per system. [take 2]
Dan Hipschman
- [2/6] qmgr: Add infrastructure for background file transferring.
Dan Hipschman
- [3/6] qmgr: Add a mutex to BackgroundCopyJob.
Dan Hipschman
- [4/6] qmgr: Add a mutex to BackgroundCopyFile.
Dan Hipschman
- [5/6] qmgr: Implement local file background "downloads."
Dan Hipschman
- [6/6] qmgr: Implement BackgroundCopyJob_Complete.
Dan Hipschman
- add realization of get_innerHTML
Ivan Sinitsin
- add realization of HTMLDocument_write,HTMLDocument_open
Ivan Sinitsin
- msxml3: Implemented IXMLDOMText insertData (try 2)
Alistair Leslie-Hughes
- netapi32: Correct test for NetUserChangePassword
Alistair Leslie-Hughes
- [1/2]try3. Add new dll. Wbemprox.dll
Ivan Sinitsin
- [2/2]try3.add new dll. wbemprox.dll
Ivan Sinitsin
- mshtml: Added IHTMLDocument2::write implementation.
Jacek Caban
- [PATCH] Add GdipBitmapUnlockBits to include/gdiplusflat.h
Ethan Chen
- [gdi32] Revise CreateScalableFontResourceA to pass through CreateScalableFontResourceW.
Jeremy White
- [rsaenh] Fix AES Provider Handling for Windows XP (resend)
Vijay Kiran Kamuju
- [shell32/tests] Make tests run again on win95 and NT
Paul Vriens
- [dinput/tests] Don't treat old dinput versions as an error
Paul Vriens
- [dinput/tests #2] Don't treat old dinput versions as an error
Paul Vriens
- [users32/tests] Win9x doesn't like FILE_ALL_ACCESS
Paul Vriens
- [user32/tests #2] Use A-call
Paul Vriens
- [ntdll/tests] ProcessImageFileName is not supported before XP
Paul Vriens
- ddraw: Implement ForceRefreshRate registry entry for overriding DirectX refresh rate
Denver Gingerich
- ddraw: Implement ForceRefreshRate registry entry for overriding DirectX refresh rate
Denver Gingerich
- Revert "mshtml: Use QueryService to get IHttpNegotiate in get_post_data_stream."
Vitaliy Margolen
- wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement.
Robert Shearman
- netapi32: Assign to struct instead of using memcpy
Andrew Talbot
- ntdll: Assign to structs instead of using memcpy
Andrew Talbot
- qmgr: Assign to structs instead of using memcpy
Andrew Talbot
- mshtml #2: Added IHTMLScriptElement:get_type implementation.
Jacek Caban
- mshtml #3: Use load group to find NSContainer in AsyncOpen if URI has no associated container.
Jacek Caban
- urlmon: Fixed MapUrlToZone test on IE7.
Jacek Caban
- jscript: Added stub DLL.
Jacek Caban
- winex11drv: Distinguish left and right keys for shift, ctrl and alt. (try-3)
Vitaliy Margolen
- shehll32: fix SHGetFolderPathAndSubDir tests
Stefan Leichter
- [advpack/tests] Free the library after use
Paul Vriens
- [comctl32/tests #1] Don't use FreeLibrary with GetModuleHandle
Paul Vriens
- [comctl32/tests #2] Use GetModuleHandle instead of LoadLibrary
Paul Vriens
- [comctl32/tests #3] Use GetModuleHandleA instead of LoadLibraryA
Paul Vriens
- [wintrust/tests] Use GetModuleHandleA instead of LoadLibraryA
Paul Vriens
- [PATCH 1/6] wined3d: Get rid of spurious err when locking with WINED3DLOCK_DISCARD.
Alexander Dorofeyev
- [PATCH 2/6] d3d8/tests: Cover one more case in p8_texture_test.
Alexander Dorofeyev
- [PATCH 3/6] wined3d: Use primary_render_target_is_p8 in read_from_framebuffer.
Alexander Dorofeyev
- [PATCH 4/6] wined3d: Make code safe if there are no device palettes.
Alexander Dorofeyev
- [PATCH 5/6] wined3d: Make device palettes dynamically allocated.
Alexander Dorofeyev
- [PATCH 6/6] wined3d: Dirtify p8 textures when device palettes change.
Alexander Dorofeyev
- msftedit: add DllGetVersion
Rico Schüller
- oleacc: add GetOleaccVersionInfo
Louis. Lenders
- shell32: Support getting the shell folder path for users other than the current user and the default user (take 3)
Ge van Geldorp
- winspool: [#1] Export ConvertAnsiDevModeToUnicodeDevMode and ConvertUnicodeDevModeToAnsiDevMode
Detlef Riekenberg
- winspool: [#2] Implement SpoolerInit
Detlef Riekenberg
- winspool: [#3] cleanup for DEVMODEdupWtoA
Detlef Riekenberg
- winspool: [#4] Forward EnumPrintersA to EnumPrintersW
Detlef Riekenberg
- localspl: [#5] Implement fpEnumPrinters
Detlef Riekenberg
- winspool: [#6] Use the backend for EnumPrinters
Detlef Riekenberg
- a patch to fix the font in bottons and so on.
彭思
- oleacc: add GetOleaccVersionInfo [try 2]
Louis. Lenders
- [PATCH 3/3] shell32: use well known directories from xdg-user-dirs (try 3)
Lei Zhang
- msxml3: Implement IXMLDOMComment substringData
Alistair Leslie-Hughes
- msxml3: Implement IXMLDOMCDATASection substringData
Alistair Leslie-Hughes
- msxml3: Implement IXMLDOMCDATASection appendData
Alistair Leslie-Hughes
- quartz: Don't print errors for handled return values
Chris Robinson
- msxml3: Support IXMLDOMCharacterData lookup in IXMLDOMText QueryInterface
Alistair Leslie-Hughes
- msxml3: Implemented IXMLDOMText insertData
Alistair Leslie-Hughes
- [comctl32/tests] Free the library after use
Paul Vriens
- [Tools] winetest: When a dll is missing, mark the test as 'n/a' for 'not applicable'.
Francois Gouget
- [Tools] winetest: Add prototypes to the functions.
Francois Gouget
- [Tools] winetest: Fix the computation of the cell tooltips to not add spurious double-quotes. This fixes a bunch of HTML errors.
Francois Gouget
- [Tools] winetest: Add a missing </tr> tag.
Francois Gouget
- [Tools] winetest: Strip the LF from the winetest URL. Fixes an HTML warning.
Francois Gouget
- [Tools] winetest: Copy the winetest start, result summary and done lines to the per-test logs.
Francois Gouget
- [Tools ] winetest: Make the Version field a bit wider so it can accomodate long tags.
Francois Gouget
- [Tools 1/3] winetest: Specify multiple classes for result cells instead of having one class for every possible error / todo / skip combination.
Francois Gouget
- [Tools 2/3] winetest: More clearly identify todo tests as items that need to be fixed.
Francois Gouget
- [Tools 3/3] winetest: Link individual group results straight to the relevant line in the platform table.
Francois Gouget
- d3d9/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget
- Make winecfg DPI interval to be the same as in Windows (try 2)
L. Rahyen
- msftedit: add DllGetVersion [try 2]
Rico Schüller
- Makefiles: Simplify the use of the MODULE variable in static import libraries.
Robert Shearman
- wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement. [try 2]
Robert Shearman
- wininet: Don't call DeleteSecurityContext and FreeCredentialsHandle on invalid handles.
Robert Shearman
- wininet: Allow HTTP_DoAuthorization to accept a NULL username/domain in the non-Basic case.
Robert Shearman
- wininet: Retrieve the maximum token length from the SSP and use a buffer of that length in calls to InitializeSecurityContextW.
Robert Shearman
- secur32: Fix ntlm_GetCachedCredential to not call strlenW on a NULL pointer.
Robert Shearman
- rpcrt4: Check that the input to RPCRT4_strndupW was not NULL before assuming that the string couldn't be allocated due to lack of memory.
Robert Shearman
- ddraw: Implement ForceRefreshRate registry entry for overriding DirectX refresh rate
Denver Gingerich
- rpcrt4: Fix -Oi interpreter for base types.
Robert Shearman
- rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters.
Robert Shearman
- includes: Add flag for bsm_alldesktops
Maarten Lankhorst
- dsound: Add an option to mix sound buffers in the mixer thread again
Maarten Lankhorst
- msxml3: Implemented IXMLDOMText insertData (try 3)
Alistair Leslie-Hughes
- urlmon: Initialise the cache_file field of DownloadBSC on creation.
Robert Shearman
- user32: Fix enumeration and add tests for EnumWindowStations and EnumDesktops, try X
Maarten Lankhorst
- shell32: remove DISCARDABLE from STRINGTABLE resources
Mikołaj Zalewski
- comdlg32: move font style names to resources
Mikołaj Zalewski
- ole32: Assign to structs instead of using memcpy (1 of 2)
Andrew Talbot
- ole32: Assign to structs instead of using memcpy (2 of 2)
Andrew Talbot
- patch to fix bug 8246
Hin-Tak Leung
- [1/5] qmgr: Add infrastructure for background file transferring. [take 2]
Dan Hipschman
- [2/5] qmgr: Add critical sections for BackgroundCopyJobs.
Dan Hipschman
- [3/5] qmgr: Add critical sections for BackgroundCopyFiles.
Dan Hipschman
- [4/5] qmgr: Implement local file background "downloads." [take 2]
Dan Hipschman
- [5/5] qmgr: Implement BackgroundCopyJob_Complete.
Dan Hipschman
- [1/3] WineD3D: Only adjust windows in fullscreen mode to the screen
Stefan Dösinger
- [2/3] WineD3D: Only restore the style and exStyle when it is untouched
Stefan Dösinger
- [3/3] WineD3D: Set the fullscreen flag before the display Mode
Stefan Dösinger
- user32: Implement a bit BroadcastSystemMessage, try 3
Maarten Lankhorst
- add Japanese rc for wineboot
Aric Stewart
- [PATCH 1/5] shell32: add xdg-user-dirs lookup code (try 3)
Lei Zhang
- [PATCH 2/5] shell32: add a helper function to set all the values for a shell folder (resend)
Lei Zhang
- [PATCH 3/5] shell32: use xdg well known directories for shell redirection (try 4)
Lei Zhang
- [PATCH 4/5] shell32: use xdg well known directories for my_xxx folder symbolic links
Lei Zhang
- [PATCH 5/5] shell32: use xdg well known directories for desktop folder symbolic link
Lei Zhang
- msi: Test the published installer properties
James Hawkins
- msi: Optimize MsiSourceListAddSourceEx for adding to the end of the list
James Hawkins
- msi: Fix an off-by-one error when applying embedded transforms
James Hawkins
- msi: Ignore the custom action type 51 if the source field is empty
James Hawkins
- [PATCH 1/4] avifil32: Fix copy/paste error.
Ken Thomases
- [PATCH 2/4] dsound: Adjust for partial block before prepare-header and add-buffer steps.
Ken Thomases
- [PATCH 3/4] coreaudio: Standardize on DRV_SUCCESS/FAILURE status codes for setup functions.
Ken Thomases
- [PATCH 4/4] coreaudio: Signal driver load failure if any component fails to initialize.
Ken Thomases
- msxml3: Corrected double free in test
Alistair Leslie-Hughes
- Fix/change tests for systems with no ServicePack
Paul Vriens
- freetype: skip leading @ from FontFace when looking for font to load.
Aric Stewart
- tools: Add a network test script.
Kai Blin
- activscp.idl: Added CATID_* declarations.
Jacek Caban
- include: Added activaut.idl.
Jacek Caban
- [winecfg] Fix setting version to Vista
Paul Vriens
- regedit: remove windows class names (they shouldn't be localized) and unused IDC_REGEDIT menu from resources
Mikołaj Zalewski
- mshtml: add Polish translation
Mikołaj Zalewski
- widl: Remove local variable shadowing in add_func_desc().
Michael Stefaniuc
- gdiplus/tests: Remove redundant NULL check before GdipFree().
Michael Stefaniuc
- [PATCH 1/3] shell32: add xdg-user-dirs lookup code (resend)
Lei Zhang
- [PATCH 2/3] shell32: use xdg well known directories for my_xxx folder symbolic links (try 2)
Lei Zhang
- ole32: Rename identifiers to remove false implications of type
Andrew Talbot
- oleaut32: Assign to structs instead of using memcpy
Andrew Talbot
- [PATCH 3/3] shell32: use xdg well known directories for desktop folder symbolic link (try 2)
Lei Zhang
- oledlg: Rename identifier to remove false implication of type
Andrew Talbot
- mshtml: Improve header parsing.
Jacek Caban
- msi: Deformat the service name and display name when installing the service
James Hawkins
- [1/4] qmgr: Add critical sections for Jobs and Files.
Dan Hipschman
- [2/4] qmgr: Add infrastructure for background file transferring. [take 3]
Dan Hipschman
- [3/4] qmgr: Implement local file background "downloads."
Dan Hipschman
- [4/4] qmgr: Implement BackgroundCopyJob_Complete.
Dan Hipschman
- comctl32/tests: Fix a variable type in monthcal.c. Removes 19 -Wsign-compare warnings.
Michael Stefaniuc
- [AppDB] Remove workaround for PHP4
Alexander Nicolaysen Sørnes
- wininet #1: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
Jacek Caban
- wininet #2: Move InternetQueryOption(INTERNET_OPTION_URL) to vtbl.
Jacek Caban
- wininet #3: Move InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME).
Jacek Caban
- wininet #4: Move InternetQueryOption(INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT) to vtbl.
Jacek Caban
- [PATCH 1/2] comctl32: add tests for TB_GETSTRING, fix NULL pointer access
Lei Zhang
- [PATCH 2/2] comctl32: fix TB_GETSTRING return values
Lei Zhang
- [PATCH 1/4] avifil32: Fix copy/paste error. (try 2, fixed wrapping)
Ken Thomases
- [PATCH 2/4] dsound: Adjust for partial block before prepare-header and add-buffer steps. (try 2, fixed wrapping)
Ken Thomases
- [PATCH 3/4] coreaudio: Standardize on DRV_SUCCESS/FAILURE status codes for setup functions. (try 2, fixed wrapping)
Ken Thomases
- [PATCH 4/4] coreaudio: Signal driver load failure if any component fails to initialize. (try 2, fixed wrapping)
Ken Thomases
- [kernel32/tests] Skip some tests on win95
Paul Vriens
- [1/2] wined3d: Translate the projected coord depending on the y-flip
Chris Robinson
- [2/2] wined3d: Don't translate by a full half pixel
Chris Robinson
- [kernel32/tests #2] DATE_YEARMONTH is only present on W2K and later
Paul Vriens
- [kernel32/tests #3] Add a few skips instead of just returning
Paul Vriens
- msxml3: Register msxml3 Typelib
Alistair Leslie-Hughes
- msxml3: Allow IXMLDOMDocument to save as another IXMLDOMDocument
Alistair Leslie-Hughes
- wininet: Fix proxy authentication by using the data in lpwhr->pProxyAuthInfo in HTTP_InsertAuthorization instead of lpwhr->pAuthInfo when inserting the Proxy-Authentication header.
Robert Shearman
- wininet: Only clear authentication header if the connection has authentication information.
Robert Shearman
- wininet: Add tests for some URL cache functions.
Robert Shearman
- wininet: Implement FindFirstUrlCacheEntry{A, W}, FindNextUrlCacheEntryA and FindCloseUrlCache.
Robert Shearman
- wininet: Move URL cache hash entry validation to a separate function.
Robert Shearman
- wininet: Implement FindFirstUrlCacheEntry{A, W}, FindNextUrlCacheEntryA and FindCloseUrlCache.
Robert Shearman
- wininet: Add tests for Find{First,Next}UrlCacheEntryA functions.
Robert Shearman
- oleaut32: Split the methods for opening different sources of typelibs out of TLB_ReadTypeLib.
Robert Shearman
- wininet: Use LIST_FOR_EACH_ENTRY in URLCacheContainers_FindContainerW instead of LIST_FOR_EACH and LIST_ENTRY.
Robert Shearman
- wininet: Make some pointers const in URL cache functions.
Robert Shearman
- msi: Fix typos which caused joins of three or more tables to not work properly.
Robert Shearman
- wininet: Fix URLCache_LocalFileNameToPathA to return a full path, rather than just the container path.
Robert Shearman
- wininet: The URL in CommitUrlCacheEntryInternal shouldn't be restricted to MAX_PATH chars in length.
Robert Shearman
- wininet: Support the lpszFileExtension "reserved" parameter being passed into CommitUrlCacheEntryA.
Robert Shearman
- secur32 #1: Fixed dynamic loading in schannel test.
Jacek Caban
- secur32 #2: Improve SECPKG_ATTR_CIPHER_STRENGTHS stub.
Jacek Caban
- wininet: Fix local variable shadowing in URLCacheContainer_OpenIndex.
Robert Shearman
- msi: Passing NULL for szBuffer and NULL for pcchValueBuf into MsiGetProductInfo{A, W} shouldn't crash.
Robert Shearman
- jscript: Added Dll[Un]RegisterServer implementation.
Jacek Caban
- [1/4] qmgr: Add critical sections for Jobs and Files. [take 2]
Dan Hipschman
- [2/4] qmgr: Add infrastructure for background file transferring. [take 4]
Dan Hipschman
- [3/4] qmgr: Implement local file background "downloads."
Dan Hipschman
- [4/4] qmgr: Implement BackgroundCopyJob_Complete.
Dan Hipschman
- qcap: Assign to structs instead of using memcpy
Andrew Talbot
- quartz: Assign to structs instead of using memcpy
Andrew Talbot
- shlwapi: Fix UrlCanonicalizeW difference from windows using URL_UNESCAPE bit.
John Morris
- Prototype patch that solves bug 11897
Artur Szymiec
- msi: Test and fix MsiSourceListAddSource
James Hawkins
- wine.inf: Register jscript.dll.
Jacek Caban
- mshtml: Added IHTMLWindow2::get_location implementation.
Jacek Caban
- urlmon.idl: Added URLACTION_* and URLPOLICY_* declarations.
Jacek Caban
- [advapi/service] Give service it's own debug channel
Paul Vriens
- msxml3: Cannot use put_nodeValue on a IXMLDOMProcessingInstruction node who's target is xml
Alistair Leslie-Hughes
- freetype: Add loading and processing of GSUB table vert/vrt2 functions for proper tategaki (vertical writing)
Aric Stewart
- msxml3: Implement IXMLDOMComment appendData
Alistair Leslie-Hughes
- msxml3: Implemented IXMLDOMCDATASection insertData
Alistair Leslie-Hughes
- mshtml: Return full patch in res protocol's secure URL.
Jacek Caban
- RESEND D3D add device uuid solves bug 11897
Artur Szymiec
- RESEND Prototype patch that solves bug 11897
Artur Szymiec
- cabinet.dll -> FDICopy: Test added
Виталий Перов
- [wintab] Expand whitelist of tablets
Dan Kegel
- wine.inf: Update timezone information.
Robert Shearman
- fixed typo's in 2 out-of-memory checks
Joris Huizer
- GdipGetImageThumbnail
Ian Kono
- ole32: Assign to structs instead of using memcpy
Andrew Talbot
- oledlg: Assign to structs instead of using memcpy
Andrew Talbot
- riched20: Assign to structs instead of using memcpy (with typo fixes)
Andrew Talbot
- rpcrt4: Assign to structs instead of using memcpy
Andrew Talbot
- [advapi/service] Give service it's own debug channel (RESEND)
Paul Vriens
- d3dx9_36: Add stubs and implementations for D3DXCreateTexturexx
"Luis C. Busquets Pérez"
- shell32: fix SHGetFolderPathAndSubDir tests [resend]
Stefan Leichter
- [1/6] qmgr: Add infrastructure for background file transferring. [take 5]
Dan Hipschman
- [2/6] qmgr: Implement local file background "downloads." [take 2]
Dan Hipschman
- [3/6] kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub).
Dan Hipschman
- [4/6] qmgr: Implement BackgroundCopyJob_Complete. [take 2]
Dan Hipschman
- [5/6] qmgr: Transfer files given by URL (including HTTP, etc).
Dan Hipschman
- [6/6] qmgr: Implement progress updates for downloads given by URL.
Dan Hipschman
- [3/6] kernel32: Add the MOVEFILE_WRITE_THROUGH flag (stub) for MoveFileEx.
Dan Hipschman
- [PATCH 1/2] qcap: Add better findpin stub for CaptureGraphBuilder
Maarten Lankhorst
- [PATCH 2/2] qcap: Implement a stubby CaptureGraphBuilder2::RenderStream
Maarten Lankhorst
- quartz: Implement the null renderer
Maarten Lankhorst
- quartz: Detect and skip id3v2 header in mpeg splitter
Maarten Lankhorst
- quartz: Fix typo
Maarten Lankhorst
- quartz: Uncomment a trace
Maarten Lankhorst
- quartz: Implement detection on file extension in filesource
Maarten Lankhorst
- quartz: Add directsound renderer to filter list
Maarten Lankhorst
- user32: test when expose events are processed
clinton at elemtech.com
- quartz: Don't add MERIT_DO_NOT_USE filters automatically to create a connection
Maarten Lankhorst
- regedit: stdin is not seekable so do not try to seek the input file if it is not seekable
Aric Stewart
- msvcrt: Implement wcscat_s
Alistair Leslie-Hughes
- mscoree: Added stub CorBindToRuntimeEx
Alistair Leslie-Hughes
- dsound: Set the status from STATE_STARTING to STATE_PLAYING before mixing our next buffer so that we do not potentially skip early event when starting.
Aric Stewart
- shell32: Support getting the shell folder path for users other than the current user and the default user (take 4)
Ge van Geldorp
- urlmon #1: Move InternetParseUrl(PARSE_SECURITY_URL) call to map_url_to_zone and fix buffer size.
Jacek Caban
- mshtml #2: Return full patch in res protocol's secure URL.
Jacek Caban
- urlmon #3: Remove tests that fail on IE7 and make Wine behave like IE7.
Jacek Caban
- urlmon #4: Fixed URLZONEREG_DEFAULT handling in GetZoneActionPolicy.
Jacek Caban
- urlmon #5: Added ProcessUrlAction implementation.
Jacek Caban