Moved standard syslevel APIs declaration to winbase.h.
[wine] / dlls /
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-15  Jon Griffiths- Complete the implementation of heap functions
2000-11-15  Dmitry TimoshkovRemove redundant includes.
2000-11-15  Eric KohlUse internal unicode strings.
2000-11-15  Eric KohlNew unicode support functions.
2000-11-15  Marcus MeissnerSimplified reg handling in CoGetClassObject, do not...
2000-11-15  Marcus MeissnerAdded some rpcrt4 stubs.
2000-11-15  Jeremy WhiteAllow desktop=N in the [x11drv] section of .winerc...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardTemp hack: do not import dlls that we link with at...
2000-11-13  Alexandre JulliardFixed copy/paste typo spotted by Dimitrie O. Paun.
2000-11-13  Guy L. AlbertelliImplement dragging on gripper to expand and compress...
2000-11-13  Mike McCormack- created server object for handling async i/o
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-11-12  Andreas MohrImplemented the Desktop=XXXxYYY setting in the [x11drv...
2000-11-12  Stefan LeichterMade WINSPOOL_GetPrinterDriver work again.
2000-11-11  Andreas MohrFixed WM_PAINT in ANIMATE_WindowProc; call DefWindowPro...
2000-11-10  Dimitrie O. PaunUse variable argument macros when compiling with gcc.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-10  Alexandre JulliardWe do not need to set SOVERSION for dlls.
2000-11-10  Alexandre JulliardDon't link libwine_unicode into all dlls.
2000-11-10  Stefan LeichterCorrected used registry key.
2000-11-10  Huw D M DaviesInitialize nSocketFD to INVALID_SOCKET.
2000-11-09  Alexandre JulliardAdded __wine_get_main_args to retrieve command-line...
2000-11-09  Eric KohlAdded header control cursors and drag list arrow icon.
2000-11-09  Dmitry TimoshkovAdded Russian resources to the Postscript driver.
2000-11-09  Dmitry TimoshkovMake a copy of the dialog resource before correcting...
2000-11-08  Alexandre JulliardCheck all Callouts function pointers for NULL before...
2000-11-08  Jon Griffiths- Implemented 73 CRT functions
2000-11-08  Gerald PfeiferAdd missing #include <netinet/in_systm.h> and #include...
2000-11-08  Alexandre JulliardRemoved .s files.
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-08  Aric StewartImplemented VK_PRIOR and VK_NEXT processing (merged...
2000-11-07  Eric KohlImplemented toolbar customization dialog.
2000-11-07  Eric KohlImplemented new messages.
2000-11-07  Huw D M DaviesSend the local ip address with the PORT command and...
2000-11-07  Aric StewartImplemented the RedrawItems message for a listview.
2000-11-07  Dmitry TimoshkovNew path for AFM documentation on the net.
2000-11-07  Francois GougetUse DrawFocusRect to draw the focus rectangle.
2000-11-07  Andreas Mohr- fortify ASPI /proc file parsing (SCSI_getprocentry...
2000-11-06  Alexandre JulliardRemoved SUBDIRS in winmm Makefile.
2000-11-06  James HathewayAdded stubs and setupapi.h.
2000-11-06  Marcus MeissnerCBEM_SETITEMW done by example from SETITEMA, converted...
2000-11-06  Alexandre JulliardAdded missing dependency for 16-bit resource files.
2000-11-06  Alexandre JulliardUse .mc.rc extension for rc files generated by the...
2000-11-06  Stefan LeichterEnable the functions AddPrinterW, WINSPOOL_GetPrinterDr...
2000-11-05  Lionel Ulmer- reorganized DInput DLL
2000-11-05  Huw D M DaviesAdded DnD cursors as ole32 resources.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-11-05  Alexandre JulliardNew debug channel mechanism allowing decentralized...
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Marcus MeissnerForward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass...
2000-11-05  Alexandre JulliardAllocate DC objects on the process heap, and removed...
2000-11-04  Alexandre JulliardRemoved leftover debug output.
2000-11-04  Andreas Mohr- fix inf file open/close
2000-11-04  Marcus MeissnerFixed off by one error in DPA handling, added some...
2000-11-04  Andreas MohrAvoid division by zero.
2000-11-04  Marcus MeissnerPass up WM_DRAWITEM messages to parent.
2000-11-02  Alexandre JulliardCreate Gnome/KDE desktop and menu entries from IShellLink
2000-11-02  Aric StewartTreeview item sorting could mess up the visibleOrder...
2000-11-02  Marcus MeissnerSwap CalcToolbar and paint rectangle computation to...
2000-11-01  Andreas MohrChanged NtQueryInformationToken() to fill out a valid...
2000-11-01  Juergen SchmiedExport SHGetSettings by name. New stub for shell.68.
2000-11-01  Marcus MeissnerHave Internet Explorer 3 show its toolbars by passing...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-11-01  Alexandre JulliardDo not truncate high word of message id.
2000-11-01  Juergen SchmiedBetter handling of custom templates and hooks.
2000-11-01  Marcus MeissnerRemoved unnecessary calls of TOOLBAR_CalcToolbar()...
2000-11-01  Patrik StridvallFixed issue found by winapi_check.
2000-11-01  Lawson WhitneyStubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInve...
2000-10-31  Francois GougetUse PS_ALTERNATE rather than PS_DOT.
2000-10-31  Guy L. AlbertelliIgnore RBBS_BREAK style on first band.
2000-10-31  Aric StewartFixed cancels editing of a listview label if the listvi...
2000-10-31  Hidenori TakeshimaFix for avoiding subtraction from unsigned zero.
2000-10-31  Peter IvanyiAdded/upgraded Slovak messages, and Slovak and Czech...
2000-10-31  Andreas MohrChanged mouse UnAcquire to NOT unacquire it on multiple...
2000-10-31  Susan FarleyUnder some conditions its necessary to explicitly show the
2000-10-31  Rein KlazesReturn TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
2000-10-31  Guy L. AlbertelliHandle special case where itemID = -1 (special focus...
2000-10-31  Andreas MohrFix insufficient rect width value in resource file.
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.
next