2002-12-19 |
Uwe Bonnes | Fixed typo. |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Francois Gouget | On Win9x netapi32.dll does not export a single API... |
commit | commitdiff | tree | snapshot |
2002-12-19 |
Francois Gouget | Declare LocalDiscard and GlobalDiscard (used by kernel... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Francois Gouget | Improve error reporting. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Francois Gouget | All filenames containing a ":" are invalid on Win9x... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Francois Gouget | #ifdef-out decodeW since it is not used yet. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Francois Gouget | wsprintfW is not supported on Win9x platforms. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Francois Gouget | Fix signed/unsigned warnings. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Ove Kaaven | Unquoted some 16-bit types, so the IDL compiler can... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Dimitrie O... | Map strcasecmp to _stricmp. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Ove Kaaven | Moved COM API prototypes to objbase.h, from wine/obj_*.h. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Ove Kaaven | Removed a few more inclusions of deprecated wine/obj_... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Alexandre Julliard | Made crtdll a normal user of msvcrt by setting the... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Alexandre Julliard | Avoid including other headers from the msvcrt headers... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Raphael Junqueira | - some fixes in CreateDevice init |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Raphael Junqueira | Added some necessary definitions for D3D8 Vertex and... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Bill Medland | If a .reg function is accessed through a symlink then... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Alexandre Julliard | Implemented RtlTimeToElapsedTimeFields. |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Lionel Ulmer | Fix in another place in the code computing the memory... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Uwe Bonnes | Purge traces of the old relay debug mechanism and docum... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Francois Gouget | Use strlen or lstrlenA as appropriate to avoid signed... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Francois Gouget | The link command specifies which version of the C libra... |
commit | commitdiff | tree | snapshot |
2002-12-18 |
Ove Kaaven | Moved UUID type to rpcdce.h, as in the MS RPC headers. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Alexandre Julliard | Debug channels cleanup. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Alexandre Julliard | Implemented the Fiber* functions (with the help of... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Alexandre Julliard | Fix the type of the This pointer in the vtbl functions... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Alexandre Julliard | Fixed warnings. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Alberto Massari | The handler for the server message get_next_hook was... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Dimitrie O... | Added stubs for {Start,End}{Doc,Page}Printer. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Duane Clark | Need to initialize tracking value on mousedown. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Bill Currie | fdopen: don't rewind the file after creating the FILE... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Alberto Massari | Set the ODS_DISABLED bit when the item is grayed. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Dimitrie O... | Better handling of errors while fork/execing. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Dimitrie O... | Pass the gui flag to winewrap if we're linking a GUI... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Bill Medland | Move CVS docu from User Guide to Devel Guide. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Lionel Ulmer | If we support 'non-native' texture format, advertise it. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Jason Edmeades | The simple bits of fog. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Patrik Stridvall | Added stubs for WINTAB{,32}.DLL (used by many important... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Robert Shearman | Add standard dispatch implementation (CreateStdDispatch). |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Tony Lambregts | Direct the output of the tests to stdout so that Win98... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Uwe Bonnes | NetUserGetInfo: implemented Level 1. |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Alexandre Julliard | Split DirectX GUIDs to separate files to avoid header... |
commit | commitdiff | tree | snapshot |
2002-12-17 |
Raphael Junqueira | - some D3D8 fixes |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Ove Kaaven | Wrote a Wine-compatible unknwn.idl, moving the IUnknown... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Rolf Kalbermatter | Change calls to CLSIDFromString to SHCLSIDFromStringW... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Andreas Mohr | - actually use PLUID |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Lionel Ulmer | - fix bad TRACE |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Lionel Ulmer | - revert some optimisations breaking some games |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Christian Costa | Implemented DrawPrimitiveStrided and DrawIndexPrimitive... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Lionel Ulmer | Fix a memory leak and optimize a little bit the generic... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Christian Costa | Improve traces + small fix. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Lionel Ulmer | - fix Twist demo |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Rolf Kalbermatter | Add config.h/port.h to allow compilation/linking in... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
György 'Nog... | - Implement ordinals 167 and 171. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Rolf Kalbermatter | Make some shell32 files compile in MSVC. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Rolf Kalbermatter | Do at least something for SHDragDrop functions although... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Rolf Kalbermatter | Add debug info for IExtractIconW. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Lionel Ulmer | Supports the ALPHAFUNC and ALPHAREF rendering states. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Francois Gouget | On Windows windef.h must be included before winbase.h. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Francois Gouget | Add the capacity of playing a test tone using the ... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Rein Klazes | Fix an A/W structure size bug in DrawCaptionTempW(). |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Francois Gouget | Add '--' option for passing extra arguments to the... |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Dmitry Timoshkov | Separate XShm using code. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Eric Pouech | - links can now spread across several elements |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Eric Pouech | Fixed a few issues with the gdb proxy. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Andreas Mohr | Added some Win3.1 export stubs. |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Andreas Mohr | - spelling corrections |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Andreas Mohr | Implemented VarOr(). |
commit | commitdiff | tree | snapshot |
2002-12-16 |
Lionel Ulmer | Add support for the TextureAddress render state. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Ove Kaaven | Output raw ICOM-less C/C++ interface definitions by... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Jeff Smith | Updated winemaker to account for change in wine's linki... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Francois Gouget | In the latest sdk the {waveOut,midiOut}{Get,Set}Volume... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Eric Pouech | Fixed hangup condition at the end of some playback. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Alexandre Julliard | Added support for defining forward functions as stdcall... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Alexandre Julliard | Use import libraries when building tests too. Make... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Alexandre Julliard | Added y.tab.[ch] pseudo-dependencies to fix parallel... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Jukka Heinonen | Add support for DPMI32. Make winedos16.dll unnecessary. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Lionel Ulmer | - rework how texturing is done in the D3D driver |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Dimitrie O... | Teach mingwrap to use winewrap to do the linking, just... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Dimitrie O... | Small cleanups to match current build process. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Lionel Ulmer | Fix bad logic in == NULL test. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Rolf Kalbermatter | Add support for Unicode IExtractIcon creation in |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Rolf Kalbermatter | Fix crash when constructing ANSI interface pointer... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Ove Kaaven | Include guiddef.h in widltypes.h. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Francois Gouget | If unable to set the desired format, OSS_RawOpenDevice... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Francois Gouget | Our resampling algorithm is quite primitive so try... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Francois Gouget | Use slighly more accurate formula for C816. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Francois Gouget | If given a bad device id waveOutGetDevCapsA is supposed... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Rolf Kalbermatter | Added Unicode versions of the HCR_ internal functions. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Francois Gouget | Document how to cross-compile the tests with MinGW. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Eric Pouech | Added a (n)curses backend to the wineconsole. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Brad Campbell | Added additional test for gcvt as uClibc appears to... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Jukka Heinonen | When asynchronous signals are blocked, block also SIGUSR2. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Robert Shearman | Implemented StrStrIW. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Rok Mandeljc | Implementation of IDirectSound3DListenerImpl_Set*(). |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Alexandre Julliard | Avoid casts between LARGE_INTEGER and FILETIME. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Alexandre Julliard | Fixed some dependencies. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
György 'Nog... | - Reimplement time functions using ntdll functions. |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Chris Morgan | Stub NetGetDCName(). Add in the rest of the NERR_... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Francois Gouget | Extend the test by creating a PrimaryBuffer object... |
commit | commitdiff | tree | snapshot |
next |