wine
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-26  Lei Zhangcomctl32: Determine if PSH_PROPSHEETPAGE is set once.
2007-06-26  Lei Zhangcomctl32: Reduce duplicate code between PROPSHEET_Colle...
2007-06-26  Lei Zhangcomctl32: Reduce duplicate code between PropertySheetA/W.
2007-06-26  Francois Gougetdsound: Add missing '\n' to Wine trace.
2007-06-26  James Hawkinsmsi: Add tests for publishing and unpublishing products...
2007-06-26  James Hawkinsmsi: Add a stub implementation of MsiQueryComponentStateA.
2007-06-26  Dan Hipschmanwidl: Allow enums as union switch types.
2007-06-26  Dan Hipschmanrpcrt4: Allow enums as union switch types.
2007-06-26  Dan Hipschmanrpcrt4/tests: Wrap a try/except block around tests.
2007-06-26  Dan Hipschmanwidl: Fix crash dealing with anonymous unions.
2007-06-26  Dan Hipschmanwidl: Get simple enums working.
2007-06-26  Dan Hipschmanwidl: Check for user types when calculating buffer...
2007-06-26  Dan Hipschmanwidl: Check for interface pointers in pointer handling.
2007-06-26  Michael Stefaniucwinmm: Replace malloc with HeapAlloc.
2007-06-26  Michael Stefaniucmsacm32: Replace malloc/free with HeapAlloc/HeapFree.
2007-06-26  Michael Stefaniucwinejack.drv: Fix missing unlock. Found by Smatch.
2007-06-26  Michael Stefaniucddraw: Fix missing unlock on an error path. Found by...
2007-06-26  Michael Stefaniucgdi32: Multi-character character constants aren't porta...
2007-06-26  H. Verbeetwined3d: Map vertex sampler numbers to the correct...
2007-06-26  H. Verbeetwined3d: Map vertex sampler numbers to the correct...
2007-06-26  H. Verbeetwined3d: Increase the sizes of texturing related arrays...
2007-06-26  H. Verbeetwined3d: Add max_vertex_samplers and max_combined_sampl...
2007-06-26  H. Verbeetwined3d: Rename max_samplers to max_fragment_samplers.
2007-06-26  James Hawkinsmsi: Fetch the volume name when getting disk info.
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-06-26  Alex Villacís... dsound: Reset device playpos/mixpos on buflen change.
2007-06-26  Alex Villacís... dsound: Make test recover from failure to preserve...
2007-06-26  Alex Villacís... winealsa: Reduce writeahead to next multiple of psize...
2007-06-26  Alex Villacís... mciwave: Prevent division by zero when processing non...
2007-06-25  Jeff Latimercrypt32: Fix possible dereference of NULL ptr.
2007-06-25  Rob Shearmanrpcrt4: Dereference the pointer passed to the marshalin...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling, unmarshalling and buffer...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling/unmarshalling for the...
2007-06-25  Rob Shearmanrpcrt4: Set PointerBufferMark to the buffer location...
2007-06-25  Rob Shearmanrpcrt4: Try a lot harder to resuse existing connections...
2007-06-25  Rob Shearmanrpcrt4: Store the assoc_group_id field returned from...
2007-06-25  Rob Shearmanrpcrt4: When an exception is raised, return the stored...
2007-06-25  Rob Shearmanrpcrt4: Translate STATUS_ACCESS_VIOLATION exceptions...
2007-06-25  Rob Shearmanrpcrt4: Close the connection if a protocol error or...
2007-06-25  Rob Shearmanrpcrt4: Return a fault packet if the interface/object...
2007-06-25  Rob Shearmanrpcrt4: Add a STUBLESS_FREE phase for freeing the alloc...
2007-06-25  Rob Shearmanrpcrt4: Add support for ServerAllocSize parameters.
2007-06-25  Rob Shearmanrpcrt4: Don't use add on the sizes of array elements...
2007-06-25  Rob Shearmanmshtml: Implement HTMLElement_get_children.
2007-06-25  Rob Shearmanadvapi32: Always set the requested fields of the securi...
2007-06-25  Stefan Dösingerwined3d: Some point sprite fixes.
2007-06-25  Stefan Dösingerwined3d: Skip the start offset to the source array...
2007-06-25  Stefan Dösingerwined3d: Clamp material power to 128.0.
2007-06-25  Alexandre Julliardcrypt32: Fix incorrect usage of CharNextA.
2007-06-25  Alexandre Julliardmapi32: Get rid of unneeded CharNextA call.
2007-06-25  Alexandre Julliardntdll: Use the standard exception handling for vm86...
2007-06-25  Alexandre Julliardserver: Make crash error message more explicit.
2007-06-25  Alexandre Julliardadvpack: Get rid of CharPrevW.
2007-06-25  Alexandre Julliardshell32: Get rid of CharNextW.
2007-06-25  Alexandre Julliardshlwapi: Get rid of CharNextW/CharPrevW. Simplify some...
2007-06-25  Alexandre Julliardcomctl32: Get rid of CharNextW/CharPrevW. Simplify...
2007-06-25  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-06-25  Jacek Cabanmshtml: Added more QueryInterface tests.
2007-06-25  Jacek Cabanmshtml: Added beginning DOM tests.
2007-06-25  Jacek Cabanmshtml: Added IHTMLDOMNode::get_nodeName implementation.
2007-06-25  Rob Shearmanmshtml: Notify the Gecko stream listener that we stoppe...
2007-06-25  Rob Shearmanmshtml: Fix HTMLDocument3_get_documentElement to get...
2007-06-25  Rob Shearmanmshtml: Implement HTMLElement_setAttribute.
2007-06-25  Rob Shearmanmshtml: The SRC value returned from HTMLElement_getAttr...
2007-06-25  Andrew Talbotmsi: Fix use of uninitialized variable (Coverity).
2007-06-25  Andrew Talbotd3d9/tests: Fix use of uninitialized variable (Coverity).
2007-06-25  Paul Vrienswintrust/tests: Add tests for CryptCATAdminCalcHashFrom...
2007-06-25  Paul Vrienskernel32/tests: Don't crash (on Vista).
2007-06-25  Paul Vrienskernel32/tests: Don't crash on Vista.
2007-06-25  Jacek Cabanmshtml: Added IOleInPlaceUIWindow tests.
2007-06-25  Jacek Cabanmshtml: Better test of QueryInterface.
2007-06-25  Jacek Cabanmshtml: Added IOleControlSite tests.
2007-06-25  Jacek Cabanmshtml: Set focus to FALSE in InPlaceDeactivate.
2007-06-25  Jacek Cabanmshtml: Notify IOleControlSite about focus changes.
2007-06-25  Jacek Cabanmshtml: Activate nsWebBrowser after creating document...
2007-06-25  Jacek Cabanmshtml: Added nsIEmbeddingSiteWindow:[Get|Set]Visibilit...
2007-06-25  Jacek Cabanmshtml: Added nsIEmbeddingSiteWindow::SetFocus implemen...
2007-06-25  Jacek Cabanmshtml: Get rid of no longer used nsIDOMEventListener...
2007-06-25  Jacek Cabanmshtml: Move load event listener to separated object.
2007-06-25  Jacek Cabanmshtml: Move keypress event listener to separated object.
2007-06-25  Evan Stadegdiplus: Tidy up graphics constructor.
2007-06-25  Evan Stadegdiplus: Fix erroneous pen error checking.
2007-06-25  Evan Stadegdiplus: Fix broken graphics path constructor.
2007-06-25  Misha Koshelevwine.inf: Fix path to rundll32.exe in inffile/shell...
2007-06-25  Misha Koshelevsetupapi: Simplify code as native setupapi does not...
2007-06-25  Michael Stefaniucmsvcrt: Do not use wide character constants.
2007-06-25  Michael Stefaniucwinealsa.drv: Fix missing unlock on the error path...
2007-06-25  Michael Stefaniucdsound: Fix missing unlock on an error path. Found...
2007-06-25  H. Verbeetwined3d: Split of the mapping of pixel shader samplers...
2007-06-25  H. Verbeetwined3d: Remove the sharing of mapping code for fixed...
2007-06-25  H. Verbeetwined3d: Split of the mapping of fixed function sampler...
2007-06-25  H. Verbeetwined3d: Keep track of what fixed function texture...
2007-06-25  H. Verbeetwined3d: Keep track of what stage a texturing unit...
2007-06-25  Paul Vriensmscms/tests: Fix wrong test for failure.
2007-06-25  Paul Vriensmscms/tests: Don't crash on Vista.
2007-06-25  Stefan Dösingerwined3d: Move material applying to the state table.
2007-06-25  Stefan Dösingerd3d9: Hold the lock in VertexShader methods.
2007-06-25  Stefan Dösingerd3d9: Hold the lock in VertexDeclaration methods.
next