wine
2006-06-12  Alexandre Julliardcrypt32: Make some variables static and/or const.
2006-06-12  Alexandre Julliardshell32: Make some variables static and/or const.
2006-06-12  Alexandre Julliardkernel32: Make some variables static.
2006-06-12  Alexandre Julliardadvapi32: Make some variables static and/or const.
2006-06-12  Alexandre Julliardwinemp3.acm: Make some variables static and/or const.
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-06-12  Alexandre Julliardcrtdll: Fixed copy/paste error in definition of _basemi...
2006-06-12  Alexandre Julliardx11drv: Get rid of the no longer used desktop_tid variable.
2006-06-12  Dmitry Timoshkovuser32: Remove redundant SetLastError call from MENU_Se...
2006-06-12  Detlef Riekenberginclude/ddk: Add minimal compstui.h.
2006-06-12  Andrew Talbotwinedbg: Write-strings warnings fix.
2006-06-12  Christian Gmeinersetupapi: Documentation update.
2006-06-12  Mike McCormackuser32: Win64 lparam and wparam are longs.
2006-06-12  Mike McCormackuser32: Fix a pointer size warning in Win64.
2006-06-12  Mike McCormackkernel32: Fix a cast for Win64.
2006-06-12  Mike McCormackmsi: Add some test cases for "SELECT ... WHERE condition".
2006-06-12  Mike McCormackmsi: Freeing the zero handle always succeeds.
2006-06-12  Mike McCormackmsi: Always initialize MsiViewFetch's returned record...
2006-06-12  H. Verbeetd3d9: Make some test functions static.
2006-06-12  H. Verbeetd3d8: Make some test functions static.
2006-06-12  Dmitry Timoshkovmsvcrt: Print exception code in hex.
2006-06-12  Jason Greenwined3d: Map D3DSIO_DEF to it's GLSL generating functio...
2006-06-12  Robert Shearmanrpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
2006-06-12  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-12  Robert Shearmanrpcrt4: Use safe_mutiply in conformant array functions.
2006-06-12  Robert Shearmanrpcrt4: Pass in a maximum variance value to ReadVarianc...
2006-06-12  Robert Shearmanrpcrt4: Check that strings are null-terminated on unmar...
2006-06-12  Robert Shearmanrpcrt4: Use safe_multiply when multiplying anything...
2006-06-12  Robert Shearmanrpcrt4: Raise an exception during unmarshaling if a...
2006-06-12  Robert Shearmanrpcrt4: Introduce a new function, safe_multiply, which...
2006-06-12  Alexandre Julliarduuid: Mark all GUID variables as hidden.
2006-06-12  Alexandre Julliarddnsapi: DnsExtractRecordsFromMessage_A is not exported.
2006-06-12  Alexandre Julliardadvapi32: Added spec entry for GetEffectiveRightsFromAclW.
2006-06-10  Alexandre Julliardwined3d: Make all the local shader functions static.
2006-06-10  Alexandre Julliardwined3d: Make the virtual table functions static where...
2006-06-10  Pavel Roskinwinecfg: Recognize all CD and floppy devices listed...
2006-06-10  Pavel Roskinwinecfg: Allow and prefer using A: and B: for floppies.
2006-06-10  Jason Greenwined3d: Change fog output variable name for GLSL shaders.
2006-06-10  Jason Greenwined3d: Fix regression from register maps switch for...
2006-06-10  Ivan Gyurdievwined3d: Enable CND/CMP for SHADER_ARB.
2006-06-10  Ivan Gyurdievwined3d: Print out sampler state names.
2006-06-10  Ivan Gyurdievwined3d: Downgrade Get*Shader FIXME to TRACE.
2006-06-10  Detlef Riekenbergwinspool/tests: Tests for GetPrintProcessorDirectory.
2006-06-10  Saulius Krasuckasadvapi32: Test RegSetValueEx[AW] for setting some seque...
2006-06-10  Alexandre Julliardmsi: Make all the ops structures static and const.
2006-06-10  Alexandre Julliardimagehlp: Remove the unused internal.c file.
2006-06-10  Alexandre Julliardoleaut32: Make the virtual table functions static where...
2006-06-10  Alexandre Julliardole32: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarditss: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddxdiagn: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddswave: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddsound: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddpnet: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddmusic: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddmsynth: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddmstyle: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddmscript: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddmloader: Make the virtual table functions static where...
2006-06-10  Alexandre Julliarddmcompos: Make the virtual table functions static where...
2006-06-10  Alexandre Julliardd3d9: Make the virtual table functions static where...
2006-06-10  Alexandre Julliardd3dx8: Make the virtual table functions static where...
2006-06-10  Alexandre Julliardd3d8: Make the virtual table functions static where...
2006-06-09  Andrew Talbotx11drv: Write-strings warnings fix.
2006-06-09  Detlef Riekenbergwinspool: Add GetPrintProcessorDirectoryA.
2006-06-09  Robert Shearmanoleaut32: We always pass in an IRpcChannelBuffer to...
2006-06-09  Robert Shearmanole32: If IRpcStubBuffer_Invoke fails, we should raise...
2006-06-09  Robert Shearmanole32: Register ISequentialStream for marshaling.
2006-06-09  Robert Shearmanole32: Implement CoQueryClientBlanket, CoImpersonateCli...
2006-06-09  Robert Shearmanole32: Implement FTMarshalImpl_GetMarshalSizeMax.
2006-06-09  Alexandre Julliardshell32: Use the standard DEFINE_GUID macro to define...
2006-06-09  Alexandre Julliardriched32: Use the standard DEFINE_GUID macro to define...
2006-06-09  Alexandre Julliardole32: Use the standard DEFINE_OLEGUID macro to define...
2006-06-09  Alexandre Julliardoleaut32: Use the standard DEFINE_OLEGUID macro to...
2006-06-09  Jason Greenwined3d: GLSL shader cleanup patch.
2006-06-09  Pierre d'Herbemontdbghelp: Implement fetch_thread_info on powerpc.
2006-06-09  Pierre d'Herbemontntdll: Fix NtQueryInformationThread on non x86.
2006-06-09  Robert Shearmanrpcrt4: Clear an object pointer during unmarshaling...
2006-06-09  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-09  Robert Shearmanrpcrt4: Don't raise an exception if there is no freer...
2006-06-09  Robert Shearmanrpcrt4: Implement more base types for complex types.
2006-06-09  Robert Shearmanrpcrt4: Now that there's a process-wide pool of connect...
2006-06-09  Robert Shearmanrpcrt4: Return the status received from RPCRT4_Send...
2006-06-09  H. Verbeetd3d9: Add a test for default texture stage state values.
2006-06-09  Jeff Latimerusp10: ScriptTextOut updated to reflect that it must...
2006-06-09  Peter Beutnermsvidc: Change short description to MS-CRAM.
2006-06-09  Dmitry Timoshkovuser: Neither WS_CAPTION nor WS_EX_APPWINDOW has anythi...
2006-06-09  qingdoa daoooleaut32: Fix safearray data destruction.
2006-06-09  Alexandre Julliardopengl32: Store function pointers in a separate array...
2006-06-09  Alexandre Julliardopengl32: Only store the glX name if different from...
2006-06-09  Alexandre Julliardopengl32: Make all the function pointers and thunks...
2006-06-09  Mike McCormackmsi: Update the progress control while installing.
2006-06-09  Mike McCormackmsi: Remove some unnecessary NULL checks.
2006-06-09  Jason Greenwined3d: Allow drawPrim to create and use the GLSL...
2006-06-09  Jason Greenwined3d: Add GLSL helper functions to Device.
2006-06-09  Jason Greenwined3d: Map vertex shader instructions to GLSL generat...
2006-06-09  Jason Greenwined3d: Map pixel shader instructions to GLSL generati...
2006-06-09  Jason Greenwined3d: Prototype the GLSL functions for use with...
2006-06-09  Jason Greenwined3d: Added more declarations to GLSL.
2006-06-09  Jason Greenwined3d: Unified float constant register mapping betwee...
2006-06-09  Jason Greenwined3d: Add the bulk of the GLSL string generation...
next