2004-06-17 |
Andreas Mohr | Added some missing static control styles. |
tree | commitdiff |
2004-06-16 |
Huw Davies | Add support for bitmap fonts. |
tree | commitdiff |
2004-06-15 |
Francois Gouget | Don't use Unicode string literals unless we specificall... |
tree | commitdiff |
2004-06-15 |
Ulrich Czekalla | ScrollDC should take into account overlapped windows... |
tree | commitdiff |
2004-06-15 |
Alexandre Julliard | Store the number of processors in the PEB structure. |
tree | commitdiff |
2004-06-14 |
Alexandre Julliard | Rewrote SetFilePointer to use SetFilePointerEx. |
tree | commitdiff |
2004-06-14 |
Eric Pouech | - implemented EnumDirTree, SearchTreeForFile, SymFindFi... |
tree | commitdiff |
2004-06-14 |
Alexandre Julliard | Yet another fix for the MacOS X environ brain damage. |
tree | commitdiff |
2004-06-14 |
Eric Pouech | - Added ProcessBasicInformation class to ntdll.NtQueryI... |
tree | commitdiff |
2004-06-14 |
Pierre d'Herbemont | Don't use .previous instruction on Darwin. |
tree | commitdiff |
2004-06-14 |
Dmitry Timoshkov | Fix CBR_BLOCK definition. |
tree | commitdiff |
2004-06-14 |
Mike McCormack | Add the aclapi.h header file. |
tree | commitdiff |
2004-06-03 |
Andreas Mohr | Additional KLF_xxx defines. |
tree | commitdiff |
2004-06-03 |
Alexandre Julliard | Set the WINEPRELOADRESERVE variable when starting a... |
tree | commitdiff |
2004-06-03 |
Hans Leidekker | MinGW portability fix. |
tree | commitdiff |
2004-06-03 |
Christian Costa | Added d3dxof dll, part of Direct3D. |
tree | commitdiff |
2004-06-01 |
Jon Griffiths | Added PPOINTL, a pointer to a POINTL struct. |
tree | commitdiff |
2004-06-01 |
Mike McCormack | Added definitions for the IShellWindows interface. |
tree | commitdiff |
2004-06-01 |
Mike McCormack | Added definitions for the IFolderViewOC interface. |
tree | commitdiff |
2004-05-29 |
Alexandre Julliard | Pass the environ variable from main to try to avoid... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Initial version of the Wine preloader, used to reserve... |
tree | commitdiff |
2004-05-28 |
Alexandre Julliard | Make sure __ASM_GLOBAL_FUNC generates code in the text... |
tree | commitdiff |
2004-05-27 |
Jon Griffiths | Give a struct tag to OPENILENAMEA/W to allow forward... |
tree | commitdiff |
2004-05-27 |
Ivan Leo Puoti | Changed my name, so update copyright info. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Moved environ definition to port.h. |
tree | commitdiff |
2004-05-25 |
Jon Griffiths | Add a couple of missing listview macros. |
tree | commitdiff |
2004-05-25 |
Alexandre Julliard | Added support for managing reserved memory areas in... |
tree | commitdiff |
2004-05-21 |
Alexandre Julliard | Converted the memory views list to use the standard... |
tree | commitdiff |
2004-05-18 |
Eric Pouech | - removed file extension from module (and suffixed... |
tree | commitdiff |
2004-05-18 |
Eric Pouech | Added some missing prototypes. |
tree | commitdiff |
2004-05-17 |
Patrik Stridvall | Added the IInternetSession interface. |
tree | commitdiff |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
tree | commitdiff |
2004-05-12 |
Eric Pouech | - rewrote the file code so that streams manage low... |
tree | commitdiff |
2004-05-11 |
Raphael Junqueira | - Typo fix in dmusicf.h. |
tree | commitdiff |
2004-05-10 |
Eric Pouech | Better have internal & external TEB definitions have... |
tree | commitdiff |
2004-05-10 |
Eric Pouech | Fixed a missing typedef. |
tree | commitdiff |
2004-05-10 |
Jake Hamby | IMessageFilter::HandleInComingCall() should be HandleIn... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
tree | commitdiff |
2004-05-07 |
Kevin Koltzau | Implemented IsAsyncMoniker. |
tree | commitdiff |
2004-05-06 |
Dimitrie O. Paun | Remove the last remaining wine options when running... |
tree | commitdiff |
2004-05-06 |
Ulrich Czekalla | Allow applications, under certain conditions, to set... |
tree | commitdiff |
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 |
next |