wine
1999-03-25  David LuyerChanged "strings.h" to "string.h".
1999-03-25  Randy WeemsFixed off-by-one error if bitblt width or height is...
1999-03-25  Francis BeaudetImplemented:
1999-03-25  Eric PouechThread-safe implementation of profile functions (Window...
1999-03-25  Stephane LussierMade the timer code thread safe.
1999-03-25  Francis BeaudetFixed possible endless loop.
1999-03-25  Francis BeaudetFixed LB_GETCURSEL message to return LB_ERR on empty...
1999-03-25  Juergen SchmiedUse the new header for COM definitions.
1999-03-25  Juergen SchmiedNew stub shell_654.
1999-03-25  Sylvain St... Implementation of TVM_SORTCHILDRENCB.
1999-03-25  Sylvain St... Fix problem in DPA_QuickSort where the sort order was...
1999-03-25  Ove KaavenAdded infrastructure and definitions for general-purpos...
1999-03-25  Ove KaavenAdded handling of SIGUSR2 for the new event interruptio...
1999-03-25  Ove KaavenAdded port 0x60 for int 0x09, and port 0x20 for PIC...
1999-03-25  Ove KaavenAdded int 0x09 and int 0x33.
1999-03-25  Ove KaavenImplemented a int 0x33 handler, with a minimal implemen...
1999-03-25  Ove KaavenImplemented a int 0x09 handler, and a scancode queue...
1999-03-25  Paul QuinnCreation of docobj.h.
1999-03-25  Huw D M DaviesAllow depth of DIB to differ from depth of bitmap in...
1999-03-24  Alexandre JulliardAbort on input error.
1999-03-24  Adrian ThurstonPopulation of oledlg.
1999-03-24  Ulrich WeigandAdd IsWindow() checks after SendMessage() returns.
1999-03-24  Jess HaasFixed a small bug in int10.
1999-03-24  Pascal LessardCOMBO_Size: maintain the height of the RectCombo when...
1999-03-24  Alexandre JulliardAuthors: Adrian Thurston <adriant@corel.ca>, Paul Quinn...
1999-03-24  Jim AstonAdded a few empty macros.
1999-03-24  Marcus MeissnerCURSORICON_Destroy: missing WINAPI added.
1999-03-24  Marcus MeissnerAdded translation for SO_RCVTIMEO (as seen by IE4).
1999-03-23  Alexandre JulliardCreate startup info for the initial process.
1999-03-23  Alexandre JulliardAdded server pid and tid in init_thread request, and...
1999-03-23  Noomen HamzaImplemented:
1999-03-23  Huw D M DaviesAdded StretchDIBits for the PostScript driver.
1999-03-23  Ove KaavenAdded missing ending pragma pack.
1999-03-23  Rein KlazesCorrected small bug in GetCommState16. Parity check...
1999-03-22  Ulrich WeigandBugfix: cope with quoted arguments for CreateProcess().
1999-03-22  Ulrich WeigandFixed typo in SizeofResource().
1999-03-22  Andreas MohrlstrcpyA can't use strcpy.
1999-03-22  Marcus MeissnerAdded -dll option for winelib programs. (Note: will...
1999-03-22  Andreas MohrAdded strlwr.
1999-03-22  Andreas MohrCosmetics.
1999-03-22  Eric PouechAdded new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
1999-03-22  Eric PouechStarted calling mixer as a 32 bit low level driver...
1999-03-22  Eric PouechFixed a few bugs. Started implementing mixerMessage...
1999-03-22  Eric PouechImplemented mciExecute.
1999-03-22  Eric PouechAdded yield proc members to mci struct.
1999-03-22  Eric PouechAdded mixer specfic error codes, fixed type in function...
1999-03-22  Eric PouechFixed return codes for default driver proc.
1999-03-22  Lawson WhitneyMade LB_GETCURSEL return focus_item if no item has...
1999-03-22  Kalevi J HautaniemiAdded Finnish keyboard layout.
1999-03-22  Veksler MichaelRemoved winuser16.h from x11drv.h.
1999-03-22  Klaas van GendImplementation of EnumPrintersA, info level 4 and 5.
1999-03-22  Adam SacarnyCheck if the build is stripped, and die if it is.
1999-03-22  Veksler MichaelFixed "reached end of non void..." warnings.
1999-03-22  Marcus MeissnerMessageBox32A -> MessageBoxA
1999-03-22  Sergey TurchanovImplementation for FreeLibraryAndExitThread.
1999-03-22  Ulrich WeigandRun Win32 processes in their own threads.
1999-03-21  Alexandre JulliardChanged process initialisation to use the new server...
1999-03-21  Alexandre JulliardAdded new_process and init_process request.
1999-03-21  Robert PouliotOne small error corrected and the 102th key...
1999-03-21  Ove KaavenMade commerror and eventmask local to each port (for...
1999-03-21  Ove KaavenFixed prototypes of a couple of comm routines.
1999-03-21  Andreas MohrFixed typo.
1999-03-21  Francis BeaudetClear update region before WM_NCDESTROY.
1999-03-21  Alexandre JulliardGot rid of SYSTEM_LOCK macros.
1999-03-20  Alexandre JulliardNo longer need to delete system heap critical section.
1999-03-19  Francis BeaudetAdded a check for desktop in SHGetFileInfo.
1999-03-19  Eric PouechFixed some bugs in MCI message mapping (32A => 16).
1999-03-19  Pavel RoskinFixed WIN_SendDestroyMsg.
1999-03-19  Pavel RoskinRemoved definitions for FIONREAD and FIONBIO.
1999-03-19  Eric PouechFixes some return values for DefDriverProc.
1999-03-19  Sylvain St... Removed the chop command that was there to get rid...
1999-03-19  Andreas MohrHide dialog windows created by CreateDialog* in EndDial...
1999-03-19  Stephane LussierSet type of destination variant in VariantChangeTypeEx...
1999-03-19  Bertho StultiensFixed Danish keyboard layout.
1999-03-18  Marcus MeissnerLots of warning fixed, one missing WINAPI in ddraw...
1999-03-18  Sylvain St... Implements +/-, PgUp/PgDown, Home/End, Left/Right,...
1999-03-18  Marcus Meissnermsvfw32.spec brought up to date (forgot it in last...
1999-03-18  Marcus MeissnerAdded Module32* stubs.
1999-03-17  Bruno AfonsoAdded Portuguese keytable.
1999-03-17  Robert PouliotAdded Canadian French keyboard layout.
1999-03-17  Huw D M DaviesAdded UK keyboard layout.
1999-03-17  Jess HaasFixed/implemented various interrupt functions.
1999-03-17  Marcus MeissnerFixed some warnings. removed some unneccessary includes...
1999-03-17  Francis BeaudetImplemented a more defensive version of WIN_SendDestroyMsg.
1999-03-17  Alexander V... Install headers from $(SRCDIR).
1999-03-17  Francois GougetRemoved the obsolete ICOM macros.
1999-03-17  Francois GougetMoved the APIs closer to the corresponding COM interfac...
1999-03-17  Jess HaasAdded some stubs for int15 functions.
1999-03-17  Ulrich WeigandInter-thread SendMessage() bugfixes:
1999-03-17  Thuy NguyenReturn error if not a valid OLE compound file.
1999-03-17  Douglas RidgwayFix crash if lpuCurDirLen or lpuDestDirLen==0.
1999-03-17  Marcus MeissnerMake cdrom.c compile on FreeBSD (FreeBSD does not seem...
1999-03-16  Ulrich WeigandPass CreateProcess() SECURITY_ATTRIBUTES through to...
1999-03-16  Ulrich WeigandPass new arguments (suspend/inherit) to the server.
1999-03-16  Ulrich WeigandHandle suspend/resume_thread requests in phase STARTING...
1999-03-16  Marcus MeissnerRemoved no longer necessary win.h include, added now...
1999-03-16  Marcus Meissnerdebug.h must be last, or we get ERR() macro problems...
1999-03-16  Francis BeaudetFixed a slight bug that was included in the change...
1999-03-16  Ulrich WeigandFix compiler warnings.
1999-03-16  Sylvain St... Fixed some graphical problems of the treeview and added...
next