wine
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Andreas MohrRearrange winver detection code and cache the winver...
1999-06-12  Gerard PatelDraws a border around windows with old win31 style...
1999-06-12  Patrik StridvallAdded CINTERFACE and NONAMELESSUNION support.
1999-06-12  Patrik StridvallAdded extern "C" if __cplusplus is defined.
1999-06-12  Francis BeaudetFixed a few behaviors of the combobox that were broken.
1999-06-12  Guy AlbertelliAdd new "walk" command options to list processes and...
1999-06-12  Uwe BonnesX11DRV_DIB_SetImageBits_24/32: Fix the case for bits_pe...
1999-06-12  Patrik StridvallChanged xxx(VOID) to xxx(void).
1999-06-12  Eric Pouech- simplified internal data
1999-06-12  Eric PouechMade the service thread instanciable in every process.
1999-06-12  James JuranUse Autoconf to find path to ldconfig.
1999-06-12  Francis BeaudetFixed a problem with the LoadTypeLib method.
1999-06-12  Marcus MeissnerUse @sysconfdir@ for the default registries in misc...
1999-06-12  Marcus MeissnerAdded generic pixel converter for 8->24.
1999-06-12  Pavel RoskinDIALOG_ParseTemplate16() supported up to 127 controls...
1999-06-12  Ove KaavenVarious DPMI fixes and preliminary DPMI raw mode switch...
1999-06-12  Noomen HamzaFixed imprecision in the MDI tiling functionality.
1999-06-12  Huw D M DaviesOpen files with more appropriate sharing mode.
1999-06-12  Huw D M DaviesSmall fixes for EnhMetaFile playback.
1999-06-12  Ian SchmidtFixed an error and an off-by-one bug in DSA_SetItem...
1999-06-12  Marcus MeissnerRemove DIABLO_HACK (does not work anymore), add 1 FIXME...
1999-06-12  Slava MonichdwDataSize needs to be reset before each RegQueryValueE...
1999-06-12  Ove KaavenDon't ignore application-requested primary buffer flags.
1999-06-12  Ove KaavenClear high word of %esp when returning from CallFrom16.
1999-06-12  Ove KaavenImplementation of EV_RXFLAG.
1999-06-12  Ulrich WeigandBetter implementation of [GS]etForegroundWindow.
1999-06-12  Ulrich WeigandRelease Win16Lock during PROCESS_Create.
1999-06-12  Luc TourangeauImageList_GetIcon bug fix.
1999-06-12  Rein KlazesCorrected a problem in GetTimeZoneInformation() due...
1999-06-12  Patrik StridvallChanged K&R C function definition to ANSI C.
1999-06-12  Huw D M DaviesPSDRV_StretchDIBits should use logical co-ords.
1999-06-12  Andreas MohrFixed WNASPI32 ordinals.
1999-06-12  Andreas MohrAdded the function definitions of GetStartupInfo*().
1999-06-12  Keith Matthews1st cut implementation of DdeNameService (omits monitor...
1999-06-11  Alexandre JulliardUse the normal environment routines to build the env...
1999-06-11  Alexandre JulliardReturn console handles in alloc_console request.
1999-06-07  Eric PouechFixed CreateCompatibleBitmap when called with 0 width...
1999-06-07  Eric PouechFixed mmioDescend when called with a parent chunk.
1999-06-07  Marcus MeissnerTrying to fix sigaltstack() problem reported by Debian...
1999-06-07  Marcus MeissnerFixed TLB_Read (can easily get count!=bytesread at...
1999-06-07  Marcus MeissnerFixed >> and * operator precedence problem.
1999-06-07  Eric PouechFixed order for entering critical sections (X11 vs...
1999-06-07  Ulrich WeigandConsult ne.operating_system field for NE files in GetBi...
1999-06-07  Alexandre JulliardFixed initial process refcount.
1999-06-06  Alexandre JulliardForced commit to get rid of the vendor branch
1999-06-06  Alexandre JulliardAdded cmdlgr.h
1999-06-06  Alexandre JulliardAvoid use of strncmpi (reported by Ron Cemer).
1999-06-06  Alexandre JulliardMoved inclusion of winestring.h to winebase.h.
1999-06-06  Ron CemerFixes for several bugs in which portions of the scrollb...
1999-06-06  Ron CemerFixes for Win9x and WinNT look and feel.
1999-06-06  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-06-06  Uwe BonnesCreateFileA/FILE_DoOpenFile: add verbose reporting...
1999-06-06  Dave PicklesAdded Wine command-line interpreter.
1999-06-06  Ulrich WeigandRemoved Callback.CallTaskRescheduleProc().
1999-06-06  Ulrich WeigandSwitch stacks in CALL32_Init().
1999-06-06  Ulrich Weigand16-bit scheduler reorganized: run all tasks in their...
1999-06-06  Ulrich WeigandRemoved SERVICE_Exit().
1999-06-06  Ulrich WeigandRelease WND lock before calling PostEvent16().
1999-06-06  Uwe BonnesAdd some defines.
1999-06-06  Uwe BonnesASPI_ExecScsiCmd: better return value and verbose error...
1999-06-06  Guy AlbertelliUse SearchPath to test for existance of programs in...
1999-06-06  Slava MonichImplemented dialog units -> pixels conversion very...
1999-06-05  Paul QuinnSome non-threatening fixes to some headers, as well...
1999-06-05  Dave PicklesStub for SetVolumeLabel().
1999-06-05  Uwe BonnesAdd back lost treatment of HWND_TOPMOST.
1999-06-05  Ulrich WeigandTry to improve ConfigureNotify event processing.
1999-06-05  Joshua ThielenAllow pens with styles greater than PS_INSIDEFRAME...
1999-06-05  Rein KlazesRead/load type libraries. Implementation of ITypeLib...
1999-06-05  Rein KlazesAllow NULL as argument to SysFreeString in accordance...
1999-06-05  Klaas van Gend- more up-to-date description of source tree
1999-06-05  Robert W HallAdded 2 stubs.
1999-06-05  Ulrich WeigandFixed behaviour of Alloc..ThunkletCallback[Ex] for...
1999-06-05  Ulrich WeigandFixed potential memory corruption in EVENT_QueryZOrder.
1999-06-05  Guy AlbertelliCorrect search order in SearchPath for Win 3.1/95/98...
1999-06-05  Slava Monicho check for both CW_USEDEFAULT and CW_USEDEFAULT16.
1999-06-05  Ian SchmidtAdded partial implementation for DPA_LoadStream and...
1999-06-05  Pavel RoskinMake it possible to link Wine statically (at least...
1999-06-05  Eric PouechWhen looking into sys menu, check if items are present...
1999-06-05  Ulrich WeigandRemoved DummyMotionNotify EVENT driver routine.
1999-06-05  Marcus MeissnerAutoconfigure the directories in the manpage.
1999-06-05  James JuranAdd stub for LockFileEx (KERNEL32.513).
1999-06-05  Klaas van GendCurrent status of Wine on internationalisation.
1999-06-05  Rein KlazesDo not process WM_LBUTTONUP message in ButtonWndProc()
1999-06-05  Noel BorthwickFrom CreateCompatibleDC, pass the device name associate...
1999-06-05  Eric PouechAdded some digital video interface
1999-06-05  Eric PouechWorkaroung gcc 2.7.2.x sig 11 issue.
1999-06-05  Eric PouechAdded (still incomplete) handling of MCI_BREAK command.
1999-06-05  James JuranUpdated documentation/no-windows.
1999-06-05  Marcus MeissnerSpeedup enhancement for the 8->16 and 8->32 copy loop...
1999-06-04  Alexandre JulliardMade handle table a separate object.
1999-06-04  Alexandre JulliardAdded optional debugging code in object management.
1999-05-29  Alexandre JulliardGot rid of THREAD_InitDone.
1999-05-29  Luc TourangeauReimplemented the CheckRadioButton function.
1999-05-29  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-29  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-29  Alexandre JulliardAuthors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiel...
1999-05-29  Francis BeaudetFixed a behavior of the focus when a parent window...
1999-05-29  Joshua ThielenFixed a bug which causes the PolyBezier to not be updat...
1999-05-29  Gerard PatelRemove unnecessary warning in TranslateAccelator.
next