wine
2005-07-08  Frank RichterAlways zero destination buffer in SYSPARAMS_LoadRaw...
2005-07-08  Felix NawothnigFix some DPA functions so they pass the new tests.
2005-07-08  Michael JungReturn correct HRESULT code in UnixFolder's IEnumIDList...
2005-07-08  Robert ShearmanIn MsiLocateComponent pcchBuf can be NULL so don't...
2005-07-08  Maarten LankhorstITextServices_OnTxInplaceDeactivate does not take a...
2005-07-08  Oliver StieberRelay all the pixel shader calls from d3d9 to wined3d.
2005-07-07  Oliver StieberAdded support for vertex declarations to wined3d, it...
2005-07-07  Oliver StieberImplement render targets using either textures, swapcha...
2005-07-07  Alexandre JulliardMoved initialization of the desktop window in the graph...
2005-07-07  Alexandre JulliardRemoved creation of the no longer used shading brush.
2005-07-07  Juan LangImplement a few utility functions, with tests.
2005-07-07  Juan LangCorrect a typo.
2005-07-07  Martin Fuchs- move ID_ABOUT_WINE into #ifdef __WINE__
2005-07-07  Aric StewartFill and use the ProductCode part of the MSIPACKAGE...
2005-07-07  Detlef RiekenbergNetUserAdd + NetUserDel implemented as stub.
2005-07-07  Alexandre JulliardUse the same defaults for modules with and without...
2005-07-07  Frank RichterAdd support for proper saving of the "FLATMENU" and...
2005-07-07  Frank RichterWine has now a Marlett font, hence the window buttons...
2005-07-07  Frank RichterAdded a real "window restore" glyph to Wine Marlett.
2005-07-07  Eugeny GorelovImplement most functionality of PageSetupDlg function.
2005-07-07  Eugeny GorelovAdded PageSetupDlg test.
2005-07-07  Alexandre JulliardMoved most initializations out of the create_desktop...
2005-07-07  Alexandre JulliardDelay creation of the internal pos atom until needed.
2005-07-07  Hans LeidekkerDynamically load mscms.
2005-07-07  Frank RichterUpdate German translation for changes to the DLL overri...
2005-07-07  Eugeny GorelovAdded PSD_NONETWORKBUTTON define.
2005-07-07  Vitaly LipatovAdded some documentation.
2005-07-07  Mike McCormackUse LoadImage to load bitmaps and icons.
2005-07-07  Dmitry TimoshkovAdd a MsgWaitForMultipleObjects test.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-07  Alexandre JulliardConvert the shared mapping list to a standard list.
2005-07-07  Alexandre JulliardWe no longer have thunks in the data section.
2005-07-07  Dmitry TimoshkovMake IsWindowUnicode work in the case when window belon...
2005-07-07  Martin Fuchs- remove <tchar.h> and <wchar.h> header usage by switch...
2005-07-07  Paul VriensUpdate the Dutch translations.
2005-07-07  Alexandre JulliardStore the global atom table in the process window station.
2005-07-07  Mike McCormackAdd more Nt* functions.
2005-07-07  Felix NawothnigUpdate TODO list.
2005-07-07  Juan LangEncode/decode CERT_PUBLIC_KEY_INFO, with tests.
2005-07-07  Felix NawothnigAdd another failing DPA test.
2005-07-06  Gerald PfeiferSCSI_Linux_CheckDevices() is Linux-only as well.
2005-07-06  Hans LeidekkerFail loading when compiled without lcms support.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-06  Felix NawothnigChanged layout of libraries tab, moved load-order setti...
2005-07-06  Felix NawothnigDon't invalidate the whole propsheet when the page...
2005-07-06  Rein Klazes- when sending the WM_DRAWITEM message in case of a...
2005-07-06  Oliver StieberChange all references to updateStateBlock to references...
2005-07-06  Stefan HuehnerMake functions static to fix -Wmissing-declarations...
2005-07-06  Alexandre JulliardRestore the clip region after GetDCEx in send_erase...
2005-07-06  Alexandre JulliardMoved the configuration key to HKCU\Software\Wine\WineM...
2005-07-06  Francois GougetAdd trailing '\n's to ok() calls.
2005-07-06  Mike McCormackStop the install when cancelling from a modeless dialog.
2005-07-06  Mike McCormackAdd more Nt* functions.
2005-07-06  Huw DaviesAdd an implementation of AddJob and a partial one of...
2005-07-06  Michael JungImplemented UnixFolder's ISFHelper::DeleteItems interface.
2005-07-06  Frank RichterAdd missing DC_GRADIENT and DC_BUTTONS, as used by...
2005-07-06  Phil KrylovFixed EM_LINEINDEX handler and added EM_LINEFROMCHAR...
2005-07-06  Mike McCormackDon't crash when cancelling out of a modeless dialog.
2005-07-06  Felix NawothnigClear buffer before querying the registry in SYSPARAMS_...
2005-07-06  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-06  James HawkinsBranch the LSA functions from security.c to lsa.c.
2005-07-06  Mike McCormack-Wpointer-sign fixes for gcc 4.0.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-06  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-07-06  Phil KrylovImplemented EM_EXLINEFROMCHAR, EM_LINEINDEX, EM_FINDTEXT,
2005-07-06  Mike McCormackDefine PVOID64 and FILE_SEGMENT_ELEMENT.
2005-07-06  Frank RichterEvery window needs to receive WM_THEMECHANGED (esp...
2005-07-06  Felix NawothnigMove DPA and DSA functions out of comctl32undoc.c as...
2005-07-05  Alexandre JulliardDon't depend on ELF features for PIC code.
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...
2005-07-05  Detlef RiekenbergPrinter_LoadIconsW: implemented minimal version.
2005-07-05  Phil KrylovFixed an off-by-one error in EM_GETLINECOUNT handler.
2005-07-05  Phil KrylovFixed another couple of EM_STREAMOUT bugs.
2005-07-05  Paul VriensFixed typo.
2005-07-05  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-05  Mike McCormackSet the initial focus on the control specified by Contr...
2005-07-05  Phil KrylovRemoved junk from UTF-8 RTF output.
2005-07-05  Maarten LankhorstAdded txtbit declarations.
2005-07-05  Hajime SegawaFix for debug message buffer overflow in library tab.
2005-07-05  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-05  Oliver StieberStrip out stateblocks from d3d9 and relay all statebloc...
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Vijay Kiran... Add IXMLElementNotificationSink definition for IE4...
2005-07-05  Eric PouechFixed erroneous file flag in _popen.
2005-07-05  Jacek CabanRegister protocols.
2005-07-05  Felix NawothnigReplace stubs for information classes in NtQueryVirtual...
2005-07-05  Frank RichterUXTHEME_LoadImage(): Set default image count to 1 to...
2005-07-05  Oliver StieberImplemented stateblocks in wined3d.
2005-07-05  Vitaliy MargolenFix some failing tests.
2005-07-05  Alexandre JulliardGet rid of the global debugging flag.
2005-07-05  Alexandre JulliardIntercept functions for 16-bit relay debugging by patch...
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-07-05  Detlef RiekenbergLoadImageW: Fix type of TRACE parameter.
2005-07-05  Vijay Kiran... Added declaration for IMimeInfo interface.
2005-07-05  Alexandre JulliardAdded vararg argument type so that the relay code can...
2005-07-05  Paul VriensAdded some tests for other information classes.
2005-07-05  Paul VriensImproved stubs to show the correct behavior.
2005-07-05  Huw DaviesAdd an English neutral version of the graphics tab.
2005-07-05  Mike McCormackFix some gcc 4.0 warnings.
next