Fix unreachable TVHT_ONITEMSTATEICON in TREEVIEW_LButtonDown.
[wine] / loader / ne /
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-05-21  Alexandre JulliardMoved a couple of 16-bit module functions from to loade...
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-03-20  Alexandre JulliardAdded memcpy_unaligned to libwine_port.
2003-03-05  Eric PouechRemoved SO loading type.
2002-12-17  Alexandre JulliardDebug channels cleanup.
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Alexandre JulliardAlso trace implicitly loaded dlls for +loaddll.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-21  Alexandre JulliardAdded wrapper to replace llseek+lread to avoid HANDLE...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-18  Alexandre JulliardAdded wine_memcpy_unaligned function to avoid gcc memcpy
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Mike McCormackDon't cache file handles for NE executable modules...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Dmitry TimoshkovSet up exception handler around WEP call.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-06-04  Alexandre JulliardDon't free the stack selector, it's freed in ExitThread...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-08-11  Josh ThielenWrong handle was being closed.
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-07-30  Alexandre JulliardFixed HTASK/HTASK16 handle mismatch.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-03-20  Alexandre Julliard- Added support for app-specific dll overrides using
2001-02-28  Alexandre JulliardUse the standard CreateThread routine to create 16...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-21  Gerard PatelFix the cmdline argument passed to NE_CreateThread...
2001-01-15  Ulrich WeigandDon't call a NE DLL's DllEntryPoint twice during one...
2001-01-15  Alexandre JulliardReplaced GLOBAL_Alloc by GlobalAlloc16 where possible.
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-10  Gerard PatelAdded a specific debug channel for dll loading (builtin...
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Ulrich WeigandPrevent unaligned access to NE in-memory module data.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-12  Alexandre JulliardChanged LoadImage16 to take an LPCSTR instead of a...
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-03  Aric StewartAdded ASCII-only version of toupper, tolower, strcasecm...
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-12-01  Alexandre JulliardMoved the few remaining functions in wprocs.dll to...
2000-11-30  Alexandre JulliardRemoved "elfdll" load order option and updated document...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-01  Alexandre JulliardAuthors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
2000-09-10  Andreas MohrFixed NE_LoadExeHeader error handling.
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-28  Peter Ganten- Always store the full path name of 32bit modules...
2000-08-26  Andreas Mohr- made the MIDI sequencer error message much better...
2000-08-14  Alexandre JulliardMoved CharUpper* and CharLower* functions to dlls/user.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-07  Alexandre JulliardFixed resource functions to work with 32-bit modules...
2000-08-07  Alexandre Julliard- Fixed resource functions to work directly from the...
2000-08-06  Alexandre JulliardReplaced lstrlen/lstrcmp by libc equivalents everywhere...
2000-07-26  Alexandre JulliardReturn the proper error code when a 16-bit task failed...
2000-07-25  Alexandre JulliardPerform NE_InitProcess in the context of the new task.
2000-07-16  Andreas MohrDoc and trace updates.
2000-06-10  Alexandre JulliardMake sure GetModuleFileName16 does not return garbage...
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-11  Bernd HerdMake sure hInstance is a proper global handle and not...
2000-04-18  Alexandre JulliardMoved PE header definitions to winnt.h where they belong.
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-25  Alexandre JulliardFixed a couple of file descriptor leaks.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-08  Patrik StridvallRemoved a lot of unnecessary includes and fixed the...
2000-03-07  Andreas MohrFixed second instance DGROUP loading.
next