2004-09-03 |
Alexandre Julliard | Added configure check for socklen_t. |
tree | commitdiff |
2004-09-01 |
Alexandre Julliard | Get rid of the WINE_UNUSED macro. |
tree | commitdiff |
2004-08-31 |
Alexandre Julliard | Get rid of the non-standard CONV_POINT and CONV_RECT... |
tree | commitdiff |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
tree | commitdiff |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read... |
tree | commitdiff |
2004-07-20 |
Alexandre Julliard | Moved the WindowFromPoint functionality to the server... |
tree | commitdiff |
2004-07-16 |
Alexandre Julliard | Pass the environment for a child process through the... |
tree | commitdiff |
2004-06-29 |
Alexandre Julliard | Added support for window regions in the server. |
tree | commitdiff |
2004-06-23 |
Alexandre Julliard | Moved visible region calculation to the server. |
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-03 |
Hans Leidekker | MinGW portability fix. |
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 |
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 |
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-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
tree | commitdiff |
2004-05-07 |
Alexandre Julliard | Moved loading of the home registry files to the server... |
tree | commitdiff |
2004-05-03 |
Ferenc Wagner | Disable buffering of test output to keep more informati... |
tree | commitdiff |
2004-05-01 |
Alexandre Julliard | Use pread/pwrite everywhere to avoid changing the file... |
tree | commitdiff |
2004-04-22 |
Dmitry Timoshkov | Add some compatibility macros. |
tree | commitdiff |
2004-04-08 |
Alexandre Julliard | Removed the get_file_info request. |
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-06 |
Alexandre Julliard | Get rid of the removable media handling in the server. |
tree | commitdiff |
2004-04-06 |
Alexandre Julliard | Added support for fstatvfs. |
tree | commitdiff |
2004-04-05 |
Eric Pouech | - implemented MCI_SOUND command |
tree | commitdiff |
2004-04-02 |
Alexandre Julliard | Added memicmpW. |
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-27 |
Alexandre Julliard | Use futimes() instead of utime() to implement SetFileTi... |
tree | commitdiff |
2004-03-18 |
Alexandre Julliard | Make the standard create_file request handle serial... |
tree | commitdiff |
2004-03-12 |
Dmitry Timoshkov | CreateDIBSection takes a const pointer to BITMAPINFO. |
tree | commitdiff |
2004-03-12 |
Alexandre Julliard | Changed the create_file server request to take NtCreate... |
tree | commitdiff |
2004-03-10 |
Alexandre Julliard | Added definitions for S_IXUSR, S_IXGRP and S_IXOTH. |
tree | commitdiff |
2004-03-09 |
Alexandre Julliard | Added statvfs prototype. |
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-03 |
Robert Shearman | - Add more RPC format characters. |
tree | commitdiff |
2004-02-24 |
Uwe Bonnes | Pass inherit handle flag properly for CreateNamedPipe. |
tree | commitdiff |
2004-02-12 |
Steven Edwards | Windows porting fix - Define O_NONBLOCK if not defined. |
tree | commitdiff |
2004-02-10 |
Francois Gouget | Remove the winetest_ok() hack that adds a trailing... |
tree | commitdiff |
2004-02-07 |
Alexandre Julliard | Added memchrW and memrchrW to the exported Unicode... |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Revert the thread exit race fix for now, it doesn't... |
tree | commitdiff |
2004-02-05 |
Alexandre Julliard | Fixed a couple of race conditions in the wine_pthread... |
tree | commitdiff |
2004-01-28 |
Alexandre Julliard | lpCreateParams should be a SEGPTR in 16-bit code. |
tree | commitdiff |
2004-01-20 |
Rein Klazes | Fix MultiByteToWideChar and WideCharToMultiByte when... |
tree | commitdiff |
2004-01-15 |
Alexandre Julliard | Moved a bunch of definitions from gdi.h into a new... |
tree | commitdiff |
2004-01-14 |
Ivan Leo Murray... | Updated copyright information. |
tree | commitdiff |
2004-01-09 |
Alexandre Julliard | Get rid of no longer needed WINE_PACKED define. |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | There's no need for DUMMYUNIONNAME in private headers. |
tree | commitdiff |
2004-01-08 |
Alexandre Julliard | Added configure check for readlink. |
tree | commitdiff |
2004-01-03 |
Mike Hearn | Implemented RegFlushKey and NtFlushKey. |
tree | commitdiff |
2004-01-02 |
Alexandre Julliard | Added wine_dll_get_owner function that retrieves the... |
tree | commitdiff |
2003-12-13 |
Ge van Geldorp | When building a PE DLL (MinGW), variables exported... |
tree | commitdiff |
2003-12-11 |
Alexandre Julliard | Store a pointer to the client-side class structure... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added window classes in the server, and support for... |
tree | commitdiff |
2003-12-10 |
Alexandre Julliard | Added support for inter-process GetWindowWord. |
tree | commitdiff |
2003-12-04 |
Alexandre Julliard | Moved the DEFINE_REGS_ENTRYPOINT macros to include... |
tree | commitdiff |
2003-12-01 |
Alexandre Julliard | Added wine_server_release_fd function to release the... |
tree | commitdiff |
2003-11-30 |
Dmitry Timoshkov | A general cleanup of the version resources in Wine... |
tree | commitdiff |
2003-11-30 |
Stefan Leichter | Changed the version resource to be created in the commo... |
tree | commitdiff |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
tree | commitdiff |
2003-11-26 |
Alexandre Julliard | Added support for inter-process GetWindowLong on the... |
tree | commitdiff |
2003-11-25 |
Alexandre Julliard | Removed task.h. |
tree | commitdiff |
2003-11-22 |
Alexandre Julliard | Create a huge array in bss to reserve the memory area... |
tree | commitdiff |
2003-11-22 |
Dmitry Timoshkov | Move CompareString implementation to libwine_unicode... |
tree | commitdiff |
2003-11-18 |
Robert Shearman | - AVI Splitter implementation. |
tree | commitdiff |
2003-11-17 |
Alexandre Julliard | Added wine_ldt_is_system() to replace the IS_SELECTOR_S... |
tree | commitdiff |
2003-11-14 |
Raphael Junqueira | Add the wined3d dll for beginning a cleaner d3d archite... |
tree | commitdiff |
2003-11-12 |
Alexandre Julliard | Added sigsetjmp/siglongjmp and gettid to the portabilit... |
tree | commitdiff |
2003-11-11 |
Alexandre Julliard | Moved the exec_wine_binary function to the wine library... |
tree | commitdiff |
2003-11-09 |
Alexandre Julliard | Moved the remaining SYSDEPS_* functions to the wine_pth... |
tree | commitdiff |
2003-11-06 |
Alexandre Julliard | Added server_abort_thread to replace SYSDEPS_AbortThread. |
tree | commitdiff |
2003-11-05 |
Alexandre Julliard | Added wine_pthread_create_thread and wine_pthread_exit_... |
tree | commitdiff |
2003-11-04 |
Alexandre Julliard | Allocate the TEB and signal stack separately from the... |
tree | commitdiff |
2003-10-28 |
Alexandre Julliard | Increase WINE_LDT_FIRST_ENTRY to leave room for glibc... |
tree | commitdiff |
2003-10-24 |
Alexandre Julliard | Use sigsetjmp instead of setjmp in Wine internal except... |
tree | commitdiff |
2003-10-15 |
Jon Griffiths | Added string folding support. |
tree | commitdiff |
2003-10-15 |
Daniel Marmier | Fixed warnings with gcc option "-Wwrite-strings". |
tree | commitdiff |
2003-10-14 |
Dmitry Timoshkov | Fixed some problems found while compiling and linking... |
tree | commitdiff |
2003-10-14 |
Alexandre Julliard | Set or clear the BeingDebugged flag in the PEB when... |
tree | commitdiff |
2003-10-10 |
Alexandre Julliard | Don't reference the environ global variable from kernel... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Added wine_get_argv0_path() to retrieve the path of... |
tree | commitdiff |
2003-10-08 |
Alexandre Julliard | Store a "removable" flag instead of the full drive... |
tree | commitdiff |
2003-10-07 |
Alexandre Julliard | Store the global shell, progman and taskman windows... |
tree | commitdiff |
2003-10-04 |
Alexandre Julliard | Converted process creation to Unicode. |
tree | commitdiff |
2003-09-30 |
Alexandre Julliard | Store module names in Unicode in the server. |
tree | commitdiff |
2003-09-27 |
Alexandre Julliard | Added strspnW and strcspnW. |
tree | commitdiff |
2003-09-24 |
Pavel Roskin | Added configure check for spawnvp(). |
tree | commitdiff |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
tree | commitdiff |
2003-09-23 |
Alexandre Julliard | Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias... |
tree | commitdiff |
2003-09-18 |
Alexandre Julliard | Moved the wine server client-side support to dlls/ntdll... |
tree | commitdiff |
2003-09-17 |
Alexandre Julliard | Moved out of windef.h a few definitions that don't... |
tree | commitdiff |
2003-09-16 |
Eric Pouech | - Implemented a few information classes in NtQuerySyste... |
tree | commitdiff |
2003-09-11 |
Alexandre Julliard | Moved list.h to include/wine so that it can be used... |
tree | commitdiff |
next |