wine
2007-06-11  Jacek Cabanmshtml: Move justify queries to command table.
2007-06-11  Jacek Cabanmshtml: Use command table for IDM_COPY, IDM_CUT and...
2007-06-11  Jacek Cabanmshtml: Move remaining commands to tables.
2007-06-11  Jacek Cabanmshtml: Move more commands to editor command table.
2007-06-11  Jacek Cabanmshtml: Move more commands to command table.
2007-06-11  Jacek Cabanmshtml: Move IDM_FONTSIZE, IDM_FONTNAME and IDM_FORECOL...
2007-06-11  Jacek Cabanmshtml: Added command table for CGID_MSHTML commands.
2007-06-11  Juan Langcrypt32: Add CryptMsg* stubs.
2007-06-11  Alexandre Julliardmsxml: Don't use VariantClear on an uninitialized variant.
2007-06-11  Evan Stadegdiplus: Added beginnings of memory and startup functions.
2007-06-11  Evan Stadegdiplus: Added public headers.
2007-06-11  Stefan Dösingerwined3d: Some render target->texture blit context handling.
2007-06-11  Stefan Dösingerd3d8: Hold the lock in IDirect3DDevice8 methods.
2007-06-11  Stefan Dösingerwined3d: Find possible fbconfis on dll load time, use...
2007-06-11  Stefan Dösingerwined3d: Store the adapter driver and description in...
2007-06-11  Stefan Dösingerwined3d: Store the gl information in a per adapter...
2007-06-11  Louis Lendersshell32: Add stub for SHUpdateRecycleBinIcon.
2007-06-11  Christian Costawinealsa.drv: Fix compilation with old alsa headers.
2007-06-11  Dmitry Timoshkovuser32: Do not hardcode cp1252 for an icon/title font.
2007-06-11  Jeff Latimermsi: Use the langbuff len rather than the versionbuff...
2007-06-11  Jeff Latimershell32: Fix possible dereference of NULL ptr.
2007-06-11  Misha Koshelevshell32/tests: Add test for unquoted %1 in command...
2007-06-11  Misha Koshelevshell32/tests: Allow testing for arbitrary number of...
2007-06-11  Misha Koshelevshell32/tests: Expand default DDE application name...
2007-06-11  Misha Koshelevshell32/tests: Use ShellExecuteEx with SEE_MASK_FLAG_DD...
2007-06-11  Misha Koshelevshell32/tests: Save threadid from CreateThread as requi...
2007-06-11  Misha Koshelevshell32/tests: Simplify DDE thread and message loop.
2007-06-11  Nigel Liangshell32: Conformance tests for unicode filenames and...
2007-06-08  Alexandre Julliardtools: Upgrade the config.guess/config.sub scripts.
2007-06-08  Alexandre Julliardconfigure: Replace some obsolete macros to avoid warnings.
2007-06-08  Alexandre Julliardlibwine: Set install name to an absolute path for the...
2007-06-08  Alexandre Julliardinclude: Add DO_NO_IMPORTS ifdefs where needed.
2007-06-08  Andrey Turkinkernel32: Implement IO completion functions on top...
2007-06-08  Andrey Turkinkernel32: Factor out all kernel32 timeout-conversion...
2007-06-08  Andrey Turkinntdll: Stub and document IoCompletion APIs.
2007-06-08  Alexandre Julliardmsvcrt: Set the correct ebp value before calling the...
2007-06-08  Alexandre Julliardcmd.exe: Silence a FIXME.
2007-06-08  Chris Robinsonwined3d: Add missing table entry value.
2007-06-08  James Hawkinsmsi: Add support for large string tables.
2007-06-08  James Hawkinsmsi: Represent table data as bytes instead of shorts.
2007-06-08  James Hawkinsmsi: Reduce the amount of code that directly accesses...
2007-06-08  James Hawkinsmsi: Use fetch_int to reduce code duplication and acces...
2007-06-08  Lei Zhangshell32: Start implementing BIF_USENEWUI.
2007-06-08  H. Verbeetwined3d: For ps_2_0 and higher, call shader_get_registe...
2007-06-08  H. Verbeetwined3d: Pass NULL for the stateBlock parameter to...
2007-06-08  Jacek Cabanmshtml: Fix debug trace.
2007-06-08  Jacek Cabanmshtml: Switch to Wine Gecko 0.1.0.
2007-06-08  Dan Hipschmanwidl: Fix incomplete struct/union typedef bug.
2007-06-08  Dan Hipschmanwidl: Check for NULL in set_tfswrite.
2007-06-07  Christian Costawinealsa.drv: Use correct tests for synthesizer/port...
2007-06-07  Juan Langcomdlg32: Check file dialog's FOIShellView before acces...
2007-06-07  Juan Langcomdlg32: Initialize file dialog controls before creati...
2007-06-07  Aric Stewartole32: Implementation of state bits for IStorage.
2007-06-07  Ulrich Czekallaole32: Remove stack-based string buffer inFileMonikerIm...
2007-06-07  H. Verbeetwined3d: Fix GLSL definitions.
2007-06-07  H. Verbeetwined3d: Turn off filtering for FBO attachments, update...
2007-06-07  Misha Koshelevwine.inf: Use DDE for winebrowser as native.
2007-06-07  Misha Koshelevwinebrowser: Add DDE support.
2007-06-07  Francois GougetAssorted spelling fixes.
2007-06-07  Francois Gougetwined3d: Fix spelling of the state_separateblend()...
2007-06-07  Hans Leidekkerwininet: More lenient parsing of the passive mode serve...
2007-06-07  Vitaliy Margolenatl: Use CallWindowProc instead of calling old window...
2007-06-07  Paul Vrienscomdlg32/tests: Skip some not implemented functions...
2007-06-07  Alexandre Julliardwinmm: Get rid of the WINE_MM_IDATA global structure...
2007-06-07  Maarten Lankhorstwinmm: Use unix fd's instead of win32 events to sync...
2007-06-07  Alexandre Julliardwinmm: Fix computation of sleep time until next timeout.
2007-06-07  Phil Costinwined3d: Enable the loading and reloading of gamma...
2007-06-07  Phil Costinwined3d: Add support for loading gamma corrected textures.
2007-06-07  Phil Costinwined3d: Extend the D3DFMT table to include gamma corre...
2007-06-07  Phil Costinwined3d: Add GL_EXT_texture_sRGB constants and correspo...
2007-06-07  Alexandre Julliardwidl: Get rid of the SIGSEGV handler, this only makes...
2007-06-07  Misha Koshelevoleaut32: Add support for vararg functions in ITypeInfo...
2007-06-07  Misha Koshelevoleaut32/tests: Add tests for IDispatch::Invoke of...
2007-06-07  Misha Koshelevwidl: Add support for vararg attribute.
2007-06-07  Lei Zhanginclude: Add missing definitions to shlobj.h.
2007-06-07  Andrew Talbotwined3d: Void functions should not return a value.
2007-06-07  Hans Leidekkermlang: Implement IMultiLanguage::GetLcidFromRfc1766.
2007-06-07  Anatoly Lyutincmd.exe: Update Russian translation.
2007-06-07  Alexandre Julliardwinedevice: Accept the shutdown service control.
2007-06-07  Jacek Cabanmshtml: Added support for coexisting different Gecko...
2007-06-07  H. Verbeetwined3d: Get rid of the pBaseVertexIndex parameter...
2007-06-07  H. Verbeetwined3d: Add IWineD3DDevice_GetBaseVertexIndex to retri...
2007-06-06  Markus Goemmelcomctl32/listview.c: Ownerdraw font problem during...
2007-06-06  Detlef Riekenbergwinspool: Remove outdated comment.
2007-06-06  Huw Davieswinex11.drv: XRenderCompositeText has a problem with...
2007-06-06  Paul Vrienswintrust/tests: Use A instead of W-calls.
2007-06-06  Dmitry Timoshkovinclude/msvcrt: Make sure that __int64 is properly...
2007-06-06  Alexandre Julliardadvapi32: Mark service processes as system processes...
2007-06-06  Alexandre Julliardexplorer.exe: Mark explorer as a system process.
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-06-06  Andrew Talbotoleaut32: Fix some typos.
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-06-06  Jacek Cabanurlmon: Don't pass query part of URL to CreateUrlCacheE...
2007-06-06  Lei Zhangwined3d: Various spelling fixes.
2007-06-06  Alexander Nicolaysen... wordpad: Fix potential buffer overflow.
2007-06-06  Stefan Dösingerd3d8: Hold the DLL lock in IDirect3D8 methods.
2007-06-06  Stefan Dösingerd3d8: Add a dll global critical section.
2007-06-06  Dan Hipschmanwidl: Implement conformant structure handling.
2007-06-06  Dan Hipschmanwidl: Represent arrays with type_t.
2007-06-06  Dan Hipschmanwidl: Replace get_name with a field reference.
next