Add some missing prototypes, fix AssocIsDangerous.
[wine] / include / wine /
2004-02-07  Alexandre JulliardAdded memchrW and memrchrW to the exported Unicode...
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2004-01-28  Alexandre JulliardlpCreateParams should be a SEGPTR in 16-bit code.
2004-01-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2004-01-15  Alexandre JulliardMoved a bunch of definitions from gdi.h into a new...
2004-01-14  Ivan Leo Murray... Updated copyright information.
2004-01-09  Alexandre JulliardGet rid of no longer needed WINE_PACKED define.
2004-01-08  Alexandre JulliardThere's no need for DUMMYUNIONNAME in private headers.
2004-01-08  Alexandre JulliardAdded configure check for readlink.
2004-01-03  Mike HearnImplemented RegFlushKey and NtFlushKey.
2004-01-02  Alexandre JulliardAdded wine_dll_get_owner function that retrieves the...
2003-12-13  Ge van GeldorpWhen building a PE DLL (MinGW), variables exported...
2003-12-11  Alexandre JulliardStore a pointer to the client-side class structure...
2003-12-10  Alexandre JulliardAdded window classes in the server, and support for...
2003-12-10  Alexandre JulliardAdded support for inter-process GetWindowWord.
2003-12-04  Alexandre JulliardMoved the DEFINE_REGS_ENTRYPOINT macros to include...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-30  Dmitry TimoshkovA general cleanup of the version resources in Wine...
2003-11-30  Stefan LeichterChanged the version resource to be created in the commo...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-26  Alexandre JulliardAdded support for inter-process GetWindowLong on the...
2003-11-25  Alexandre JulliardRemoved task.h.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-11-18  Robert Shearman- AVI Splitter implementation.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-14  Raphael JunqueiraAdd the wined3d dll for beginning a cleaner d3d archite...
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-28  Alexandre JulliardIncrease WINE_LDT_FIRST_ENTRY to leave room for glibc...
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-10-15  Jon GriffithsAdded string folding support.
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-08  Alexandre JulliardAdded wine_get_argv0_path() to retrieve the path of...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-27  Alexandre JulliardAdded strspnW and strcspnW.
2003-09-24  Pavel RoskinAdded configure check for spawnvp().
2003-09-24  Alexandre JulliardMoved the Windows version code to dlls/ntdll, and imple...
2003-09-23  Alexandre JulliardAuthors: Juraj Hercek <juraj@syncad.com>, Eric Frias...
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-17  Alexandre JulliardMoved out of windef.h a few definitions that don't...
2003-09-16  Eric Pouech- Implemented a few information classes in NtQuerySyste...
2003-09-11  Alexandre JulliardMoved list.h to include/wine so that it can be used...
2003-09-11  Francois GougetModify winetest_ok to only add a trailing '\n' if there...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-09  Alexandre JulliardConverted the rest of the obj_*.h headers to IDL into...
2003-09-08  Rolf KalbermatterChange parameter in SHGetSpecialFolderPathA/W to int...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-04  Alexandre JulliardImplemented shtypes.idl and shobjidl.idl and removed...
2003-09-04  Alexandre JulliardConverted obj_webbrowser.h to IDL and moved the definit...
2003-09-04  Alexandre JulliardConverted ocidl.h to IDL.
2003-09-03  Alexandre JulliardConverted oleidl.h to IDL.
2003-09-03  Alexandre JulliardConverted comcat.h to IDL.
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...
2003-09-03  Alexandre JulliardAvoid including wine/obj_*.h files directly from C...
2003-08-29  Alexandre JulliardExport SYSDEPS_SwitchToThreadStack() functionality...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-25  Alexandre JulliardDon't build memcpy_unaligned on 386 to avoid MSVC break...
2003-08-23  Alexandre JulliardExtended WOWCallback16Ex to support register functions...
2003-08-20  Steven EdwardsFix building libwine_unicode with w32api headers.
2003-08-19  Mike McCormackImplement registry key unloading.
2003-08-19  Eric PouechFixed regression in process creation (std handle inheri...
2003-07-26  Alexandre JulliardImplemented inter-thread SendMessageCallback.
2003-07-26  Martin FuchsExtend for additional Shell Content and Attribute Flags.
2003-07-24  Mike McCormackAdded a security token object in wineserver.
2003-07-21  Martin FuchsDefine SHGDNF.
2003-07-21  Martin FuchsDefine IExtractIcon for ANSI/Unicode.
2003-07-15  Casper HornstrupDefine constants of M_PI & M_PI_2.
2003-07-11  Alexandre JulliardRun WH_KEYBOARD_LL and WH_MOUSE_LL hooks in the context...
2003-07-11  Alexandre JulliardImplemented the SMTO_ABORTIFHUNG flag of SendMessageTim...
2003-07-09  Alexandre JulliardImplemented the ThreadBasicInformation case for
2003-07-03  Alexandre JulliardAdded a file_exists argument to wine_dll_load to allow...
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-23  Ulrich Czekalla- use global atoms for the format ids
2003-06-23  Eric PouechIn console input record queue, replace semaphore with...
2003-06-21  Eric Pouech- adapted kernel32 so that it no longer (directly)...
2003-06-14  Alexandre JulliardMake it possible to retrieve an inheritable handle...
2003-05-21  Mike McCormackRemove code that starts wineshelllink, instead create...
2003-05-20  Eric PouechImplement anonymous pipes on top of named pipes.
2003-05-20  Eric PouechImplemented timer related functions in ntdll and make...
2003-05-19  Robert ShearmanFix value of IID_IShellFolder2.
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
2003-04-20  Alexandre JulliardCheck for struct option independently of the getopt_lon...
2003-04-17  Rolf KalbermatterImplemented ILGetDisplayNameExA and ILGetDisplayNameExW...
next