wine/eterwine.git
2011-09-12 Jacek Cabanvbscript: Added compiler support for numeric literals.
2011-09-12 Jacek Cabanvbscript: Added parser support for numeric literals.
2011-09-12 Jacek Cabanvbscript: Added lexer support for numeric literals.
2011-09-12 Jacek Cabanvbscript: Don't leak memory in parser.
2011-09-12 Jacek Cabanvbscript: Make vbscode_t own the memory it uses.
2011-09-12 Jacek Cabanvbscript: Added lexer support for remaining equality...
2011-09-12 Alexandre Julliardwinex11: Pass an HDC to the size mapping functions.
2011-09-12 Alexandre Julliardwinex11: Add an AlphaBlend entry point in the XRender...
2011-09-12 Alexandre Julliardwinex11: Add an ExtTextOut entry point in the XRender...
2011-09-12 Alexandre Julliardwinex11: Add a SelectFont entry point in the XRender...
2011-09-12 Alexandre Julliardwinex11: Add bitmap entry points to the XRender driver.
2011-09-12 Alexandre Julliardwinex11: Add an ExtEscape entry point in the XRender...
2011-09-12 Alexandre Julliardwinex11: Store the XRender info structure inside the...
2011-09-12 Alexandre Julliardwinex11: Create a separate graphics driver for XRender.
2011-09-12 Christian Costacmd: Move externals list at the same place as the built...
2011-09-12 Francois Gougetwinefile: Always use the same name for the Wine File...
2011-09-12 Frédéric Delanoypo: Update French translation.
2011-09-12 Akihiro Sagawapo: Update Japanese translation.
2011-09-12 Francois Gougetpo: Mark a number of obviously incomplete cmd help...
2011-09-12 Francois Gougetpo: Mark a number of obviously incomplete cmd help...
2011-09-12 Francois Gougetpo: Mark a number of obviously incomplete cmd help...
2011-09-12 Francois Gougetpo: Mark a number of obviously incomplete cmd help...
2011-09-12 Francois Gougetpo: Mark a number of obviously incomplete cmd help...
2011-09-12 Francois Gougetshlwapi: Add parentheses to clarify the precedence...
2011-09-12 Francois Gougetwinhlp32: Add parentheses to clarify the precedence...
2011-09-12 Francois Gougetshell32: Add parentheses to clarify the precedence...
2011-09-12 Francois Gougetkrnl386.exe16: Add parentheses to clarify the precedenc...
2011-09-12 Francois Gougetmsctf/tests: Give time for the messages to arrive.
2011-09-12 Francois Gougeturlmon/tests: Print the test URLs rather than their...
2011-09-12 Stefan Dösingerddraw: Use a Z format suported by the driver in the...
2011-09-12 Stefan Dösingerddraw: Correct D3DFMT_R5G6B5 in a test.
2011-09-12 Stefan Dösingerwined3d: Don't load/unload unsupported texture coordina...
2011-09-12 Stefan Dösingerd3d9: Add a LIT 0.0^0.0 test.
2011-09-12 Stefan Dösingerwined3d: Make sure that lit doesn't return NaN.
2011-09-12 Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-12 Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-12 Henri Verbeetddraw: Get the total amount of video memory from wined3d.
2011-09-12 Henri Verbeetddraw: Remove the unused "depthstencil" field from...
2011-09-12 Henri Verbeetddraw: Initialize the swapchain presentation parameters...
2011-09-12 Nikolay Sivovshell32: Fix pidl leak (Valgrind).
2011-09-12 Frédéric Delanoycmd/tests: Segment CALL tests for an easier read.
2011-09-12 Frédéric Delanoycmd: GOTO is a no-op and doesn't output anything in...
2011-09-12 Thomas Mullalyurlmon/tests: Removed a test that causes random failure...
2011-09-12 Jacek Cabanuser32: Make GetWindowInfo hotpatchable.
2011-09-12 Marcus Meissnerdinput: Fixed bad sizeof (pointer -> struct) (Coverity).
2011-09-12 Maarten Lankhorstkernel32: Fix overflow on 32-bits systems.
2011-09-12 Marcus Meissneruser32: Fixed single byte array overflow.
2011-09-12 Josh Jurangdi32: Simplify logic in WineEngGetFontData().
2011-09-12 Andrew Talbotopenal32: Avoid forward declarations of static arrays.
2011-09-12 Andrew Talbotkrnl386.exe16: Constify some variables.
2011-09-12 Andrew Talbotd3dx9_36: Eliminate comparisons of unsigned values...
2011-09-09 Alexandre JulliardRelease 1.3.28. wine-1.3.28
2011-09-09 André Hentschelcrypt32/tests: Remove dead assignment (clang).
2011-09-09 André Hentschelntdll: Remove dead increments (clang).
2011-09-09 Huw Daviesgdi32: The offsets should be signed.
2011-09-09 Dan Kegeldinput: Fix compilation on systems that don't support...
2011-09-09 Francois Gougetcomctl32/tests: Use the PROPSHEETHEADERA_V1_SIZE macros...
2011-09-09 Frédéric Delanoycmd: Backup echo mode before running external batch...
2011-09-09 Francois Gougetkernel32: Add parentheses to clarify the precedence...
2011-09-09 Alistair Leslie... include: Add xmlparser interfaces.
2011-09-09 Frédéric Delanoycmd: Use correct type instead of void* for prev_context...
2011-09-09 Gerald Pfeifermshtml: Add failure detection to set_downloading_proc.
2011-09-09 Bernhard Looswinealsa.drv: If there are no devices, there is also...
2011-09-09 Louis Lendersdpnet: Return success in IDirectPlay8PeerImpl_Initialize.
2011-09-09 Alexandre Julliardwininet/tests: Avoid crash on test failure.
2011-09-09 Alexandre Julliardsecur32/tests: Avoid crash on test failure.
2011-09-09 Louis Lenderswine.inf: Add registry key HKLM,%CurrentVersionNT%...
2011-09-09 Bruno Jesuswinecfg: Write the ProductName registry key based on...
2011-09-09 Jacek Cabanvbscript: Added null literal support.
2011-09-09 Jacek Cabanvbscript: Added empty literal support.
2011-09-09 Jacek Cabanvbscript: Added more tests.
2011-09-09 Jacek Cabanvbscript: Added interp_icall implementation.
2011-09-09 Jacek Cabanvbscript: Added compiler/parser support for call expres...
2011-09-09 Jacek Cabanvbscript: Added interp_equal implementation.
2011-09-09 Jacek Cabanvbscript: Added compiler support for equality expression.
2011-09-09 Jacek Cabanvbscript: Added parser support for equality expression.
2011-09-09 Jacek Cabanvbscript: Added interp_not implementation.
2011-09-09 Jacek Cabanvbscript: Added compiler support for |not| expression.
2011-09-09 Jacek Cabanvbscript: Added parser support for |not| expression.
2011-09-09 Jacek Cabanvbscript: Added support for parentheses in expressions.
2011-09-09 Jacek Cabanvbscript: Added parser/compiler support for |option...
2011-09-09 Jacek Cabanvbscript: Added support for |f a, b, c| call statement.
2011-09-09 Christian Costacmd: Add help info for xcopy.
2011-09-09 Alistair Leslie... advapi32: Correct test for NT4 prior to sp4.
2011-09-09 Hwang YunSongdinput: New Korean resource.
2011-09-09 Hwang YunSongpo: Updated Korean translation.
2011-09-09 Francois Gougetpo: Add a linefeed to fix the Lithuanian translation.
2011-09-09 Francois Gougetpo: Remove English strings from the Swedish translation.
2011-09-09 Francois Gougetpo: Remove English strings from the Thai translation.
2011-09-09 Francois Gougetpo: Remove English strings from the Turkish translation.
2011-09-09 Francois Gougetpo: Remove English strings from the Chinese (Taiwan...
2011-09-09 Jörg Höhlemmdevapi: IsFormatSupported fills closest match iff...
2011-09-09 Francois Gougetuser32/tests: Add a trailing '\n' to an ok() call.
2011-09-09 Hans Leidekkermsi: Ignore unknown components in the FeatureComponents...
2011-09-09 Hans Leidekkermsi: Remove some dead assignments (clang).
2011-09-09 Hans Leidekkermsi: Return the right error from ResolveSource when...
2011-09-09 Hans Leidekkermsi: SelfUnregModules' counterpart is SelfRegModules.
2011-09-09 Hans Leidekkermsi: Move the preview code to dialog.c.
2011-09-09 Hans Leidekkermsi/tests: Fix some test messages.
2011-09-09 Hans Leidekkermsi/test: Mark some test results as broken.
next