wine/eterwine.git
2011-09-15 Jacek Cabanvbscript: Added class functions parser implementation.
2011-09-15 Jacek Cabanvbscript: Added function storage specifiers support.
2011-09-15 Jacek Cabanvbscript: Added obj member call test.
2011-09-15 Jacek Cabanvbscript: Added object member call implementation.
2011-09-15 Jacek Cabanvbscript: Added interp_nothing implementation and tests.
2011-09-15 Jacek Cabanvbscript: Added nothing literal parser/compiler impleme...
2011-09-15 Jacek Cabanvbscript: Store class_desc_t in vbdisp_t.
2011-09-15 Jacek Cabanvbscript: Added interp_new implementation.
2011-09-15 Jacek Cabanvbscript: Added new expression parser/compiler implemet...
2011-09-15 Jacek Cabanvbscript: Added interp_set_ident implementation.
2011-09-15 Jacek Cabanvbscript: Added set statement parser/compiler implement...
2011-09-15 Jacek Cabanvbscript: Added class compiler implementation.
2011-09-15 Jacek Cabanvbscript: Added class parser implementation.
2011-09-15 Alexandre Julliardwinex11: Get rid of the WXRFormat typedef.
2011-09-15 Alexandre Julliardwinex11: Remove a redundant field in the XRender format...
2011-09-15 Alexandre Julliardwinex11: Get rid of the WineXRenderFormat structure.
2011-09-15 Alexandre Julliardwinex11: Store the XRender picture formats in a global...
2011-09-15 Alexandre Julliardwinex11: Get rid of the xrender_info structure.
2011-09-15 Hans Leidekkermsi: Improve parsing of the package platform.
2011-09-15 Francois Gougetpo: Remove English strings from the Serbian (Latin...
2011-09-15 Francois Gougetpo: Remove an English string from the Serbian (Cyrillic...
2011-09-15 Francois Gougetpo: Remove English strings from the Portuguese (Portuga...
2011-09-15 Francois Gougetpo: Remove English strings from the Portuguese (Brazil...
2011-09-15 Francois Gougetmshtml/tests: Improve the current UI language detection...
2011-09-15 Francois Gougetshlwapi/tests: Some tests require that the user interfa...
2011-09-15 Francois Gougetwinetest: Also log the current thread and default user...
2011-09-15 Francois Gougetshlwapi/tests: Fix test_StrFromTimeIntervalA() to print...
2011-09-15 Nikolay Sivovcomctl32/monthcal: Properly compute maximum date for...
2011-09-15 Nikolay Sivovcomctl32/monthcal: Store calendars matrix dimensions...
2011-09-15 Stefan Dösingerwined3d: Only the ARBfp fragement pipeline reads emulat...
2011-09-15 Stefan Dösingerd3d9/tests: Range fog is not used with table fog.
2011-09-15 Stefan Dösingerwined3d: Disable range fog with per-pixel fog.
2011-09-15 Stefan Dösingerddraw/tests: Not all GPUs support dwZBufferBitDepth...
2011-09-15 Frédéric Delanoycmd/tests: Add RENAME tests.
2011-09-15 Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-15 Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-15 Henri Verbeetwined3d: Flush after surface updates.
2011-09-15 Henri Verbeetddraw: Get rid of some unused macros.
2011-09-15 Henri Verbeetddraw: Get rid of the surfaces field in IDirectDrawImpl.
2011-09-15 Andrew Eikumwinealsa.drv: Allow creation of the default device...
2011-09-15 Juan Langwintrust: Correct ObjectTrust error with empty files.
2011-09-15 Alexandre Julliardwinex11: Remove the XRender support in the X11 driver...
2011-09-15 Alexandre Julliardwinex11: Avoid an intermediate pixmap copy when stretch...
2011-09-15 Alexandre Julliardwinex11: Add a StretchBlt entry point to the XRender...
2011-09-15 Alexandre Julliardwinex11: Pass destination coordinates to xrender_mono_blit.
2011-09-15 Alexandre Julliardwinex11: Move the pixel->color conversion out of the...
2011-09-14 Aurimas Fišeraspo: Update Lithuanian translation.
2011-09-14 Bernhard Loosrpcrt4: The named pipe can be used for multiple operati...
2011-09-14 Frédéric Delanoycmd/tests: Add tests for SHIFT builtin.
2011-09-14 Frédéric Delanoycmd: Make some variables static.
2011-09-14 Maarten Lankhorstwinegstreamer: Use WAVE_FORMAT_PCM when possible for...
2011-09-14 Piotr Cabanmsvcp60: Remove incorrect forwards from spec file.
2011-09-14 Alexandre Julliardmake_specfiles: Support a magic comment to prevent...
2011-09-14 Alexandre Julliardmsvcrt: Synchronize the spec files.
2011-09-14 Aric Stewartusp10: Set fNoGlyphIndex only if the fonts has no opent...
2011-09-14 Jacek Cabanvbscript: Added interp_imp implementation.
2011-09-14 Jacek Cabanvbscript: Added interp_eqv implementation.
2011-09-14 Jacek Cabanvbscript: Added interp_xor implementation.
2011-09-14 Jacek Cabanvbscript: Added xor, imp and eqv expressions parser...
2011-09-14 Jacek Cabanvbscript: Added interp_or implementation.
2011-09-14 Jacek Cabanvbscript: Added 'or' expression parser/compiler impleme...
2011-09-14 Jacek Cabanvbscript: Added interp_and implementation.
2011-09-14 Jacek Cabanvbscript: Added 'and' expression parser/compiler implem...
2011-09-14 Jacek Cabanvbscript: Added support for returning value from function.
2011-09-14 Jacek Cabanvbscript: Added Exit Function statement implementation.
2011-09-14 Jacek Cabanvbscript: Added function parser implementation.
2011-09-14 Jacek Cabanvbscript: Added support for sub local variables.
2011-09-14 Jacek Cabanvbscript: Added exit sub statement implementation.
2011-09-14 Jacek Cabanvbscript: Added sub argument tests.
2011-09-14 Jacek Cabanvbscript: Added interpreter support for sub arguments.
2011-09-14 Jacek Cabanvbscript: Added function arguments compiler implementation.
2011-09-14 Jacek Cabanvbscript: Added function invocation supprot to do_icall.
2011-09-14 Jacek Cabanvbscript: Added functions lookup implementation.
2011-09-14 Jacek Cabanvbscript: Store global functions in script_ctx_t.
2011-09-14 Jacek Cabanvbscript: Added function compiler implementation.
2011-09-14 Jacek Cabanvbscript: Added sub statement parser implementation.
2011-09-14 Hans Leidekkerws2_32: Avoid a crash in WS2_recv_base.
2011-09-14 Hans Leidekkermsi: Ignore files if their path cannot be resolved...
2011-09-14 Hans Leidekkermsi: Free the message string in ACTION_ResolveSource.
2011-09-14 Alexandre Julliardwinex11: Make sure the cursor bitmaps are owned by...
2011-09-14 Alexandre Julliardwinex11: Use the DIB engine for client-side DIB copy...
2011-09-14 Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-14 Alexandre Julliardgdi32: Add a couple of helper functions for converting...
2011-09-14 Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-14 Gerald Pfeifervbscript: Add missing error handling in interp_jmp_false.
2011-09-14 Francois Gougetpo: Remove English strings from the Slovak translation.
2011-09-14 Francois Gougetpo: Remove English strings from the Russian translation.
2011-09-14 Francois Gougetpo: Remove English strings from the Romanian translation.
2011-09-14 Francois Gougetwineconsole: Use a more standard syntax for multi-line...
2011-09-14 Francois Gougetshell32: Use a more standard syntax for multi-line...
2011-09-14 Francois Gougetappwiz.cpl: Use a more standard syntax for multi-line...
2011-09-14 Henri Verbeetwined3d: Make the device parameter to wined3d_device_ge...
2011-09-14 Henri Verbeetwined3d: Make the device parameter to device_unit_free_...
2011-09-14 Henri Verbeetddraw: Get rid of the unused "initialized" field in...
2011-09-14 Henri Verbeetddraw: Just use a static variable for vblank emulation.
2011-09-14 Henri Verbeetddraw: Just use a static variable for scanline emulation.
2011-09-14 Piotr Cabanwininet: Make it possible to ignore CERT_TRUST_IS_PARTI...
2011-09-14 Piotr Cabanmsvcp90: Don't overwrite string length in basic_string...
2011-09-13 Francois Gougetmshtml/tests: Some tests require that the user interfac...
2011-09-13 Francois Gougetmshtml/tests: GetUserDefaultUILanguage() is not availab...
next