2003-07-03 |
Alexandre Julliard | Added a file_exists argument to wine_dll_load to allow... |
tree | commitdiff |
2003-04-30 |
Alexandre Julliard | Moved most of the kernel resource APIs to dlls/kernel. |
tree | commitdiff |
2003-03-26 |
Eric Pouech | - no longer using kernel32's APIs but ntdll's |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Merged wine_call_to_16_long and wine_call_to_16_short... |
tree | commitdiff |
2002-08-31 |
Alexandre Julliard | Moved internal context macros out of winnt.h. |
tree | commitdiff |
2002-08-28 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-26 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-16 |
Alexandre Julliard | Force loadorder of 16-bit dlls to builtin if their... |
tree | commitdiff |
2002-08-13 |
Dmitry Timoshkov | Fix snooping of 16-bit dlls being loaded at the same... |
tree | commitdiff |
2002-06-14 |
Alexandre Julliard | Unregister 16-bit dlls on module unload. |
tree | commitdiff |
2002-06-04 |
Alexandre Julliard | Moved specification of relay and snoop include/exclude... |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-17 |
Alexandre Julliard | Export the debugging API from libwine instead of ntdll. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Moved the selector access functions out of winnt.h... |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Specify the complete source file list for a dll inside... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed no longer used thunking and callout functions. |
tree | commitdiff |
2001-12-17 |
Alexandre Julliard | Removed unnecessary includes. |
tree | commitdiff |
2001-12-14 |
Alexandre Julliard | Made register and interrupt flags instead of entry... |
tree | commitdiff |
2001-12-11 |
Alexandre Julliard | Exported CALL32_Regs from ntdll, renamed to __wine_call... |
tree | commitdiff |
2001-07-26 |
Alexandre Julliard | Removed a few unnecessary Callouts. |
tree | commitdiff |
2001-07-25 |
Alexandre Julliard | Removed unnecessary inclusion of heap.h. |
tree | commitdiff |
2001-07-24 |
Alexandre Julliard | Removed HEAP_strdupA. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
tree | commitdiff |
2001-03-28 |
Alexandre Julliard | Always load the 32-bit dll containing a given 16-bit... |
tree | commitdiff |
2001-02-20 |
Alexandre Julliard | Removed a few Callout functions by doing a GetProcAddre... |
tree | commitdiff |
2001-02-14 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Removed some direct accesses to the 16-bit task structure. |
tree | commitdiff |
2000-12-27 |
Ulrich Weigand | Fixed broken prototypes. |
tree | commitdiff |
2000-12-27 |
Ulrich Weigand | Silence silly error messages. |
tree | commitdiff |
2000-12-13 |
Alexandre Julliard | Replaced PTR_SEG_TO_LIN macro by exported MapSL function. |
tree | commitdiff |
2000-12-12 |
Alexandre Julliard | Got rid of main.h. |
tree | commitdiff |
2000-12-06 |
Alexandre Julliard | Use libwine and libwine_unicode directly from their... |
tree | commitdiff |
2000-12-05 |
Alexandre Julliard | Always pass lower-case filenames to wine_dll_load(). |
tree | commitdiff |
2000-12-03 |
Aric Stewart | Added ASCII-only version of toupper, tolower, strcasecm... |
tree | commitdiff |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
tree | commitdiff |
2000-11-30 |
Alexandre Julliard | Use the HEAP_WINE_SEGPTR flag to specify allocations... |
tree | commitdiff |
2000-11-29 |
Alexandre Julliard | Renamed CallTo16* functions to wine_call_to_16* and... |
tree | commitdiff |
2000-11-28 |
Alexandre Julliard | Got rid of the Wine internal lstrcpy* functions and... |
tree | commitdiff |
2000-11-27 |
Alexandre Julliard | Changed GetProcAddress16 and 16-bit resource functions... |
tree | commitdiff |
2000-11-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2000-11-14 |
Alexandre Julliard | Moved LDT handling to libwine.so. Changed the interface... |
tree | commitdiff |
2000-11-13 |
Alexandre Julliard | Export the CallFrom16xxx functions from kernel32. Renam... |
tree | commitdiff |
2000-11-12 |
Alexandre Julliard | Raise an exception for unimplemented 16-bit entry point... |
tree | commitdiff |
2000-11-08 |
Alexandre Julliard | Check all Callouts function pointers for NULL before... |
tree | commitdiff |
2000-10-29 |
Dimitrie O. Paun | Fixed a few compilation warnings |
tree | commitdiff |
2000-10-29 |
Alexandre Julliard | Patch flat cs of 16-bit entry points if current %cs... |
tree | commitdiff |
2000-10-25 |
Alexandre Julliard | Added support for loading .res files for 16-bit resources. |
tree | commitdiff |
2000-10-24 |
Patrik Stridvall | Explicitly initialize structures. |
tree | commitdiff |
2000-10-23 |
Alexandre Julliard | Build Win32 resources as .res files and dump them into... |
tree | commitdiff |
2000-10-13 |
Lawson Whitney | Make findfunc look for .spec files, and put it with... |
tree | commitdiff |
2000-09-29 |
Alexandre Julliard | Moved $(MODULE).o rule out of Make.rules into the indiv... |
tree | commitdiff |
2000-09-27 |
Alexandre Julliard | Generate Win32 dll descriptor structure in the .spec... |
tree | commitdiff |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
tree | commitdiff |
2000-09-25 |
Alexandre Julliard | Removed some of the XXX_reg macros now that we are... |
tree | commitdiff |
2000-09-16 |
Alexandre Julliard | Removed a coupld of unused functions in the Callout... |
tree | commitdiff |
2000-09-13 |
Ulrich Weigand | Modified CallTo16Register routines to update register... |
tree | commitdiff |
2000-09-01 |
Alexandre Julliard | Avoid buffer overflows in builtin dll loading (with... |
tree | commitdiff |
2000-08-22 |
Marcus Meissner | Fixed some warnings. |
tree | commitdiff |
2000-08-14 |
Alexandre Julliard | Replaced global Callbacks structure by appropriate... |
tree | commitdiff |
2000-08-09 |
Alexandre Julliard | Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock. |
tree | commitdiff |
2000-08-06 |
Alexandre Julliard | Moved most USER string functions to dlls/user. |
tree | commitdiff |
2000-08-03 |
Alexandre Julliard | Added imports of user32/gdi32/kernel32 wherever necessary. |
tree | commitdiff |
2000-07-30 |
Alexandre Julliard | Cleaned up a few USER dependencies. |
tree | commitdiff |
2000-07-29 |
Alexandre Julliard | Removed some unnecessary inclusions of wingdi.h and... |
tree | commitdiff |
2000-07-25 |
Alexandre Julliard | Moved thunking functions off to kernel32.dll. |
tree | commitdiff |
2000-07-23 |
Ove Kaaven | Say that "No handler" messages as fatal. |
tree | commitdiff |
2000-06-23 |
Alexandre Julliard | Split the build program in several files. |
tree | commitdiff |
2000-06-08 |
Alexandre Julliard | Removed a few unnecessary includes. |
tree | commitdiff |
2000-06-07 |
Uwe Bonnes | Use "CALL" and "RET" in capital letters for distinction. |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Delay loading of interrupt table functions until they... |
tree | commitdiff |
2000-06-03 |
Alexandre Julliard | Moved kernel initialization to kernel_main.c |
tree | commitdiff |
2000-06-03 |
Dimitrie O. Paun | Start to separate KERNEL out of libwine. |
tree | commitdiff |
2000-05-30 |
Dimitrie O. Paun | Separate wineps out of Wine's core. |
tree | commitdiff |
2000-05-30 |
Dimitrie O. Paun | Moved DISPDIB out of the kernel into GDI. |
tree | commitdiff |
2000-05-30 |
Alexandre Julliard | Do not load wineps on startup. |
tree | commitdiff |
2000-05-19 |
Dimitrie O. Paun | Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32. |
tree | commitdiff |
2000-05-14 |
Dimitrie O. Paun | Moved DDEML into dlls/user. |
tree | commitdiff |
2000-05-07 |
Dimitrie O. Paun | Separate OLE2NLS out of KERNEL. |
tree | commitdiff |
2000-04-24 |
Patrik Stridvall | Fixed some warnings. |
tree | commitdiff |
2000-04-24 |
Alexandre Julliard | Implemented on-demand loading of builtin dlls using... |
tree | commitdiff |
2000-03-28 |
Patrik Stridvall | Added/fixed some documentation reported by winapi_check. |
tree | commitdiff |
2000-03-24 |
Alexandre Julliard | Moved gdi/user thunking functions into their respective... |
tree | commitdiff |
2000-03-19 |
Alexandre Julliard | Created separate dlls for user,gdi,ttydrv,x11drv. |
tree | commitdiff |
2000-02-26 |
Alexandre Julliard | Improved the selector get/set functions. |
tree | commitdiff |
2000-02-26 |
Patrik Stridvall | Fixed ANSI C violations. |
tree | commitdiff |
2000-02-18 |
Andreas Mohr | Added/corrected ordinals of kernel, gdi, user. |
tree | commitdiff |
2000-02-16 |
Alexandre Julliard | Moved SystemHeap allocations to the process heap. |
tree | commitdiff |
2000-02-13 |
Alexandre Julliard | Moved global atoms to the server (based on the work... |
tree | commitdiff |
2000-02-10 |
Alexandre Julliard | Optimized debugging API to reduce code size. |
tree | commitdiff |
2000-02-10 |
Jeremy White | Removed #include of wingdi.h and windef.h from winuser... |
tree | commitdiff |
2000-01-29 |
Andreas Mohr | - add some documentation items |
tree | commitdiff |
2000-01-29 |
Alexandre Julliard | Removed debugstr.h. |
tree | commitdiff |
2000-01-29 |
Alexandre Julliard | Use a per-thread buffer and write(2) for debug traces. |
tree | commitdiff |
2000-01-23 |
Alexandre Julliard | Moved winsock implementation to dlls/winsock. |
tree | commitdiff |
2000-01-16 |
Alexandre Julliard | Added automatic registration of built-in DLLs. |
tree | commitdiff |
next |