October 2007 Archives by thread
Starting: Mon Oct 1 02:14:03 CDT 2007
Ending: Wed Oct 31 19:51:04 CDT 2007
Messages: 1418
- dsound: Use smaller buffers for wavein capture, try 2
Maarten Lankhorst
- dsound: Call waveInUnPrepareHeader and waveInPrepareHeader when submitting new buffer, try 2
Maarten Lankhorst
- wineoss: Seperate wave-in and wave-outs shared use of a single OSS_DEVICE struct
Maarten Lankhorst
- mpr: Implement WNetGetResourceInformation functions
Konstantin Kondratyuk
- Janitorial : Rename 16-Bit files
Rémi Assailly
- secur32: Remove hardcoded assumption that the SECBUFFER_DATA is always at index 1 for en/decrypting.
Kai Blin
- urlmon #1: Added IID_IBindStatusCallbackHolder to uuid.
Jacek Caban
- urlmon #2: Wrap callback in RegisterBindStatusCallback.
Jacek Caban
- urlmon #3: Added more strict QueryInterface tests.
Jacek Caban
- urlmon #4: Added more RegiterBindStatusCallback tests.
Jacek Caban
- urlmon #5: Get rid of no longer needed IHttpNegotiate wrapper.
Jacek Caban
- dsound: Fix IDirectSoundBuffer_GetPosition.
Maarten Lankhorst
- wine.inf: Create psapi.dll as a fake dll
Chris Spencer
- [PATCH] winecfg: Add more keyboard shortcuts.
Luke Bratch
- ole32: Fix some memory leaks (Try 2)
Andrew Talbot
- oleaut32: Fix some memory leaks
Andrew Talbot
- faultrep.dll: add stub for ReportFault
Louis. Lenders
- crypt32: Don't check decoded length against encoded length for indefinite-form sequences
Juan Lang
- [PATCH 1/2] Make Ntdll async I/O functions to generate completion messages
Andrey Turkin
- [PATCH 2/2] Add some I/O completion tests
Andrey Turkin
- advapi32 tests: fix memory leak (found by Smatch). [1/3]
Lionel_Debroux
- advapi32 tests: fix memory leak (found by Smatch). [2/3]
Lionel_Debroux
- advapi32 tests: fix memory leak (found by Smatch). [3/3]
Lionel_Debroux
- advapi32 tests: fix a typo.
Lionel_Debroux
- programs/net: Add russian resources (resend)
Konstantin Kondratyuk
- mshtml #1: Added get_tagName implementation.
Jacek Caban
- mshtml #2: Pass the IDispatch interface of the element right-clicked on to IDocHostUIHandler_ShowContextMenu if applicable instead of always the document's one.
Jacek Caban
- [1/8] winex11: Store a GL-specific drawable with the window
Chris Robinson
- [2/8] WGL: Remove GL scissors/viewport override
Chris Robinson
- [3/8] winex11: Use an offscreen redirected window for child OpenGL rendering
Chris Robinson
- [4/8] winex11: Pass a display parameter when destroying glxpixmaps
Chris Robinson
- [5/8] winex11: Remove unused struct members
Chris Robinson
- [6/8] winex11: Track async GL drawable changes
Chris Robinson
- [7/8] winex11: Use a GLXPixmap for offscreen OpenGL rendering when XComposite isn't available
Chris Robinson
- [8/8] winex11: Load and use GLX_MESA_copy_sub_buffer for swapping buffers on a GLXPixmap
Chris Robinson
- [PATCH 1/4] server: Move set_security_object to handle.c and set_object_sd to object.c.
Robert Shearman
- [PATCH 2/4] server: Add a new get_security_object call for getting the security descriptor of an object.
Robert Shearman
- [PATCH 3/4] server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
Robert Shearman
- [PATCH 4/4] server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions.
Robert Shearman
- advapi32: Implement SetFileSecurityW on top of NtSetSecurityObject.
Robert Shearman
- advapi32: Allow GetFileSecurityA/W to work on files that have been opened already with restricted sharing flags.
Robert Shearman
- server: Use ACL_REVISION in create_default_dacl instead of MAX_ACL_REVISION since we don't use any features from later ACL revisions.
Robert Shearman
- advapi32: Implement SetFileSecurityW on top of NtSetSecurityObject. [Try 2]
Robert Shearman
- ntdll: Fix a typo
Juan Lang
- net: added missing service name
Roy Shea
- User32 : Moved some 16-Bit functions
Rémi Assailly
- User32 : Renamed and moved SetDeskPattern
Rémi Assailly
- [1/3] WineD3D: Reverse the position fixup if the pshader is reading vpos
Stefan Dösinger
- [2/3] WineD3D: Take care against overwriting a source register in cmp
Stefan Dösinger
- [3/3] WineD3D: A log fix
Stefan Dösinger
- secur32: Fix some memory leaks
Andrew Talbot
- [wineboot]new Korean Resource
Hwang YunSong(황윤성)
- [winecfg]updated Korean Resource
Hwang YunSong(황윤성)
- wine.inf[1/2]: remove non-existing modules from the fake dlls list
Mikolaj Zalewski
- setupapi[2/2]: warn if a fake dll source doesn't exist
Mikolaj Zalewski
- widl [1/4]: Add newlines to error messages that are missing them
Dan Hipschman
- widl [2/4]: Add a declonly argument to write_type_left
Dan Hipschman
- widl [3/4]: Write types in the format string comments
Dan Hipschman
- widl [4/4]: Correct default pointers
Dan Hipschman
- msi: Dump the Database Name in a FIXME
Detlef Riekenberg
- winspool: [1/4] Add a missing export
Detlef Riekenberg
- spoolss: [2/4] Implement SplInitializeWinSpoolDrv
Detlef Riekenberg
- spoolss/tests: [3/4] Add tests for SplInitializeWinSpoolDrv
Detlef Riekenberg
- localspl: [4/4] Implement InitializePrintProvidor
Detlef Riekenberg
- dlls/kernel32/system.c: CONTEXT86.Ebp is DWORD, not WORD
Gerald Pfeifer
- [PATCH 1/3] server: Add a simple mapping from Unix uids to NT SIDs.
Robert Shearman
- [PATCH 2/3] server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other than server memory, such as on disk.
Robert Shearman
- [PATCH 3/3] server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions. [Try 2]
Robert Shearman
- winex11: Update drawable using ExtEscape in glFlush/glFinish
Chris Robinson
- [1/2] winex11: Create GLXPixmap for Bitmaps in SetPixelFormat
Chris Robinson
- [2/2] winex11: Use the specified format for GL Bitmaps
Chris Robinson
- winex11: Don't choose double buffered modes with gdi support
Chris Robinson
- wintrust(1/4): Copy time to verify from cert info
Juan Lang
- wintrust(2/4): Use file's creation time as time to verify
Juan Lang
- wintrust(3/4): Remove bad check that prevents root certificates from appearing time valid
Juan Lang
- wintrust(4/4): Use verify time rather than current time to check certificate chain
Juan Lang
- [PATCH 3/3] server: Add primitive support for setting and getting the security descriptor of files based on their Unix permissions. [Try 3]
Robert Shearman
- secur32: Fix some memory leaks
Andrew Talbot
- msdmo: implement DMOGetTypes
Aric Stewart
- WineD3D: render to the correct hwnd/hdc
Roderick Colenbrander
- mshtml #1: Pass HTMLDOMNode pointer to its destructor.
Jacek Caban
- mshtml #2: Pass HTMLDOMNode pointer to HTMLElement's destructor.
Jacek Caban
- mshtml #3: Use vtbl for node destructors.
Jacek Caban
- mshtml #4: Move nodes' QueryInterface implementation to vtbl.
Jacek Caban
- mshtml #5: Move common code to separated function.
Jacek Caban
- mshtml #6: Return IHTMLElementCollection instead of IDispatch from HTMLElementCollection_Create.
Jacek Caban
- mshtml #7: Include document element in collection returned by IHTMLDocument2::get_all.
Jacek Caban
- mshtml #8: Added IHTMLOptionElement interface stub implementation.
Jacek Caban
- mshtml #8: IHTMLElementContainer::item rewrite.
Jacek Caban
- mshtml #10: Added IHTMLSelectElement::get_length implementation.
Jacek Caban
- mshtml.idl #11: Added IHTMLInputTextElement interface.
Jacek Caban
- mshtml #12: Added IHTMLInputTextElement interface implementation.
Jacek Caban
- oleaut32[1/2]: olepicture: support loading Aldus Placable Metafiles
Mikolaj Zalewski
- oleaut32[2/2]: olepicture: when drawing metafiles set the coordinates system so that it is drawn in the correct place (fixes bug #8492)
Mikolaj Zalewski
- advapi32: security: remove unneeded FIXME
Mikolaj Zalewski
- user32: Test the ddeml client interface
James Hawkins
- [ws2_32] silently ignore WS_IP_DONTFRAGMENT
Damjan Jovanovic
- [1/6] WineD3D: Implement the vFace register
Stefan Dösinger
- [2/6] WineD3D: Nested loop support
Stefan Dösinger
- [3/5] WineD3D: Add a (nested) loop test
Stefan Dösinger
- [4/6] WineD3D: Add support for other ps 3.0 varyings
Stefan Dösinger
- [5/6] WineD3D: Fix fixed function / programmable shader varying interaction
Stefan Dösinger
- [6/6] WineD3D: Fixed function varying test
Stefan Dösinger
- d3dx8: add DllMain
Louis. Lenders
- d3dx8: update spec file
Louis. Lenders
- winex11drv: Ignore mouse move events when position did not change only when other events are present.
Vitaliy Margolen
- fonts: Add a very incomplete Tahoma Bold
Huw Davies
- user32: add first tests for device notification
Christian Gmeiner
- shell32: Fix some memory leaks
Andrew Talbot
- wineserver: Allow already peeked messages to merge
Karl Relton
- [PATCH] Implement ThreadQuerySetWin32StartAddress thread information class
Andrey Turkin
- crypt32(1/9): Fix a silly variable name
Juan Lang
- crypt32(2/9): Improve trace
Juan Lang
- crypt32(3/9): Don't fail if buffer is NULL, just return required size
Juan Lang
- crypt32(4/9): Don't fail if a cert is invalid, Windows doesn't either (tests to follow)
Juan Lang
- crypt32(5/9): Always set cNumOIDs
Juan Lang
- crypt32(6/9): Don't set ret to FALSE when it isn't checked
Juan Lang
- crypt32(7/9): Reduce valid usages count when removing a valid usage
Juan Lang
- crypt32(8/9): Add tests for CertGetValidUsages
Juan Lang
- crypt32(9/9): Don't assume a maximum of 32 valid usages
Juan Lang
- msvcrt: improve CR CR LF handling
Dan Kegel
- winex11.drv: Window must always recieve system messages.
darkside83 at yandex.ru
- msvcrt: fix ^Z handling in text mode
Dan Kegel
- Skeleton header file for d3dx8
David.Adam at math.cnrs.fr
- ntdll: Work around a bug in Mac OS X's getdirentries().
Ken Thomases
- WineD3D: windows fix
Roderick Colenbrander
- WineD3D: remove a dead line
Roderick Colenbrander
- rpcrt4/tests [1/2]: Make server.idl compatible with MIDL
Dan Hipschman
- urlmon: Fix some memory leaks
Andrew Talbot
- widl [2/2]: Make structs containing user types bogus; fix square_test_us test failure
Dan Hipschman
- oleview: don't crash if the parent type couldn't be retrieved
Mikolaj Zalewski
- oleaut32: function kind for dispatch interfaces should be FUNC_DISPATCH (with test, fixes bug #9057)
Mikolaj Zalewski
- tools/wine.desktop: Add Name field in Russian
Vitaly Lipatov
- winealsa.drv: Fix a memory leak
Andrew Talbot
- wsock32: export 3 more functions
Louis. Lenders
- Skeleton header for D3DX8
David.Adam at math.cnrs.fr
- server: Remove an unnecessary check from file_set_fd.
Robert Shearman
- server: Only call fchmod in file_set_fd if the mode actually changed.
Robert Shearman
- d3dx8: patch 2; Implement D3DXVec2LengthSq
David.Adam at math.cnrs.fr
- d3dx8: patch 3: Implement D3DXVec2Length
David.Adam at math.cnrs.fr
- d3dx8: patch 4: Implement D3DXVec2ADD
David.Adam at math.cnrs.fr
- d3dx8: patch 5: Implement D3DXVec2Subtract
David.Adam at math.cnrs.fr
- d3dx8: patch6: Implement D3DXVec2Minimize
David.Adam at math.cnrs.fr
- d3dx8: patch 7: Implement D3DXVec2Maximize
David.Adam at math.cnrs.fr
- d3dx8: patch 8: Implement D3DXVec2Dot
David.Adam at math.cnrs.fr
- d3dx8: patch 9: Implement D3DXVec2Scale
David.Adam at math.cnrs.fr
- d3dx8: patch 10: Implement D3DXVec2Lerp
David.Adam at math.cnrs.fr
- d3dx8: patch 11: Implement D3DXVec2CCW
David.Adam at math.cnrs.fr
- [d3d9] Fix crash in texture test
Ulrich Czekalla
- comdlg32/tests: Tell PageSetupDlg() not to bring up a dialog if there is no default printer.
Francois Gouget
- user32/tests: Remove an unneeded cast.
Francois Gouget
- D3D9: Do not rely on CreateVertexShader failing
Stefan Dösinger
- quartz: make clock test less flaky
Dan Kegel
- WineD3D: use EXT-versions of glBlend*
Roderick Colenbrander
- [PATCH] comctl32: fix monthcal hit tests
Lei Zhang
- [PATCH] comctl32: fix monthcal hit tests (try 2)
Lei Zhang
- setupapi: Remove a misleading fixme
Juan Lang
- crypt32: Remove some tests that fail inconsistently on Windows
Juan Lang
- crypt32: Print values of failing time tests
Juan Lang
- kernel32: fix memory leak (found by Smatch).
Lionel_Debroux
- [PATCH 1/2] winex11.drv: Use ClipCursor to grab/ungrab the pointer.
Vitaliy Margolen
- [PATCH 2/2] winex11.drv: Process LeaveNotify to ungrab the pointer.
Vitaliy Margolen
- secur32: ntlm_auth returns BH if the connection to winbindd fails
Kai Blin
- RESEND: d3dx8: patch 2: Implement D3DXVec2LengthSq
David.Adam at math.cnrs.fr
- wine.inf: add 2 keys for *.chm files
Louis. Lenders
- d3dx9: patch 1: Implement the d3dx9_xx's folders
David.Adam at math.cnrs.fr
- mshtml #1: Move most code from handle_editor_load to exec_editmode.
Jacek Caban
- mshtml #2: Skip tests if we can't get body object - it means that there is no Gecko available.
Jacek Caban
- [PATCH] comctl32: add greek resources (resend)
Dj Apal [GR]
- fixed buffer overflow in crypt32/tests/encode test
Marcus Meissner
- [PATCH] comctl32: fix monthcal hit tests (try 3)
Lei Zhang
- [PATCH] comctl32: fix monthcal hit tests (try 3)
Lei Zhang
- [PATCH] Add Protected Storage System Provider key
Andrey Turkin
- wined3d: Prevent some console spamming
Chris Robinson
- actctx: Rename version to assembly_version.
Jacek Caban
- mshtml #3: Added support for installing Gecko from the local file.
Jacek Caban
- oleaut32: Add a check for a test that depends on the decimal separator being a dot.
Robert Shearman
- ole32: RegisterDragDrop should return E_OUTOFMEMORY in the case that COM isn't intialised, instead of CO_E_NOTINITIALIZED.
Robert Shearman
- ftp tests: disable tests if internet is not available
Dimi Paun
- mshtml #4: Fixed test crash on Windows.
Jacek Caban
- mshtml #5: Fix tests on IE7.
Jacek Caban
- shdocvw: Fixed tests on IE7.
Jacek Caban
- comctl32: fixed drawing the trackbar background when themes are installed
Reece Dunn
- urlmon: Fix test on IE7.
Jacek Caban
- [AppDB] Add new voting system
Alexander Nicolaysen Sørnes
- dinput: Use ClipCursor() to keep mouse from leaving the window
Vitaliy Margolen
- [AppDB] Support deleting votes
Alexander Nicolaysen Sørnes
- [bugzilla] Upgrade from 3.0 to 3.0.2 .
Jan Zerebecki
- [docs] winedev-architecture: Make a sentence valid.
Jan Zerebecki
- winecfg: RecursiveRegistryKeyDelete
Stefan Leichter
- [AppDB] bug: Hide reject button
Alexander Nicolaysen Sørnes
- [wineboot]new Korean Resource
Hwang YunSong(황윤성)
- [winecfg]updated Korean Resource
Hwang YunSong(황윤성)
- user32 [1/3]: Set client_pid to zero before initializing dde
James Hawkins
- user32 [2/3]: Move the test_ddeml_client function closer to the other ddeml client test functions
James Hawkins
- user32 [3/3]: Test the ddeml server interface
James Hawkins
- [AppDB] objectManager: Add object caching support
Alexander Nicolaysen Sørnes
- [AppDB] vote: Add support for deleting votes
Alexander Nicolaysen Sørnes
- [AppDB] Add support for hiding the reject button, use it for votes
Alexander Nicolaysen Sørnes
- x11drv: don't consume Expose events when filter contains QS_PAINT
Clinton Stimpson
- [bugzilla] index: Replace CVS with Git link.
Jan Zerebecki
- [bugzilla] bug/edit: Move AppDB below Summary.
Jan Zerebecki
- [PATCH] qmgr: Skeleton implementation of Background Intelligent Transfer Service (BITS)
Roy Shea
- [PATCH] dbghelp: avoid crashing on files with bogus export table
Andrey Turkin
- [PATCH] Emulate MS linker stub for builtin dlls
Andrey Turkin
- winmm: Set default sound driver to alsa,oss,coreaudio
Maarten Lankhorst
- wined3d: Fix a memory leak
Andrew Talbot
- WineD3D: merge p8 palette initialization code
Roderick Colenbrander
- crypt32: Add an extra pointer alignment to avoid possible memory corruption
Juan Lang
- softpub.h: Add missing definitions
Juan Lang
- wintrust(1/7): Trace input to WinVerifyTrust
Juan Lang
- wintrust(2/7): Add a helper function to initialize chain creation parameters
Juan Lang
- wintrust(3/7): Add a helper function to create a chain for a signer
Juan Lang
- wintrust(4/7): Implement GenericChainCertificateTrust
Juan Lang
- wintrust(5/7): Implement GenericChainFinalProv
Juan Lang
- wintrust(6/7): Add traces
Juan Lang
- wintrust(7/7): Add generic chain action to known actions
Juan Lang
- mshtml: Move init_nsevents call from start_binding to read_stream_data to avoid race.
Jacek Caban
- ole32: OleIsRunning should return TRUE if the class doesn't implement IRunnableObject (with testcase)
Mikolaj Zalewski
- widl [1/3]: Allow quoted UUIDs
Dan Hipschman
- widl [2/3]: Implement pointer_default functionality
Dan Hipschman
- widl [3/3]: Keep track of every allocated type_t to simplify set_all_tfswrite
Dan Hipschman
- wined3d: Make sure GL context is created before binding FBO.
Allan Tong
- dsound: Release buffer before reopening when buffer is too small
Maarten Lankhorst
- wineoss: Remove useless fixme shown on initialisation
Maarten Lankhorst
- ftp.c: skip tests if we can't connect to ftp.winehq.org
Dimi Paun
- regedit: Add support for 'regedit -' for feeding regedit from stdin.
Francois Gouget
- regedit: Add support for 'regedit /E -', to export the registry to stdout.
Francois Gouget
- [AppDB] Add new voting system
Alexander Nicolaysen Sørnes
- [AppDB] vote: Add support for deleting votes
Alexander Nicolaysen Sørnes
- wineps.drv: Fix some memory leaks
Andrew Talbot
- [2/5] DDraw: Cope with Init3D failures
Stefan Dösinger
- [3/5] WineD3D: Silently ignore setting the 0 texture on gdi surfaces
Stefan Dösinger
- [4/5] DDraw: Do not fail on surface creation errors, skip instead
Stefan Dösinger
- [5/5] DDraw: Downgrade the SetCooperativeLevel FIXME to a TRACE
Stefan Dösinger
- [1/5] WineD3D: Clear up in Init3D if something fails
Stefan Dösinger
- setupapi(1/16): Test SetupDiInstallClass
Juan Lang
- setupapi(2/16): SetupOpenAppendInfFile is implemented, so remove #if 0 around it
Juan Lang
- setupapi(3/16): Improve parameter checking in SetupDiInstallClass
Juan Lang
- setupapi(4/16): Correct creating the class key
Juan Lang
- setupapi(5/16): Install more items when installing a class
Juan Lang
- setupapi(6/16): Add stubs for SetupDiCreateDevRegKeyA/W
Juan Lang
- setupapi(7/16): Implement SetupDiCreateDevRegKeyA on top of SetupDiCreateDevRegKeyW
Juan Lang
- setupapi(8/16): Add helper function to open a device's hardware key
Juan Lang
- setupapi(9/16): Don't require caller to pass a SP_DEVINFO_DATA pointer to SETUPDI_AddDeviceToSet
Juan Lang
- setupapi(10/16): Add a device ID member to DeviceInfo
Juan Lang
- setupapi(11/16): Implement SetupDiCreateDevRegKeyW
Juan Lang
- setupapi(12/16): Test SetupDiOpenDevRegKey
Juan Lang
- setupapi(13/16): Implement SetupDiOpenDevRegKey
Juan Lang
- setupapi(14/16): Make error checking in SetupDiCreateDevRegKeyW more like that in SetupDiOpenDevRegKey
Juan Lang
- setupapi(15/16): Implement SetupDiDeleteDevRegKey
Juan Lang
- setupapi(16/16): Copy class INF file when installing a class
Juan Lang
- regedit: RecursiveRegistryKeyDelete
Stefan Leichter
- msinkaut.idl: Declare the IInkCollector interface and its dependencies
John Klehm
- tools/wineprefixcreate.in: create default w32x86 path under spool/drivers
Markus Gömmel
- server: Use the security descriptor passed in when creating events.
Robert Shearman
- mshtml: Set the SETUP_IS_CHROME_WRAPPER to FALSE as the embedded Gecko is always used to display content and not chrome.
Jacek Caban
- mshtml: Added support for installing Gecko from the local file. [fixed]
Jacek Caban
- msdmo: Improve Registeration and reading of codecs
Aric Stewart
- [PATCH] create_mapping size arguments must be unsigned
Andrey Turkin
- d3d9: Release pixel shaders after we're done with them in the visual test
H. Verbeet
- wineps.drv: Fix some memory leaks
Andrew Talbot
- oleaut32: function kind for dispatch interfaces should be FUNC_DISPATCH (with test, fixes bug #9057) [fixed]
Mikolaj Zalewski
- Fix build failure in tools/widl/parser.y
Gerald at dbai.tuwien.ac.at
- wininet: Use passive mode for the ftp tests.
Hans Leidekker
- wined3d: Set D3DCAPS2_CANAUTOGENMIPMAP flag when supported
Chris Robinson
- wininet/tests: Initial tests for InternetCanonicalizeUrlA
Detlef Riekenberg
- rpcrt4, widl: Make pointer layouts compatible with windows; fix conformant array tests.
Dan Hipschman
- [AppDB] Get additional comments to display properly
Tony Lambregts
- [AppDB] Fix appData objectGetEntries(Count)
Alexander Nicolaysen Sørnes
- D3DX8: patch 1/1: Fix the prototype of D3DXVECTOR
paulo lesgaz
- Assorted spelling fixes.
Francois Gouget
- winex11.drv: Remove an obsolete FIXME comment.
Francois Gouget
- user32/tests: Don't use nameless unions where they are not needed.
Francois Gouget
- comctl32/tests: Fix the control's size reporting in an error message.
Francois Gouget
- winex11.drv: Add the trailing '\n' to a Wine trace.
Francois Gouget
- pdh/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget
- crypt32(1/9): Allow imprecision of one millisecond in time decoding to fix test failures on Windows
Juan Lang
- crypt32(2/9): Remove superficially different certificates
Juan Lang
- crypt32(3/9): Add another test to show that time validity nesting isn't checked
Juan Lang
- crypt32(4/9): Test encoding/decoding name constraints
Juan Lang
- crypt32(5/9): Implement name constraint encoding
Juan Lang
- crypt32(6/9): Allow either NULL or empty strings where one or the other is expected
Juan Lang
- crypt32(7/9): Don't check tag in AsnDecodeIntInternal, caller already checks it
Juan Lang
- crypt32(8/9): Implement name constraints decoding
Juan Lang
- crypt32(9/9): Implement name constraint checking
Juan Lang
- crypt32(9/9): Implement name constraint checking (take 2)
Juan Lang
- [1/5] WineD3D: Add a (nested) loop test
Stefan Dösinger
- [2/5] WineD3D: Add support for other ps 3.0 varyings
Stefan Dösinger
- [3/5] WineD3D: Fix fixed function / programmable shader varying interaction
Stefan Dösinger
- [4/5] WineD3D: Fixed function varying test
Stefan Dösinger
- [5/5] WineD3D: Care for the inverted y coords in dsy
Stefan Dösinger
- server: make the pids/tids somewhat random (fixes bug #9970)
Mikolaj Zalewski
- setupapi(1/19): Test SetupDiInstallClass (take 2)
Juan Lang
- setupapi(2/19): SetupOpenAppendInfFile is implemented, so remove #if 0 around it
Juan Lang
- setupapi(3/19): Improve parameter checking in SetupDiInstallClass
Juan Lang
- setupapi(4/19): Correct creating the class key
Juan Lang
- setupapi(5/19): Install more items when installing a class
Juan Lang
- setupapi(6/19): Add stubs for SetupDiCreateDevRegKeyA/W
Juan Lang
- setupapi(7/19): Implement SetupDiCreateDevRegKeyA on top of SetupDiCreateDevRegKeyW
Juan Lang
- setupapi(8/19): Add helper function to open a device's hardware key
Juan Lang
- setupapi(9/19): Don't require caller to pass a SP_DEVINFO_DATA pointer to SETUPDI_AddDeviceToSet
Juan Lang
- setupapi(10/19): Add a device ID member to DeviceInfo
Juan Lang
- setupapi(11/19): Implement SetupDiCreateDevRegKeyW
Juan Lang
- setupapi(12/19): Test SetupDiOpenDevRegKey
Juan Lang
- setupapi(13/19): Implement SetupDiOpenDevRegKey
Juan Lang
- setupapi(14/19): Make error checking in SetupDiCreateDevRegKeyW more like that in SetupDiOpenDevRegKey
Juan Lang
- setupapi(15/19): Implement SetupDiDeleteDevRegKey
Juan Lang
- setupapi(16/19): Don't abort key enumeration early
Juan Lang
- setupapi(17/19): Add some traces
Juan Lang
- setupapi(18/19): Correct device enumeration
Juan Lang
- setupapi(19/19): Copy class INF file when installing a class
Juan Lang
- wininet: Fix a memory leak
Andrew Talbot
- setupapi(1/19): Test SetupDiInstallClass (take 3)
Juan Lang
- WineD3D: p8 improvements 1/2
Roderick Colenbrander
- WineD3D: p8 improvements 2/2
Roderick Colenbrander
- socket.c address header check in WS2_recv - the missing part after removing buffer allocation functions
Arunas Pranckevicius
- user32 [1/7]: Increase the message timeout
James Hawkins
- user32 [2/7]: The server should release data sent with WM_DDE_POKE
James Hawkins
- user32 [3/7]: Return DMLERR_INVALIDPARAMETER if hszItem is NULL
James Hawkins
- user32 [4/7]: Return DMLERR_MEMORY_ERROR instead of posting an ACK when fAckReq is returned by the server for WM_DDE_DATA
James Hawkins
- user32 [5/7]: Return DMLERR_INVALIDPARAMETER if hszItem is NULL
James Hawkins
- user32 [6/7]: Add tests for DdeCreateDataHandle
James Hawkins
- user32 [7/7]: Convert an HDDEDATA handle to a DDEPOKE structure for WM_DDE_POKE
James Hawkins
- 1/2 inkobj: Use an internal header
John Klehm
- 2/2 inkobj: Stub implementation of IInkCollector
John Klehm
- shlwapi: [1/5] Fix returned resultcode and size in UrlCanonicalizeA
Detlef Riekenberg
- wininet: [2/5] Fix flags and SetLastError for InternetCanonicalizeUrlA/W
Detlef Riekenberg
- wininet/tests: [3/5] Test NULL-Pointer for InternetCanonicalizeUrlA
Detlef Riekenberg
- shlwapi/tests: [4/5] move url-testing functions from path.c to url.c
Detlef Riekenberg
- shlwapi/test: [5/5] test dwSize for UrlCanonicalizeA/W
Detlef Riekenberg
- mshtml #1: Fix range pos after put_text call.
Jacek Caban
- Fix build failure in tools/widl/parser.y (fwd)
Gerald Pfeifer
- WineD3D: optimize P8 fragment shader
Roderick Colenbrander
- setupapi(1/8): Remove bogus part of test
Juan Lang
- setupapi(2/8): Improve parameter checking in SetupDiInstallClass
Juan Lang
- setupapi(3/9): Test SetupDiOpenDevRegKey
Juan Lang
- setupapi(4/8): Implement SetupDiOpenDevRegKey
Juan Lang
- setupapi(5/8): Make error checking in SetupDiCreateDevRegKeyW more like that in SetupDiOpenDevRegKey
Juan Lang
- setupapi(6/8): Implement SetupDiDeleteDevRegKey
Juan Lang
- setupapi(7/8): Don't abort key enumeration early
Juan Lang
- setupapi(8/8): Correct device enumeration
Juan Lang
- winex11.drv: The 'lossy' parameter is always false so remove it.
Francois Gouget
- rpcrt4/tests: Free memory from one of the tests.
Dan Hipschman
- widl: Generate dlldata files.
Dan Hipschman
- ws2_32: Fix broadcast address calculation
Juan Lang
- iphlpapi: Improve GetPerAdapterInfo stub
Juan Lang
- USER32: fix EM_SETLIMITTEXT with zeroed args (with tests)
a_villacis at palosanto.com
- mshtml #2: Fixed ref count leak.
Jacek Caban
- mshtml #3: Added IHTMLWindow2::get_option implementation.
Jacek Caban
- mshtml #4: Use wine scheme mechanism in do_load_from_moniker_hack.
Jacek Caban
- mshtml #5: Added IHTMLDocument4 stub implementation.
Jacek Caban
- mshtml #6: Added IHTMLStyle display and visibility properties implementation.
Jacek Caban
- mshtml #7: Added IHTMLOptionElement::get_value implementation.
Jacek Caban
- advapi32: improve stub for EnumServicesStatusExA a bit (fix #8331)
Louis. Lenders
- winmm: Fix some memory leaks
Andrew Talbot
- PATCH: msi db fix by Alexandre
Marcus Meissner
- winealsa: Use S24_3LE instead of S24_LE
Maarten Lankhorst
- dsound: Remove a few null initializations in DirectSoundDevice_Create
Maarten Lankhorst
- Add missing prototype
Johannes Anderwald
- mshtml #8: Added IHTMLOptionElement::put_value implementation.
Jacek Caban
- mshtml #9: Added IHTMLOptionElement::put_text implementation.
Jacek Caban
- mshtml #10: Added IHTMLOptionElement::get_text implementation.
Jacek Caban
- mshtml #11: Added IHTMLOptionElementFactory::create implementation.
Jacek Caban
- mshtml #12: Added IHTMLSelectElement::selectedIndex property implementation.
Jacek Caban
- mshtml #13: Added more DOM tests.
Jacek Caban
- mshtml #14: Added more range tests and fixes.
Jacek Caban
- mshtml #15: Added IHTMLTxtRange::moveStart("character") implementation.
Jacek Caban
- iphlpapi(1/3): Use route table to find an adapter's default gateway in GetAdaptersInfo
Juan Lang
- iphlpapi(2/3): UINT and DWORD are now equivalent, even in 64-bit compiles, so remove unnecessary complication
Juan Lang
- iphlpapi(3/3): Implement GetAdapterIndex
Juan Lang
- mshtml #16: Try installing Gecko from local file in DllRegisterServer.
Jacek Caban
- [tools] git-notify: Add repository name to the subject of commit mails.
Jan Zerebecki
- RICHED20: EM_SETTEXTEX must support RTF strings too
a_villacis at palosanto.com
- wined3d: Allow WINED3DFMT_R32F render targets
Chris Robinson
- comctl32 - enable a few passing tests
Steven Edwards
- shell32: Fix a memory leak.
Allan Tong
- SystemParametersInfoW: Implement SPI_GETMOUSESPEED
Vincent Pelletier
- mshtml #17: Added ref counting to node object.
Jacek Caban
- libs/wine/mmap.c: conditionally provide reserve_area()
Gerald Pfeifer
- dlls/kernel32/thunk.c: use FIELD_OFFSET
Gerald Pfeifer
- dlls/gdi32/freetype.c: avoid compiler warning in WineEngGetGlyphOutline()
Gerald Pfeifer
- wined3d: Fix the d3dfmt_p8_init_palette() prototype.
Francois Gouget
- oleaut32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget
- crypt32/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget
- mshtml: Check for HAVE_UNISTD_H before including unistd.h.
Francois Gouget
- msvcrt: Fix the calling convention of _wsearchenv() and _wspawnv*().
Francois Gouget
- ole32: Fix the CoCreateGuid() ordinal in the documentation.
Francois Gouget
- msdmo: Fix a winapi_check documentation warning and improve the documentation a bit.
Francois Gouget
- msdmo: Fix the DMOGetName() prototype.
Francois Gouget
- user32: Fix the HRAWINPUT definition and the GetRawInputData() prototype. Update win32.api to fix the winapi_check warnings.
Francois Gouget
- wtsapi32: Add a couple of related prototypes.
Francois Gouget
- Better match the PSDK types and update win32.api to fix the winapi_check warnings.
Francois Gouget
- [AppDB] Add support for hiding reject button, use it for buglinks
Alexander Nicolaysen Sørnes
- dsound: Make sure device buflen is set to ds_hel_buflen.
Maarten Lankhorst
- dsound: Make sure device buflen is initially set to ds_hel_buflen
Maarten Lankhorst
- [PATCH 1/7] dsound: Only warn for unsupported channels (or bits) when volume adjustment is done
Maarten Lankhorst
- [PATCH 2/7] dsound: Add support for 24/32 bits input sound buffers
Maarten Lankhorst
- [PATCH 3/7] dsound: Add mixing and normalization functions
Maarten Lankhorst
- [PATCH 4/6] dsound: Mix to mixbuffer then normalize to device buffer.
Maarten Lankhorst
- Includes: Add a few speaker defines to ksmedia.h
Maarten Lankhorst
- [PATCH 5/7] Includes: Add a few speaker defines to ksmedia.h
Maarten Lankhorst
- [PATCH 6/7] Add support for WAVEFORMATEXTENSIBLE structure, which is needed for 24/32 bits mixing.
Maarten Lankhorst
- [PATCH 7/7] dsound: Add conformance tests for 24/32 bits buffers and waveformatextensible.
Maarten Lankhorst
- [PATCH 8/7] dsound: WAVEFORMATEXTENSIBLE wValidBitsPerSample can be 0
Maarten Lankhorst
- Fix usage of LoadCursor in dlls/comctl32/tests
Gerald Pfeifer
- Fix casts in dlls/crypt32/decode.c
Gerald Pfeifer
- imm.h: Added REGISTERWORD[AW] declaration.
Jacek Caban
- include: Added dimm.idl.
Jacek Caban
- msimtf: Added msimtf.dll.
Jacek Caban
- D3DX8: patch (resend) Implement D3DXVec2Length
David.Adam at math.cnrs.fr
- D3DX8: patch (resend) Implement D3DXVec2LengthSq
David.Adam at math.cnrs.fr
- D3DX8: patch [3/9](resend) Implement D3DXVec2Dot
David.Adam at math.cnrs.fr
- D3DX8: patch [4/9] (resend) Implement D3DXVec2CCW
David.Adam at math.cnrs.fr
- D3DX8: patch [5/9] (resend) Implement D3DXVecAdd
David.Adam at math.cnrs.fr
- D3DX8: patch [6/9] (resend) Implement D3DXVec2Subtract
David.Adam at math.cnrs.fr
- D3DX8: patch [7/9] (resend) Implement D3DXVec2Minimize
David.Adam at math.cnrs.fr
- D3DX8: patch [8/9] (resend) Implement D3DXVec2Maximize
David.Adam at math.cnrs.fr
- D3DX8: patch [9/9] (resend) Implement D3DXVec2Scale
David.Adam at math.cnrs.fr
- D3DX8: patch [10/9] (resend) Implement D3DXVec2Lerp
David.Adam at math.cnrs.fr
- localspl/tests: Spelling fix
Detlef Riekenberg
- Have `make distclean` also remove .i and .s files
Gerald Pfeifer
- wined3d: Don't report filtering for WINED3DFMT_R32F
Chris Robinson
- [AppDB] use menu: fix typo
Alexander Nicolaysen Sørnes
- [SPAM] Re: USER32: fix EM_SETLIMITTEXT with zeroed args (with tests)
Alex Villacís Lasso
- USER32: tests for fix EM_SETLIMITTEXT with zeroed args
Alex Villacís Lasso
- Swedish translations
Daniel Nylander
- configure: Add check for presence of _strdup() and strdup().
Bang Jun-young
- crypt32: Fix typo in CryptGetDefaultOIDFunctionAddress().
Bang Jun-young
- avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK.
Bang Jun-young
- version: Use the official NT macro rather than obsolete one.
Bang Jun-young
- tools/widl: Correct syntax in parser.y
Konstantin Kondratyuk
- Patch for adding Swedish localization
Daniel Nylander
- Patch for adding Swedish localization files to build system
Daniel Nylander
- Fix casts in dlls/crypt32/decode.c
Gerald Pfeifer
- wincrypt.h: Add a few more definitions
Juan Lang
- wininet.h: Add some more defines
Juan Lang
- setupapi: Avoid spamming console
Juan Lang
- hhctrl.ocx: Avoid spamming console
Juan Lang
- [PATCH 1/2] comctl32: simplify monthcal test
Lei Zhang
- [PATCH 2/2] comctl32: monthcal today link test
Lei Zhang
- [PATCH 1/3] comctl32: select today's date when the today link is clicked
Lei Zhang
- [PATCH 2/3] comctl32: correct monthcal WM_LBUTTONDOWN return values
Lei Zhang
- [PATCH 3/3] comctl32: monthcal should send notifications when today link gets clicked
Lei Zhang
- misexec: Fix a memory leak
Andrew Talbot
- First batch of Swedish translation patches
Daniel Nylander