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 |
2003-09-11 |
Francois Gouget | Modify winetest_ok to only add a trailing '\n' if there... |
tree | commitdiff |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
tree | commitdiff |
2003-09-09 |
Alexandre Julliard | Converted the rest of the obj_*.h headers to IDL into... |
tree | commitdiff |
2003-09-08 |
Rolf Kalbermatter | Change parameter in SHGetSpecialFolderPathA/W to int... |
tree | commitdiff |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Implemented shtypes.idl and shobjidl.idl and removed... |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Converted obj_webbrowser.h to IDL and moved the definit... |
tree | commitdiff |
2003-09-04 |
Alexandre Julliard | Converted ocidl.h to IDL. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Converted oleidl.h to IDL. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Converted comcat.h to IDL. |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Moved the implementation of the pthread wrappers to... |
tree | commitdiff |
2003-09-03 |
Alexandre Julliard | Avoid including wine/obj_*.h files directly from C... |
tree | commitdiff |
2003-08-29 |
Alexandre Julliard | Export SYSDEPS_SwitchToThreadStack() functionality... |
tree | commitdiff |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Start using the exported TEB structure from winternl... |
tree | commitdiff |
2003-08-28 |
Alexandre Julliard | Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR... |
tree | commitdiff |
2003-08-27 |
Alexandre Julliard | Added varargs support for 16-bit entry points. |
tree | commitdiff |
2003-08-25 |
Alexandre Julliard | Don't build memcpy_unaligned on 386 to avoid MSVC break... |
tree | commitdiff |
2003-08-23 |
Alexandre Julliard | Extended WOWCallback16Ex to support register functions... |
tree | commitdiff |
2003-08-20 |
Steven Edwards | Fix building libwine_unicode with w32api headers. |
tree | commitdiff |
next |