Change the order of DispatchMessage and message removal.
[wine] / dlls /
2005-04-19  Jose AlonsoChange the order of DispatchMessage and message removal.
2005-04-18  Eric PouechCopied the atom tests for global atom so that we can...
2005-04-18  Alexandre JulliardRemoved unused data fields in the LANG_FIND_DATA structure.
2005-04-18  Eric PouechRemoved the no longer user APC_ASYNC kind of APC.
2005-04-18  Peter Berg LarsenEliminate strncpy. Correct a \0 assingment to the modst...
2005-04-18  Peter Berg LarsenRemove 2 identicals calls to strlenW.
2005-04-18  Peter Berg LarsenStrncpy elimination.
2005-04-18  Peter Berg LarsenEliminate strncpy and correct some NameLen bugs.
2005-04-18  Peter Berg LarsenElimination of lstrcpyn, and corrected a potential...
2005-04-18  Peter Berg LarsenEliminate a strncpy and remove unused variable.
2005-04-18  Eric Pouech- moved named pipe creation to ntdll
2005-04-18  Robert ReifAdded keyboard data format.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-18  Vitaliy MargolenDon't redraw if no information has changed.
2005-04-18  Eric PouechAdded proper definition for PRINTDLGEX[AW] structures.
2005-04-18  Eric PouechFixed some signed / unsigned pointer casts.
2005-04-18  Jakob ErikssonFail gracefully on permission denied.
2005-04-18  Benjamin CutlerAdd semi-stub for NtPowerInformation(SystemPowerCapabil...
2005-04-18  Duane ClarkThe datetime should be initialized with local time.
2005-04-18  Sami AarioAdded stubs for RunSetupCommand and DelNode.
2005-04-18  Eric PouechCorrectness for const pointer casts.
2005-04-16  Mike McCormackDeclare and define a stub for NtSignalAndWaitForSingleO...
2005-04-16  Richard CohenCreateBitmap16 should use only the first byte of planes...
2005-04-16  James HawkinsRegDeleteKey fails if the lpSubKey param is NULL.
2005-04-16  Krzysztof Foltman- removed trailing spaces from some files
2005-04-16  Duane ClarkAdd support for direct keyboard input to numeric fields.
2005-04-16  Mike Hearn- Add text dumping of the requested command.
2005-04-16  Benjamin Cutler- Correct args for NtPowerInformation.
2005-04-15  Jacek Caban- More implementation of view
2005-04-15  Jakob ErikssonERROR_PRIVILEGE_NOT_HELD can be returned for NT4.
2005-04-15  Jakob ErikssonWin98 can return ERROR_CALL_NOT_IMPLEMENTED.
2005-04-15  Brian VincentAdd stub for DCICreatePrimary.
2005-04-15  Huw DaviesWhen we're hiding file extensions then SetNameOf should...
2005-04-15  Dmitry TimoshkovZero out an invalidated runningObjectTableInstance...
2005-04-15  Duane ClarkHour '0' corresponds to 12AM.
2005-04-15  Paul VriensStart of unit tests for *Info* functions.
2005-04-15  Mike McCormackSimple unit tests for GdiIs*DC functions.
2005-04-15  Juan LangImplement FmtIdToPropStgName & PropStgNameToFmtId,...
2005-04-15  Robert ShearmanFix TB_GETBUTTONSIZE to return the correct width/height...
2005-04-15  Robert Shearman- Use SetWindowPos to move the buddy window into positi...
2005-04-14  Dimitrie O. PaunKeep track of WS_DISABLED explicitely, as it doesn...
2005-04-14  Dimitrie O. PaunAdd support for LVN_ODSTATECHANGED.
2005-04-14  Mike McCormackImplement GdiIs*DC functions.
2005-04-14  Robert ShearmanAdd a test for a menu problem I found.
2005-04-14  Robert ShearmanRecalculate the menu on calling ModifyMenu so that...
2005-04-14  Vitaliy MargolenSend notifies after invalidating changed areas.
2005-04-14  Alexandre JulliardFixed a buffer overflow.
2005-04-14  Rein KlazesIn X11DRV_DIB_SetImageBits avoid BadMatch errors when...
2005-04-14  Alexandre JulliardInclude Xmd.h in x11drv.h with the proper defines to...
2005-04-14  Rein KlazesFix decoding printf format in case the field width...
2005-04-14  Daniel RemenakRemove unused variable in _copy_arg.
2005-04-14  Benjamin CutlerBetter handling of hInternet == NULL for INTERNET_OPTIO...
2005-04-14  Duane ClarkMonday is day number '1'.
2005-04-14  Jacek CabanAdded more implementation of IDocumentView.
2005-04-14  Rein KlazesIn AllocConsole() pass the wShowWindow value and STARTF...
2005-04-13  Alexandre JulliardMoved handling of the 55AA pattern brush to syscolor...
2005-04-13  Benjamin CutlerCheck for an invalid hInternet handle in INET_QueryOpti...
2005-04-13  Alexandre JulliardMoved the BITMAPOBJ structure to gdi_private.h.
2005-04-13  Marcus MeissnerTerminate XCreateIC() argument list with NULL instead...
2005-04-13  Alexandre JulliardUse an X context to associate the phys bitmap data...
2005-04-13  Huw DaviesRegisterClipboardFormat takes a unicode string now.
2005-04-13  Alex Villacís Lasso- Fix leftover negative sign in height parameter for...
2005-04-13  Martin FuchsCorrect comments of some export ordinals.
2005-04-13  Dimitrie O. PaunRemove the need for the non-standard (Close|Delete...
2005-04-13  Alexandre JulliardMoved the driver-independent part of CreateDIBSection...
2005-04-13  Jacek Caban- Added IOleDocumentView interface.
2005-04-13  James HawkinsPass an empty string instead of NULL to RegDeleteKey...
2005-04-13  Vitaliy MargolenDraw only visible tabs.
2005-04-13  Robert ReifFully implement WAVEDEVICEMAPPING property set.
2005-04-13  Huw DaviesAdd a unicode pidl type.
2005-04-13  Alexandre JulliardStore DIB section information directly in the phys...
2005-04-13  Juan LangImplement PropSys{Alloc|Free}String, and support BSTRs in
2005-04-13  Phil KrylovMake RTF reader fall back to simple text if a correct...
2005-04-13  Steven EdwardsRegister Shell Drag and Drop Helper.
2005-04-13  Andreas BjerkeholtSwedish translation.
2005-04-13  Steven EdwardsPartially implement CreateProcessAsUser.
2005-04-13  Michael JungImplemented the UnixFolder's IShellFolder2::CompareIDs...
2005-04-13  Daniel RemenakImplemented VarIdiv.
2005-04-13  Robert Shearman- Fix scaling when converting MF -> EMF.
2005-04-12  Huw DaviesBetter icon handling for some special folders.
2005-04-12  Alexandre JulliardStore a pointer to the currently selected phys bitmap...
2005-04-12  Michael JungImplemented enough of IShellFolder2 to make UnixFolder...
2005-04-12  Jacek CabanStub implementation of IOleObject and IOleDocument.
2005-04-12  Alexandre JulliardStore the bitmap handle in the phys bitmap structure...
2005-04-12  Huw DaviesIf ICommDlgBrowser_OnDefaultCommand returns anything...
2005-04-12  Robert ShearmanUse ES_AUTOHSCROLL for edit box.
2005-04-12  Daniel RemenakReturn DISP_E_DIVBYZERO instead of crashing when asked...
2005-04-12  Juan LangUse Unicode string result from GetDisplayNameOf if...
2005-04-12  Juan LangLog missing environment vars for easier debugging.
2005-04-12  Robert ReifStub out DRVM_MAPPER_RECONFIGURE support.
2005-04-11  Alexandre JulliardStore the pixmap depth and the DIBSECTION pointer in...
2005-04-11  Robert ShearmanReturn an error instead of crashing later on a divide...
2005-04-11  Juan Lang- add write support to IPropertyStorage, with tests
2005-04-11  Huw DaviesDirectory items should have the SFGOA_FILESYSANCESTOR...
2005-04-11  Vincent BéronDon't reference c:\windows directly.
2005-04-11  Jacek CabanStub implementation od IPersist, IPersistMoniker, IPers...
2005-04-11  Mike McCormackCalculate the size of the next mailslot message correctly.
2005-04-11  Jason EdmeadesEnsure A->W version of InternetCrackURL passes correct...
2005-04-11  Steven EdwardsAvoid using ver.h in favor of winver.h.
2005-04-11  Juan LangAdd traces, add unit tests for IPropertyStorage, and...
next