2002-08-09 |
Michael Stefaniuc | Convert HMMIO to a void*.
|
commit | commitdiff | tree |
2002-08-09 |
Dave Hawkes | Fonts with an incomplete character set could cause...
|
commit | commitdiff | tree |
2002-08-09 |
Marcus Meissner | Copy va_lists by using va_copy, not by just assigning...
|
commit | commitdiff | tree |
2002-08-09 |
Alexandre Julliard | Create separate makefiles for tests for more flexibility.
|
commit | commitdiff | tree |
2002-08-09 |
Alexandre Julliard | Fixed string lengths to do the right thing for all...
|
commit | commitdiff | tree |
2002-08-09 |
Alexandre Julliard | Updated authors list.
|
commit | commitdiff | tree |
2002-08-09 |
Ove Kaaven | Some more RPC definitions.
|
commit | commitdiff | tree |
2002-08-09 |
Patrik Stridvall | Fixed some issues found by winapi_check.
|
commit | commitdiff | tree |
2002-08-09 |
Patrik Stridvall | API file update.
|
commit | commitdiff | tree |
2002-08-09 |
Michael Stefaniuc | - Convert HDRVR to a void*.
|
commit | commitdiff | tree |
2002-08-09 |
Andriy Palamarchuk | Added an example of using winemaker.
|
commit | commitdiff | tree |
2002-08-09 |
Andriy Palamarchuk | Updated to generate build scripts working with current...
|
commit | commitdiff | tree |
2002-08-09 |
Huw D M Davies | Add missing HeapFree.
|
commit | commitdiff | tree |
2002-08-07 |
Gregg Mattinson | Fixes for Sparc build.
|
commit | commitdiff | tree |
2002-08-07 |
Alexandre Julliard | Don't make the ac_asm function wrapper static to prevent...
|
commit | commitdiff | tree |
2002-08-07 |
Alexandre Julliard | Get rid of removed winapi_check subdirs.
|
commit | commitdiff | tree |
2002-08-06 |
Alexandre Julliard | Don't change base in map_image since we use it later on.
|
commit | commitdiff | tree |
2002-08-06 |
Alexandre Julliard | Authors: Josh DuBois <duboisj@codeweavers.com>, Marcus...
|
commit | commitdiff | tree |
2002-08-06 |
Juergen Schmied | Implement StrRetToStr in shlwapi.
|
commit | commitdiff | tree |
2002-08-06 |
Christian Costa | Initialize the DDCAPS structure of the DDRAW object...
|
commit | commitdiff | tree |
2002-08-06 |
Lionel Ulmer | Handle 'not acquired' error messages on keyboard GetDeviceData.
|
commit | commitdiff | tree |
2002-08-04 |
Alexandre Julliard | Release 20020804.
|
commit | commitdiff | tree |
2002-08-03 |
Alexandre Julliard | Set user address space limit to 0xc0000000.
|
commit | commitdiff | tree |
2002-08-03 |
Lionel Ulmer | Support negative values in RECTs during Blts.
|
commit | commitdiff | tree |
2002-08-03 |
Juergen Schmied | - Fixed possible loss of data with given overlapped...
|
commit | commitdiff | tree |
2002-08-03 |
Alexandre Julliard | Only link with msvcrt on mingw32. Cleaned up a few...
|
commit | commitdiff | tree |
2002-08-03 |
Juergen Schmied | - Moved 16 bit functions to a seperate file.
|
commit | commitdiff | tree |
2002-08-03 |
Michael Stefaniuc | Convert HMIXER, HMIXEROBJ to a void*.
|
commit | commitdiff | tree |
2002-08-03 |
Duane Clark | On mouse down in thumb, issue SB_THUMBTRACK with current...
|
commit | commitdiff | tree |
2002-08-02 |
Alexandre Julliard | Install the aclocal macros for use by Winelib apps.
|
commit | commitdiff | tree |
2002-08-02 |
Alexandre Julliard | Don't pass the perl C flags to winebuild.
|
commit | commitdiff | tree |
2002-08-02 |
Mike Castle | Compile fix for multi-threaded perl.
|
commit | commitdiff | tree |
2002-08-02 |
Lionel Ulmer | Be less strict on parameter checking in the SetSurfaceDesc...
|
commit | commitdiff | tree |
2002-08-02 |
Michael Stefaniuc | - Converted HWAVE, HWAVEIN, HWAVEOUT to void*.
|
commit | commitdiff | tree |
2002-08-02 |
Eric Pouech | Added $regs as a variable for displaying all registers.
|
commit | commitdiff | tree |
2002-08-02 |
Alexandre Julliard | Don't set the DC_DIRTY flag in SetDCState since we...
|
commit | commitdiff | tree |
2002-08-02 |
Alexandre Julliard | Removed struct user to avoid conflicts with system...
|
commit | commitdiff | tree |
2002-08-01 |
Alexandre Julliard | Create at most one glue file for a single dll.
|
commit | commitdiff | tree |
2002-08-01 |
Alexandre Julliard | In -spec and -exe mode, accept multiple object files...
|
commit | commitdiff | tree |
2002-08-01 |
Robert Lunnon | Preliminary audio driver for Solaris Libaudioio.
|
commit | commitdiff | tree |
2002-08-01 |
Alexandre Julliard | Authors: Eric Pouech <eric.pouech@wanadoo.fr>, Michael...
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Use the normal perl interpreter for test scripts that...
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Moved the #ifdefs for the getnetby* etc. functions...
|
commit | commitdiff | tree |
2002-07-31 |
Rok Mandeljc | Fixed some invalid characters.
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Split routines that don't rely on C functions into...
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Add MSVCRT prefix to _stat and _fstat (based on a patch...
|
commit | commitdiff | tree |
2002-07-31 |
Rafael Kitover | Portability fixes for Cygwin.
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Fixed some handle type mismatches and added a few casts...
|
commit | commitdiff | tree |
2002-07-31 |
Eric Pouech | Moved all client-side console code to kernel.
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Moved initial AllocConsole call to kernel init (based...
|
commit | commitdiff | tree |
2002-07-31 |
Eric Pouech | Made the calls to (Read|Write)Console through a function...
|
commit | commitdiff | tree |
2002-07-31 |
Eric Pouech | Added a generic mechanism to set up hooks for dispatching...
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | We have to use the Rtl variant of Enter/LeaveCriticalSection...
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Remove .so extension from main module file name after...
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Rewrote atom test in C.
|
commit | commitdiff | tree |
2002-07-31 |
Rafael Kitover | Changed dos_handles to store dups of stdio/out/err...
|
commit | commitdiff | tree |
2002-07-31 |
Nicolas Escuder | Speed and buffer improvement, code clean up, and fix...
|
commit | commitdiff | tree |
2002-07-31 |
Alexandre Julliard | Fixed HANDLE<->HFILE conversions, since they will be...
|
commit | commitdiff | tree |
2002-07-30 |
Alexandre Julliard | Merged the NAS driver written by Nicolas
|
commit | commitdiff | tree |
2002-07-30 |
Eric Pouech | Added ability to defer breakpoint setting for breakpoint...
|
commit | commitdiff | tree |
2002-07-30 |
Eric Pouech | Fixed regression on internal vars.
|
commit | commitdiff | tree |
2002-07-29 |
Alexandre Julliard | Set the correct permissions on the PE image sections.
|
commit | commitdiff | tree |
2002-07-29 |
Marcus Meissner | Check for mkstemp, added a port implementation if it...
|
commit | commitdiff | tree |
2002-07-29 |
Chris Morgan | Some dos VGA error handling. Misc TRACE changes.
|
commit | commitdiff | tree |
2002-07-29 |
Eric Pouech | Added source command.
|
commit | commitdiff | tree |
2002-07-29 |
Juergen Schmied | - Implemented IMallocSpy hooks in IMalloc.
|
commit | commitdiff | tree |
2002-07-29 |
Gerald Pfeifer | Fixed format string.
|
commit | commitdiff | tree |
2002-07-29 |
Jukka Heinonen | VGA emulation now supports outw and outl.
|
commit | commitdiff | tree |
2002-07-29 |
Jukka Heinonen | Add VGA controller framebuffer between VGA window and
|
commit | commitdiff | tree |
2002-07-29 |
Steven Edwards | Portability fix.
|
commit | commitdiff | tree |
2002-07-29 |
Steven Edwards | Fix building/linking resources on Mingw.
|
commit | commitdiff | tree |
2002-07-29 |
Alexandre Julliard | Import comctl32 functions from shell32 by ordinal.
|
commit | commitdiff | tree |
2002-07-29 |
Michael Stefaniuc | Include <stdlib.h> needed by exit().
|
commit | commitdiff | tree |
2002-07-29 |
Michael Stefaniuc | Converted HENHMETAFILE and HMETAFILE to a void*.
|
commit | commitdiff | tree |
2002-07-28 |
Alexandre Julliard | Convert HTASK to void* (based on a patch by Michael...
|
commit | commitdiff | tree |
2002-07-28 |
Alexandre Julliard | Added a winebuild man page.
|
commit | commitdiff | tree |
2002-07-28 |
Alexandre Julliard | Added support for importing by ordinal.
|
commit | commitdiff | tree |
2002-07-28 |
Alexandre Julliard | Set correct dll file name when building a .def file.
|
commit | commitdiff | tree |
2002-07-28 |
Alexandre Julliard | Fixed potential memory corruption.
|
commit | commitdiff | tree |
2002-07-28 |
Ryan Cumming | Implementation of RtlGetNtVersionNumbers.
|
commit | commitdiff | tree |
2002-07-28 |
Rafael Kitover | Minor fix for ide-scsi cdroms.
|
commit | commitdiff | tree |
2002-07-28 |
Jukka Heinonen | Add decoding logic for VGA indexed registers.
|
commit | commitdiff | tree |
2002-07-28 |
Michael Stefaniuc | - Converted HHOOK to a void*.
|
commit | commitdiff | tree |
2002-07-26 |
Alexandre Julliard | RDW_FRAME should be RDW_NOFRAME when validating (spotted...
|
commit | commitdiff | tree |
2002-07-25 |
Gerald Pfeifer | #include <unistd.h> which is required for unlink().
|
commit | commitdiff | tree |
2002-07-25 |
Bang Jun-Young | Make compile on NetBSD.
|
commit | commitdiff | tree |
2002-07-25 |
Marcus Meissner | Factored out the OLE 16 bit allocator from StringFromCLSID.
|
commit | commitdiff | tree |
2002-07-25 |
Andriy Palamarchuk | winebuild searches libraries specified in -l parameter...
|
commit | commitdiff | tree |
2002-07-25 |
Alexandre Julliard | Put correct ordinal hints in the import table.
|
commit | commitdiff | tree |
2002-07-25 |
Uwe Bonnes | Fill lpcbAvail for PeekNamedPipe.
|
commit | commitdiff | tree |
2002-07-25 |
Duane Clark | Bug fixes.
|
commit | commitdiff | tree |
2002-07-24 |
Alexandre Julliard | Removed ordinal 0.
|
commit | commitdiff | tree |
2002-07-24 |
Alexandre Julliard | Added support for ordinal hint in PE_FindExportedFunction.
|
commit | commitdiff | tree |
2002-07-24 |
Andreas Mohr | Misc spelling fixes.
|
commit | commitdiff | tree |
2002-07-24 |
Andriy Palamarchuk | Updated MFC legal issues section according to the new...
|
commit | commitdiff | tree |
2002-07-24 |
Uwe Bonnes | WCMD_run_program: don't try to run an empty line.
|
commit | commitdiff | tree |
2002-07-24 |
Uwe Bonnes | More verbose output when file not found.
|
commit | commitdiff | tree |
2002-07-24 |
Uwe Bonnes | WCMD_batch: increase possible line length and warn...
|
commit | commitdiff | tree |
2002-07-24 |
Duane Clark | Combined implementations of ShellExecute/Ex.
|
commit | commitdiff | tree |
2002-07-24 |
Jon Griffiths | PathAppendA/W: Don't skip '\\' if path is UNC.
|
commit | commitdiff | tree |