February 2008 Archives by thread
Starting: Fri Feb 1 00:29:44 CST 2008
Ending: Fri Feb 29 22:37:21 CST 2008
Messages: 1376
- riched20: Include wine/port.h for vsnprintf().
Bang Jun-young
- kernel32: Fixed the FoldStringA tests (except MAP_COMPOSITE) on Vista.
Reece Dunn
- msxml3: Validated attribute name
Alistair Leslie-Hughes
- msxml3: Corrected Entity Reference Test
Alistair Leslie-Hughes
- msxml3: Correct createElement return value for an invalid type
Alistair Leslie-Hughes
- #1 wininet: Make sure not to overwrite any caller supplied authorization header.
Hans Leidekker
- #2 wininet: Send HTTP/1.1 requests by default.
Hans Leidekker
- [PATCH #26] mshtml: Update wine_url in nsIURI::SetPath.
Jacek Caban
- gdi32: Add stub for GdiInitSpool and GdiGetSpoolMessage
Detlef Riekenberg
- x11drv: implement X11DRV_AlphaRender for non bitmap sources
Aric Stewart
- [PATCH] [WineDbg]: implemented the pXX request in gdb proxy
Eric Pouech
- [advapi32] QueryServiceConfig2 tests
Stefan Leichter
- [PATCH] olecli: Remove duplicated typedefs/enums.
Michael Stefaniuc
- [PATCH] msvcrt: Fix early pipe closing
Nguyễn Thái Ngọc Duy
- msvfw32: Avoid possible dereference of NULL pointer (Coverity)
Andrew Talbot
- #3 wininet: Add zero value content length header to POST requests only.
Hans Leidekker
- winemp3.acm: Remove unneeded casts
Andrew Talbot
- wineps.drv: Remove unneeded casts
Andrew Talbot
- winex11.drv: Remove unneeded casts
Andrew Talbot
- winex11.drv: Use bitwise NOT not logical NOT
Andrew Talbot
- Resend patch from Norbert
Rico Schüller
- [PATCH] msvcrt: Fix early pipe closing
Nguyễn Thái Ngọc Duy
- comctl32: Fix invalid syntax.
Bang Jun-young
- comctl32: proper fix redrawing the trackbar background with themes enabled.
Reece Dunn
- uxtheme: fix the system tests so they pass on Vista.
Reece Dunn
- gdiplus: fix the bezier arc path test on all Windows platforms. [try 2]
Reece Dunn
- winspool: [Patch 0/3] use localspl.dll as backend
Detlef Riekenberg
- localspl: [Patch 1/3] Initialize pointers in struct PRINTPROVIDOR
Detlef Riekenberg
- localspl: [Patch 2/3] Implement fpGetPrinterDriverDirectory
Detlef Riekenberg
- winspool: [Patch 3/3] Use the backend for GetPrinterDriverDirectory
Detlef Riekenberg
- kernel32: Implement ReplaceFileA.
Robert Shearman
- kernel32: Implement ReplaceFileW.
Robert Shearman
- kernel32: Add tests for ReplaceFileA and ReplaceFileW.
Robert Shearman
- kernel32: Implement ReplaceFileW. [RESEND]
Robert Shearman
- [AppDB] cron scripts: Disable updateRatings()
Alexander Nicolaysen Sørnes
- kernel32: Factor out the VerifyVersionInfo tests into their own function
James Hawkins
- version: Return ERROR_RESOURCE_DATA_NOT_FOUND if the file does not have version information
James Hawkins
- kernel32: Add tests for LoadLibraryEx
James Hawkins
- msi: Add tests for using single quotes in an INSERT query
James Hawkins
- msi: Implement the MSIMODIFY_ASSIGN action of MsiViewModify for the streams table
James Hawkins
- msi [1/8]: Add tests for MsiGetFileVersion
James Hawkins
- msi [2/8]: Only convert output strings if the call succeeded
James Hawkins
- msi [3/8]: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_FOUND
James Hawkins
- msi [4/8]: Return ERROR_INVALID_PARAMETER if a string pointer is non-NULL and the size pointer is NULL
James Hawkins
- msi [5/8]: Return ERROR_FILE_INVALID if the file has no version information
James Hawkins
- msi [6/8]: Leave room for the NULL terminator
James Hawkins
- msi [7/8]: Return the string length even if the string is NULL
James Hawkins
- msi [8/8]: Return ERROR_MORE_DATA if the size is too small
James Hawkins
- ntdll: The FileMailslotSetInformation and FileCompletionInformation cases of NtSetInformationFile don't need the fd.
Robert Shearman
- server: Always try return a named pipe server that is listening from find_available_server.
Robert Shearman
- ws2_32: Add a FIXME for WS_SIO_GET_EXTENSION_FUNCTION_POINTER in WSAIoctl.
Robert Shearman
- d3dx8: Implementation of D3DXGetFVFVertexSize Try2
"Luis C. Busquets Pérez"
- d3dx9_36: Implementation of D3DXCheckVersion try 2
"Luis C. Busquets Pérez"
- user32: mark the failing msg tests as todo_wine
Reece Dunn
- msi [1/2]: Add more tests for MsiFormatRecord
James Hawkins
- msi [2/2]: Reimplement MsiFormatRecord
James Hawkins
- msxml3: fix the domdoc test failures.
Reece Dunn
- winex11.drv: Remove unneeded casts
Andrew Talbot
- wininet: Remove unneeded casts
Andrew Talbot
- rpcrt4: Fix potential memory leaks in RPCRT4_Receive.
Robert Shearman
- rpcrt4: Fix potential memory leaks on error paths in RPCRT4_io_thread.
Robert Shearman
- ddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget
- mapi32: Add an API documentation stub to make winapi_check happy.
Francois Gouget
- ntdsapi: Add an API documentation stub to make winapi_check happy.
Francois Gouget
- winex11.drv: Add some API documentation stubs to make winapi_check happy.
Francois Gouget
- UTF-8 resource files must explicitly say so with a pragma.
Francois Gouget
- msvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSize() are implemented now so export them.
Francois Gouget
- winapi_check: Update win32.api for acledit.dll, ctapi32.dll and inetcomm.dll.
Francois Gouget
- winapi_check: Assorted win32.api updates.
Francois Gouget
- winapi_check: Update win32.api for d3dx8.dll.
Francois Gouget
- d3dx8core.h: Remove some extraneous #include directives.
Francois Gouget
- d3dx8: Fix the D3DXMatrixAffineTransformation() prototype.
Francois Gouget
- [1/2] d3dx8: Make d3dx8core.h C++ compatible.
Francois Gouget
- [2/2] d3dx8: Add the d3dx8mesh.h header and move the relevant function declarations there. Include d3dx8mesh.h in d3dx8.h and add some commented out ones as reminders.
Francois Gouget
- d3dx8: Fix the D3DXAssembleShaderFromFileA/W() prototypes.
Francois Gouget
- [1/20] WineD3D: Beware of texture_rectangle NP2 support in Reset
Stefan Dösinger
- [2/20] WineD3D: Update the auto depth stencil buffer size on reset
Stefan Dösinger
- [3/20] WineD3D: Unload implicit depth stencil buffers correctly
Stefan Dösinger
- [4/20] WineD3D: Destroy FBOs and reset pointers on Reset
Stefan Dösinger
- [5/20] WineD3D: Move some UnLoad code to the base texture class
Stefan Dösinger
- [6/20] WineD3D: Mark textures dirty on UnLoad
Stefan Dösinger
- [7/20] WineD3D: De-Statify depth blit opengl resources
Stefan Dösinger
- [8/20] ignore for now
Stefan Dösinger
- [9/20] D3D9: Some drivers allow non-aligned offsets
Stefan Dösinger
- [10/20] WineD3D: Make Clear aware of the depth stencil sharing
Stefan Dösinger
- [11/20] WineD3D: Update the gl rectangle when adjusting surface sizes
Stefan Dösinger
- [12/20] WineD3D: D3DTADDRESS_WRAP on conditional NP2 textures clamps to edge
Stefan Dösinger
- [13/20] WineD3D: Some texture transform test corrections
Stefan Dösinger
- [14/20] D3D9: Be less picky about X8L8V8U8 precision
Stefan Dösinger
- [15/20] D3D9: Accept the rejection of non-standard fixed function attrib types
Stefan Dösinger
- [16/20] WineD3D: Correct the srgb reading check
Stefan Dösinger
- [17/20] WineD3D: Fix dxtn format check
Stefan Dösinger
- [18/20] WineD3D: Move the float format check to the big switch statement
Stefan Dösinger
- [19/20] WineD3D: Move vertex buffer vbo creation to PreLoad
Stefan Dösinger
- [20/20] WineD3D: Recreate the contexts on _Reset
Stefan Dösinger
- msi: Fix handling of the NULL separator when writing registry values
James Hawkins
- kernel32: Implement ReplaceFileW.
Brendan Edmonds
- kernel32: Implement ReplaceFileW.
Brendan Edmonds
- comctl32/tests: Call InitCommonControlsEx() if available, fall back to InitCommonControls() for the older controls, and skip the tests altogether for the newer ones.
Francois Gouget
- =?utf-8?q?msi:=20Fix=20"type=20of=20=E2=80=98x=E2=80=99=20defaults=20to=20=E2=80=98int=E2=80=99"=20warnings.?=
Michael Stefaniuc
- [Resend] msi: Fix "type of 'x' defaults to 'int'" warnings.
Michael Stefaniuc
- WineD3D: p8 improvements 1/4
Roderick Colenbrander
- WineD3D: p8 improvements 2/4
Roderick Colenbrander
- WineD3D: p8 improvements 3/4
Roderick Colenbrander
- WineD3D: p8 improvements 4/4
Roderick Colenbrander
- [PATCH] dinput: Skip old mouse movement evenets.
Vitaliy Margolen
- systray[1/2]: properly track errors.
Kirill K. Smirnov
- systray: add support for NIS_HIDDEN flag
Kirill K. Smirnov
- [winetest] Updated the README to reflect a bit of research into using Winetest to report Wine (on Linux/Mac) results, not only Windows results.
Jeremy White
- [winetest] Add a .gitignore for the files used by winetest-dist
Jeremy White
- [winetest] Add a new utility to simply running + submitting tests via winetest when run from the Wine tree.
Jeremy White
- More spelling fixes - the letter C
Austin English
- ntoskrnl.exe: Implement MmPageEntireDriver and MmResetDriverPaging
Paul Chitescu
- cmd:Addings to russian translation
Andrey Esin
- winex11.drv: Correct a message that makes some programmes hang
"Luis C. Busquets Pérez"
- user32: make the listbox tests pass in directories other than dlls/user32/tests. [RESEND]
Reece Dunn
- uxtheme: fix the system tests so they pass on Vista. [try 2] [RESEND]
Reece Dunn
- comctl32: Vista sends an unidentified message when destroying datetime and monthcal windows. [try 2] [RESEND]
Reece Dunn
- added wgl_bind_to_texture_depth_nv to ConvertAttribWGLtoGLX
Christopher Harvey
- cabinet: make the fdi tests pass on Vista. [RESEND]
Reece Dunn
- ddraw: spelling fixes in the d3d test output. [RESEND]
Reece Dunn
- gdi32: correct the test message in font.c that was out of sync with the test. [RESEND]
Reece Dunn
- url: Add a stub for AddMIMEFileTypesPS
Detlef Riekenberg
- winmm: Remove unneeded casts
Andrew Talbot
- GdpiDrawArcI and GdpiDrawBezierI
Royal Chan
- kernel32: Implement ReplaceFileA/ReplaceFileW (1/2) [UPDATED]
Erich Hoover
- kernel32: Implement ReplaceFileA/ReplaceFileW (2/2) [RESEND]
Erich Hoover
- [1/8] WineD3D: Restore the stateblock after Reset
Stefan Dösinger
- [2/8] WineD3D: Tear down the dummy textures before resetting
Stefan Dösinger
- [3/8] WineD3D: Move the highpart of the driver version to the gl structure
Stefan Dösinger
- [4/8] WineD3D: Separate OpenGL and driver version
Stefan Dösinger
- [5/8] WineD3D: Add infrastructure for faking driver versions
Stefan Dösinger
- [6/8] WineD3D: Create VBOs
Stefan Dösinger
- [7/8] WineD3D: Add some ATI cards to the version database
Stefan Dösinger
- [8/8] DDraw: Some drivers return a refresh rate of 0
Stefan Dösinger
- riched20: Fix the name of the lpUsedDefChar field of GETTEXTEX.
Francois Gouget
- Gdiplus: GdipDrawArcI and GdipDrawBezierI
Royal Chan
- [PATCH] fixed two coverity issues
Marcus Meissner
- [wintrust/tests #1] Use GetModuleHandleA instead of LoadLibraryA
Paul Vriens
- shell32: Fix security issue in SHELL_execute.
Robert Shearman
- urlmon: Fixed ref count leak.
Jacek Caban
- urlmon: Added gecko_installer_workaround to url.c tests.
Jacek Caban
- comctl32: Don't get the background colour in ANIMATE_PaintFrame as this can be called inside a critical section.
Robert Shearman
- [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
- systray[1/4]: rewrite tooltips support
Kirill K. Smirnov
- systray[3/4]: Better validate icon owner
Kirill K. Smirnov
- systray[4/4]: implement systray transparency
Kirill K. Smirnov
- systray[2/4]: correctly handle icon addition/deletion
Kirill K. Smirnov
- [PATCH 01/13] [DbgHelp]: added missing basic types for booleans and integers
Eric Pouech
- wintab32: Remove unneeded cast
Andrew Talbot
- [advapi32] QueryServiceConfig2 (3rd try)
Stefan Leichter
- msi 1: Test using carriage returns in SQL queries and imported tables
James Hawkins
- [PATCH] user32: use wine_dbgstr_rect() in traces
Lei Zhang
- [PATCH] comctl32: use wine_dbgstr_rect() in traces
Lei Zhang
- msi 2: Handle carriage returns in MsiDatabaseImport
James Hawkins
- msi 3: Use MsiViewModify instead of building a SQL query when adding rows to the table
James Hawkins
- wineboot: Add man page.
Andrew Riedi
- uxtheme: fix the system tests so they pass on Vista. [try 3]
Reece Dunn
- comctl32: Vista sends an unidentified message when destroying datetime and monthcal windows. [try 2] [RESEND]
Reece Dunn
- gdi32: correct the test message in font.c that was out of sync with the test. [RESEND]
Reece Dunn
- user32: make the listbox tests pass in directories other than dlls/user32/tests. [RESEND]
Reece Dunn
- user32: Check for .ico and .cur magic.
Andrew Riedi
- user32: winex11.drv has support for color cursors now.
Andrew Riedi
- user32: Check for .ico and .cur magic. - the icon
Andrew Riedi
- [1/5] WineD3D: Add infrastructure for faking driver versions
Stefan Dösinger
- [2/5] WineD3D: Add some ATI cards to the version database
Stefan Dösinger
- [3/5] WineD3D: Reject unsupported modes when restting the device
Stefan Dösinger
- [4/5] D3D9: Implement the device lost state
Stefan Dösinger
- [5/5] WineD3D: Restore the Window size on reset
Stefan Dösinger
- comctl32: Move the getting of the DC outside of ANIMATE_DrawFrame.
Robert Shearman
- [PATCH 1/3] kernel32: Implement ReplaceFileA.
Robert Shearman
- [PATCH 2/3] kernel32: Implement ReplaceFileW.
Robert Shearman
- [PATCH 3/3] kernel32: Add tests for ReplaceFileA and ReplaceFileW.
Robert Shearman
- systray[0/4]: systray improvements [try 2]
Kirill K. Smirnov
- systray[1/4]: Avoid modifying non-existent tooltip windows of non-existent icon windows when application updates tip of hidden icon.
Kirill K. Smirnov
- systray[2/4]: correctly handle icon addition/deletion.
Kirill K. Smirnov
- systray [3/4]: Better validate icon owner
Kirill K. Smirnov
- systray [4/4]: implement systray transparency
Kirill K. Smirnov
- widl: Windows compatibility fixes
Colin Finck
- widl [1/2]: Windows compatibility fixes
Colin Finck
- widl [2/2]: Windows compatibility fixes
Colin Finck
- ntoskrnl.exe: Add stubs for KeInitializeDpc and KeInitializeEvent
Paul Chitescu
- ntoskrnl.exe: semi-stub for {Io|Ps}GetCurrentProcess
Paul Chitescu
- [PATCH] Added support for SPI_SETMOUSESPEED in SystemParametersInfoW ()
Johan Gardell
- (resend) x11drv: implement X11DRV_AlphaBlend for non dib sources
Aric Stewart
- user32: Implement GetWindowModuleFileName with tests
Maarten Lankhorst
- rsaenh: Merge the encrypting and decrypting states, as encrypting and decrypting are allowed with the same key
Juan Lang
- wnaspi32: Remove unneeded cast
Andrew Talbot
- ws2_32: Remove unneeded casts
Andrew Talbot
- [PATCH] quartz: add VideoRendererDefault
Lei Zhang
- [PATCH] qedit: skeleton implementation of qedit.dll
Lei Zhang
- localspl: Implement fpAddPrinterDriverEx
Detlef Riekenberg
- winspool: Use the backend for AddPrinterDriverEx
Detlef Riekenberg
- user32: make the listbox tests pass in directories other than dlls/user32/tests. [try 2]
Reece Dunn
- [rpcrt4/tests] Change test for Windows 2003
Paul Vriens
- WineD3D: upload p8 palette using GL_ALPHA instead of GL_RED
Roderick Colenbrander
- [rpcrt4/tests #2] Skip rest of the tests if we fail
Paul Vriens
- msxml3: Corrected test text
Alistair Leslie-Hughes
- mshtml: Fix inserting a hyperlink when text is already selected.
Robert Shearman
- user32:scroll.c: Compulsory enabling/disabling scrollbars after setting scrollbar`s flags.
Anatoly Lyutin
- msvcrt: Fix EOF behavior on read from pipe
Dan Kegel
- dinput: Skip old mouse movement events. [try 2]
Vitaliy Margolen
- imm: More correctly handle the presence of the default ime input window on Ime open and close
Aric Stewart
- (resend)imm: More correctly handle the presence of the default ime inputwindow on Ime open and close
Aric Stewart
- imm: Implement ImmGenerateMessage
Aric Stewart
- [advapi] Fix AES Provider Handling for Windows XP
Vijay Kiran Kamuju
- winejoystick.drv: Remove unneeded casts
Andrew Talbot
- wineoss.drv: Remove unneeded casts
Andrew Talbot
- [rsaenh] Fix AES Provider Handling for Windows XP
Vijay Kiran Kamuju
- wine keyboard fix
dhliu
- msvcrt: Fix EOF behavior on read from pipe or console (take 2)
Dan Kegel
- [advpack/tests] Show errors in hex
Paul Vriens
- [crypt32/tests] Skip test if we don't have enough rights
Paul Vriens
- atl: Assign to structs instead of using memcpy
Andrew Talbot
- user32/tests: Add the trailing '\n' to ok() calls.
Francois Gouget
- tests: Avoid InterlockedExchangeAdd() as it is not supported on Windows 95.
Francois Gouget
- pdh/tests[1:3]: Add test for size > 0 but no buffer
Jeff Latimer
- pdh[2:3]: check for size > 0 but no buffer
Jeff Latimer
- pdh[3:3]: remove unnecessary tests done in PdhLookupPerfNameByIndexW
Jeff Latimer
- winecfg: fixed reading in colour data from a theme file.
Reece Dunn
- winecfg: fixed reading in colour data from a theme file. [try 2]
Reece Dunn
- WineD3D: split framebuffer -> texture path from LoadLocation
Roderick Colenbrander
- winecfg: fixed reading in colour data from a theme file. [try 2] [RESEND]
Reece Dunn
- winecfg: allow theme colour names to be case insensitive when reading them from a file.
Reece Dunn
- [PATCH #1] mshtml: Fixed bound_pos handling in move_prev_chars.
Jacek Caban
- [PATCH #1] mshtml: hr element is not a space element for moving functions.
Jacek Caban
- [PATCH #2] mshtml: Fixed bound_pos handling in move_prev_chars.
Jacek Caban
- [PATCH #3] mshtml: Mode range tests.
Jacek Caban
- Implemented a stub for MsiSetExternalUIRecord in msi.dll
Luke Benstead
- user32: improve the combo tests to check when the CBN_SELCHANGE notification is sent.
Reece Dunn
- winecfg: select the first theme metric item in the list after populating its content.
Reece Dunn
- Gdiplus: draw_polyline in graphics.c never sets status from GenericError to Ok on successful calls [resend]
Royal Chan
- Gdiplus: GdipDrawArc in graphics.c does not return InvalidParameter for bad values of height and width
Royal Chan
- WineD3D: split framebuffer -> texture path from LoadLocation [attempt 2]
Roderick Colenbrander
- winecfg: add support for updating all system colours.
Reece Dunn
- dlls/gdi32/font.c warning removal (RESEND)
Gerald Pfeifer
- Gdiplus: conformance test for GdipDrawLineI in graphics.c
Royal Chan
- Gdiplus: Implement GdipDrawArcI based on GdipDrawArc
Royal Chan
- Gdiplus: Implement GdipDrawBezierI based on GdipDrawBezier
Royal Chan
- WineD3D: split framebuffer -> texture path from LoadLocation [attempt 3]
Roderick Colenbrander
- winecfg: updated the non-English resource strings so they are up-to-date.
Reece Dunn
- [1/9] WineD3D: Add a test for the vFace register
Stefan Dösinger
- [2/9] WineD3D: Switch the visual tests back to D3DDEVTYPE_HAL
Stefan Dösinger
- [3/9] D3D9: Add a test for the vPos register
Stefan Dösinger
- [4/9] WineD3D: Extend out anti-spam database a bit
Stefan Dösinger
- [5/9] D3D9: Add a point size test
Stefan Dösinger
- [6/9] WineD3D: gl_FragCoord isn't exact
Stefan Dösinger
- [7/9] WineD3D: Do not change the texture unit when binding surfaces
Stefan Dösinger
- [8/9] WineD3D: Add a test for fixed function bump mapping
Stefan Dösinger
- [9/9] WineD3D: Fix a syntax error in the ARB vertex program offset shader
Stefan Dösinger
- msi [1/2]: Add tests for not using quotes in SQL queries
James Hawkins
- msi [2/2]: Don't check for the existence of the msi package when running a concurrent install
James Hawkins
- msi [2/2]: Handle the special table _ForceCodepage in MsiDatabaseExport
James Hawkins
- msi: Successfully return an empty string when requesting a record index beyond the record's size
James Hawkins
- msi [1/4]: Add tests for MsiGetProductInfo
James Hawkins
- msi [2/4]: Return ERROR_INVALID_PARAMETER if szProduct is invalid
James Hawkins
- msi [3/4]: Test the remaining installer properties returned by MsiGetProductInfo
James Hawkins
- msi [4/4]: Reimplement MsiGetProductInfo
James Hawkins
- [wintrust/tests 1/2] Use GetModuleHandleA instead of LoadLibraryA
Paul Vriens
- [wintrust/tests 2/2] Change test_RegPolicyFlags to use the same logic as the rest of the tests
Paul Vriens
- [rpcrt4/tests] Vista uses the same status values as Windows 2003
Paul Vriens
- [wintrust/crypt] Fix some test failures for a NULL parameter
Paul Vriens
- [rpcrt4/tests] Don't crash on WinXP SP3
Paul Vriens
- [opengl32/tests] Only use functions if they are implemented
Paul Vriens
- includes: Add IRunnableTask interface
Maarten Lankhorst
- browseui: Add undocumented Component Category Cache Daemon class
Maarten Lankhorst
- [1/2] qmgr: Implement DLL server registration. [take 2]
Dan Hipschman
- [2/2] qmgr: Add ServiceMain with test.
Dan Hipschman
- avifil32: Assign to structs instead of using memcpy
Andrew Talbot
- cabinet: Assign to structs instead of using memcpy
Andrew Talbot
- kernel32: initialize hole in struct in WaitNamedPipeW to avoid Valgrind warnings
Dan Kegel
- [PATCH] winex11.drv: get hwnd for injected mouse events
Lei Zhang
- comctl32: Fixed listview bug, when client sends bogus SETITEMSTATE request
Peter Dons Tychsen
- start adding some simple dialogs to iexplore
Steven Edwards
- msi [1/2]: Reimplement MsiGetProductInfo [try2]
James Hawkins
- msi [2/2]: Read the language info from the file
James Hawkins
- msi [1/2]: Use MsiViewModify instead of building a SQL query when adding rows to the table
James Hawkins
- msi [2/2]: Handle carriage returns in MsiDatabaseImport
James Hawkins
- user32: Check for .ico and .cur magic.
Andrew Riedi
- winecfg: select the first item in the libraries list.
Reece Dunn
- pdh[3:3]: remove unnecessary test done in PdhLookupPerfNameByIndexW
Jeff Latimer
- Shell32: Added Dutch translations
Frans Kool
- Oleview: Added Dutch translations
Frans Kool
- Comdlg32: Added Dutch translations
Frans Kool
- Shell32: Added Dutch translations
Frans Kool
- Oleview: Added Dutch translations
Frans Kool
- [advapi32/tests] Only use functions if they are implemented
Paul Vriens
- version: revise James Hawkins' Return ERROR_RESOURCE_DATA_NOT_FOUND if the file does not have version information patch to allow for continued loading of 16 bit dll version sizes.
Aric Stewart
- [advapi32/tests] Only use functions if they are implemented (Try 2)
Paul Vriens
- msxml3: Corrected tests for msxml service packs versions
Alistair Leslie-Hughes
- [PATCH] [DbgHelp]: dwarf's symbol cache: fix erroneous access to symbol cache
Eric Pouech
- comctl32: Assign to structs instead of using memcpy
Andrew Talbot
- bugzilla: Increase the width of the Version column
Detlef Riekenberg
- Add a quick link for downloadable Applications
Detlef Riekenberg
- bugzilla: Add a quick link for downloadable Applications
Detlef Riekenberg
- bugzilla: Replace the link for "FIXMEs" with a link for "Regressions"
Detlef Riekenberg
- Winefile: Added Dutch translations
Frans Kool
- Regedit: Added Dutch translations
Frans Kool
- gdi32: Move two 16bit function stubs to gdi16.c.
Michael Stefaniuc
- ddraw - Implement correct behavior for the DDEDM_REFRESHRATES flag in EnumDisplayModes() - ATTEMPT #2.
Peter Dons Tychsen
- d3d: Add a slight delay before testing the ddraw and d3d9 visual tests
Maarten Lankhorst
- winmm: Fix deadlock in timer
Maarten Lankhorst
- [PATCH 1/2] Add IRunnableTask interface (resend)
Maarten Lankhorst
- [PATCH 2/2] browseui: Add undocumented CompCatCacheDaemon stub
Maarten Lankhorst
- user32: Implement GetWindowModuleFileName with tests (try 2)
Maarten Lankhorst
- d3d: Add a slight delay before testing the ddraw and d3d9 visual tests
Peter Dons Tychsen
- Patch: create a WinHttpDetectAutoProxyConfigUrl function
Joshua Hudson
- msi: Add tests for source folder resolution
James Hawkins
- pdh[3:3]: remove unnecessary test done in PdhLookupPerfNameByIndexW
Jeff Latimer
- comdlg32: Assign to structs instead of using memcpy
Andrew Talbot
- [PATCH #1] wininet: Added beginning support for HTTP cache files.
Jacek Caban
- [PATCH #2] wininet: Added correct InternetQueryOption(INTERNET_OPTION_DATAFILE_NAME) implementation.
Jacek Caban
- [PATCH #3] wininet: Added cache test.
Jacek Caban
- [PATCH #4] wininet: Code clean up.
Jacek Caban
- ole32: Fix reference count leak in BindMoniker.
Robert Shearman
- ole32: Fix local-variable shadowing in apartment_hostobject_thread.
Robert Shearman
- ole32: Remove an assert that is useless and triggers warnings elsewhere in static analysis tools.
Robert Shearman
- ole32: Fix a potentially confusing combination of conditional and bitwise or operators by adding extra brackets.
Robert Shearman
- ole32: Fix potential NULL dereference of qiresults in ClientIdentity_QueryMultipleInterfaces.
Robert Shearman
- include: Fix the C_ASSERT macro to not generate an unused variable warning when compiling with gcc.
Robert Shearman
- ntdll: Add an exception handler around calls to module entry points.
Robert Shearman
- ole32: Remove two useless asserts and replace another one with C_ASSERT.
Robert Shearman
- [kernel32/tests] ReplaceFile[AW] doesn't exist on win9x
Paul Vriens
- libport: Use configure guards for include files that may not be present.
Robert Shearman
- include: Fix some typos in dpaddr.h.
Robert Shearman
- explorer: add meaningful titles to virtual desktop windows
Christian Authmann
- user32: correct the caption bar and it's buttons' sizes
Divan Burger
- comdlg32: fix memory leak in colour dialog
Divan Burger
- (resend)version: revise James Hawkins' Return ERROR_RESOURCE_DATA_NOT_FOUND if the file does not have version information patch to allow for continued loading of 16 bit dll version sizes.
Aric Stewart
- mshtml: Remove extra semi-colons after cpp_quote in nsiface.idl.
Robert Shearman
- mshtml: All interfaces in nsiface.idl are local.
Robert Shearman
- avifil32: Pass the number of characters to LoadStringW, not the number of bytes.
Robert Shearman
- mshtml: Add a dummy member to nsMargin as empty structs aren't valid in C89.
Robert Shearman
- rpcrt4: Add some traces to async_notifier_proc.
Robert Shearman
- mshtml: Fix a typo in nsiface.idl
Robert Shearman
- [shell32/tests] GetLongPathNameA is not implemented on win95
Paul Vriens
- winhelp: update Polish translation
Mikołaj Zalewski
- credui: update Polish translation
Mikołaj Zalewski
- browseui: add Polish translation
Mikołaj Zalewski
- wineboot: add Polish translation
Mikołaj Zalewski
- write.exe: add Polish translation
Mikołaj Zalewski
- wordpad: update Polish translation
Mikołaj Zalewski
- wordpad: File > New now opens a dialog so there should be an ellipsis at the end
Mikołaj Zalewski
- browseui: implement PROGDLG_NOMINIMIZE
Mikołaj Zalewski
- browseui[1/2]: tests: make the ACLMulti test pass under Windows Vista
Mikołaj Zalewski
- browseui[2/2]: aclmulti: follow the Windows Vista behavious in Expand
Mikołaj Zalewski
- [advapi32/tests] CryptVerifySignatureW is not implemented on win98
Paul Vriens
- msi: Add stub implementation of MsiIsProductElevatedA/W.
Robert Shearman
- [1/2] user32:scroll: Added some tests for scrollbar
Anatoly Lyutin
- [2/2] user32:scroll: return value in ShowScrollBar according with test.
Anatoly Lyutin
- winecfg: select the first theme metric item in the list after populating its content. [RESEND]
Reece Dunn
- UTF-8 resource files must explicitly say so with a pragma.
Francois Gouget
- kernel32: Add prototypes for [GS]etDynamicTimeZoneInformation().
Francois Gouget
- kernel32/tests: Fix the time tests when 'Automatically adjust clock for daylight saving changes' has been unset.
Francois Gouget
- mscms: [GS]etColorSpace() are not supposed to be defined in icm.h.
Francois Gouget
- mscms/tests: EnumColorProfiles() should not fail even if there are no ICM files in the 'color directory'.
Francois Gouget
- wined3d: fix memcpy with wrong size parameter to simple assignment in GetScissorRect
Rico Schüller
- mscms/tests: The presence of an ICM file in the color directory has nothing to do with the presence of a registered RGB profile.
Francois Gouget
- msi: Use 'HKCU\Software\Microsoft\MS Setup (ACME)' as a source for the default user and company names before falling back to the RegisteredXXX values. Fix the conformance test accordingly.
Francois Gouget
- [1/4] advapi32: Add some missing CRED_TYPE_XXX constants.
Francois Gouget
- [2/4] advapi32: Add a rudimentary implementation of CredGetSessionTypes().
Francois Gouget
- [3/4] advapi32/tests: Factorize the password constants.
Francois Gouget
- [4/4] advapi32/tests: Check that a credential type is supported before testing it. Test CRED_TYPE_DOMAIN_VISIBLE_PASSWORD credentials. Factorize the CredentialBlob checks.
Francois Gouget
- Assorted spelling fixes.
Francois Gouget
- crypt32: Assign to structs instead of using memcpy
Andrew Talbot
- comdlg32: Rename some identifiers to reflect their width
Andrew Talbot
- shell32: Fix the logic in Control_LoadApplet determining when to use CPL_INQUIRE and when to use CPL_NEWINQUIRE.
Robert Shearman
- qmgr: Implement DLL server registration. [take 3]
Dan Hipschman
- [PATCH] qedit: skeleton implementation of qedit.dll (try 2)
Lei Zhang
- [PATCH] qedit: add the DirectShow ClassFactory
Lei Zhang
- [PATCH] include: generate qedit.h, add ISampleGrabberCB interface
Lei Zhang
- [PATCH] include: add ISampleGrabber interface
Lei Zhang
- [PATCH 1/8] qedit: skeleton implementation of qedit.dll (try 3)
Lei Zhang
- [PATCH 2/8] qedit: add the DirectShow ClassFactory
Lei Zhang
- [PATCH 3/8] include: generate qedit.h, add ISampleGrabberCB interface
Lei Zhang
- [PATCH 4/8] include: add ISampleGrabber interface
Lei Zhang
- [PATCH 5/8] qedit: add IMediaDet interface and MediaDet class
Lei Zhang
- [PATCH 6/8] qedit: add MediaDet registration
Lei Zhang
- [PATCH 7/8] qedit: add tests directory and a simple test
Lei Zhang
- [PATCH 8/8] qedit: add stub implementation of MediaDet
Lei Zhang
- d3d: Add a slight delay before testing the ddraw and d3d9 visual tests
Peter Dons Tychsen
- user32: Fix a message test that would only pass on wine
Maarten Lankhorst
- tools: add a wrapper script for starting files from file managers and make wine.desktop use it
Vincent Povirk
- dlls/shell32/pidl.c -- adjust to unsignedness of a type
Gerald Pfeifer
- [PATCH] Environment variable to specify X11 window for desktop
Timothy Lee
- msi [1/2]: Add tests for the MSIMODIFY_REFRESH command
James Hawkins
- msi [2/2]: Implement the MSIMODIFY_REFRESH command of MsiViewModify
James Hawkins
- [PATCH 1/2] Revert "dinput: Skip old mouse movement events."
Vitaliy Margolen
- [PATCH 2/2] dinput: Don't use event times, report currect tick count instead.
Vitaliy Margolen
- Resend pdh/tests[1:3]: Add test for size > 0 but no buffer
Jeff Latimer
- Resend pdh[2:3]: check for size > 0 but no buffer
Jeff Latimer
- Resend pdh[3:3]: remove unnecessary test done in PdhLookupPerfNameByIndexW
Jeff Latimer
- [1/16] msxml3: Support functions for typelib
Alistair Leslie-Hughes
- [2/16] msxml3: Implemented IDispatch for IXMLDOMDocument2
Alistair Leslie-Hughes
- [3/16] msxml3: Implemented IDispatch for IXMLDOMAttribute
Alistair Leslie-Hughes
- [5/16] msxml3: Implemented IDispatch for IXMLDOMSchemaCollection
Alistair Leslie-Hughes
- [6/16] msxml3: Implemented IDispatch for IXMLDOMProcessingInstruction
Alistair Leslie-Hughes
- [7/16] msxml3: Implemented IDispatch for IXMLDOMCDATASection
Alistair Leslie-Hughes
- [8/16] msxml3: Implemented IDispatch for IXMLDOMComment
Alistair Leslie-Hughes
- [9/16] msxml3: Implemented IDispatch for IXMLDOMDocumentFragment
Alistair Leslie-Hughes
- [10/16] msxml3: Implemented IDispatch for IXMLDOMElement
Alistair Leslie-Hughes
- [11/16] msxml3: Implemented IDispatch for IXMLDOMEntityReference
Alistair Leslie-Hughes
- [4/16] msxml3: Implemented IDispatch for IXMLDOMText
Alistair Leslie-Hughes
- [12/16] msxml3: Implemented IDispatch for IXMLDOMNamedNodeMap
Alistair Leslie-Hughes
- [13/16] msxml3: Implemented IDispatch for IXMLDOMParseError
Alistair Leslie-Hughes
- [14/16] msxml3: Implemented IDispatch for IXMLDOMNodeList
Alistair Leslie-Hughes
- [15/16] msxml3: Implemented IDispatch for IXMLDocument
Alistair Leslie-Hughes
- [16/16] msxml3: Implemented IDispatch for IXMLElement
Alistair Leslie-Hughes
- user32: Fix MonitorFromRect to cope with the absence of the MONITOR_DEFAULTTONEAREST flag.
Robert Shearman
- [netapi32/tests] Adding a user with a too long name succeeds on NT4
Paul Vriens
- advapi32: The lpcbSecurityDescriptor parameter to RegGetKeySecurity isn't optional, so don't complicate the code by treating as though it is.
Robert Shearman
- advapi32: Fix a typo in SymLoadModuleExW that caused the wrong number of characters to be passed to lstrcpynW.
Robert Shearman
- dxdiagn: Fix the character count passed to snprintfW in DXDiag_AddFileDescContainer and DXDiag_InitDXDiagDisplayContainer.
Robert Shearman
- hhctrl.ocx: Fix the character count passed to GetFullPathNameW in OpenCHM and NavigateToChm.
Robert Shearman
- msrle32: Fix the character count passed into LoadStringW in About.
Robert Shearman
- ole32: Fix the character count passed to GetClipboardFormatNameW in WriteFmtUserTypeStg.
Robert Shearman
- shell32: Memory allocated by CommandLineToArgvW should be that got from LocalAlloc/LocalReAlloc, not from GlobalAlloc.
Robert Shearman
- shlwapi: IID_IInternetSecurityMgrSite is now defined so remove the local definition from IUnknown_GetWindow.
Robert Shearman
- user32: Fix incorrect character count passed to GetWindowTextW in ICONTITLE_Paint.
Robert Shearman
- Don't use GetExceptionCode and GetExceptionInformation in exception filter functions.
Robert Shearman
- crypt32: Fix function declaration - WINAPI should come after the return type.
Robert Shearman
- widl: Remove unused headers.
Robert Shearman
- widl: Guard the inclusion of unistd.h.
Robert Shearman
- [msi/tests] Services are not available on win9x
Paul Vriens
- advapi32: Fix CryptVerifySignatureW test failures on Win98SE and NT4
Juan Lang
- crypt32(1/5): Fix test failures on NT4
Juan Lang
- crypt32(2/5): Add to error message to track down NT4 failures
Juan Lang
- crypt32(3/5): Fix a test failure on Vista, and make Wine match the newer (and saner) behavior
Juan Lang
- crypt32(4/5): Allow some last errors set by Vista
Juan Lang
- crypt32(5/5): Vista doesn't actually add duplicate usage identifiers; fix tests and change Wine to match
Juan Lang
- crypt32(5/5): Vista doesn't actually add duplicate usage identifiers; fix tests and change Wine to match (take 2)
Juan Lang
- Taskmgr: Corrected Dutch translations
Frans Kool
- Cmd: Added & Corrected Dutch translations
Frans Kool
- Winecfg: Added missing Dutch translations
Frans Kool
- Cmdlgtst: Added missing Dutch translations
Frans Kool
- Mpr: Added Dutch translations
Frans Kool
- Notepad: Added missing LGPL License in Dutch translations
Frans Kool
- winedos: Allocate a console when loading dos applications
Maarten Lankhorst
- dbghelp: Assign to struct instead of using memcpy
Andrew Talbot
- d3d9: Assign to struct instead of using memcpy
Andrew Talbot
- Oledlg: Added missing Dutch translations
Frans Kool
- Shdoclc: Added missing Dutch translations
Frans Kool
- winedos: Add tests for the timeout bug
Maarten Lankhorst
- [winetest] Compute and send the current Wine version as a default 'build id', which allows for more direct use of Winetest.
Jeremy White
- comctl32: Fix the character count passed into LoadStringW from propsheet functions.
Robert Shearman
- comctl32: Remove a useless assert from TREEVIEW_GetItemIndex.
Robert Shearman
- comctl32: Fix the character count passed to GetWindowTextW in TREEVIEW_Command.
Robert Shearman
- comctl32: Remove some more useless asserts.
Robert Shearman
- shell32: Fix character count passed into lstrcpnA in SHGetDataFromIDListA.
Robert Shearman
- shell32: Fix the character count passed into LoadStringW in ISFHelper_fnAddFolder.
Robert Shearman
- urlmon: Fix the character count passed into MultiByteToWideChar in HttpProtocol_Start.
Robert Shearman
- wininet: Fix an off-by-one error in the boundary checks in HTTP_DecodeBase64.
Robert Shearman
- wininet: Fix the return value check of SHGetSpecialFolderPathW in URLCacheContainers_CreateDefaults.
Robert Shearman
- urlmon: Check the return value of ReadFile and return INET_E_DOWNLOAD_FAILURE is it fails.
Robert Shearman
- mountmgr.sys: Use the drive types from Registry instead of reporting all as fixed drives.
Paul Chitescu
- quartz - bump the amount of time in the referenceclock test slightly
Steven Edwards
- [PATCH] Environment variable to specify X11 window for desktop
Timothy Lee
- (re-resend) x11drv: implement X11DRV_AlphaBlend for non dib sources
Aric Stewart
- Don't use GetExceptionCode and GetExceptionInformation in exception filter functions.
Robert Shearman
- user32: Fix MonitorFromRect to cope with the absence of the MONITOR_DEFAULTTONEAREST flag.
Robert Shearman
- user32dll: cursoricon.c. Fix 16b BMP handling with BT_BITFIELD.
Alexander
- Add a new convenience macro for an exception handler that handles all exceptions.
Robert Shearman
- include: Fix the C_ASSERT macro to not generate an unused variable warning when compiling with gcc.
Robert Shearman
- x11drv: allow popup windows without decoration to be unmanaged which allows them to be dragged and moved
Aric Stewart
- [advapi32] QueryServiceConfig2 (3rd try) [resend]
Stefan Leichter
- advapi32: Fix CryptVerifySignatureW test failures on Win98SE and NT4 (try 2)
Juan Lang
- imm: ensure hCompStr handle is not NULL and check for empty composition strings properly
Aric Stewart
- Mshtml: Added missing Dutch translations
Frans Kool
- Progman: Added missing LGPL-license in Dutch translations
Frans Kool