wine
2000-11-13  Ove KaavenReorganized DOS memory remapping slightly, so that...
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  Alexandre JulliardThe debugger "Auto" registry value should be a string.
2000-11-12  Andreas MohrImplemented the Desktop=XXXxYYY setting in the [x11drv...
2000-11-12  Eric PouechMake use of Windows structure for COFF info.
2000-11-12  Hidenori TakeshimaFix for APIs that don't have any ordinal (ordinal=@).
2000-11-12  Stefan LeichterMade WINSPOOL_GetPrinterDriver work again.
2000-11-11  Joerg MayerGet rid of some warnings about unused variables, signed...
2000-11-11  Nerijus BaliunasAdd new encodings ISO 8859-10 (cp28600), 8859-13 (cp286...
2000-11-11  Andreas MohrFixed WM_PAINT in ANIMATE_WindowProc; call DefWindowPro...
2000-11-11  Eric PouechAdded another detection of strength-reduce bug in GCC.
2000-11-10  Alexandre JulliardBuild most programs as .so files.
2000-11-10  Alexandre JulliardAdded Makeprog.rules.in containing rules for building...
2000-11-10  Dimitrie O... Use variable argument macros when compiling with gcc.
2000-11-10  Jeremy WhiteMake winelauncher smarter about finding the Wine librar...
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-10  Francois GougetAdded missing pointer types: Pxxx or LPxxx
2000-11-10  Francois GougetAdded some STN_xxx macros.
2000-11-10  Francois GougetHICON and HCURSOR should be interchangeable.
2000-11-10  Francois GougetAdded LPUDACCEL and HDF_RTLREADING.
2000-11-10  Francois GougetConvert include statements of not-found files to lower...
2000-11-10  Francois GougetDocument the --lower-include options.
2000-11-10  Alexandre JulliardRepaired relay debugging.
2000-11-10  Alexandre JulliardWe do not need to set SOVERSION for dlls.
2000-11-10  Alexandre JulliardBuild test programs as .so files. Added missing imports.
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-10  Alexandre JulliardDon't link libwine_unicode into all dlls.
2000-11-10  Alexandre JulliardFixed language handling. Removed some dependencies...
2000-11-10  Andreas MohrAdded an explanation for the directory symlink stuff.
2000-11-10  Stefan LeichterCorrected used registry key.
2000-11-10  Huw D M DaviesInitialize nSocketFD to INVALID_SOCKET.
2000-11-09  Alexandre JulliardAdded some missing imports.
2000-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-11-09  Alexandre JulliardAdded __wine_get_main_args to retrieve command-line...
2000-11-09  Alexandre JulliardDon't strip the library extension if it's not ".dll".
2000-11-09  Alexandre JulliardFixed NetBSD dll check.
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 JulliardDo builtin modules fixups in library/loader.c before...
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 JulliardAdded middle mouse button handling.
2000-11-08  Alexandre JulliardRemoved .s files.
2000-11-08  Francois GougetMoved things to the proper rpcxxx.h header.
2000-11-08  Francois GougetWe must include windef.h before wtypes.h (directly...
2000-11-08  Francois GougetAdded DM_REPOSITION.
2000-11-08  Francois GougetWe must include stdarg.h.
2000-11-08  Francois GougetWe must include ctype.h so that applications get isalnu...
2000-11-08  Francois GougetAdded CC_SOLIDCOLOR and CC_ANYCOLOR.
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.
2000-11-08  Aric StewartImplemented VK_PRIOR and VK_NEXT processing (merged...
2000-11-08  Aric StewartToUnicode: ignore CTRL+number keystrokes.
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-07  Alexandre Julliardpthread_atfork: don't call critical section functions...
2000-11-07  Alexandre JulliardFixed 0/-1 mixup for indicating no mapping handle.
2000-11-07  Francois GougetFixed typos in comments.
2000-11-07  Eric KohlImplemented toolbar customization dialog.
2000-11-07  Eric KohlImplemented new messages.
2000-11-07  Ulrich Weigand- Take OMAP records into account to correct symbol...
2000-11-07  Ulrich WeigandAdded missing IMAGE_DEBUG_MISC definition.
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 GougetFix the include path handling in get_real_include_name
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-07  Aric StewartAdded 16x16 wine logo.
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  Francois GougetWinemaker's man page initial release.
2000-11-06  Alexandre JulliardBetter error message when an include file is not found...
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  Andreas MohrGet ELF_LoadLibraryExA back into a working state.
2000-11-06  Stefan LeichterEnable the functions AddPrinterW, WINSPOOL_GetPrinterDr...
2000-11-06  Francois GougetTake into account the sunken border for Win98 look.
2000-11-05  Lionel Ulmer- reorganized DInput DLL
2000-11-05  Huw D M DaviesAdded DnD cursors as ole32 resources.
2000-11-05  Dmitry TimoshkovAdded the ability to see names of the virtual key codes.
2000-11-05  Jeremy WhiteAdded a winelauncher shell script which makes the proce...
2000-11-05  Francois GougetNew script for porting Windows source code to WineLib.
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  Alexandre JulliardAdded debug_channels support.
2000-11-05  Patrik StridvallOptimized {,p}MoveTo{,Ex}{,16}.
2000-11-05  Francois GougetAdded comment explaining why we have an ERR rather...
2000-11-05  Gerald PfeiferAdded missing #include <sys/types.h>.
2000-11-05  Marcus MeissnerForward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass...
2000-11-05  James AbbatielloCleanup SystemParametersInfo<16|A|W>.
2000-11-05  James AbbatielloDon't reset MF_POPUP flag in SetMenu().
2000-11-05  James AbbatielloFix test for pending message in QUEUE_ReceiveMessage().
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  Lawson WhitneyProtect the backslashes we mean to have show from groff.
2000-11-04  Marcus MeissnerFixed off by one error in DPA handling, added some...
next