wine-orson.git
1999-02-25 Alexandre JulliardRelease 990225. wine-990225
1999-02-25 Albert den... For various reasons some of our libwine executables...
1999-02-25 Alexandre JulliardMake GetWindowLong(GWL_HWNDPARENT) return the same...
1999-02-25 David LuyerAdded __attribute__ ((unused)) on static inline functio...
1999-02-25 Adam the Jazz GuyAdded "The Easy Way" and "The Hard Way", largely favori...
1999-02-25 Marcus MeissnerNeeds thread.h for non-Linux.
1999-02-25 Francois BoisvertAdding of new functions to make the wnd struct thread...
1999-02-25 Michael VekslerAdded configure check for getbkgd and define HAVE_GETBKGD.
1999-02-25 Paul QuinnMany interface declarations that originated from oleidl...
1999-02-25 Michael VekslerFixed warning and compilation errors.
1999-02-25 Michael VekslerRemoved includes of wine/* headers.
1999-02-25 Pavel RoskinMade message "Resource not found" WARN.
1999-02-25 Adrian Thurston- Use the new COM definition macros in the header.
1999-02-25 Alexandre JulliardAuthors: Paul Quinn <paulq@corel.ca>, Zygo Blaxell...
1999-02-25 Pascal LessardScrollDC32 modified to return rect in logical coordinate.
1999-02-25 Adrian ThurstonAdds C++ nameless union support to tagVARIANT.
1999-02-25 Adrian ThurstonMoved some definitions out of oleauto.h and into oaidl...
1999-02-24 Juergen SchmiedChanged pidl structure to match the pidl's used in...
1999-02-24 Juergen SchmiedImplemented reading of *.lnk-files.
1999-02-24 Juergen Schmiednew file, including the IShellLink definition.
1999-02-24 Ulrich WeigandModified process creation sequence: call PE_CreateModul...
1999-02-24 Marcus MeissnerOptimized away more includes, readded some #includes...
1999-02-24 <smil@mechatronika.hu>Added low-level Netware installation check.
1999-02-24 Joseph PranevichAdded GetBackgroundColor call to the console struct...
1999-02-24 Joseph PranevichBugfixes for INT 10/0B (SetBackgroundColor) to work...
1999-02-24 Lionel UlmerAdded stubs for two missing methods of DInput.
1999-02-24 Thuy NguyenFixed a bug.
1999-02-24 Thuy NguyenAdded support for larger files.
1999-02-24 Huw D M DaviesFixes buffer overrun problems with GetDIBits.
1999-02-24 Stephane LussierFixed some SendMessage bugs.
1999-02-24 Sylvain St... Fix COM_ExternalLockFreeList to do not fail with an...
1999-02-22 Zygo BlaxellImplemented some CRTDLL string functions.
1999-02-22 Marcus MeissnerSome more recursive include fixes/optimizations.
1999-02-22 Juergen Schmied- eliminated one element of the pidl struct (dwSFGAO)
1999-02-22 Juergen Schmied- header uses the last macros now
1999-02-22 Francois GougetUpdated to use the latest COM macros, ICOM_VTABLE and...
1999-02-22 Francois GougetUse latest COM macros
1999-02-21 Alexandre JulliardChanged initial process creation to avoid memory alloca...
1999-02-21 Alexandre JulliardRemoved thread queue functions.
1999-02-21 Alexandre JulliardRemoved use of per-thread wait_struct, cleaned up a...
1999-02-21 Alexandre JulliardRemoved MEM_MAPPED_FILE_Ops.
1999-02-21 Alexandre JulliardAdded a few exception codes.
1999-02-21 Michael Veksler- Fix headers to include less or smaller header files.
1999-02-21 Marcus MeissnerChange "g" (general regs) into "r" (hardregs) in clone...
1999-02-21 Marcus MeissnerAdded missing WINAPIs.
1999-02-21 Stephane LussierFix problem where you need mouse activity to unlock...
1999-02-20 Francis BeaudetImplemented the OleCreateFontIndirect method and the...
1999-02-20 Marcus MeissnerProblems reported by Donald Page, PR 105-107.
1999-02-20 Joseph PranevichMore commenting, better debugging of color problems...
1999-02-20 Joseph PranevichSupport for the new InitialRows andf InitialColumns...
1999-02-20 Joseph PranevichFix *DUH* problem causing lots and lots of unnecessary...
1999-02-20 Joseph PranevichRemoval of obsolete XtermResolution option.
1999-02-20 Joseph PranevichAdd information about the new wine.conf options.
1999-02-20 Eric PouechFixed backtrack issue on 16bit code.
1999-02-20 Eric PouechChanged LocateDebugInfoFile to reduce stack consumption...
1999-02-20 Eric PouechFixed comment for Wine documentation.
1999-02-20 Alexandre JulliardAdded get/set_handle_info request.
1999-02-20 Alexandre JulliardFixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
1999-02-20 Bertho StultiensFix a couple of 64bit platform problems and speed up...
1999-02-20 Marcus MeissnermmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF...
1999-02-20 Zygo BlaxellAdded a check for the existence of wine.sym before...
1999-02-20 Francis BeaudetAdded some new stubs for the OLE menu descriptor methods.
1999-02-19 Martin WalkerFixed message filtering check.
1999-02-19 Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19 Huw D M DaviesFixed a few broken includes.
1999-02-19 Alexandre JulliardReverted broken close button change.
1999-02-19 Jeff GarzikAdded missing string.h include.
1999-02-19 Uwe BonnesOnly append .dll if no extension yet.
1999-02-19 Francis BeaudetTemporary fix suggested by Ulrich to allow the
1999-02-19 Ove KaavenInitialized return value of 16->32 conversion of WM_MDI...
1999-02-19 Ove KaavenAdded extra child arguments to DCE_GetVisRgn() to be...
1999-02-19 Lawson A. WhitneyDon't hang on the last child if it's not wanted.
1999-02-19 Ian SchmidtPartial stub implementation of undocumented KERNEL...
1999-02-19 Ove KaavenFix redraw problems for ChooseColor dialog.
1999-02-19 Marcus MeissnerRemoved a lot of occurences of windows.h (and added...
1999-02-19 Francois GougetSmall fixes.
1999-02-19 Francois GougetChanged the first parameter from LPGUID (Windows header...
1999-02-19 Francois GougetRemoved redundant definitions of IsEqualIID and IsEqual...
1999-02-18 Stephane Lussier- New implementation of SendMessage, ReceiveMessage...
1999-02-18 Ulrich WeigandBugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWi...
1999-02-18 Pascal LessardApplied the changes of the resulting color of the choos...
1999-02-18 Francois GougetRemoved references to ICOM_INHERITS.
1999-02-18 Thuy NguyenFixed bug with read-only files.
1999-02-18 Marcus MeissnerRemoved superflous WINAPI (mismatch with prototype...
1999-02-18 Marcus Meissnerdosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
1999-02-18 Francois GougetModified so that they do not use the VTABLE_FUNC macros...
1999-02-18 Francois GougetUpdated to use the latest COM macros. Defined more...
1999-02-18 Francois BoisvertImplementation of the pushed close button.
1999-02-17 Francois GougetMoved some definitions to their proper include file.
1999-02-17 Francois GougetFixed some ICOM_INHERIT stuff and added new related...
1999-02-17 Francois GougetAdded new API. Part of it was in 'include/objbase.h...
1999-02-17 Francois GougetFixed a number of warnings concerning the matching...
1999-02-17 Marcus MeissnermmioDescend: fixed FIND_xxxx, verified with mciavi32...
1999-02-17 Francois GougetChanged ICOM_THIS definition.
1999-02-17 Bertho StultiensRenamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_...
1999-02-17 Steffen Moeller"Configure finished" message suggests to call make...
1999-02-17 Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-17 Luc TourangeauPreliminary listview control implementation.
1999-02-17 Francois BoisvertGive the context menu its proper behaviour and modify...
1999-02-17 Dave PicklesGetUpdateRect should return client coordinates unless...
next