2002-05-23 |
Francois Gouget | Improve the failure messages.
|
commit | commitdiff | tree |
2002-05-23 |
Alexandre Julliard | Replaced the GET/PUT_UA macros by memcpy. Fixed a few...
|
commit | commitdiff | tree |
2002-05-23 |
Alexandre Julliard | Run make clean in all directories, even the ones we...
|
commit | commitdiff | tree |
2002-05-23 |
Alexandre Julliard | Removed some unnecessary imports.
|
commit | commitdiff | tree |
2002-05-23 |
Alexandre Julliard | Fixed etags rule.
|
commit | commitdiff | tree |
2002-05-23 |
Dimitrie O. Paun | Remove the --managed option, and make wine use the...
|
commit | commitdiff | tree |
2002-05-23 |
Andreas Mohr | Removed obsolete email address.
|
commit | commitdiff | tree |
2002-05-23 |
Francois Gouget | Make the tests compile with Visual C++.
|
commit | commitdiff | tree |
2002-05-23 |
Francois Gouget | Include winerror.h if in Winelib mode.
|
commit | commitdiff | tree |
2002-05-22 |
Alexandre Julliard | Avoid 0-byte files.
|
commit | commitdiff | tree |
2002-05-22 |
Alexandre Julliard | New loading scheme for Winelib apps, makes them behave...
|
commit | commitdiff | tree |
2002-05-22 |
Alexandre Julliard | Added check for ln.
|
commit | commitdiff | tree |
2002-05-22 |
Eric Pouech | Created an ACM MS ADPCM codec.
|
commit | commitdiff | tree |
2002-05-22 |
Patrik Stridvall | Fixed some issues found by winapi_check.
|
commit | commitdiff | tree |
2002-05-22 |
Patrik Stridvall | API files update.
|
commit | commitdiff | tree |
2002-05-22 |
Eric Pouech | Fixed hang in PlaySound in error cases; added registry...
|
commit | commitdiff | tree |
2002-05-22 |
Francois Gouget | Add mswsock.h, move relevant definitions to this header.
|
commit | commitdiff | tree |
2002-05-21 |
Alexandre Julliard | Renamed Winelib apps to .exe.so to follow the dll naming...
|
commit | commitdiff | tree |
2002-05-21 |
Francois Gouget | Test for IStream_IMETHODS before defining APIs that...
|
commit | commitdiff | tree |
2002-05-21 |
Steven Edwards | Check for sys/ioctl.h.
|
commit | commitdiff | tree |
2002-05-21 |
Eric Pouech | Implemented a G711 ACM codec (supports both A-Law and...
|
commit | commitdiff | tree |
2002-05-21 |
Eric Pouech | Now runs in Perl strict mode.
|
commit | commitdiff | tree |
2002-05-21 |
Eric Pouech | Added stub for ExtractAssociatedIconExA.
|
commit | commitdiff | tree |
2002-05-21 |
Eric Pouech | Allow ANSI charset in font enumeration.
|
commit | commitdiff | tree |
2002-05-21 |
Eric Pouech | Added 16/32 DDE message conversion.
|
commit | commitdiff | tree |
2002-05-20 |
Alexandre Julliard | Moved expand.c from libtest to programs/expand.
|
commit | commitdiff | tree |
2002-05-20 |
Alexandre Julliard | Added configure check for the soname of libraries that...
|
commit | commitdiff | tree |
2002-05-20 |
Dmitry Timoshkov | Clear an old button text in WM_SETTEXT as Windows does.
|
commit | commitdiff | tree |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen.
|
commit | commitdiff | tree |
2002-05-20 |
Andreas Mohr | Better error messages.
|
commit | commitdiff | tree |
2002-05-20 |
John K. Hohm | Fix msvcrt._vsnwprintf format reading bug like NTDLL_vsnwprintf.
|
commit | commitdiff | tree |
2002-05-20 |
Dustin Navea | Added SerialComm key.
|
commit | commitdiff | tree |
2002-05-20 |
Andreas Mohr | Spelling stuff.
|
commit | commitdiff | tree |
2002-05-20 |
Francois Gouget | Dump thread id instead of %fs.
|
commit | commitdiff | tree |
2002-05-19 |
Alexandre Julliard | Do not output stubs in the .def file.
|
commit | commitdiff | tree |
2002-05-19 |
Alexandre Julliard | Export the debug API as functions instead of pointers.
|
commit | commitdiff | tree |
2002-05-19 |
John K. Hohm | More comcat.dll implementation, swprintf fix, winerror...
|
commit | commitdiff | tree |
2002-05-19 |
Arjen Nienhuis | Fixed keyboard handling.
|
commit | commitdiff | tree |
2002-05-19 |
Steven Edwards | Add check for <sys/ioctl.h>.
|
commit | commitdiff | tree |
2002-05-19 |
Andreas Mohr | - Improve error messages.
|
commit | commitdiff | tree |
2002-05-19 |
Andreas Mohr | Added LOCALE_IDEFAULTMACCODEPAGE values for some languages.
|
commit | commitdiff | tree |
2002-05-19 |
Stefan Leichter | Added stub for DllRegisterServer.
|
commit | commitdiff | tree |
2002-05-19 |
Stefan Leichter | Added version info resource.
|
commit | commitdiff | tree |
2002-05-19 |
Francois Gouget | Make the 'error' string of a couple of checks consistent...
|
commit | commitdiff | tree |
2002-05-19 |
Francois Gouget | Fixed the WinExec prototype.
|
commit | commitdiff | tree |
2002-05-19 |
Francois Gouget | Implemented _getws.
|
commit | commitdiff | tree |
2002-05-19 |
Francois Gouget | Add missing WIN_ReleaseWndPtr in WIN_CreateDesktopWindow.
|
commit | commitdiff | tree |
2002-05-19 |
Vincent Béron | Correct implementation of VerSetConditionMask.
|
commit | commitdiff | tree |
2002-05-17 |
Alexandre Julliard | Generate a kernel32 dependency for dlls that have no...
|
commit | commitdiff | tree |
2002-05-17 |
Alexandre Julliard | Added check for numeric ids and null pointers (thanks...
|
commit | commitdiff | tree |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import...
|
commit | commitdiff | tree |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation.
|
commit | commitdiff | tree |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll.
|
commit | commitdiff | tree |
2002-05-17 |
Bill Medland | Remove leading whitespace from printcap entries.
|
commit | commitdiff | tree |
2002-05-17 |
Christian Costa | Do not create a window each time VGA_DoSetMode is called...
|
commit | commitdiff | tree |
2002-05-16 |
Alexandre Julliard | Adapted to use the argc/argv variables from libwine.
|
commit | commitdiff | tree |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and...
|
commit | commitdiff | tree |
2002-05-16 |
Alexandre Julliard | Fixed struct msghdr access for platforms that have...
|
commit | commitdiff | tree |
2002-05-16 |
Philip Brown | Need to undef NOERROR for Solaris.
|
commit | commitdiff | tree |
2002-05-16 |
Warren Baird | Some fixes for compiling on Sparc.
|
commit | commitdiff | tree |
2002-05-16 |
Alexandre Julliard | Better usage message. Flush stderr before exiting.
|
commit | commitdiff | tree |
2002-05-16 |
Alexandre Julliard | Moved the selector access functions out of winnt.h...
|
commit | commitdiff | tree |
2002-05-16 |
Eric Pouech | Fixed hangs when playing an ASCII resource.
|
commit | commitdiff | tree |
2002-05-16 |
Christian Costa | Handle properly the requested video mode in Int10h...
|
commit | commitdiff | tree |
2002-05-16 |
Andriy Palamarchuk | Place "Common Files" under "Program Files" instead...
|
commit | commitdiff | tree |
2002-05-16 |
Marcus Meissner | Tell the user if winedefault.reg is not loaded.
|
commit | commitdiff | tree |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and...
|
commit | commitdiff | tree |
2002-05-16 |
Alexandre Julliard | Fixed missing call to make_c_identifier.
|
commit | commitdiff | tree |
2002-05-16 |
Christian Costa | Added DMA and SoundBlaster emulation.
|
commit | commitdiff | tree |
2002-05-16 |
William Stinson | Explain patch -p0 option.
|
commit | commitdiff | tree |
2002-05-16 |
Steven Edwards | Fixed snprintf warnings.
|
commit | commitdiff | tree |
2002-05-16 |
Steven Edwards | Added check for sys/mman.h.
|
commit | commitdiff | tree |
2002-05-16 |
Andriy Palamarchuk | Fixed incorrect format where single backslashes were...
|
commit | commitdiff | tree |
2002-05-16 |
Johan Gill | lpmmioinfo can sometimes, proven in the read case,...
|
commit | commitdiff | tree |
2002-05-14 |
Dustin Navea | Fixes for kde3 and Desktop directory.
|
commit | commitdiff | tree |
2002-05-14 |
Dustin Navea | Fix for $libdir check.
|
commit | commitdiff | tree |
2002-05-14 |
Alexandre Julliard | Portability fixes.
|
commit | commitdiff | tree |
2002-05-14 |
John K. Hohm | Added comcat.dll with factory and manager but E_NOTIMPL...
|
commit | commitdiff | tree |
2002-05-14 |
Eric Pouech | Removed Trace macro and replaced it by Wine debug channel...
|
commit | commitdiff | tree |
2002-05-14 |
Vincent Béron | Better implementation of GetCalendarInfo{A,W}, not...
|
commit | commitdiff | tree |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file...
|
commit | commitdiff | tree |
2002-05-14 |
Alexandre Julliard | Updated make_dlls script for new import scheme.
|
commit | commitdiff | tree |
2002-05-14 |
Sander van Leeuwen | - Center property sheet page during creation (padding)
|
commit | commitdiff | tree |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside...
|
commit | commitdiff | tree |
2002-05-14 |
Alexandre Julliard | No longer used.
|
commit | commitdiff | tree |
2002-05-14 |
Aric Stewart | Improved NLS file for codepage 932 (SJIS).
|
commit | commitdiff | tree |
2002-05-14 |
Aric Stewart | Do not invalidate the rect while drawing.
|
commit | commitdiff | tree |
2002-05-14 |
Robert Coeyman | Added the rest of the register manipulation code to...
|
commit | commitdiff | tree |
2002-05-14 |
Guy L. Albertelli | - Change traces to trace full window handle and improve...
|
commit | commitdiff | tree |
2002-05-14 |
Guy L. Albertelli | Support PGN_SCROLL notify and return either the button...
|
commit | commitdiff | tree |
2002-05-14 |
Guy L. Albertelli | Fix memory dump where length is not a multiple of 4.
|
commit | commitdiff | tree |
2002-05-14 |
Guy L. Albertelli | Fixed issues with Unicode conversion. Certain strings...
|
commit | commitdiff | tree |
2002-05-14 |
Sylvain Petreolle | - Converted Winhelp for use of NLS
|
commit | commitdiff | tree |
2002-05-12 |
Alexandre Julliard | Added some support for cross-compilation using mingw32.
|
commit | commitdiff | tree |
2002-05-12 |
Eric Pouech | Better behavior of PlaySound (error handling, synchronization).
|
commit | commitdiff | tree |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild...
|
commit | commitdiff | tree |
2002-05-11 |
Eric Pouech | Let MCI drivers support the session instance loading...
|
commit | commitdiff | tree |
2002-05-11 |
John K. Hohm | Fixed typos; added standard CATID_'s.
|
commit | commitdiff | tree |
2002-05-11 |
Jukka Heinonen | When using MapSL, 32-bit addresses are no longer truncated...
|
commit | commitdiff | tree |
2002-05-11 |
Jukka Heinonen | RawModeSwitch can now be used to return DPMI application...
|
commit | commitdiff | tree |