Some bugfixes, another function for packaging, and some text
[wine] / dlls /
2000-10-31  Alexandre JulliardRemoved obsolete TOOLSUBDIRS dependency.
2000-10-31  Alexandre JulliardAdded import of ntdll.
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-10-29  Dimitrie O. PaunFixed a few compilation warnings
2000-10-29  Joerg MayerMove inline and static to the beginning of declarations.
2000-10-29  Uwe BonnesCOMBOEX_DrawItem: check return value of SendMessageA...
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-29  Dave PicklesImplement SHGFI_EXETYPE function of SHGetFileInfo.
2000-10-29  Guy L. Albertelli- improved trace information
2000-10-29  Guy L. Albertelli- correct processing of RBBS_BREAK style.
2000-10-28  Marcus MeissnerCreateItemMoniker may get NULL as szDelim, some cleanups.
2000-10-28  Marcus MeissnerFixed OleLoadFromStream: Dereference ppvObj and get...
2000-10-28  Huw D M DaviesStub for HttpSendRequestExA.
2000-10-28  Andreas Mohr- set the item height not only for the listbox, but...
2000-10-28  Matthew ClarkeDon't assume we are building in the source tree, but...
2000-10-26  Martin Pilka"StartMenu" --> "Start Menu", "Startup" --> "StartUp".
2000-10-26  Alexandre JulliardFixed typo due to merge error.
2000-10-26  Francois JacquesUpdated the load process so that all typelibs (and...
2000-10-25  Dmitry TimoshkovReplaced ToAscii by ToUnicode in the User driver interface.
2000-10-25  William Waghornxf86vmode_setdisplaymode() wasn't properly saving the...
2000-10-25  Francois JacquesUpdated typelib loader. Typelib contents can be stored...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-25  Chris MorganImplement TCS_VERTICAL style. Fix tab borders to have...
2000-10-25  Susan Farley- When inserting an item, do not invalidate the area...
2000-10-25  Andreas MohrReimplement patch by Marcus Meissner ('98) to "fix...
2000-10-25  Andreas MohrTransform device open error TRACE()s into WARN(); bette...
2000-10-24  Alexandre JulliardImplement InternalExtractIcon by calling PrivateExtract...
2000-10-24  Aric StewartAdded forward for WSAResetEvent.
2000-10-24  Rein KlazesConvert the value of level when setsockopt is called...
2000-10-24  Patrik StridvallExplicitly initialize structures.
2000-10-24  Francois Jacques- All audio device handles are initialized to -1 and...
2000-10-24  Patrik StridvallFixed some warnings.
2000-10-24  James HathewayAdded stubs for CryptGenRandom(), CryptReleaseContext().
2000-10-24  Chris MorganImplemented RpcStringFreeA and UuidToStringA.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-10-23  Alexandre JulliardMoved all USER resources to new dlls/user/resources...
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-23  Alexandre JulliardDuplicate resource directory searching routines instead...
2000-10-23  Andreas MohrAlways open/close the CD-ROM device for every Windows...
2000-10-23  Marcus MeissnerAdded some basic IDirectDraw7 interface support, fixed...
2000-10-22  Marcus MeissnerGot rid of misleading "No Tls Space" error message.
2000-10-22  Patrik StridvallFixed some warnings.
2000-10-22  Eric PouechAdded more conversion routines (rate conversion is...
2000-10-22  Marcus MeissnerDo not set the iSubItem part of the struct for LVM_HITTEST,
2000-10-22  Marcus MeissnerDirectDrawCreateEx() should already return the interfac...
2000-10-22  Lionel UlmerChange the width / height parameter on a SetDisplayMode.
2000-10-22  Gerard PatelFixed bug when changing drives in 16 bit style dialog...
2000-10-22  Marcus MeissnerAdded two checks for out of range pointer accesses.
2000-10-22  Jason MawdsleyFixed some flickering that was occurring in the image...
2000-10-22  Andreas MohrAdded sleep time calculation for the wodPlayer thread.
2000-10-19  Francois JacquesAdded asynchronous recording in MCI layer.
2000-10-19  Andreas MohrSequencer error message fix.
2000-10-19  James HathewayFix messages sent when right-clicking in a blank (non...
2000-10-19  Uwe BonnesDraw text and icons, implement ordering functions,...
2000-10-19  Alexandre JulliardBrian Pirie
2000-10-19  Alexandre JulliardUse a binary search to find entries in resource directo...
2000-10-19  Alexandre JulliardCall PrivateExtractIcon in user32 instead of duplicatin...
2000-10-19  Francois JacquesShould test unixdev against -1 (see wodOpen/widOpen).
2000-10-19  Lionel UlmerDo not do any GLX calls on a display that does not...
2000-10-19  Chris MorganRecalculate nItemHeight when LVS_SETIMAGELIST is called...
2000-10-19  Chris MorganStub CreateDispTypeInfo, CreateStdDispatch16 and Create...
2000-10-19  Peter Hunnisett- Add proper message reply mechanism and sp player...
2000-10-17  Chris MorganImplement LVM_SETITEMPOSITION32.
2000-10-17  Uwe BonnesRemember owner HWND when creating and use this hwnd...
2000-10-17  Andreas MohrImplemented old Win 2.x string functions.
2000-10-17  Lionel UlmerWarning fix.
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-15  Alexandre JulliardFixed a few prototypes.
2000-10-15  Alexandre JulliardSet selector 0000H base to 0xf0000 until the first...
2000-10-15  Eric PouechFixed ShellMessageBox[AW] buffers usage (in some cases...
2000-10-15  Gerald PfeiferRemove unused variable orig_mode.
2000-10-15  Uwe BonnesDraw the scrollbar beside the buddy when neither UDS_AL...
2000-10-15  Uwe BonnesLocalization and expect leapdays when looking for the...
2000-10-15  Uwe BonnesLocalization and many changes to behaviour and outlook.
2000-10-15  Uwe BonnesSplit out resources that might be localized.
2000-10-15  Uwe BonnesAdded additional resource IDs.
2000-10-15  Marcus MeissnerStubbed LookupAccountNameA.
2000-10-15  Marcus MeissnerReturn "default" DirectDraw driver if we have at least...
2000-10-15  Rein KlazesLoadStringA inserts terminating null in the buffer...
2000-10-13  Francois GougetFixed the signature of the FormatMessage APIs.
2000-10-13  Francois GougetHFILE is an int, not a regular HANDLE.
2000-10-13  Gerald PfeiferFixed incorrect format string.
2000-10-13  Marcus MeissnerImplemented DirectInputCreateEx.
2000-10-13  Louis Philippe GagnonDo not send a WM_CONTEXTMENU message when a TreeView...
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-10-13  Alexandre JulliardAdded a few more large integer functions.
2000-10-13  Marcus MeissnerStubbed GetDeviceGammaRamp.
2000-10-13  Chris MorganIndicate that the MIDI error message only affects progr...
2000-10-13  Susan FarleyTo improve custom-drawn items, add focus border to...
2000-10-13  Mike McCormackMoved comm.c into kernel32.
2000-10-13  Francois GougetFixed the signature of SysAllocStringByteLen.
2000-10-13  Susan FarleyStatus bars on managed windows should not have SIZEGRIP...
2000-10-13  Uwe BonnesMake reg the default output chanel.
2000-10-13  Rein KlazesIgnore setsockopt calls that make the size of the recei...
2000-10-13  Stephane LussierSubitems of listviews were not painted with the right...
2000-10-12  Francois GougetAdded many missing *Pxxx types.
2000-10-12  Chris MorganFix depressed state with flat toolbars so pressing...
2000-10-12  Susan FarleyOn InsertItem with TVI_FIRST, the check for resetting...
2000-10-12  Lionel UlmerSupport non-buffered overlays.
2000-10-12  Guy L. AlbertelliRewrite to support rows of bands.
next