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 |
2003-08-19 |
Mike McCormack | Implement registry key unloading. |
tree | commitdiff |
2003-08-19 |
Eric Pouech | Fixed regression in process creation (std handle inheri... |
tree | commitdiff |
2003-07-26 |
Alexandre Julliard | Implemented inter-thread SendMessageCallback. |
tree | commitdiff |
2003-07-26 |
Martin Fuchs | Extend for additional Shell Content and Attribute Flags. |
tree | commitdiff |
2003-07-24 |
Mike McCormack | Added a security token object in wineserver. |
tree | commitdiff |
2003-07-21 |
Martin Fuchs | Define SHGDNF. |
tree | commitdiff |
2003-07-21 |
Martin Fuchs | Define IExtractIcon for ANSI/Unicode. |
tree | commitdiff |
2003-07-15 |
Casper Hornstrup | Define constants of M_PI & M_PI_2. |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Run WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context... |
tree | commitdiff |
2003-07-11 |
Alexandre Julliard | Implemented the SMTO_ABORTIFHUNG flag of SendMessageTim... |
tree | commitdiff |
2003-07-09 |
Alexandre Julliard | Implemented the ThreadBasicInformation case for |
tree | commitdiff |
2003-07-03 |
Alexandre Julliard | Added a file_exists argument to wine_dll_load to allow... |
tree | commitdiff |
2003-06-27 |
Dmitry Timoshkov | Implement LCMapString using unicode collation tables. |
tree | commitdiff |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
tree | commitdiff |
2003-06-23 |
Ulrich Czekalla | - use global atoms for the format ids |
tree | commitdiff |
2003-06-23 |
Eric Pouech | In console input record queue, replace semaphore with... |
tree | commitdiff |
2003-06-21 |
Eric Pouech | - adapted kernel32 so that it no longer (directly)... |
tree | commitdiff |
2003-06-14 |
Alexandre Julliard | Make it possible to retrieve an inheritable handle... |
tree | commitdiff |
2003-05-21 |
Mike McCormack | Remove code that starts wineshelllink, instead create... |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implement anonymous pipes on top of named pipes. |
tree | commitdiff |
2003-05-20 |
Eric Pouech | Implemented timer related functions in ntdll and make... |
tree | commitdiff |
2003-05-19 |
Robert Shearman | Fix value of IID_IShellFolder2. |
tree | commitdiff |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
tree | commitdiff |
2003-05-01 |
Alexandre Julliard | Moved the wpp library from tools/ to libs/. |
tree | commitdiff |
2003-04-20 |
Alexandre Julliard | Check for struct option independently of the getopt_lon... |
tree | commitdiff |
2003-04-17 |
Rolf Kalbermatter | Implemented ILGetDisplayNameExA and ILGetDisplayNameExW... |
tree | commitdiff |
2003-04-14 |
Alexandre Julliard | Fixed gcc varargs macro syntax (reported by Gabriele... |
tree | commitdiff |
2003-04-13 |
Vincent Béron | Include shlguid.h from shlobj.h. |
tree | commitdiff |
2003-04-11 |
Alexandre Julliard | Simplified COM interface declarations, removing the... |
tree | commitdiff |
2003-04-10 |
Alexandre Julliard | Get rid of the ICOM_CALL macros. |
tree | commitdiff |
2003-04-10 |
Alexandre Julliard | Use a more compatible technique to declare COM interfac... |
tree | commitdiff |
2003-04-04 |
Alexandre Julliard | Implemented NtQueueApcThread, and changed the server... |
tree | commitdiff |
2003-04-02 |
Alexandre Julliard | Added abs_time_t structure to the server protocol,... |
tree | commitdiff |
2003-04-02 |
Dimitrie O. Paun | Add spawnvp to the portability lib. |
tree | commitdiff |
2003-04-01 |
Alexandre Julliard | Portability fixes. |
tree | commitdiff |
2003-03-30 |
Alexandre Julliard | Clear the entire request, not just the end, in case... |
tree | commitdiff |
2003-03-28 |
Alexandre Julliard | Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by... |
tree | commitdiff |
2003-03-26 |
Alexandre Julliard | Implemented file change notifications, based on a patch... |
tree | commitdiff |
2003-03-22 |
Alexandre Julliard | Make a distinction between the thread Unix pid and... |
tree | commitdiff |
2003-03-21 |
Alexandre Julliard | Added 'wine' prefix to libwine_unicode exports. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Added memcpy_unaligned to libwine_port. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Added sprintfW and vsprintfW. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Moved interlocked functions to libwine_port. |
tree | commitdiff |
2003-03-20 |
Alexandre Julliard | Replaced mkstemp by mkstemps from libiberty. |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Added getopt routine to libwine_port (based on a patch... |
tree | commitdiff |
2003-03-19 |
Alexandre Julliard | Fixed bug that could cause SendMessage to return too... |
tree | commitdiff |
2003-03-18 |
Alexandre Julliard | Implemented file locking functions (partly based on... |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Really get rid of debug code/strings if we're building... |
tree | commitdiff |
2003-03-12 |
Dmitry Timoshkov | Move vsnwprintf implementation to libwine_unicode,... |
tree | commitdiff |
2003-03-04 |
Alexandre Julliard | Use SIGUSR1 instead of SIGSTOP to suspend threads. |
tree | commitdiff |
2003-02-26 |
Alexandre Julliard | Moved LDT selector allocation routines to libwine. |
tree | commitdiff |
2003-02-24 |
Alexandre Julliard | Pass the pid of the new process in the new_process... |
tree | commitdiff |
2003-02-14 |
Alexandre Julliard | Changed fd operations to take a struct fd instead of... |
tree | commitdiff |
2003-01-31 |
Ove Kaaven | Some RPC definitions. |
tree | commitdiff |
2003-01-23 |
Marcus Meissner | Fixed ICOM_CALLs for IFont_xx methods. |
tree | commitdiff |
2003-01-20 |
John K. Hohm | Added optional OLESelfRegister to wine_common_ver.rc... |
tree | commitdiff |
2003-01-15 |
Jeroen Janssen | Fixed wine_ldt_copy importing on cygwin. |
tree | commitdiff |
next |