winemine: Italian translation update.
[wine] / dlls /
2010-04-19  Michael Stefaniucwindowscodecs: Unlock not lock again when leaving the...
2010-04-19  Vincent Povirkgdiplus: Use ddb's instead of dib's to create texture...
2010-04-19  Vincent Povirkgdiplus: Prevent integer overflows when rounding text...
2010-04-19  Vincent Povirkgdiplus: Fix the non-trivial case in color_over.
2010-04-16  Alexandre Julliardntdll: Report the correct processor architecture.
2010-04-16  Eric Pouechkernel32: Added proper support for GetSystemInfo on...
2010-04-16  Nikolay Sivovshell32: Support IShellView in ::CreateViewObject(...
2010-04-16  Henri Verbeetwined3d: Allow offscreen depth/stencil clears again...
2010-04-16  Alexandre Julliardappwiz.cpl: Use the fancy new icon.
2010-04-16  Alexandre Julliardwinex11: Fix 16-bpp cursor conversions.
2010-04-16  Alexandre Julliardwinex11: Set the NET_WM_ICON hint for 32-bpp icons.
2010-04-16  Maarten Lankhorstmmdevapi: Fix wrong blacklist test.
2010-04-16  Joel Holdsworthappwiz: Replaced program icon with a Tango compliant...
2010-04-16  Dmitry Timoshkovuser32: Do not ask DrawFrameControl() to modify the...
2010-04-16  Nikolay Sivovshell32: Add IPersistFolder2 stub for printers folder.
2010-04-16  Jörg Höhlewinmm: MCI_SYSINFO dwRetSize counts characters, not...
2010-04-16  Roderick Colenbranderwined3d: Separate AMD GPUs in D3D9 and D3D10 models...
2010-04-16  Roderick Colenbranderwined3d: Separate AMD Radeon HD2300 from other HD2xxx...
2010-04-16  Piotr Cabanmsvcrt: Fix locale initialization.
2010-04-16  Piotr Cabanmsvcrt: Change localeconv implementation.
2010-04-16  Vincent Povirkgdiplus: Add fixmes for unimplemented imageattributes...
2010-04-16  Vincent Povirkgdiplus: Always use software to draw bitmaps to bitmaps.
2010-04-16  Vincent Povirkgdiplus: Implement color remapping.
2010-04-16  Vincent Povirkgdiplus: Correct the coordinate transform for non-recta...
2010-04-16  Vincent Povirkgdiplus: Transform bitmaps to non-rectangular parallelo...
2010-04-16  Vincent Povirkgdiplus: Use a helper function to draw image data from...
2010-04-16  Vincent Povirkgdiplus: Use UnitPixel for metafile bounds when creatin...
2010-04-16  Henri Verbeetwined3d: Remove some dead code from IWineD3DDeviceImpl_...
2010-04-16  Henri Verbeetwined3d: Store the depth/stencil attachment as IWineD3D...
2010-04-16  Henri Verbeetwined3d: Store render target attachments as IWineD3DSur...
2010-04-16  Henri Verbeetwined3d: Simply pass an IWineD3DSurfaceImpl pointer...
2010-04-16  Henri Verbeetwined3d: Simply pass an IWineD3DSurfaceImpl pointer...
2010-04-16  Henri Verbeetwined3d: Simply pass an IWineD3DSurfaceImpl pointer...
2010-04-16  Henri Verbeetwined3d: Get rid of the width and height parameters...
2010-04-16  Henri Verbeetwined3d: Get rid of the width and height parameters...
2010-04-16  Henri Verbeetwined3d: The currentDesc and pow2 width/height are...
2010-04-16  Henri Verbeetwined3d: Get rid of glRect from IWineD3DSurfaceImpl.
2010-04-16  Vincent Povirkgdiplus: Do not create FontFamilies for bitmap fonts.
2010-04-16  Vincent Povirkgdiplus: Ensure GdipGetGenericFontFamilySansSerif retur...
2010-04-16  Alexandre Julliardmsvcrt: Initialize exported common variables to fix...
2010-04-15  Alexandre Julliardwinex11: Mask out the alpha channel when converting...
2010-04-15  Aric Stewartusp10/tests: Expanded tests for ScriptShape.
2010-04-15  Maarten Lankhorstmmdevapi: Don't load openal on older openal-soft versions.
2010-04-15  Maarten Lankhorstmmdevapi: Add OSS to blacklist on linux.
2010-04-15  Roderick Colenbranderwined3d: Remove paletteOverride from BltOverride offscr...
2010-04-15  Roderick Colenbranderwined3d: We don't need color keying for sysmem->drawabl...
2010-04-15  Roderick Colenbranderwined3d: Remove call to d3dfmt_get_conv from read_from_...
2010-04-15  Roderick Colenbranderwined3d: Remove temporary conv_byte_count fixup from...
2010-04-15  Piotr Cabanmsvcrt: Use per thread locale in many functions.
2010-04-15  Piotr Cabanmsvcrt: Make setlocale working with per thread locales.
2010-04-15  Piotr Cabanmsvcrt: Added multiple locales parsing to _create_locale.
2010-04-15  Piotr Cabanmsvcrt: Move locale string interpretation to MSVCRT_loc...
2010-04-15  Piotr Cabanmsvcrt: Added _configthreadlocale implementation.
2010-04-15  Piotr Cabanmsvcrt: Add helper function that returns current locale.
2010-04-15  Piotr Cabanmsvcrt: Change implementation of setlocale.
2010-04-15  Piotr Cabanmsvcrt: Change _create_locale implementation so generat...
2010-04-15  Piotr Cabanmsvcr90: Forward _iswalpha_l calls to msvcrt.
2010-04-15  Marcus Meissnermsvcrt: Implement findfirst64 and findnext64.
2010-04-15  Alexandre Julliardwinex11: Add support for big-endian 32-bpp Xrender...
2010-04-15  Alexandre Julliardwinex11: Rewrite AlphaBlend to do everything on the...
2010-04-15  Alexandre Julliardwinex11: Use the BITBLT_GetVisRectangles helper functio...
2010-04-15  Alexandre Julliardwinex11: Move logical to physical mapping into the...
2010-04-15  Alexandre Julliardwinex11: Define a structure to hold coordinates informa...
2010-04-15  Alexandre Julliardwinex11: Use repeating instead of scaling when stretchi...
2010-04-15  Alexandre Julliardwinex11: Add a separate helper function for Xrender...
2010-04-15  Alexandre Julliardwinex11: The source offset for mirrored Xrender blits...
2010-04-15  Christian Costad3dx9_36: Check wnd just after CreateWindow. Remove...
2010-04-15  Roderick Colenbranderwined3d: Add BLT_OP_COLOR_FILL to blit_supported and...
2010-04-15  Roderick Colenbranderwined3d: Improve FBO support in ClearSurface.
2010-04-15  Jacek Cabanjscript: Fixed String.match implementation for non...
2010-04-15  Jacek Cabanjscript: Use special case for lastIndex<0 only for...
2010-04-15  Vincent Povirkwindowscodecs: Fix uninitialized variable use in Stream...
2010-04-15  Vincent Povirkwindowscodecs: Add locking to the PNG encoder.
2010-04-15  Aric Stewartusp10: Have ScriptShape respect fLogicalOrder and fRTL...
2010-04-15  Damjan Jovanovicntoskrnl.exe: Stub out IoGetDeviceProperty.
2010-04-14  Jörg Höhlewinmm: Prepare transition of MCI parser to 64bit.
2010-04-14  Christian Costad3dx9_36/tests: Move surface tests into surface.c.
2010-04-14  Roderick Colenbranderd3d9: Add an initial ColorFill regression test.
2010-04-14  Roderick Colenbranderwined3d: Separate detection of D3D10+ and D3D9 Nvidia...
2010-04-14  Roderick Colenbranderwined3d: Move A4L4 conversion to the formats table.
2010-04-14  Roderick Colenbranderwined3d: Move G16R16/R16G16F conversion to the formats...
2010-04-14  Alexandre Julliardmsvcr90: Implement _invalid_parameter_noinfo.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-04-14  Alexandre Julliardmsvcrt: Implement support for version 4 exception tables.
2010-04-14  Alexandre Julliardusp10: Use the more detailed libwine information to...
2010-04-14  Alexandre Julliardgdi32: Use the more detailed libwine information to...
2010-04-14  Alexandre Julliardkernel32: Map the new detailed direction information...
2010-04-14  Aric Stewartups10: Reimplement ScriptLayout to properly handle...
2010-04-14  Aric Stewartusp10: Improve ScriptItemize with a SCRIPT_CONTROL...
2010-04-14  Hans Leidekkermsi: Make the string reference count a short.
2010-04-14  Joel Holdsworthshell32: Replaced trash_file.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced shortcut.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced ramdisk.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced printer.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced netdrive2.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced netdrive.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced mydocs.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced mycomputer.ico with a Tango compliant...
2010-04-14  Joel Holdsworthshell32: Replaced folder_open.ico with a Tango complian...
2010-04-14  Joel Holdsworthshell32: Replaced floppy.ico with a Tango compliant...
next