wine
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-16  Alexandre JulliardRemoved calls to Wine internal functions.
2000-11-16  Alexandre JulliardReplaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-15  Dmitry TimoshkovAdded mapping to/from unicode for WM_CHAR, WM_DEADCHAR...
2000-11-15  Francois GougetAllow the user to stick the option and its argument...
2000-11-15  Jon Griffiths- Complete the implementation of heap functions
2000-11-15  Dmitry TimoshkovPrepare switching to unicode of builtin widgets.
2000-11-15  James HathewayIncrease number of parameters possible for ICOM_* macro...
2000-11-15  Dmitry TimoshkovSkip directories when loading debug symbols.
2000-11-15  Eric PouechImproved internal module handling (module now have...
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  Dimitrie O... Include config.h.
2000-11-15  Marcus MeissnerSimplified reg handling in CoGetClassObject, do not...
2000-11-15  Marcus MeissnerRegSetValueEx16 might get passed 0 as count of databyte...
2000-11-15  Francois GougetMatch the Windows header dependencies.
2000-11-15  Francois GougetSM_ARRANGE is ARW_HIDE, i.e. 8
2000-11-15  Francois GougetDistinguish between IMPORTS and LIBRARIES.
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 JulliardDo not warn for unused imported dlls when forwards...
2000-11-13  Alexandre JulliardDon't include wine internal functions in the relay...
2000-11-13  Alexandre JulliardDo a strip --strip-unneeded on the .tmp.o file to reduc...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-13  Ove KaavenUnix98 pthread_rwlock* stubs for glibc2.2 compatibility.
2000-11-13  Marcus MeissnerSince we can no longer built .a files:
2000-11-13  Francois GougetFixed the detection of the link flags for NetBSD/Cygwin...
2000-11-13  Ove KaavenWhen a Win16 app sets a selector base to low DOS memory...
2000-11-13  Ove KaavenUse the virtual real-mode interrupt table if low DOS...
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.
next