Changed typo va_list to valist.
[wine] / dlls /
2000-12-18  David ElliottChanged typo va_list to valist.
2000-12-18  Marcus MeissnerMapping for ICM_SETSTATE (ptr in lParam1 to private...
2000-12-16  Patrik StridvallFixed some issues found by winapi_check.
2000-12-16  Jon Griffiths- Fix _fullpath & splitpath, winapi_check fixes
2000-12-16  Alexandre JulliardAvoid a couple of dependencies on input.c internal...
2000-12-16  Alexandre JulliardFixed infinite loop in CRTDLL__fcloseall.
2000-12-16  Hidenori TakeshimaImplemented some APIs and IME class - far from complete.
2000-12-16  Marcus MeissnerCheck for NULL before doing IsEqualGUID().
2000-12-16  Eric PouechFixed loading of 16 bit MCI drivers (for command tables).
2000-12-16  Andreas Mohr- don't initialize with pFirstLDD if pFirstLDD isn...
2000-12-15  Hidenori TakeshimaImplemented some DDK APIs - far from complete.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-15  Aric StewartFixed some difficulties with the font on vertical tabs...
2000-12-15  Ulrich CzekallaMark width as valid when we send HDN_ENDTRACKA.
2000-12-15  Huw D M DaviesCheck to see whether any ancestor windows are drop...
2000-12-15  François GougetRemoved the declspec specifier.
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-14  Vasily I. VolchenkoAdded more Russian support.
2000-12-14  Hidenori TakeshimaAdded a spec file for 16bit imm.
2000-12-14  Marcus MeissnerIf DirectDrawCreate gets passed a IDirectDraw{2,4,7...
2000-12-14  Francois GougetRemoved the name of APIs exported by ordinal.
2000-12-14  Nemeth PeterSome NLS updates.
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-13  Andreas Mohr- implemented proper LDD/LDID handling
2000-12-13  Andreas MohrSHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc...
2000-12-13  Eric KohlImplemented _ultow() and export [Nt/Zw]QueryVolumeInfor...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-13  Alexandre JulliardFixed some warnings.
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...
2000-12-13  Marcus MeissnerFixed crtdll compile problem regarding fpos_t in glibc2.2.
2000-12-13  Jon Griffiths- Implement console I/O
2000-12-13  Eric KohlFixed crash of WinZip 8.0 due to invalid image list...
2000-12-13  Eric PouechReturn values from DRV_ENABLE should not be checked.
2000-12-13  Eric PouechFormatMessageA wasn't properly handling the %ls modifier.
2000-12-13  Andreas MohrInvalid buttons are "hidden".
2000-12-13  Andreas MohrMove all values of SHGetSpecialFolderPathA into an...
2000-12-13  Ian PilcherChanged FILEDLG95_OnOpen to "double terminate" the...
2000-12-12  Alexandre JulliardGot rid of main.h.
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-12  Alexandre JulliardUse the DRIVE_* API constants instead of the DRIVETYPE...
2000-12-12  Marcus MeissnerAdded preferences to dinput drivers (so we can have...
2000-12-12  Jon Griffiths- Implemented setlocale parsing and LC_TYPE behavior.
2000-12-12  Dimitrie O. PaunFixed indentation problems resulting from automatic...
2000-12-12  Gerard PatelUse DrawText to display text in horizontal tabs.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-11  Alexandre JulliardImplemented RtlAcquirePebLock and RtlReleasePebLock.
2000-12-11  Gerard PatelImplemented DrawTextW as Unicode and DrawTextA as call...
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-09  Alexandre JulliardRemoved no longer used elfdll loader.
2000-12-09  Andreas Mohr- README update
2000-12-09  Andreas MohrDon't fail on pointer address checking when foreign...
2000-12-09  Andreas MohrFixed MessageBox() usage.
2000-12-09  Andreas MohrPrint CDB area.
2000-12-07  Gerard PatelFileokstring notification should be sent to the custom...
2000-12-07  Alexandre JulliardAuthors: Andrew Lewycky <andrew@transgaming.com>, Ove...
2000-12-07  Alexandre JulliardRemoved dependencies on the internals of the CLASS...
2000-12-07  Marcus MeissnerFixed handling of DialogBoxIndirectParamA return value.
2000-12-06  Alexandre JulliardAuthors: Ove Kaaven <ovek@transgaming.com>, Andrew...
2000-12-06  Michael VekslerAdd basic NLS information needed for Hebrew.
2000-12-06  Huw D M DaviesWelsh needs iso8859-14.
2000-12-06  James JuranReturn a maximum registry size of 32 MB in NtQuerySyste...
2000-12-06  Alexandre JulliardBuild the debugger as a .so.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-12-05  Nerijus BaliunasFixed Serbian language code page.
2000-12-05  Aric StewartAdded Chinese resources.
2000-12-05  Stefan LeichterCompile fix for gcc 2.7.2.3.
2000-12-05  Dimitrie O. PaunUse @LIBEXT@ instead of .so for the inter-dlls dependen...
2000-12-05  Ken ColemanAdded a first-cut version of MapVirtualKeyExW() that...
2000-12-05  Rein KlazesSomes fixes for Dutch locales.
2000-12-05  Hidenori TakeshimaAdded some stubs.
2000-12-03  Francois GougetUse the DUMMYUNIONNAME macros so that the headers can...
2000-12-02  Alexandre JulliardUse ioctlsocket() instead of ioctl() so that we can...
2000-12-02  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-02  Uwe BonnesFileOpenDlgProc95: notify application of changed select...
2000-12-02  Eric PouechFixed bugs when tray was open.
2000-12-02  Alexandre JulliardAlways put the dll constructor in the .init section...
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-02  Andreas MohrInternetCloseHandle didn't return TRUE in all appropria...
2000-12-02  Hidenori TakeshimaAdded some stubs.
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-12-01  Patrik StridvallFixed some issues found by winapi_check.
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-12-01  Eric PouechFixed segstr to str proto.
2000-12-01  Aric StewartA number of additions to the nls files. Also one correc...
2000-11-30  Alexandre JulliardFinished separation of advapi32.
2000-11-30  Alexandre JulliardFinished separation of ole32.
2000-11-30  Guy L. AlbertelliImplement better version of DPA_Merge.
2000-11-30  Gerald PfeiferAdd missing #include <netinet/in.h> to get struct in_ad...
2000-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-30  Alexandre JulliardFinished separation of comclt32 and comdlg32.
2000-11-30  Alexandre JulliardExport a few 16-bit functions needed by higher-level...
2000-11-30  Alexandre JulliardExport the wine server functions from ntdll.
2000-11-30  Patrik StridvallDon't include windows.h internally.
next