2002-12-18 |
Francois Gouget | Fix signed/unsigned warnings. |
tree | commitdiff |
2002-12-18 |
Ove Kaaven | Removed a few more inclusions of deprecated wine/obj_... |
tree | commitdiff |
2002-12-18 |
Alexandre Julliard | Made crtdll a normal user of msvcrt by setting the... |
tree | commitdiff |
2002-12-18 |
Alexandre Julliard | Avoid including other headers from the msvcrt headers... |
tree | commitdiff |
2002-12-18 |
Raphael Junqueira | - some fixes in CreateDevice init |
tree | commitdiff |
2002-12-18 |
Alexandre Julliard | Implemented RtlTimeToElapsedTimeFields. |
tree | commitdiff |
2002-12-18 |
Lionel Ulmer | Fix in another place in the code computing the memory... |
tree | commitdiff |
2002-12-18 |
Francois Gouget | Use strlen or lstrlenA as appropriate to avoid signed... |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
tree | commitdiff |
2002-12-17 |
Alexandre Julliard | Fixed warnings. |
tree | commitdiff |
2002-12-17 |
Dimitrie O. Paun | Added stubs for {Start,End}{Doc,Page}Printer. |
tree | commitdiff |
2002-12-17 |
Bill Currie | fdopen: don't rewind the file after creating the FILE... |
tree | commitdiff |
2002-12-17 |
Lionel Ulmer | If we support 'non-native' texture format, advertise it. |
tree | commitdiff |
2002-12-17 |
Jason Edmeades | The simple bits of fog. |
tree | commitdiff |
2002-12-17 |
Patrik Stridvall | Added stubs for WINTAB{,32}.DLL (used by many important... |
tree | commitdiff |
2002-12-17 |
Robert Shearman | Add standard dispatch implementation (CreateStdDispatch). |
tree | commitdiff |
2002-12-17 |
Uwe Bonnes | NetUserGetInfo: implemented Level 1. |
tree | commitdiff |
2002-12-17 |
Raphael Junqueira | - some D3D8 fixes |
tree | commitdiff |
2002-12-16 |
Rolf Kalbermatter | Change calls to CLSIDFromString to SHCLSIDFromStringW... |
tree | commitdiff |
2002-12-16 |
Andreas Mohr | - actually use PLUID |
tree | commitdiff |
2002-12-16 |
Lionel Ulmer | - fix bad TRACE |
tree | commitdiff |
2002-12-16 |
Lionel Ulmer | - revert some optimisations breaking some games |
tree | commitdiff |
2002-12-16 |
Christian Costa | Implemented DrawPrimitiveStrided and DrawIndexPrimitive... |
tree | commitdiff |
2002-12-16 |
Lionel Ulmer | Fix a memory leak and optimize a little bit the generic... |
tree | commitdiff |
2002-12-16 |
Christian Costa | Improve traces + small fix. |
tree | commitdiff |
2002-12-16 |
Lionel Ulmer | - fix Twist demo |
tree | commitdiff |
2002-12-16 |
Rolf Kalbermatter | Add config.h/port.h to allow compilation/linking in... |
tree | commitdiff |
2002-12-16 |
György 'Nog' Jeney | - Implement ordinals 167 and 171. |
tree | commitdiff |
2002-12-16 |
Rolf Kalbermatter | Make some shell32 files compile in MSVC. |
tree | commitdiff |
2002-12-16 |
Rolf Kalbermatter | Do at least something for SHDragDrop functions although... |
tree | commitdiff |
2002-12-16 |
Rolf Kalbermatter | Add debug info for IExtractIconW. |
tree | commitdiff |
2002-12-16 |
Lionel Ulmer | Supports the ALPHAFUNC and ALPHAREF rendering states. |
tree | commitdiff |
2002-12-16 |
Francois Gouget | Add the capacity of playing a test tone using the ... |
tree | commitdiff |
2002-12-16 |
Andreas Mohr | Added some Win3.1 export stubs. |
tree | commitdiff |
2002-12-16 |
Andreas Mohr | Implemented VarOr(). |
tree | commitdiff |
2002-12-16 |
Lionel Ulmer | Add support for the TextureAddress render state. |
tree | commitdiff |
2002-12-15 |
Francois Gouget | In the latest sdk the {waveOut,midiOut}{Get,Set}Volume... |
tree | commitdiff |
2002-12-15 |
Eric Pouech | Fixed hangup condition at the end of some playback. |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
tree | commitdiff |
2002-12-15 |
Alexandre Julliard | Use import libraries when building tests too. Make... |
tree | commitdiff |
2002-12-15 |
Jukka Heinonen | Add support for DPMI32. Make winedos16.dll unnecessary. |
tree | commitdiff |
2002-12-15 |
Lionel Ulmer | - rework how texturing is done in the D3D driver |
tree | commitdiff |
2002-12-15 |
Lionel Ulmer | Fix bad logic in == NULL test. |
tree | commitdiff |
2002-12-15 |
Rolf Kalbermatter | Add support for Unicode IExtractIcon creation in |
tree | commitdiff |
2002-12-15 |
Rolf Kalbermatter | Fix crash when constructing ANSI interface pointer... |
tree | commitdiff |
2002-12-15 |
Francois Gouget | If unable to set the desired format, OSS_RawOpenDevice... |
tree | commitdiff |
2002-12-15 |
Francois Gouget | Our resampling algorithm is quite primitive so try... |
tree | commitdiff |
2002-12-15 |
Francois Gouget | Use slighly more accurate formula for C816. |
tree | commitdiff |
2002-12-15 |
Francois Gouget | If given a bad device id waveOutGetDevCapsA is supposed... |
tree | commitdiff |
2002-12-13 |
Rolf Kalbermatter | Added Unicode versions of the HCR_ internal functions. |
tree | commitdiff |
2002-12-13 |
Jukka Heinonen | When asynchronous signals are blocked, block also SIGUSR2. |
tree | commitdiff |
2002-12-13 |
Robert Shearman | Implemented StrStrIW. |
tree | commitdiff |
2002-12-13 |
Rok Mandeljc | Implementation of IDirectSound3DListenerImpl_Set*(). |
tree | commitdiff |
2002-12-13 |
Alexandre Julliard | Avoid casts between LARGE_INTEGER and FILETIME. |
tree | commitdiff |
2002-12-13 |
Alexandre Julliard | Fixed some dependencies. |
tree | commitdiff |
2002-12-13 |
György 'Nog' Jeney | - Reimplement time functions using ntdll functions. |
tree | commitdiff |
2002-12-13 |
Chris Morgan | Stub NetGetDCName(). Add in the rest of the NERR_... |
tree | commitdiff |
2002-12-13 |
Francois Gouget | Extend the test by creating a PrimaryBuffer object... |
tree | commitdiff |
2002-12-13 |
Francois Gouget | IDirectSoundBuffer.GetCaps should fail if caps.dwSize... |
tree | commitdiff |
2002-12-13 |
Jason Edmeades | Thanks to Lucho, text support in samples now starts to |
tree | commitdiff |
2002-12-13 |
Chris Morgan | Add support for Jack audio server. |
tree | commitdiff |
2002-12-13 |
Francois Gouget | Add support for the 48 and 96kHz formats. |
tree | commitdiff |
2002-12-13 |
Robert Shearman | - Change launch functions to use unicode and implement... |
tree | commitdiff |
2002-12-13 |
Rolf Kalbermatter | Fixed some signed/unsigned comparison warnings. |
tree | commitdiff |
2002-12-13 |
Nikolay Stefanov | Fix issues with i810-based audio cards. |
tree | commitdiff |
2002-12-13 |
Rolf Kalbermatter | Typo found by compiling with standard MSVC warning... |
tree | commitdiff |
2002-12-13 |
Rok Mandeljc | Implemented IDirectSound3DBufferImpl_Set*(). |
tree | commitdiff |
2002-12-13 |
Rolf Kalbermatter | Fix SHBrowseForFolder W -> A calls. |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-12 |
Rok Mandeljc | Implemented IDirectSound3DListenerImpl_Get*() functions. |
tree | commitdiff |
2002-12-12 |
Rolf Kalbermatter | Cleanup InternalExtractIconEx. The PrivateExtractIcons... |
tree | commitdiff |
2002-12-12 |
Rolf Kalbermatter | Resolve SHGetPathFromIDListW -> SHGetPathFromIDListA... |
tree | commitdiff |
2002-12-12 |
Rolf Kalbermatter | Implement IExtractIconW and inherit IExtractIconA from it. |
tree | commitdiff |
2002-12-12 |
Rolf Kalbermatter | Fix a possible memory leak when extracting from an... |
tree | commitdiff |
2002-12-12 |
Alberto Massari | Implemented DispCallFunc so that it works when calling... |
tree | commitdiff |
2002-12-12 |
Alberto Massari | Calling SafeArrayDestroy on a destroyed array should... |
tree | commitdiff |
2002-12-12 |
Rok Mandeljc | Implemented some stubs. |
tree | commitdiff |
2002-12-12 |
Jeff Smith | MMDRV_GetDescription32 fix + a few cosmetic improvements. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Mention the applications that depend on the behavior... |
tree | commitdiff |
2002-12-12 |
Marcus Meissner | Reverted last VT_USERDEFINED patch (was broken). |
tree | commitdiff |
2002-12-12 |
Marcus Meissner | Separated out 16bit sources for ole2disp.dll. |
tree | commitdiff |
2002-12-12 |
Alex Pasadyn | Fix return from IOCTL_CDROM_CHECK_VERIFY. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Fix error reporting in wavemap.c:wodOpen(); this solves the |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Implemented import libraries; on Unix we import the... |
tree | commitdiff |
2002-12-12 |
Marcus Meissner | Split out 16bit code into typelib16.c. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Don't test whether Get{Currency,Date,Number,Time}Format... |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Add stubs for missing APIs. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Skip the Unicode tests on Win9x. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Fix the error codes returned by DeleteFile{A,W} to... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
tree | commitdiff |
2002-12-12 |
Robert Shearman | Implemented BindMoniker function. |
tree | commitdiff |
2002-12-12 |
Rolf Kalbermatter | Fix shell32.ExtractIcon with A->W and 16 -> 32 calls. |
tree | commitdiff |
2002-12-12 |
Alberto Massari | Added stubs for FtpCommand[A|W]. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | The Win9x platforms support WideCharToMultiByte and |
tree | commitdiff |
2002-12-12 |
Marcus Meissner | Serialize/deserialize all reftypes in VT_USERDEFINED. |
tree | commitdiff |
2002-12-12 |
Francois Gouget | Skip the Unicode tests (effectively all tests currently... |
tree | commitdiff |
2002-12-11 |
Alexandre Julliard | Pass the -J option to wrc to avoid including installed... |
tree | commitdiff |
2002-12-11 |
Francois Gouget | Generate proper dependencies for testlist.c. |
tree | commitdiff |
2002-12-11 |
Rok Mandeljc | Fixed some characters. |
tree | commitdiff |
next |