2004-04-12 |
Dimitrie O. Paun | Don't declare GDI stuff when NOGDI is defined. |
tree | commitdiff |
2004-04-12 |
Filip Navara | Get rid of E_UNSPEC non-standard error value. |
tree | commitdiff |
2004-04-09 |
Dimitrie O. Paun | Added definition for HUGE_VAL. |
tree | commitdiff |
2004-04-09 |
Dimitrie O. Paun | Add struct name for BITMAPINFO. |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Removed the get_file_info request. |
tree | commitdiff |
2004-04-08 |
Rein Klazes | Add some structures and defines. |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Replace the get_file_info request by an fstat() on... |
tree | commitdiff |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
tree | commitdiff |
2004-04-07 |
Steven Edwards | Fix compiling under MS_VC 6. |
tree | commitdiff |
2004-04-07 |
Raphael Junqueira | - fix DbgPrint and implement DbgPrintEx |
tree | commitdiff |
2004-04-07 |
Raphael Junqueira | Correct dplay8 headers for future use. |
tree | commitdiff |
2004-04-07 |
Mike McCormack | Load the XRandR extension dynamically (with help from... |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Handle file mappings on removable media entirely inside... |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Added support for fstatvfs. |
tree | commitdiff |
2004-04-05 |
Juan Lang | - implement loading network providers |
tree | commitdiff |
2004-04-05 |
Eric Pouech | Moved quite a few functions to dbghelp (removed debug... |
tree | commitdiff |
2004-04-05 |
Rein Klazes | Stub implementation for WSALookupServiceBeginA/W. |
tree | commitdiff |
2004-04-05 |
Eric Pouech | First shot at implementing dbghelp. |
tree | commitdiff |
2004-04-05 |
Alexandre Julliard | Fixed RtlDosPathNameToNtPathName_U prototype. |
tree | commitdiff |
2004-04-05 |
Juan Lang | Add a bunch of missing declarations. |
tree | commitdiff |
2004-04-05 |
Juan Lang | ifdef guard TCHAR declaration like PSDK does. |
tree | commitdiff |
2004-04-05 |
Eric Pouech | - implemented MCI_SOUND command |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | Removed the FailReadOnly option, this is now the defaul... |
tree | commitdiff |
2004-04-02 |
Felix Nawothnig | Define all macros described on MSDN. |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | Added memicmpW. |
tree | commitdiff |
2004-04-01 |
Dimitrie O. Paun | Remove the rest of the Tweak look hack. |
tree | commitdiff |
2004-04-01 |
Rolf Kalbermatter | Add some declarations for additional SHFileOperation... |
tree | commitdiff |
2004-04-01 |
Dimitrie O. Paun | Remove the support for the Win 3.1 Look. |
tree | commitdiff |
2004-03-31 |
Francois Gouget | Make sure ip_mreq is not exported by winsock2.h. |
tree | commitdiff |
2004-03-30 |
Mike McCormack | Convert the wininet HTTP functions to Unicode. |
tree | commitdiff |
2004-03-30 |
Ivan Leo Murray... | In resource info allow OriginalFilename and InternalNam... |
tree | commitdiff |
2004-03-29 |
Mike McCormack | Move EMR*16 definitions to wingdi.h, as they're part... |
tree | commitdiff |
2004-03-29 |
Kevin Koltzau | Implement loading and saving to a stream, and a few... |
tree | commitdiff |
2004-03-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTi... |
tree | commitdiff |
2004-03-25 |
Alexandre Julliard | Reimplemented SearchPathW using ntdll functions. |
tree | commitdiff |
2004-03-25 |
Felix Nawothnig | Define ip_mreq. |
tree | commitdiff |
2004-03-25 |
Felix Nawothnig | Define (L)DBL_* and FLT_*. |
tree | commitdiff |
2004-03-25 |
Mike McCormack | Define flags for GetUserObjectInformation. |
tree | commitdiff |
2004-03-25 |
Alexandre Julliard | Removed check for -lm, winegcc takes care of that. |
tree | commitdiff |
2004-03-25 |
Felix Nawothnig | Define stat in msvcrt/wchar.h. |
tree | commitdiff |
2004-03-22 |
Robert Shearman | Added some declarations. |
tree | commitdiff |
2004-03-22 |
Eric Pouech | Added C++ support. |
tree | commitdiff |
2004-03-20 |
Alexandre Julliard | Rewrote handling of COM and LPT devices to use symlinks in |
tree | commitdiff |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial... |
tree | commitdiff |
2004-03-18 |
Raphael Junqueira | Stub implementations of RtlCreateQueryDebugBuffer, |
tree | commitdiff |
2004-03-16 |
Hans Leidekker | - Prefix many more functions, types, structs, etc.... |
tree | commitdiff |
2004-03-16 |
Alexandre Julliard | Implemented NtQueryDirectoryFile (partly based on a... |
tree | commitdiff |
2004-03-15 |
Mike McCormack | Declare MsiGetProductPropertyA/W. |
tree | commitdiff |
2004-03-15 |
Mike McCormack | Added SetupCreateDiskSpaceList stub. |
tree | commitdiff |
2004-03-12 |
Hans Leidekker | The beginnings of math.h and float.h. |
tree | commitdiff |
2004-03-12 |
Dmitry Timoshkov | CreateDIBSection takes a const pointer to BITMAPINFO. |
tree | commitdiff |
2004-03-12 |
Robert Reif | Added WAVEFORMATEXTENSIBLE. |
tree | commitdiff |
2004-03-12 |
Alexandre Julliard | Changed the create_file server request to take NtCreate... |
tree | commitdiff |
2004-03-12 |
Ge van Geldorp | Change GetFileTitleA/W prototype to match PSDK. |
tree | commitdiff |
2004-03-11 |
Robert Reif | Added some missing defines. |
tree | commitdiff |
2004-03-10 |
Alexandre Julliard | Added definitions for S_IXUSR, S_IXGRP and S_IXOTH. |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Removed some unnecessary definitions from file.h. |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Get rid of the Filesystem option in the drive config... |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Added statvfs prototype. |
tree | commitdiff |
2004-03-09 |
Christian Costa | Add amstream dll (MultiMedia Streams), part of Direct... |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Reimplemented GetVolumeInformation and SetVolumeLabel... |
tree | commitdiff |
2004-03-07 |
Alexandre Julliard | Added check for f_namelen in struct statfs. |
tree | commitdiff |
2004-03-05 |
Alexandre Julliard | Use statvfs instead of statfs, and provide a default... |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
tree | commitdiff |
2004-03-04 |
Alexandre Julliard | Moved more GDI definitions to gdi_private.h. |
tree | commitdiff |
2004-03-03 |
Alexandre Julliard | Changed the GetTextExtentPoint graphics driver entry... |
tree | commitdiff |
2004-03-03 |
Alexandre Julliard | Implemented Get/SetBoundsRect based on a patch by Ken... |
tree | commitdiff |
2004-03-03 |
Robert Shearman | - Add more RPC format characters. |
tree | commitdiff |
2004-03-03 |
Christian Costa | Added evcode.h include. |
tree | commitdiff |
2004-03-02 |
Hans Leidekker | Added protocol type constants. |
tree | commitdiff |
2004-03-02 |
Robert Reif | Added dxerr8.h and dxerr9.h header files. |
tree | commitdiff |
2004-03-02 |
Juan Lang | Added a secur32.dll that loads other SSP DLLs and forwa... |
tree | commitdiff |
2004-03-02 |
Dimitrie O. Paun | Instrument winegcc to use the compilers and options... |
tree | commitdiff |
2004-03-01 |
Kevin Koltzau | Define MKSYS_URLMONIKER. |
tree | commitdiff |
2004-03-01 |
Juan Lang | Added sspi.h. |
tree | commitdiff |
2004-03-01 |
Alexandre Julliard | Portability fixes for LSB compatibility. |
tree | commitdiff |
2004-03-01 |
Martin Fuchs | Correct return type of SysStringLen() and SysStringByte... |
tree | commitdiff |
2004-03-01 |
Juan Lang | - correct some prototypes, add some defines |
tree | commitdiff |
2004-03-01 |
Juan Lang | Declare a few more Net apis and constants. |
tree | commitdiff |
2004-02-28 |
Patrik Stridvall | More stubs and better headers for mswsock.dll. |
tree | commitdiff |
2004-02-27 |
Robert Reif | Added missing #define for DS_INCOMPLETE. |
tree | commitdiff |
2004-02-27 |
Patrik Stridvall | Added proper headers for the *ActCtx* functions. |
tree | commitdiff |
2004-02-27 |
Patrik Stridvall | Added macro DEFAULT_UNREACHABLE. |
tree | commitdiff |
2004-02-27 |
Alexandre Julliard | Implemented InstallHinfSection (based on a patch by... |
tree | commitdiff |
2004-02-27 |
Alexandre Julliard | Added support for the RegisterDlls section (partly... |
tree | commitdiff |
2004-02-26 |
Dmitry Timoshkov | Add A/W mapping for MCI_DGV_WINDOW_PARMS. |
tree | commitdiff |
2004-02-25 |
Rok Mandeljc | Added name resolving for CLSIDs, IIDs, GUIDs and return... |
tree | commitdiff |
2004-02-24 |
Alexandre Julliard | Removed some of the DOS device hacks (based on a patch... |
tree | commitdiff |
2004-02-24 |
Uwe Bonnes | Pass inherit handle flag properly for CreateNamedPipe. |
tree | commitdiff |
2004-02-20 |
Alexandre Julliard | Create real file handles for VxDs instead of using... |
tree | commitdiff |
2004-02-19 |
Alexandre Julliard | Fixed varargs handling in the scanf functions (spotted... |
tree | commitdiff |
2004-02-19 |
Kevin Koltzau | Define SPI_* values introduced in XP. |
tree | commitdiff |
2004-02-17 |
Christian Costa | Added some stubs. |
tree | commitdiff |
2004-02-17 |
Huw Davies | SetMenu should always call SetWindowPos whether the... |
tree | commitdiff |
2004-02-17 |
Robert Shearman | - Fix some traces. |
tree | commitdiff |
2004-02-17 |
Alexandre Julliard | Fixed IntlStrEqWorkerA/W prototypes. |
tree | commitdiff |
2004-02-13 |
Alexandre Julliard | Moved hGCClipRgn handling to the graphics driver. |
tree | commitdiff |
2004-02-13 |
Alexandre Julliard | Removed a couple of unused fields in the DC structure. |
tree | commitdiff |
2004-02-12 |
Steven Edwards | Windows porting fix - Define O_NONBLOCK if not defined. |
tree | commitdiff |
next |