wine/eterwine.git
2011-09-13 Jacek Cabanvbscript: Added multiplicative expression parser/compil...
2011-09-13 Jacek Cabanvbscript: Added interp_idiv implementation.
2011-09-13 Jacek Cabanvbscript: Added '\' expression parser/compiler implemen...
2011-09-13 Jacek Cabanvbscript: Added interp_mod implementation.
2011-09-13 Jacek Cabanvbscript: Added mod expression parser/compiler implemen...
2011-09-13 Jacek Cabanvbscript: Added bytecode decompiler implementation.
2011-09-13 Jacek Cabanvbscript: Added if statement tests.
2011-09-13 Jacek Cabanvbscript: Added interp_jmp_false implementation.
2011-09-13 Jacek Cabanvbscript: Added interp_jmp implementation.
2011-09-13 Jacek Cabanvbscript: Added if statement compiler implementation.
2011-09-13 Jacek Cabanvbscript: Added if statement parser implementation.
2011-09-13 Jacek Cabanvbscript: Added support for variable assignment statements.
2011-09-13 Jacek Cabanvbscript: Added variable value expression support.
2011-09-13 Jacek Cabanvbscript: Added dim statement compiler implementation.
2011-09-13 Jacek Cabanvbscript: Added dim statement parser implementation.
2011-09-13 Jacek Cabanvbscript: Added object member assignment tests.
2011-09-13 Jacek Cabanvbscript: Added interp_assign_member implementation.
2011-09-13 Jacek Cabanvbscipt: Added object member assign parser/compiler...
2011-09-13 Andrew Talbotwinspool.drv: Const-correctness fix.
2011-09-13 Piotr Cabanmsvcp: Sync spec files.
2011-09-13 Piotr Cabanmsvcp90: Added basic_string::append functions.
2011-09-13 Piotr Cabanmsvcp90: Added basic_string::_Pdif implementation.
2011-09-13 Piotr Cabanmsvcp90: Added basic_string::_Copy_s implementation.
2011-09-13 Piotr Cabanmsvcp90: Added basic_string::_Chassign implementation.
2011-09-13 Piotr Cabanmsvcp90: Added basic_string::{begin,rbegin,end,rend...
2011-09-13 Piotr Cabanmsvcp90: Added basic_string::empty() implementation.
2011-09-13 Piotr Cabanmsvcp90: Added set_new_handler implementation.
2011-09-13 Piotr Cabanmsvcrt: Improve operator new implementation.
2011-09-13 Francois Gougetgdiplus: Use Liberation Mono as a fallback for Courier...
2011-09-13 Francois Gougetgdiplus/tests: Don't check for hardcoded family font...
2011-09-13 Francois GougetAssorted spelling fixes.
2011-09-13 Francois Gougetattrib: Escape the start-of-line spaces to fix the...
2011-09-13 Lucas Fialho... dinput: Fill dialog with info about the first device...
2011-09-13 Lucas Fialho... dinput: Initialize device count to 0 in config.c.
2011-09-13 Dan Kegelddraw/tests: Fix compilation on systems that don't...
2011-09-13 Vincent Povirkole32: Discard existing data when creating a new storag...
2011-09-13 Vincent Povirkole32/tests: Test creation of a storage on an ILockByte...
2011-09-13 Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-13 Henri Verbeetwined3d: Rename markTextureStagesDirty() to device_inva...
2011-09-13 Henri Verbeetwined3d: Don't print the context recreation FIXME for...
2011-09-13 Henri Verbeetddraw: Get rid of some ERRs in PixelFormat_DD2WineD3D().
2011-09-13 Henri Verbeetddraw: Get rid of an unused prototype.
2011-09-12 Bernhard Loosmsi: Speed up WHERE statement evaluation by evaluating...
2011-09-12 Bernhard Loosmsi: The underlying tables might have changed, so it...
2011-09-12 Erich Hooverquartz: Fix converting between the media time and REFTIME.
2011-09-12 Erich Hooverquartz: Add support for EndOfStream in PullPin.
2011-09-12 Erich Hooverquartz: Add missing release.
2011-09-12 Erich Hooverquartz: Samples should be freed when IAsyncReader:...
2011-09-12 Erich Hooverquartz: Do not assert when IAsyncReader::WaitForNext...
2011-09-12 Piotr Cabanmsvcp: Sync spec files.
2011-09-12 Piotr Cabanmsvcp90: Added basic_string::push_back(char) implementa...
2011-09-12 Piotr Cabanmsvcp90: Added basic_string::operator=(char) implementa...
2011-09-12 Piotr Cabanmsvcp90: Added basic_string::find(basic_string, size_t...
2011-09-12 Piotr Cabanmsvcp90: Added basic_string::substr(size_t, size_t...
2011-09-12 Piotr Cabanmsvcp90: Added basic_string<wchar>::operator=(const...
2011-09-12 Piotr Cabanmsvcp90: Added basic_string::find(const char*, size_t...
2011-09-12 Piotr Cabanmsvcp90: Added basic_string<char>(allocator<char>)...
2011-09-12 Piotr Cabanmsvcp60: Export more functions on win32.
2011-09-12 Frédéric Delanoyntdll: Add NtCreateFile tests for invalid chars in...
2011-09-12 Frédéric Delanoycmd/tests: Add tests for combined CALLs/GOTOs.
2011-09-12 Frédéric Delanoycmd: Allow a batch file to delete itself.
2011-09-12 Frédéric Delanoycmd: Show that windows doesn't lock/prevent access...
2011-09-12 Jacek Cabanvbscript: Added assign statement tests.
2011-09-12 Jacek Cabanvbscript: Added interp_assign_ident implementation.
2011-09-12 Jacek Cabanvbscript: Added assign statement compiler implementation.
2011-09-12 Jacek Cabanvbscript: Added assign statement parser implementation.
2011-09-12 Jacek Cabanvbscript: Added '<>' expression implementation.
2011-09-12 Jacek Cabanvbscript: Added interp_sub implementation.
2011-09-12 Jacek Cabanvbscript: Added interp_add implementation.
2011-09-12 Jacek Cabanvbscript: Added additive expressions parser/compiler...
2011-09-12 Jacek Cabanvbscript: Added interp_neg implementation.
2011-09-12 Jacek Cabanvbscript: Added negation expression parser/compiler...
2011-09-12 Jacek Cabanvbscript: Added concatenation tests.
2011-09-12 Jacek Cabanvbscript: Added interp_concat implementation.
2011-09-12 Jacek Cabanvbscript: Added concatenation expression parser/compile...
2011-09-12 Jacek Cabanvbscript: Added hex literal implementation.
2011-09-12 Jacek Cabanvbscript: Added interpreter support for numeric literals.
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...
next