Add config check and thread safe wrappers for the XRender library.
[wine] / include /
2001-07-08  Patrik StridvallAdd proper check for existance of struct sockaddr membe...
2001-07-08  Hidenori TakeshimaAdded missing IIDs.
2001-07-02  Mike McCormackDeclare stubs for ReadFileEx, WriteFileEx.
2001-07-02  Hidenori TakeshimaAdded some dshow headers.
2001-07-02  Nikolas ZimmermannAdded IBindHost, IWinInetInfo, IWinInetHttpInfo class...
2001-06-29  Alexandre JulliardRelease 20010629. wine-20010629
2001-06-29  Alexandre JulliardMoved ForceWindowRaise to the USER driver and removed...
2001-06-28  Patrik StridvallFixed subtle configure bug concerning OpenGL.
2001-06-28  Dmitry TimoshkovFinish ole32 separation.
2001-06-28  Alexandre Julliard- Remove cooked hardware messages when they are dropped...
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-06-26  Alexandre JulliardAdded window properties to make some x11drv-specific...
2001-06-26  Uwe BonnesAdded /dev/parport support for direct port access.
2001-06-25  Alexandre JulliardImplemented SendInput().
2001-06-22  Mike McCormackAdded some defines for process security tokens.
2001-06-22  Eric PouechMerge from Corel tree. Contributors are:
2001-06-21  Ove KaavenMake GetCursorPos call XQueryPointer.
2001-06-21  Ove KaavenExtended __wine_enter_vm86 to handle pending interrupts.
2001-06-20  Alexandre JulliardAvoid returning an unlocked window pointer from WINPOS_...
2001-06-20  Alexandre JulliardMoved queue paint count to the server. Removed a few...
2001-06-19  Alexandre JulliardMoved hardware message queue handling to the server.
2001-06-19  Marcus MeissnerBSCF enum defines flags, not an enumeration.
2001-06-19  Patrik Stridvall- Added, cleaned up and/or documentated _{begin,end...
2001-06-19  Patrik StridvallFixed GetCommConfig number of arguments.
2001-06-13  Marcus MeissnerAdded definitions for IKsPropertySet, small stub implem...
2001-06-11  Alexandre JulliardAdded counter for operations generating graphics exposu...
2001-06-08  Marcus MeissnerAdded check for broken mmap64.
2001-06-08  Alexandre JulliardRemoved WIN_NATIVE flag.
2001-06-07  Hidenori TakeshimaImplemented some part of AVIFIL32.
2001-06-06  Gerard PatelUse a flag to test if create structure is unicode.
2001-06-06  Andreas MohrDocumentation updates.
2001-06-06  Ian PilcherUse autoconf checks to check for various FreeType headers.
2001-06-06  Alexandre JulliardSet low-order bit of module handle for LOAD_LIBRARY_AS_...
2001-06-06  Ian PilcherFixed typo in INTERNAL_YWSTODS.
2001-06-06  Bobby BinghamStub implementation of AnimateWindow().
2001-06-06  Marcus MeissnerSome ASPI fixes, SC_GET_DISK_INFO stubbed, but returnin...
2001-06-04  Alexandre JulliardCreate an X window for every window, including children.
2001-05-31  Malte StarostikImplemented some very basic functionality.
2001-05-31  Francois GougetAdded msvcrt/eh.h.
2001-05-31  Francois GougetFix the VarXxxFromCy conversions.
2001-05-29  Marcus MeissnerDrop any file64 functions, try to use system supplied...
2001-05-29  Marcus MeissnerFirst try at implementing PathGetCharType().
2001-05-24  Andreas MohrAdded an unknown VxD error code.
2001-05-24  Andreas MohrMake snoop code take ordinal base into account.
2001-05-24  Andreas Mohr- BuildCommDCB16() uses int instead of BOOL
2001-05-22  Alexandre JulliardMake WIN_WindowFromPoint take a POINT instead of a...
2001-05-18  Alexandre JulliardRemoved THREAD_IsWin16.
2001-05-18  Alexandre JulliardMoved the major part of message queue and window timer...
2001-05-18  Marcus MeissnerEnhanced SetThreadExecutionState stub.
2001-05-16  Ian PilcherRead metrics from TrueType fonts.
2001-05-16  Alexandre JulliardCreate an X connection for each thread, and process...
2001-05-16  Alexandre JulliardWarnings fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-05-14  Bang Jun-YoungDefine HAVE_SYS_SOCKET_H on NetBSD and FreeBSD.
2001-05-11  Francois GougetRemoved some more obsolete 32 suffixes.
2001-05-11  Alexandre JulliardRenamed display to gdi_display where it is used for...
2001-05-10  Alexandre JulliardRelease 20010510. wine-20010510
2001-05-10  Alexandre JulliardMoved ScrollWindowEx implementation to the graphics...
2001-05-10  Francois GougetThe declaration of DECIMAL in VARIANT happens in the...
2001-05-09  Ove KaavenFixed the IDirectDrawSurface4 interface declaration...
2001-05-09  Alexandre JulliardMoved window move/resize syscommand handling to the...
2001-05-08  Marcus MeissnerPS passthrough was sending 2 bytes too many.
2001-05-07  Francois GougetAdded the minmax.h header (VC6).
2001-05-07  Francois GougetAdded missing include directives.
2001-05-07  Francois GougetRC_INVOKED (&NOWINRES) special cases.
2001-05-07  Francois GougetAdded support for the DECIMAL type.
2001-05-07  Francois GougetAdded IS_ERROR.
2001-05-05  Alexandre JulliardRemove Get/SetBeepActive from USER driver and manage...
2001-04-27  Marcus MeissnerAdded CUPS printing support.
2001-04-24  Alexandre JulliardMoved most of the implementation of SetWindowPos and...
2001-04-24  Francois GougetDon't use Windows types like LONGLONG in msvcrt headers.
2001-04-23  Francois GougetPrevent use by Wine's source.
2001-04-23  Francois GougetAdded offsetof (for the MFC).
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-23  Francois GougetProvide limited support for the msvcrt debug API.
2001-04-19  Alexandre JulliardRelease 20010418. wine-20010418
2001-04-18  Alexandre JulliardMoved DCX_* constants to winuser.h.
2001-04-16  Gavriel StateCopy the first 128 colors from the default colormap...
2001-04-16  Ove KaavenFixed CoerceDIBSection's AuxMod handling. Added CoerceD...
2001-04-16  Ove KaavenYet more stuff for ddrawi.h, including some GetDriverIn...
2001-04-16  Ove KaavenDirect3D header update.
2001-04-16  Ove KaavenNew header d3dhal.h, the Direct3D HAL device driver...
2001-04-16  Ove KaavenGeneralize the Wine version resource template a bit.
2001-04-12  Peter Hunnisett- Provide lobby provider COM object header file and...
2001-04-12  Alexandre JulliardAdded first/last message filters to MSG_InternalGetMess...
2001-04-12  Michael Stefaniuc- added stubs for three console functions
2001-04-10  Francois GougetPrevent multiple definitions caused by MSVCRT headers.
2001-04-10  Francois GougetAdded headers for the msvcrt library.
2001-04-10  Peter HunnisettAdded stub for WSASend.
2001-04-09  Marcus MeissnerArg 3 of CoGetClassObject is COSERVERINFO*, added some...
2001-04-04  Alexandre JulliardUnified 16-bit and 32-bit scheduling a bit more.
2001-04-04  Huw D M DaviesFix member names in NEWTEXTMETRICEX structs.
2001-04-02  James JuranAdd value 106 to SystemParametersInfo.
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-03-26  Alexandre JulliardRelease 20010326. wine-20010326
2001-03-23  Alexandre JulliardCleanup properly on x11drv unloading.
2001-03-22  Michael McCormackUse poll() on the client-side during server waits to...
2001-03-22  Alexandre JulliardUse the new send_fd mechanism for the set_console_fd...
2001-03-21  Jeff GarzikWarning fixes.
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
next