Added ability to turn on/off debug channels.
[wine] / include /
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-06-02  Mike McCormackDeclare NtCreateFile(), NtOpenFile() and NtReadFile().
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-06-02  Vincent Béron- Made sure const LP were actually const in dinput.h.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-30  Vincent Béron- Fixed GetSystemTimeAdjustment prototype and added...
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-29  Alexandre JulliardMoved WORDS_BIGENDIAN macros to basetsd.h.
2002-05-29  Gregg MattinsonFixed the LARGE_INTEGER and ULARGE_INTEGER unions for...
2002-05-28  Christian CostaThe SVGA block code was not accessible (AH and AL inver...
2002-05-28  Warren TurkalAdded structures and some constants for stream handling.
2002-05-28  Mike McCormackStub implementations of some functions.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-24  Vincent BéronPartial implementation of VerifyVersionInfo{A,W}.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardRestored managed mode config file option.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-05-23  Francois GougetInclude winerror.h if in Winelib mode.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-22  Francois GougetAdd mswsock.h, move relevant definitions to this header.
2002-05-21  Francois GougetTest for IStream_IMETHODS before defining APIs that...
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-19  John K. HohmMore comcat.dll implementation, swprintf fix, winerror...
2002-05-19  Vincent BéronCorrect implementation of VerSetConditionMask.
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Philip BrownNeed to undef NOERROR for Solaris.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-14  Vincent BéronBetter implementation of GetCalendarInfo{A,W}, not...
2002-05-11  John K. HohmFixed typos; added standard CATID_'s.
2002-05-11  Eric PouechFixed FlushInstructionCache prototype.
2002-05-10  Steven EdwardsDetect snprintf && _snprintf, use _snprintf on stupid...
2002-05-10  Alexandre JulliardAdded some #ifdefs HAVE_X11_XLIB_H where appropriate.
2002-05-09  John K. HohmAdded definitions for the Component Categories Manager.
2002-05-09  Juergen SchmiedTypes and partial implementation for NtQueryVolumeInfor...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardAdded ExtSelectClipRgn to the DC interface and implemen...
2002-05-07  Jukka HeinonenAdded support for DPMI RawModeSwitch.
2002-05-07  Alexandre JulliardAdded check for sys/sysctl.h.
2002-05-06  David HammertonAdded implementation of GetWindowInfo.
2002-05-05  Steven EdwardsCheck for and use chsize instead of ftruncate if present.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-05-04  Patrik StridvallMS C related changes.
2002-05-02  Alexandre JulliardCleaned up some inter-dll dependencies in palette manag...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-05-02  Alexandre JulliardCommented out removed headers.
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-05-02  Alexandre JulliardRewrote some headers from scratch to avoid EULA/patent...
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-05-01  Laurent PinchartImplementation of IOCTL_SCSI_PASS_THROUGH and
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-05-01  Johan GillDirectSoundEnumerateA() now passes a GUID to the callba...
2002-04-29  Patrik StridvallMicrosoft C related changes.
2002-04-27  Alexandre JulliardFreeBSD compile fix.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-25  Steven EdwardsFix for mingw32.
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-25  Martin WilckImplemented overlapped WSARecvFrom(), WSASendTo(), and
2002-04-25  Martin WilckImplemented server framework for asynchronous IO on...
2002-04-24  Alexandre JulliardNo longer try to support non-reentrant Xlib.
2002-04-24  Alexandre JulliardAdded support for installing an error callback when...
2002-04-23  Alexandre JulliardLoad libXrender at run-time with dlopen (based on a...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-04-22  Chuck Crayne- Recognize "\n" as an alternative soft line break...
2002-04-22  Martin WilckFixed cut&paste bug.
2002-04-20  Eric PouechNow C tests are able to access argc/argv as passed...
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-14  Martin Wilck- Need a "cleanup" method.
2002-04-11  Alexandre JulliardUpdated configure to take advantage of new autoconf...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-04-08  François GougetAdded some error codes.
2002-04-08  Michael KarcherFixed OpenGL routines broken by the DC -> PHYSDEV change.
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-04-05  Martin Wilck- separate cleanly between async scheduling and file...
2002-04-05  Steven EdwardsFixed mingw32 warning about stdcall and fastcall being...
2002-04-05  Guy L. Albertelli- Add defines for the NMTBHOTITEM flag word.
2002-04-03  Huw D M DaviesImplement GetTextExtentPointI and add support for ETO_G...
2002-04-03  Huw D M DaviesDon't calculate cached metrics or enumerate X11 fonts...
2002-04-03  Huw D M DaviesFix a few font problems with rotated text and non MM_TE...
2002-04-03  Dmitry TimoshkovImplement GetGlyphIndices. Tweak GetCharacterPlacement...
2002-04-03  Alexandre JulliardBetter check for -lresolv. Removed FREETYPELIBS.
2002-04-03  Huw D M DaviesAdded ImpersonateLoggedOnUser stub.
2002-04-02  Geoffrey HausheerAdded test for thread functions.
2002-04-02  Dimitrie O. PaunDeclare swprintf.
2002-04-02  Alexandre JulliardImplemented a large number of the 32-bit setupapi funct...
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-04-01  Francois GougetOn Solaris inet_aton is exported by libresolv.so.
2002-04-01  Francois GougetFix for the unistd.h vs. winsock.h problem in Winelib...
next