wine
2005-04-20  Mike McCormackAdded evntrace.h and wmistr.h.
2005-04-20  Mike McCormackDefine LPCGUID.
2005-04-20  Francois GougetUpdate win32.api to match the current source.
2005-04-20  Duane ClarkMisc rectangle fixes.
2005-04-20  Gerald PfeiferFix compilation problem caused by ULONG_MAX.
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-04-19  Alexandre JulliardRelease 20050419. wine-20050419
2005-04-19  Huw DaviesWTSFreeMemory stub.
2005-04-19  James HawkinsSet the backup/restore privilege.
2005-04-19  Stefan LeichterExclude crashing CreateFileW test on NT4.
2005-04-19  Alexandre JulliardCleaned up handling of 64-bit file sizes.
2005-04-19  Troy RolloFix SEGVs in NtCreateSection and NtMapViewOfSection.
2005-04-19  Troy RolloPrevent SEGV in RegInstall when pstTable is NULL.
2005-04-19  Troy RolloCorrect test of BOOL return value in ControlService.
2005-04-19  James HawkinsRemove two unnecessary traces.
2005-04-19  Francois GougetAssorted spelling fixes.
2005-04-19  Troy RolloFix SEGV for non-fully-qualified destination paths.
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-04-19  Francois GougetDPSET_REMOTE is 0 so we cannot do (flags & DPSET_REMOTE...
2005-04-19  Francois GougetSBSP_ABSOLUTE is 0 so we cannot do (wFlags & SBSP_ABSOL...
2005-04-19  Aaron ArveyAdded section "Which code has been tested?" describing...
2005-04-19  James HawkinsAdd RegUnLoadKey test.
2005-04-19  Jose AlonsoChange the order of DispatchMessage and message removal.
2005-04-18  Juan LangAlways initialize header file name, to prevent "#includ...
2005-04-18  Benjamin CutlerAdd default registry entries for power management.
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  Rein KlazesFix addressing the magic GDIOBJHDR field in
2005-04-18  Peter Berg... Eliminate strncpy. Correct a \0 assingment to the modst...
2005-04-18  Peter Berg... Remove 2 identicals calls to strlenW.
2005-04-18  Peter Berg... Strncpy elimination.
2005-04-18  Peter Berg... Eliminate strncpy and correct some NameLen bugs.
2005-04-18  Peter Berg... Elimination of lstrcpyn, and corrected a potential...
2005-04-18  Peter Berg... Eliminate 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... Replace 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  Ferenc WagnerEnforce valid tag syntax during input.
2005-04-18  Eric PouechFixed some signed / unsigned pointer casts.
2005-04-18  Eric Pouech- Using uniform DocBook tags for DLLs, commands, enviro...
2005-04-18  Eric PouechMinor cleanups.
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-18  Eric PouechRemoved a couple of unneeded 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  Aaron ArveyAdded __bb_init_func for linking purposes.
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  Francois GougetMention the 'emf' and 'lnk' modes in the usage summary.
2005-04-15  Francois GougetIf winemenubuilder is given a list of menus to recreate...
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  Mike McCormackAdd some more Windows Terminal Server API definitions.
2005-04-15  Juan LangPut space between include directive and include file.
2005-04-15  Juan LangAdd proxy/stub options to widl man page.
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-15  Mike McCormackAdd prototypes for some Gdi* functions.
2005-04-14  Dimitrie O... Keep track of WS_DISABLED explicitely, as it doesn...
2005-04-14  Dimitrie O... Add 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  Michael LinChange menu item options to use optional comma.
2005-04-14  Michael LinDefine WINUSERAPI.
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  Robert Shearman- Add neutral English resources.
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.
next