wine/eterwine.git
2003-02-24 Eric PouechAdded handling for PSNRET_INVALID in PSN_APPLY notifica...
2003-02-24 Eric PouechSet a default 50 lines in history for console apps.
2003-02-24 Dan KegelMake 'cmd /c cl /MUMBLE foo.c' pass /MUMBLE to cl.
2003-02-24 Michael StefaniucAdd missing LeaveCriticalSection's in error path.
2003-02-24 Marcus MeissnerPrint out name of float exceptions.
2003-02-24 Dimitrie O... Link in shell32 only in gui mode.
2003-02-24 Robert ReifAdded definitions for DirectSoundFullDuplex and moved...
2003-02-20 Alexandre JulliardRelease 20030219. wine-20030219
2003-02-19 Alexandre JulliardAdded pipe.ok.
2003-02-19 Alexandre JulliardUpdated authors list.
2003-02-19 Eric PouechFixed read-overflow spotted by valgrind.
2003-02-19 Jukka HeinonenIgnore get shadow buffer function.
2003-02-19 Alexandre JulliardFixed installation order of linkable dlls.
2003-02-19 Jukka HeinonenMove resize memory block to winedos and make it resize...
2003-02-19 Uwe BonnesRough implementation of _O_TEXT/_O_BINARY translation...
2003-02-19 Waldeck Schutzer- Some systems/drives are very slow to read the TOC...
2003-02-19 Waldeck SchutzerAvoid playing data tracks.
2003-02-19 Gerald PfeiferAvoid warnings.
2003-02-19 Dan KegelAdded check for illegal pipe names.
2003-02-19 Andreas MohrConvert Twips values from the registry.
2003-02-19 Alexandre JulliardAuthors: Sander van Leeuwen <sandervl@xs4all.nl>, Dietr...
2003-02-19 Ove KaavenFor better concurrency, separate the connections from...
2003-02-19 Warren Baird- Avoid possible seg fault when calling TRACE with...
2003-02-19 Warren BairdIncrease size of insufficiently big stack allocated...
2003-02-19 Jukka HeinonenWhen updating the edited line, remember to update attri...
2003-02-19 Eric Pouech- removed unused function: SetSymbolValue
2003-02-19 Eric Pouech- added parsing of C++ inheritence information
2003-02-19 Duane ClarkA fix to get edit control scrolls bars to draw in the...
2003-02-19 Thomas MertesTests for RtlCharToInteger, RtlExtendedMagicDivide...
2003-02-19 Thomas Mertes- Implement RtlCharToInteger, RtlExtendedMagicDivide...
2003-02-19 Alberto Massari- the first argument in several Unicode functions was...
2003-02-19 Ove Kaaven"Implemented" IID_BS_* macros.
2003-02-19 Mike McCormackAdded missing release_object.
2003-02-19 Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-18 Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-02-18 Alexandre JulliardPrint dll name too for stub exceptions.
2003-02-18 Duane ClarkCorrectly encode wParam for WM_SYSCOMMAND,SC_SIZE messages.
2003-02-18 Alberto MassariAdded stub for CryptUnprotectData.
2003-02-18 Tony LambregtsAdd entry for no html in patches.
2003-02-18 Steven EdwardsPorting fixes.
2003-02-18 Thomas Mertes- Fix small bug in RtlFindMostSignificantBit. It return...
2003-02-17 Alexandre JulliardMake sure get_file_size uses a valid fd (spotted by...
2003-02-17 Alexandre JulliardSet default loadorder to native for dlls that contain...
2003-02-17 Tony LambregtsUpdated regression testing documentation.
2003-02-17 Eric PouechAllowed waveInMessage to use physical information ...
2003-02-17 Ove KaavenNDR marshalling fixes.
2003-02-17 Ove KaavenMake NdrDllRegisterProxy use the interface stub header...
2003-02-17 Eric Pouech- added GetName() to retrieve type name
2003-02-17 Eric PouechMoved expr freeing when translating a command (no longe...
2003-02-17 Rok MandeljcReimplemented distance attenuation formula.
2003-02-15 Shachar Shemesh- Implemented two lookup tables for the sample fonts...
2003-02-15 Robert ReifAdded support for direct sound capture and a real direc...
2003-02-15 Robert ReifAdded additional formats.
2003-02-14 Robert ReifStarted to add support for a real direct sound capture...
2003-02-14 Robert ReifAdded/fixed some definitions for direct sound capture.
2003-02-14 Duane ClarkSupport the undocumented behavior of deleting column...
2003-02-14 Eric PouechFixed regression in process parent handling.
2003-02-14 Dan KegelRoll loop back up to avoid code duplication.
2003-02-14 Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Huw...
2003-02-14 Uwe BonnesSeparate "Enumerate Hardware Addresses" as function...
2003-02-14 Michael StefaniucImplemented _mbsnbcat.
2003-02-14 Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-14 Dimitrie O... Correctly remember the first paint event, but delay...
2003-02-14 Eric Pouech- fixed mouse event generation
2003-02-14 Jukka HeinonenOutputting backspaces should only move the cursor.
2003-02-14 Mike HearnRemoved the nonexistant command "debugmsg" from winedbg...
2003-02-12 Lionel UlmerUse the dwStartVertex argument in the Draw*PrimitiveVB...
2003-02-12 Lionel UlmerChange algorithm to detect lighted / unlighted vertices.
2003-02-12 Lionel UlmerHandle the COLORVERTEX render state.
2003-02-12 Lionel UlmerTrace after the matrix has been copied, not before.
2003-02-12 Alexandre JulliardRemoved direct references to the file descriptor, use...
2003-02-12 Sergei Turchanov- _SHStrDupAA forgot about terminating '\0'.
2003-02-12 Marcus MeissnerFix warning in __crtLCMapStringA.
2003-02-12 Gerald PfeiferAvoid warnings caused by assert(...).
2003-02-12 Duane ClarkReplace HEAP_strdupAtoW call and delete extra
2003-02-12 Lionel UlmerImplemented EnumObjects for the keyboard device.
2003-02-12 Lionel Ulmer- fixed GetTransform
2003-02-12 Lionel UlmerAdded fogging for transformed vertices.
2003-02-12 Michael StefaniucAdded some missing LeaveCriticalSection's.
2003-02-12 Michael StefaniucRemove dead code after return or properly comment it...
2003-02-12 Tony LambregtsAdd entry for "Error installing iKernel.exe: (0x1400)".
2003-02-12 Duane ClarkWinspool expects NULLs to be preserved in ascii to...
2003-02-12 Warren BairdIncrease size of insufficiently big stack allocated...
2003-02-12 Warren BairdImplementation of GetDeviceCaps in metafile driver.
2003-02-12 Warren BairdAdded BYTE explicit casts in RGB macro definition.
2003-02-12 Matthew DavisonMake trace output produced by wineboot more useful.
2003-02-12 Lionel UlmerReport an error if GetDeviceData is called on an Unacqu...
2003-02-12 Tony LambregtsModify the wineconf tags so that the sample config...
2003-02-12 Christian CostaFix comment in ZfromZproj.
2003-02-12 Christian CostaImplemented IDirect3DDevice7_Load.
2003-02-11 Steven EdwardsPorting fixes.
2003-02-11 Jukka HeinonenReorganize IOCTL handling.
2003-02-11 Rein KlazesIn PE_fixup_imports report "module file not found"...
2003-02-11 Marcus MeissnerFixed undefined operation compiler warning.
2003-02-11 Jukka HeinonenAdd locking to VGA_SetWindowStart.
2003-02-11 Jukka HeinonenAdd support for VESA mode information.
2003-02-11 Dimitrie O... Compute matrix of first paint when we actually have...
2003-02-11 Dimitrie O... Add missing ListView_SetItemCount declaration.
2003-02-11 Lionel UlmerAdded stub for undocumented 'wglGetDefaultProcAddress...
2003-02-11 Warren BairdFix wrong structure used to determine the size of a...
next