wine/eterwine.git
2008-12-04 Ricardo Filipecrypt32: Remove dead code (llvm/clang).
2008-12-04 Vincent Povirkgdiplus: Implement GdipGetRegionHRgn for combined regions.
2008-12-04 Kirill K. Smirnovwinecfg/audio: Properly terminate an empty list of...
2008-12-04 Alexandre Julliardquartz: Use FIELD_OFFSET instead of casting a pointer...
2008-12-04 Alexandre Julliardntdll/tests: Use the correct prototype for RtlAllocateH...
2008-12-04 Alexandre Julliardimm32/tests: Don't use a pointer in an ok test.
2008-12-04 Alexandre Julliardgdiplus/tests: Don't cast pointers to integers.
2008-12-04 Alexandre Julliardcomctl32/tests: Avoid handle casts in traces.
2008-12-04 Alexandre JulliardDefine _WIN32_WINNT before including any headers.
2008-12-04 Michael Stefaniucws2_32/tests: Remove some superfluous casts.
2008-12-04 Michael Stefaniucregedit: Remove some superfluous casts.
2008-12-04 Michael Stefaniuccmd: Remove some superfluous casts.
2008-12-04 Michael Stefaniucwinecfg: Remove some superfluous casts.
2008-12-04 Francois GougetMake sure we have a space before the ellipses in Sloven...
2008-12-04 Francois Gougetcmdlgtst: Fix an ellipsis in the copyright message.
2008-12-04 Rob Shearmanwinspool.drv: Use CP_UNIXCP instead of CP_ACP for data...
2008-12-04 Andrew Talbotwineoss.drv: Sign-compare warnings fix.
2008-12-04 Andrew Talbotdxgi: Memory allocation size fix.
2008-12-04 Alexandre Julliardgdiplus: Fix the GdipMultiplyMatrix prototype.
2008-12-04 Nikolay Sivovgdiplus: Added GdipGetPenFillType.
2008-12-04 Henri Verbeetwined3d: Get rid of vcheckGLcall.
2008-12-04 Stefan Dösingerwined3d: Fix D3DFMT_R32F, R16F, G16R16F, ... in the...
2008-12-04 Henri Verbeetwined3d: Make shader texture format fixups more generic.
2008-12-04 Henri Verbeetwined3d: Remove sampled_format from IWineD3DBaseShaderC...
2008-12-04 Henri Verbeetwined3d: Move GlPixelFormatDesc to wined3d_private...
2008-12-03 Alexandre Julliardwinebuild: Don't add stdcall decorations on non-x86...
2008-12-03 Alexandre Julliardrpcss: Build with -D__WINESRC__ since it's using Wine...
2008-12-03 Alexandre Julliardrpcss: Get rid of the useless rpcss.h header.
2008-12-03 Vitaly Lipatovwinex11: Add check for XmbTextPropertyToTextList result.
2008-12-03 Alexandre Julliarddinput: Make some functions static.
2008-12-03 Alexandre Julliardcomdlg32: Make some functions static.
2008-12-03 Alexandre Julliarddmloader: Make some functions static.
2008-12-03 Alexandre Julliarddmloader: Remove an unused function.
2008-12-03 Alexandre Julliardole32: Remove some unused functions.
2008-12-03 Alexandre Julliardwinex11: Make some functions static.
2008-12-03 Alexandre Julliardwinex11: Remove some unused functions.
2008-12-03 Alexandre Julliardshell32: Make some functions static.
2008-12-03 Alexandre Julliardshell32: Remove some unused functions.
2008-12-03 Konstantin... include: Add new interfaces to mshtml.idl.
2008-12-03 Aric Stewartgdi32: Use the substitute name, if it exists, when...
2008-12-03 Aric Stewartcomctl32/tab: Return default tab width in TCM_SETMINTAB...
2008-12-03 Maarten Lankhorstuser32: Fix dialogs for 64-bits wine.
2008-12-03 Chris Robinsonwined3d: Make sure a context is set for query object...
2008-12-03 Nikolay Sivovgdiplus: Added GdipMultiplyTextureTransform.
2008-12-03 Nikolay Sivovgdiplus: Added GdipRotateTextureTransform.
2008-12-03 Nikolay Sivovgdiplus: Added GdipTranslateTextureTransform.
2008-12-03 Alexandre Julliardwined3d: Fix some macros definitions to make them prope...
2008-12-03 Jeff Zaroykowineserver: Don't use O_CREAT and O_EXCL when attemptin...
2008-12-03 Jeff Zaroykokernel32: Add a test for CreateFile when using OPEN_ALW...
2008-12-03 Dmitry Timoshkovgdi32: Make PATH_AddEntry static.
2008-12-03 Andrew Riediimm32: Add some really basic tests for ImmSetCompositio...
2008-12-03 Andrew Riediimm32: No need for tests to return 0.
2008-12-03 Christian Costaddraw: Fix some comments.
2008-12-03 Christian Costaquartz: Return properly when input is flushing or reach...
2008-12-03 Henri Verbeetwined3d: Disable checkGLcall when WINE_NO_DEBUG_MSGS...
2008-12-03 Henri Verbeetwined3d: Use a bitmask to store which bool and int...
2008-12-03 Henri Verbeetwined3d: Make functions static where possible.
2008-12-03 Henri Verbeetwined3d: Rename resource functions to reflect that...
2008-12-03 Henri Verbeetwined3d: Rename basetexture functions to reflect that...
2008-12-03 Jan de Mooijshell32/autocomplete: Add unit tests for autocomplete.
2008-12-03 Jan de Mooijshell32/autocomplete: Fix handling of WM_KILLFOCUS...
2008-12-03 Andrew Talbotwinemp3.acm: Sign-compare warnings fix.
2008-12-03 Andrew Talbotwinedos: Sign-compare warning fix.
2008-12-03 Hans Leidekkerwininet: Stop leaking username and password.
2008-12-03 Hans Leidekkerwininet: Support setting username and password options...
2008-12-02 Alexandre Julliardoleaut32: Register interfaces through dlldata.c as...
2008-12-02 Alexandre Julliardole32: Register interfaces through dlldata.c as far...
2008-12-02 Andrew Nguyenjscript: Implement the String.strike() method.
2008-12-02 Andrew Nguyenjscript: Implement the String.small() method.
2008-12-02 Andrew Nguyenjscript: Implement the String.italics() method.
2008-12-02 Andrew Nguyenjscript: Implement the String.fixed() method.
2008-12-02 Andrew Nguyenjscript: Implement the String.bold() method.
2008-12-02 Andrew Nguyenjscript: Implement the String.blink() method.
2008-12-02 Andrew Nguyenjscript: Implement the String.big() method.
2008-12-02 Alexander Morozovntoskrnl.exe: Fix ObfDereferenceObject function calling...
2008-12-02 Maarten Lankhorstwinealsa.drv: Fix 64-bits incompatibilities.
2008-12-02 Maarten Lankhorstwinealsa.drv: Get rid of sizeof in traces.
2008-12-02 Maarten Lankhorstwineoss.drv: Fix 64-bits incompatibilities.
2008-12-02 Maarten Lankhorstwineoss.drv: Get rid of sizeof in traces.
2008-12-02 Alexandre Julliardwined3d: Make some functions and variables static.
2008-12-02 Alexandre Julliardmshtml: Make some functions static.
2008-12-02 Alexandre Julliardcrypt32: Make some functions and variables static.
2008-12-02 Alexandre Julliarddxdiagn: Make some functions static.
2008-12-02 Alexandre Julliarddevenum: Make some functions static.
2008-12-02 Alexandre Julliardddraw: Make some functions static.
2008-12-02 Alexandre Julliardjscript: Make some functions and variables static.
2008-12-02 Alexandre Julliardlocalspl: Make some functions static.
2008-12-02 Alexandre Julliardwinspool.drv: Make some functions static.
2008-12-02 Alexandre Julliardwinemp3.acm: Make some variables static.
2008-12-02 Alexandre Julliardtwain_32: Make some functions static.
2008-12-02 Alexandre Julliardgphoto.ds: Make some functions and variables static.
2008-12-02 Alexandre Julliardsane.ds: Make some functions static.
2008-12-02 Alexandre Julliardquartz: Make some functions and variables static.
2008-12-02 Alexandre Julliardoleaut32: Make some functions static.
2008-12-02 Andrew Talbotwined3d: Sign-compare warnings fix.
2008-12-02 Nikolay Sivovgdiplus: Stub for GdipGetImagePaletteSize.
2008-12-02 Hans Leidekkerwininet: Append the extra info part in InternetCreateUr...
2008-12-02 Paul Vriensshell32/tests: Fix some errors on Win9x and Vista and...
2008-12-02 Paul Vriensshell32/tests: Cast-qual warning fixes.
2008-12-02 Paul Vriensntdll/tests: Fix a test failure on W2K.
next