2003-04-04 |
Alexandre Julliard | Warning fixes. |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Andreas Mohr | Structure README file in a better way, some doc fixes. |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Mike Hearn | Correct the error code returned when a file does not... |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Mike Hearn | - Map winsock sockopts to the POSIX equivalents for... |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Alexandre Julliard | Merged PE_InitDLL into MODULE_InitDLL. |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Alexandre Julliard | Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI... |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Adam Gundy | Added an implementation of the MSVCRTD.DLL debugging... |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Alexandre Julliard | Removed the commented out winsock support, it can't... |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Alexandre Julliard | Yet another hack to try to make this file compile in all |
commit | commitdiff | tree | snapshot |
2003-04-04 |
Dimitrie O... | Add a few missing BN_* constants. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Alexandre Julliard | Avoid warning on redefinition of KEY_EVENT. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Eric Pouech | No longer call WaitFor*Object* from ntdll (but NtWait... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Rok Mandeljc | Update version info to 8.1. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Rok Mandeljc | Added version info. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Alexandre Julliard | Don't output register function code if it's a forwarded... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Michael Stefaniuc | Add some missing HeapFree's and one missing free. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Vitaliy Margolen | Remove bogus initialization in SetKeyboardState. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Robert Reif | Added wide character enumeration of sound devices. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Robert Reif | Added a few missing DX8 definitions. |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Paul McNett | Stubs for BeginUpdateResourceA(), BeginUpdateResourceW(), |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Alexandre Julliard | Added hack to patch the glibc errno_location to jump... |
commit | commitdiff | tree | snapshot |
2003-04-03 |
Alexandre Julliard | Added --with-nptl configure option and necessary change... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Alexandre Julliard | Don't bother checking for the errno function, simply... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Vitaliy Margolen | Fix buffer overflow in datetime. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Adam Gundy | Zero initialize the reserved bytes in the toolbar detai... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Uwe Bonnes | Added some stubs. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Vitaliy Margolen | Fix ImageList_Read - the root cause of ugly toolbar... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Alexandre Julliard | Added abs_time_t structure to the server protocol,... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Robert Reif | Added more information to some of the failure messages. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Dimitrie O... | Make use of the new spawnvp function in wine{gcc,wrap}. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Robert Reif | Added entry for DirectSoundFullDuplexCreate. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Alexandre Julliard | Dump string resources in a more readable way. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Dimitrie O... | Add spawnvp to the portability lib. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Alexandre Julliard | Initialize the dummy char we send down the pipe to... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Alexandre Julliard | Make sure we don't use libwine_port functions when... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Alexandre Julliard | Added support for marking heap blocks as inaccessible... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Alexandre Julliard | Handle htonl() and friends like select(), this will... |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Andreas Mohr | Some spelling and formatting fixes. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Eric Pouech | Added support for R types in stabs parsing. |
commit | commitdiff | tree | snapshot |
2003-04-02 |
Eric Pouech | Fixed a few FormatCode entries. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Rolf Kalbermatter | Fix test to succeed in Win 98/2K and most probably... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Alexandre Julliard | Added SYSDEPS_GetUnixTid to return the Unix thread... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Rolf Kalbermatter | Moved prototype for SHBindToParent() to shlobj.h. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Andreas Mohr | - new, much more detailed and easier "step-by-step... |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Alexandre Julliard | Portability fixes. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Alexandre Julliard | Use _spawnvp to replace fork for non-Unix platforms. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Alexandre Julliard | Added support for specifying an stdcall dll entry point. |
commit | commitdiff | tree | snapshot |
2003-04-01 |
Alexandre Julliard | Removed uses of u_long. Use void* type for pointers... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Dmitry Timoshkov | Fix some problems found while compiling and linking... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Alexandre Julliard | Try to make winsock.h more portable (based on a patch... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Dimitrie O... | New winecfg skeleton app, based heavily on original... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Sylvain Petreolle | Use regedit instead of regapi. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Andreas Mohr | Trace format fix. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Alexandre Julliard | Added missing NONAMELESSSTRUCT/UNION. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Alexandre Julliard | Moved WaitForMultipleObjects to ntdll (based on a patch... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Francois Gouget | - s/cvs -PAd update/cvs update -PAd/. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Rok Mandeljc | Framework for the doppler effect. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Rok Mandeljc | (sorta) implemented EnumPorts. |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Vitaliy Margolen | Fix random segfaults in X11DRV_SetImageBits_1. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Alexandre Julliard | Use the right buffer size in SYSPARAMS_Load instead... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Alexandre Julliard | Clear the entire request, not just the end, in case... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Alexandre Julliard | Fixed regression in VERSION_GetLinkedDllVersion() intro... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Adam Gundy | MSVCRT_fclose() mustn't use the _flag field from the... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Vitaliy Margolen | Unicode strings termination fixes. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Maxime Bellengé | Fix a regression when loading a real windows registry. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Jukka Heinonen | Add prototype for GetCompressedFileSize. Move some... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Adam Gundy | Don't look at the second character of the path unless... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Adam Gundy | Don't convert uninitialized bytes of the filename from... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Adam Gundy | Make sure the new array of printer pointers is NULL... |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Adam Gundy | Don't read uninitialized data when a '$' is found. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Adam Gundy | Make sure all the bits of the LDT are initialized. |
commit | commitdiff | tree | snapshot |
2003-03-30 |
Adam Gundy | Initialize lpLogFont->lfQuality to the default. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Mike Hearn | Add info on how to use the Wine uninstaller. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Alexandre Julliard | Moved 16-bit dialog routines to a separate dialog16... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Alexandre Julliard | Avoid crash if snd_pcm_open fails. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
John K. Hohm | Implement DllRegisterServer and DllUnregisterServer... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Dimitrie O... | Remove the no longer needed -m option, ignore -r for... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Dimitrie O... | Fix errno linkage when compiling in C++. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Alberto Massari | Added InternetSetStatusCallbackA and a stub for |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Alexandre Julliard | Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Yorick Hardy | stdint.h should be included for compiling on NetBSD. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Yorick Hardy | Added fields from NetBSD struct sigcontext on i386. |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Yorick Hardy | Added the sysctl calls for NetBSD to determine the... |
commit | commitdiff | tree | snapshot |
2003-03-28 |
Steven Edwards | Fixed the .def files for the Mingw build. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Dimitrie O... | Allow wpp users to undefine previously defined symbols. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Dimitrie O... | Remove unused options -a and -C. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Dimitrie O... | Do not pass unnecessary flags to wrc in generated makef... |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Sylvain Petreolle | _wsplitpath: Display correctly the path being split. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Rolf Kalbermatter | Implemented SHLWAPI_266 and SHLWAPI_271. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
P. Christeas | Fixed typo in SetGraphicsMode. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
P. Christeas | Implemented MakeSureDirectoryPathExists. |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Mike Hearn | TreeView should not send two click notifications when... |
commit | commitdiff | tree | snapshot |
2003-03-27 |
Rolf Kalbermatter | Cosmetic fixes. |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Rolf Kalbermatter | Implemented CheckEscapesA/W. |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Alexandre Julliard | Implemented file change notifications, based on a patch... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Maxime Bellengé | Fix the lookin combobox overlapping the toolbar in... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Mike Hearn | TREEVIEW_GetItemA should ignore stateMask. |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Rolf Kalbermatter | Add new helper function to create a relative file or... |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Alexandre Julliard | Moved errno_location support to sysdeps.c. |
commit | commitdiff | tree | snapshot |
2003-03-26 |
Alexandre Julliard | Added generic signal handling mechanism based on pipes... |
commit | commitdiff | tree | snapshot |
next |