2004-05-05 |
Alexandre Julliard | Replaced LPINPUT_RECORD by PINPUT_RECORD. |
tree | commitdiff |
2004-05-05 |
Kevin Koltzau | Implemented CoInternetCombineUrl and CoInternetCompareUrl. |
tree | commitdiff |
2004-05-04 |
Alexandre Julliard | Explicitly specify alignment of 64-bit types. |
tree | commitdiff |
2004-05-03 |
Jon Griffiths | Add the IMAPIProp/IPropData definitions. |
tree | commitdiff |
2004-05-03 |
Ferenc Wagner | Disable buffering of test output to keep more informati... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Moved most remaining file functions to dlls/kernel. |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Use pread/pwrite everywhere to avoid changing the file... |
tree | commitdiff |
2004-05-01 |
Chris Morgan | Stub cmc_query_configuration() and add xcmc.h header... |
tree | commitdiff |
2004-04-30 |
Alexandre Julliard | Added a few more info classes in NtQueryInformationFile. |
tree | commitdiff |
2004-04-30 |
Francois Gouget | Add a stub for StgCreateStorageEx(). Returns |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Added auto-detection of DOS drive devices based on... |
tree | commitdiff |
2004-04-29 |
Mike McCormack | Added pstore.h and an IDL file to generate it. |
tree | commitdiff |
2004-04-29 |
Alexandre Julliard | Use symlinks in dosdevices/ for the drive devices too. |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Removed a number of internal file functions that are... |
tree | commitdiff |
2004-04-28 |
Alexandre Julliard | Reimplemented Get/SetCurrentDirectoryW using the corres... |
tree | commitdiff |
2004-04-28 |
Raphael Junqueira | - add some prototypes/typedefs to msi.h |
tree | commitdiff |
2004-04-28 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-04-27 |
Alexandre Julliard | Pass the creation disposition to wine_nt_to_unix_file_n... |
tree | commitdiff |
2004-04-26 |
Dimitrie O. Paun | Define _T[USX]?CHAR/_TINT/TCHAR types, for compatibility. |
tree | commitdiff |
2004-04-26 |
Dimitrie O. Paun | Fix the _WCTYPE_T_DEFINED sentry for compatibility. |
tree | commitdiff |
2004-04-26 |
Dmitry Timoshkov | Fix the DDE PFNCALLBACK prototype. |
tree | commitdiff |
2004-04-23 |
Jon Griffiths | Update/Add MAPI headers. |
tree | commitdiff |
2004-04-23 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of |
tree | commitdiff |
2004-04-22 |
Dmitry Timoshkov | Add some compatibility macros. |
tree | commitdiff |
2004-04-21 |
Mike McCormack | * add some values to the SYSTEM_INFORMATION_CLASS enume... |
tree | commitdiff |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesExW and GetCompressedFil... |
tree | commitdiff |
2004-04-20 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-04-20 |
Robert Shearman | Stub and documentation for RtlFormatMessage. |
tree | commitdiff |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesW, SetFileAttributesW... |
tree | commitdiff |
2004-04-19 |
Alexandre Julliard | Fixed/updated the file attributes defines. |
tree | commitdiff |
2004-04-19 |
Filip Navara | Fix some RPC prototypes to get it compiling with W32API. |
tree | commitdiff |
2004-04-19 |
Maxime Bellengé | Add the IAutoComplete and IAutoComplete2 implementation... |
tree | commitdiff |
2004-04-19 |
Robert Reif | Fixes support for older versions of direct sound. |
tree | commitdiff |
2004-04-19 |
Raphael Junqueira | - fix dxdiag.h (again) |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | RtlSetCurrentDirectory_U: store a handle to the current... |
tree | commitdiff |
2004-04-16 |
Alexandre Julliard | Added hack to fetch the current directory from the... |
tree | commitdiff |
2004-04-15 |
Raphael Junqueira | Fixed some bugs. |
tree | commitdiff |
2004-04-15 |
Alexandre Julliard | Get rid of the TEB flags, they are no longer used. |
tree | commitdiff |
2004-04-15 |
Jon Griffiths | Prevent CY type from being redefined. |
tree | commitdiff |
2004-04-15 |
Raphael Junqueira | Added the dxdiag.h header. |
tree | commitdiff |
2004-04-14 |
Alexandre Julliard | Moved wine_get_unix_file_name implementation to ntdll... |
tree | commitdiff |
2004-04-14 |
Kevin Koltzau | Partial stub of GdiAlphaBlend/AlphaBlend. |
tree | commitdiff |
2004-04-14 |
Filip Navara | Fix the case of RpcNetworkIsProtseqValid[AW] (was |
tree | commitdiff |
2004-04-12 |
Filip Navara | Get rid of non-standard ERROR_UNKNOWN value. |
tree | commitdiff |
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 |
next |