2002-05-17 |
Alexandre Julliard | Generate a kernel32 dependency for dlls that have no... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Alexandre Julliard | Added check for numeric ids and null pointers (thanks... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Alexandre Julliard | Removed most imports of ntdll since we no longer import... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Alexandre Julliard | A few fixes for mingw cross-compilation. |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Bill Medland | Remove leading whitespace from printcap entries. |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Christian Costa | Do not create a window each time VGA_DoSetMode is calle... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Alexandre Julliard | Adapted to use the argc/argv variables from libwine. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Alexandre Julliard | Fixed struct msghdr access for platforms that have... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Philip Brown | Need to undef NOERROR for Solaris. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Warren Baird | Some fixes for compiling on Sparc. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Alexandre Julliard | Better usage message. Flush stderr before exiting. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Alexandre Julliard | Moved the selector access functions out of winnt.h... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Eric Pouech | Fixed hangs when playing an ASCII resource. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Christian Costa | Handle properly the requested video mode in Int10h... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Andriy Palamarchuk | Place "Common Files" under "Program Files" instead... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Marcus Meissner | Tell the user if winedefault.reg is not loaded. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Alexandre Julliard | Implemented strtolW/strtoulW in libwine_unicode and... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Alexandre Julliard | Fixed missing call to make_c_identifier. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Christian Costa | Added DMA and SoundBlaster emulation. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
William Stinson | Explain patch -p0 option. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Steven Edwards | Fixed snprintf warnings. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Steven Edwards | Added check for sys/mman.h. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Andriy Palamarchuk | Fixed incorrect format where single backslashes were... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Johan Gill | lpmmioinfo can sometimes, proven in the read case,... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Dustin Navea | Fixes for kde3 and Desktop directory. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Dustin Navea | Fix for $libdir check. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Alexandre Julliard | Portability fixes. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
John K. Hohm | Added comcat.dll with factory and manager but E_NOTIMPL... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Eric Pouech | Removed Trace macro and replaced it by Wine debug chann... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Vincent Béron | Better implementation of GetCalendarInfo{A,W}, not... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Alexandre Julliard | Updated make_dlls script for new import scheme. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Sander van... | - Center property sheet page during creation (padding) |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Alexandre Julliard | No longer used. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Aric Stewart | Improved NLS file for codepage 932 (SJIS). |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Aric Stewart | Do not invalidate the rect while drawing. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Robert Coeyman | Added the rest of the register manipulation code to... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Guy L. Albertelli | - Change traces to trace full window handle and improve... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Guy L. Albertelli | Support PGN_SCROLL notify and return either the button... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Guy L. Albertelli | Fix memory dump where length is not a multiple of 4. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Guy L. Albertelli | Fixed issues with Unicode conversion. Certain strings... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Sylvain Petreolle | - Converted Winhelp for use of NLS |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Alexandre Julliard | Added some support for cross-compilation using mingw32. |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Eric Pouech | Better behavior of PlaySound (error handling, synchroni... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Eric Pouech | Let MCI drivers support the session instance loading... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
John K. Hohm | Fixed typos; added standard CATID_'s. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Jukka Heinonen | When using MapSL, 32-bit addresses are no longer trunca... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Jukka Heinonen | RawModeSwitch can now be used to return DPMI applicatio... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Christian Costa | Avoid deadlock in VGA_DoSetMode. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Andreas Mohr | Make PROFILE_GetString account for default value in... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Eric Pouech | Allowed options to be put between mode keyword and... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Eric Pouech | Moved session instance loading to winmm. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Eric Pouech | Created an ACM IMA ADPCM codec. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Eric Pouech | Fixed bug in acmFormatTagEnumW. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Eric Pouech | Created session instance for installable drivers. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Eric Pouech | Fixed FlushInstructionCache prototype. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Eric Pouech | Fixed missing wineconsole notification of title modific... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Joris Beugnies | Make defines configurable at run-time. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
David Hammerton | Lock/unlock (and hence maybe coerce) DIBSections into... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Alexandre Julliard | Release 20020509. wine-20020509 |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Alexandre Julliard | Build an explicit argument structure for mmap instead... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Steven Edwards | Detect snprintf && _snprintf, use _snprintf on stupid... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Alexandre Julliard | Removed extra return statement. |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Alexandre Julliard | Added some #ifdefs HAVE_X11_XLIB_H where appropriate. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Alexandre Julliard | Fixed some winehq.com URLs. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Corrected RtlConvertSidToUnicodeString, stub for VerSet... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Jakob Eriksson | Added some more tests. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
John K. Hohm | Added definitions for the Component Categories Manager. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Added some tests. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Reimplemented SHRegGetPathA/W, SHGetValueA/W, SHRegGetP... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Moving the pidl debug functions to a separate file... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Types and partial implementation for NtQueryVolumeInfor... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Make use of access mask MAXIMUM_ALLOWED possible. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Use only winapi functions in _convert_winnt_registry_to... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Stub for VerifyVersionInfoW. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Juergen Schmied | Use long names, not 8.3 names in environment. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Alexandre Julliard | Added mkinstalldirs to create directories more portably. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Alexandre Julliard | Added ExtSelectClipRgn to the DC interface and implemen... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Alexandre Julliard | Updated to the latest version. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Alexandre Julliard | There's no need to check for dlopen on cygwin. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Rizsanyi Zsolt | Disabled catching of mouse move events when not over... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Bill Medland | Fix the Win31 style file dialog box. |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Andriy Palamarchuk | Direct bug reports to Wine bugzilla. Some other minor... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Alexandre Julliard | Don't need to reference external errno since non-reentr... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Alexandre Julliard | Run make test for all programs by default. |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Michael Wetherell | Fix handling of unix absolute paths in DOSFS_GetFullNam... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Andreas Mohr | Replace SELECTOR_AllocBlock and SELECTOR_FreeBlock... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Raul Dias | - Make possible to diff registry information that contains |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Alexandre Julliard | Fixed dll check for cygwin. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Stefan Leichter | Added NULL pointer check in CallWindowProc16. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Alexandre Julliard | Fixed vis region handling broken by last change. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Jukka Heinonen | Added support for DPMI RawModeSwitch. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Alexandre Julliard | Moved parts of the DC initialisation and bitmap selecti... |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Andreas Mohr | Replace DOSFS_GetFullName with wine_get_unix_file_name. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Michael Cardenas | Cap window sizes at 65535. |
commit | commitdiff | tree | snapshot |
next |