wine
2005-06-09  Uwe BonnesDon't try to access floppy if it's not mounted.
2005-06-09  Alex ZorachFixed SetFocus behavior.
2005-06-08  Aric StewartSet the Preselected property if appropriate (relevant to
2005-06-08  Aric StewartWrite out Product Language and Product Icon to the...
2005-06-08  Robert ShearmanImplement overlapped I/O with named pipes.
2005-06-08  Aric StewartWrite out UpgradeCodes to the registry to allow for...
2005-06-08  Alexandre JulliardBeginnings of support for window stations and desktops.
2005-06-08  Aric StewartAdd Language to the values we can query with MsiGetProd...
2005-06-08  Felix Nawothnig- Output a FIXME when a surface with dimensions not...
2005-06-08  Huw DaviesRead the entire logfont from the registry if it exists.
2005-06-08  Mike McCormackUse MSI_RecordGetString in more actions.
2005-06-08  Michael Stefaniuc- implement handling of exponents (e+,e-,E+,E-) when...
2005-06-08  Robert ShearmanFix an RPC server startup race introduced by me.
2005-06-08  Michael JungFixed confusing indentation.
2005-06-08  Marcus MeissnerFixed IType::Invoke in regards to handling propertyget...
2005-06-08  Robert Shearman- Don't pass the PROFILE_SERVER flag in to CreateNamedP...
2005-06-08  Juan LangImplement asn.1 encoding/decoding of times, with tests.
2005-06-07  Antoine ChavasseTest cases for the direct3d7 light api.
2005-06-07  Antoine ChavasseRewrote the light management API to allow for an unlimi...
2005-06-07  Mike McCormackUse MSI_RecordGetString where possible.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-06-07  Mike McCormackUse a richedit control for license text.
2005-06-07  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-07  Christian CostaDon't use fullscreen mode in video renderer for now...
2005-06-07  Dmitry TimoshkovAdd a test for window state when a window receives...
2005-06-07  Alexandre JulliardStill send a message in SetWindowText for the inter...
2005-06-07  Robert Shearman- Add a default asynchronous I/O implementation.
2005-06-07  Mike McCormackDeclare some functions.
2005-06-07  Robert ShearmanMake NdrInterfacePointer* more reliable.
2005-06-07  Martin FuchsSynchronize resource scripts IDs of the different langu...
2005-06-07  Thomas WeidenmuellerRemoved local variables only used in TRACE statements.
2005-06-07  Mike McCormackDefine GetExplicitEntriesFromAcl.
2005-06-07  Mike McCormackAdded some security related functions to winbase.h.
2005-06-07  Mike McCormackAdded the appmgmt.h header.
2005-06-07  Mike McCormackFix radio button groups. Don't add the WS_GROUP style...
2005-06-07  Mike McCormackDeclare OleLoadPictureEx.
2005-06-07  Juan LangConst-ify a mask.
2005-06-07  Juan LangFix return code abuse (don't use HRESULT when it isn...
2005-06-07  Aric StewartAdd functions to add the User UpgradeCodes.
2005-06-07  Aric StewartCorrect a crash if the length buffer is NULL.
2005-06-07  Paul VriensFixed typo.
2005-06-07  Paul VriensAdd another (unknown) member to SYSTEM_THREAD_INFORMATION.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-06-06  Alexandre JulliardMoved the ntdll per-thread data out of the TEB into...
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-06-06  Alexandre JulliardFetch the stack selector to use from the previous stack...
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-06-06  Michael JungAllow for unixfs folders to be rooted at desktop level.
2005-06-06  Alexandre JulliardMoved all assembly code to the end of the generated...
2005-06-06  Christian CostaMoved d3ddevice and direct3d objects files to ddraw...
2005-06-06  Felix NawothnigMake SYSTEM_THREAD_INFORMATION.pszProcessName a UNICODE...
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-06-06  Aric StewartDon't get caught in loops on parent progids.
2005-06-06  Mike McCormackDefine some Cert* functions.
2005-06-06  Mike HearnDelete version sniffing logic.
2005-06-06  Michael JungLet BindToObject fail, if called with empty relative...
2005-06-06  Marcus MeissnerAdded testcases for OLE Picture handling.
2005-06-06  Robert ReifDon't open device if already open.
2005-06-06  James HawkinsAudit the Tab control.
2005-06-06  Martin FuchsImplement file properties dialog (partly based on Rob...
2005-06-05  Alexandre JulliardSwitch back to .data at the end of asm sections to...
2005-06-05  Mike HearnInitialize DataRepresentation in NdrClientInitializeNew...
2005-06-05  Mike Hearn- Don't return NULL for proxy details if there is no...
2005-06-05  Rob ShearmanDon't disconnect proxies flagged with SORFP_NOLIFETIMEM...
2005-06-05  Lauri TulminDon't truncate text on WM_SETTEXT and send EN_MAXTEXT.
2005-06-05  Robert ReifFix a problem where actual sample rate doesn't exactly...
2005-06-05  Christian CostaFixed clock release in transform template.
2005-06-05  Martin FuchsRefresh window content after context menu popups only...
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2005-06-05  Alexandre JulliardGenerate the resource data directly inside the resource...
2005-06-05  Alexandre JulliardDon't bother looking for a resource directory in free...
2005-06-05  Alexandre JulliardAvoid accessing the htask16 TEB field from ntdll.
2005-06-05  Alexandre JulliardAllocate the system view for builtin modules earlier in
2005-06-05  Vitaliy MargolenMatch names for WM_SHOWWINDOW status codes to MSDN.
2005-06-05  Mike HearnAdd some tracing to the IRemUnknown RpcProxyBuffer...
2005-06-05  Robert ReifReturn proper error code.
2005-06-05  Jacek CabanTest only stdole32.tlb as we don't have olepro32.dll...
2005-06-05  Mike HearnSuppress the noisy SetNamedPipeHandleState fixme.
2005-06-05  Martin FuchsSync winefile's header between WINE and ReactOS.
2005-06-05  Uwe BonnesAdded more pipe tests.
2005-06-05  Robert ReifFix tests to work with drivers that don't support a...
2005-06-05  Paul VriensAdded a stub for CryptCATAdminCalcHashFromFileHandle.
2005-06-05  Paul VriensAdded some error codes.
2005-06-05  Christian CostaMoved dsurface object files to ddraw root dir.
2005-06-05  Robert ReifAdd tests to check DirectSoundCapture creation.
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-04  Huw DaviesIf a folder is selected on Open then browse into it...
2005-06-04  Felix NawothnigFix some missed invalidations after column resize.
2005-06-04  Juan LangImplement asn.1 decoding of integers, with tests.
2005-06-04  Huw DaviesUse DWLP_MSGRESULT to return values from the dialog...
2005-06-04  Maarten LankhorstImplemented VfwCapture interface.
2005-06-04  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-06-04  Robert ReifFinish DirectSoundCapture/DirectSoundCapture8 split.
2005-06-04  Christian CostaRelease clock only when one is set.
2005-06-04  James Hawkins- Factor out common text shifting logic.
2005-06-04  Juan LangAdded a bunch of crypto error codes.
2005-06-04  Aric StewartMake sure the TRACE statements do not spew garbage...
2005-06-04  Huw DaviesSend CDN_FOLDERCHANGE whenever we change folder.
2005-06-04  Hans LeidekkerRemove ntdll from imports.
2005-06-04  Mike McCormackTake the dialog frame into account when calculating...
next