wine
2012-01-23  Francois Gougetshell32: Don't translate the shell folder paths.
2012-01-23  Francois Gougetshell32: Use the plural for 'My Videos' wherever approp...
2012-01-23  Jacek Cabanmshtml: Added IHTMLWindow5 stub implementation.
2012-01-23  Nikolay Sivovmsxml3: Allocate private data when cloning from existin...
2012-01-23  Alex Henriecomdlg32: Correctly handle filters with multiple file...
2012-01-23  Aric Stewartwineqtdecoder: Release the csReceive critical section...
2012-01-23  Aric Stewartquartz: Use the csReceive critical sections in transfor...
2012-01-23  Aric Stewartstrmbase: Do not hold the csReceive lock when calling...
2012-01-23  Aric Stewartwinex11: Strip the _L or _R from X11DRV_GetKeyNameText...
2012-01-23  Alistair Leslie... mscoree: Implement DllGetClassObject.
2012-01-23  Austin Englishkernel32: Add stubs for ExpungeConsoleCommandHistoryA/W.
2012-01-23  Austin Englishkernel32: Add stubs for GetConsoleAliasesLengthA/W.
2012-01-23  Austin Englishkernel32: Add stubs for GetConsoleCommandHistoryLengthA/W.
2012-01-23  Jason Edmeadesrichedit: v1.0 richedit uses CR and LF for enter.
2012-01-23  Alexandre Julliardoleaut32/tests: Use a better invalid color for the...
2012-01-23  Eric Pouechconfigure: Remove regex detection.
2012-01-23  Eric Pouechdbghelp: Use new regular expression matcher for files.
2012-01-23  Eric Pouechdbghelp: Do all module and symbol names matching using...
2012-01-23  Eric Pouechdbghelp: Rewrote a simple regular expression matcher...
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-23  Alexandre Julliardwinhlp32: Don't use strncpy.
2012-01-23  Alexandre Julliardwinevdm: Don't use strncpy.
2012-01-23  Alexandre Julliardview: Don't use windowsx.h.
2012-01-23  Alexandre Julliardtaskmgr: Fix includes order and avoid tchar.h and memory.h.
2012-01-23  Alexandre Julliardregedit: Don't use tchar.h.
2012-01-23  Alexandre Julliarddnsapi: Fix a warning when building on Mingw.
2012-01-23  Alexandre Julliardurlmon: Avoid some symbol redefinitions.
2012-01-23  Francois GougetAssorted spelling fixes.
2012-01-23  Francois Gougetcmd: A few usage message tweaks and fixes.
2012-01-23  Francois Gougetwordpad: Fix the case of the 'Del' accelerator key.
2012-01-23  Francois Gougetuser32: Use '+' when specifying a modifier + accelerato...
2012-01-23  Francois Gougetkernel32: Remove a full stop from an error message...
2012-01-23  Francois Gougetwordpad: Add a full stop at the end of error messages...
2012-01-23  Francois GougetUse a single space after a full stop to follow the...
2012-01-23  Francois Gougetcryptui: Remove a couple of duplicated spaces.
2012-01-23  Francois Gougetxcopy: Remove a duplicated space.
2012-01-23  Alexandre Julliardwinex11: Ignore rectangles with invalid coordinates...
2012-01-23  Stefan Dösingerwined3d: Relax depth blit requirements.
2012-01-23  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2012-01-23  André Hentscheld3drm/tests: Add more tests.
2012-01-23  André Hentscheld3drm: Forward all IUnknown methods from IDirect3DRMFrame3.
2012-01-23  André Hentschelcomctl32: Test and fix WM_GETTEXTLENGTH for statusbars.
2012-01-23  André Hentschelpo: Update German translation.
2012-01-23  Eric Pouechdbghelp: In x86-64 support code, fix RUNTIME_FUNCTION...
2012-01-23  Eric Pouechdbghelp: On x86-64 CPUs, add capability to interpret...
2012-01-23  Eric Pouechdbghelp: Fix a couple of bugs in function table interpr...
2012-01-23  Eric Pouechdbghelp: Always ensure that 64bit module functions...
2012-01-23  Hwang YunSongpo: Updated Korean translation.
2012-01-23  Francois Gougetpo: Fix a formatting directive in the Japanese translation.
2012-01-23  Francois Gougetpo: Fix some formatting directives in the Korean transl...
2012-01-23  Francois Gougetpo: Fix some formatting directives in the Catalan trans...
2012-01-23  Francois Gougetpo: Fix a formatting directive in the Dutch translation.
2012-01-23  Francois Gougetpo: Mark an incorrect Norwegian Bokmål translation...
2012-01-23  Francois Gougetpo: Fix a formatting directive in the Danish translation.
2012-01-23  Francois Gougetpo: Fix a formatting directive in the Polish translation.
2012-01-23  Francois Gougetpo: Fix a formatting directive in the Russian translation.
2012-01-23  Andrej Znidarsicpo: Update Slovenian translation.
2012-01-23  Hans Leidekkermsi: Don't evaluate msidbFeatureAttributesFollowParent...
2012-01-23  Nikolay Sivovmscoree: Correct VARIANT type.
2012-01-23  Nikolay Sivovmsxml3: Initial implementation of ::getPrefix().
2012-01-23  Nikolay Sivovmsxml3: ::get_namespaceURI() doesn't reset out pointer...
2012-01-23  Nikolay Sivovmsxml3: Replace macro with another enum entry.
2012-01-23  Nikolay Sivovmsxml3: Make remove() method a stub in version 6, more...
2012-01-23  Nikolay Sivovmsxml3: Try IStream if IPersistStream save failed.
2012-01-23  Aric Stewartwinegstreamer: Update transform filters to use the...
2012-01-23  Christian Costad3dxof: Prevent accessing pobj when it is null. This...
2012-01-23  Christian Costad3dxof: Make sure This->buf.pdata is set to NULL before...
2012-01-23  Christian Costadmusic: Fix memory leak in Direct Music object.
2012-01-23  Rico Schüllerd3dx9: Fix constant table trace.
2012-01-23  Rico Schüllerd3dx9: Reorder argument check in D3DXGetShaderConstantT...
2012-01-23  Rico Schüllerd3dx9: Get rid of ID3DXConstantTableImpl typedef.
2012-01-23  Rico Schüllerd3dx9: Introduce free_constant_table().
2012-01-20  Jacek Cabanieframe: Added HTTP navigation and GoBack tests.
2012-01-20  Jacek Cabanieframe: Added InternetExplorer::GoBack implementation.
2012-01-20  Jacek Cabanieframe: Added very beginning IWebBrowser2::GoBack...
2012-01-20  Jacek Cabanmshtml: Added history update notification support.
2012-01-20  Jacek Cabanmshtml: Added more travel log tests.
2012-01-20  Jacek Cabanmshtml: Better stub for ITravelLogClient::FindWindowByI...
2012-01-20  Jacek Cabanmshtml: Added ITravelLogClient stub implementation.
2012-01-20  Piotr Cabanurlmon/tests: Test if url reported in IInternetProtocol...
2012-01-20  Piotr Cabanurlmon: Added IInternetProtocol::Switch PI_FORCE_ASYNC...
2012-01-20  Piotr Cabanurlmon: Added support for PI_FORCE_ASYNC flag in IInter...
2012-01-20  Piotr Cabanurlmon: Store display_uri in BindProtocol structure.
2012-01-20  Hans Leidekkermsi: Pass the file identifier instead of the filename...
2012-01-20  Nikolay Sivovmshtml: Respond to SID_SContainerDispatch service id.
2012-01-20  Alexandre Julliardwidl: We no longer need to avoid windows.h in generated...
2012-01-20  Alexandre Julliardinclude: Allow using windows.h in Wine code.
2012-01-20  André Hentscheld3drm: Forward all IUnknown methods to IDirect3DRM.
2012-01-20  André Hentscheld3drm: Reorder d3drm creation function to avoid forward...
2012-01-20  André Hentscheld3drm: Forward all IUnknown methods from IDirect3DRMMes...
2012-01-20  André Hentscheld3drm: Reorder meshbuilder creation function to avoid...
2012-01-20  André Hentscheld3drm: Reorder frame creation function to avoid forward...
2012-01-20  Francois Gougetpo: Fix some typography issues and improve the Walloon...
2012-01-20  Francois Gougetpo: Remove English strings from the Catalan translation.
2012-01-20  Francois Gougetpo: Remove English strings from the Bulgarian translation.
2012-01-20  Francois Gougetpo: Translate a couple of keys for Catalan.
2012-01-20  Francois Gougetpo: Remove English strings from the Czech translation.
2012-01-20  Francois Gougetpo: Remove English strings from the Greek translation.
2012-01-20  Francois Gougetpo: Tweak the CD-ROM Danish and Dutch translations.
2012-01-20  Michael Stefaniucdsound: Remove the now obsolete IDirectSoundBufferImpl_...
next