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 |
2000-01-09 |
Alexandre Julliard | Built-in DLLs resources are now specified in spec file. |
tree | commitdiff |
2000-01-09 |
Erez Volk | Added stubs for some BiDi API functions. |
tree | commitdiff |
2000-01-04 |
Eric Pouech | Removed the obsoleted CallTimeFuncProc, CallDriverProc, |
tree | commitdiff |
2000-01-01 |
Peter Ganten | Implemented WaitForInputIdle. |
tree | commitdiff |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
tree | commitdiff |
1999-12-06 |
Andreas Mohr | Added .rc file support for Win16 NE modules. |
tree | commitdiff |
1999-12-05 |
Ulrich Weigand | Added USER.DllEntryPoint(). |
tree | commitdiff |
1999-12-05 |
Ulrich Weigand | Call 16-bit instead of 32-bit UserSignalProc entry... |
tree | commitdiff |
1999-11-23 |
Moses DeJong | Added implementation for WSARecvEx function. This is... |
tree | commitdiff |
1999-11-23 |
Alexandre Julliard | Changed to use new server-side registry support. |
tree | commitdiff |
1999-11-21 |
Huw D M Davies | Stub for GetFontData16. |
tree | commitdiff |
1999-11-21 |
Andreas Mohr | Added some ordinals and GetDriverResourceID(). |
tree | commitdiff |
1999-11-14 |
Ulrich Weigand | Fixed some unresolved externals on non-Intel archs. |
tree | commitdiff |
1999-11-13 |
Ulrich Weigand | Adapted to new register function handling. |
tree | commitdiff |
1999-11-07 |
Andreas Mohr | Implementation of RegisterNLSInfoChanged. |
tree | commitdiff |
1999-10-31 |
Huw D M Davies | Stub for EngineRealizeFontExt (used by the win98 pscrip... |
tree | commitdiff |
1999-10-24 |
Patrik Stridvall | Added Win16 variants of existing Win32 functions. |
tree | commitdiff |
1999-10-24 |
Eric Pouech | Split the multimedia/ directory into dlls/ subdirectories. |
tree | commitdiff |
1999-10-23 |
Ove Kaaven | Winsock rewrite. Sockets are now proper win32 handles. |
tree | commitdiff |
1999-10-13 |
Eric Pouech | Fix loading of modules: now search key is module's... |
tree | commitdiff |
1999-10-13 |
Marcus Meissner | WPROCS.ENTRYADDRPROC needs to return something in CX... |
tree | commitdiff |
1999-10-13 |
Uwe Bonnes | Use LoadString16 for FormatMessage16 and handle |
tree | commitdiff |
1999-09-29 |
Ulrich Weigand | Bugfix: Don't call GetVersionExA too early, to avoid... |
tree | commitdiff |
1999-09-29 |
Marcus Meissner | Added stub for WMMMIDIRUNONCE called by midimap.drv. |
tree | commitdiff |
1999-09-23 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
tree | commitdiff |
1999-09-22 |
Eric Pouech | All headers (wave and midi functions) are now seen... |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Keyboard/mouse event proc thunk creation moved out... |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Don't create thunk for task signal proc, call it directly. |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | DC hook proc thunk management simplified. |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Windows hook proc thunk management simplified. |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Modified THUNK_Alloc so as to avoid 32->16->32 calling... |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Set 'expected_version' of built-in and dummy modules... |
tree | commitdiff |
1999-09-20 |
Ulrich Weigand | Make CallTo16 return stub segment owned by KERNEL. |
tree | commitdiff |
1999-09-19 |
Ulrich Weigand | Moved bulk of OLE implementation to dlls/ subdirectories. |
tree | commitdiff |
1999-09-19 |
Ulrich Weigand | Bugfix: Declare CALL32_CBClient[Ex] without WINAPI. |
tree | commitdiff |
1999-09-13 |
Huw D M Davies | Change interfaces to THUNK_Alloc/Free slightly and... |
tree | commitdiff |
1999-09-10 |
Huw D M Davies | Winspool DocumentProperties and DeviceCapabilities... |
tree | commitdiff |
1999-09-10 |
Ulrich Weigand | Fixed bug in CBClient routines by storing the SEGPTR... |
tree | commitdiff |
1999-08-18 |
Ulrich Weigand | Moved implementation of WOW routines to single file. |
tree | commitdiff |
1999-08-15 |
Ulrich Weigand | Adapted to glue code generation changes. |
tree | commitdiff |
1999-08-15 |
Ulrich Weigand | Adapted to new-style Wine thunks. |
tree | commitdiff |
1999-08-08 |
Alexandre Julliard | Replaced a few calls to lstr* functions by their CRTDLL... |
tree | commitdiff |
1999-08-04 |
Alexandre Julliard | Got rid of dsprintf and related macros. |
tree | commitdiff |
1999-08-04 |
Ulrich Weigand | Moved various DLLs to dlls/ |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Removed IP_reg, SP_reg and FL_reg definitions to avoid... |
tree | commitdiff |
1999-08-01 |
Alexandre Julliard | Made stack manipulation macros into inline functions. |
tree | commitdiff |
1999-07-31 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
tree | commitdiff |
1999-07-31 |
Ulrich Weigand | Implemented KERNEL.447 (WIN32_OldYield16). |
tree | commitdiff |
1999-07-30 |
Andreas Mohr | Implemented CoRevokeClassObject stub needed by Acrobat... |
tree | commitdiff |
1999-07-27 |
Ulrich Weigand | Added FinalUserInit16/FinalGdiInit16 stubs. |
tree | commitdiff |
1999-07-27 |
Ulrich Weigand | Added IsBadFlatReadWritePtr16(). |
tree | commitdiff |
1999-07-27 |
Ulrich Weigand | More gcc bug workarounds. |
tree | commitdiff |
1999-07-25 |
Ulrich Weigand | Moved .spec files to corresponding dlls/ directory. |
tree | commitdiff |
1999-07-25 |
Ulrich Weigand | Relay code for Win16 register functions converts arguments. |
tree | commitdiff |
1999-07-25 |
Huw D M Davies | {Start|End}{Doc|Page} go through DCfuncs. |
tree | commitdiff |
1999-07-24 |
Ulrich Weigand | Unify startup sequence for Wine and WineLib. |
tree | commitdiff |
1999-07-24 |
Ulrich Weigand | Removed MODULE_GetWndProcEntry16(). |
tree | commitdiff |
1999-07-24 |
Ulrich Weigand | Always retrieve Callout routines using GetProcAddress(). |
tree | commitdiff |
1999-07-23 |
Ulrich Weigand | Bugfix: Reverted CallTo16 routines to STDCALL convention. |
tree | commitdiff |
1999-07-15 |
Ulrich Weigand | GlobalSmartPageUnlock() stub added. |
tree | commitdiff |
1999-07-15 |
Ulrich Weigand | Use position-independent code in assembly glue when... |
tree | commitdiff |
1999-07-12 |
Ulrich Weigand | Fixed bugs introduced by 'register' and 'return' functi... |
tree | commitdiff |
1999-07-11 |
Alexandre Julliard | Take advantage of the new registers saved in the STACK1... |
tree | commitdiff |
1999-07-11 |
Ulrich Weigand | Modularized CallFrom/To16 routines. Adapted dependent... |
tree | commitdiff |
1999-07-03 |
Marcus Meissner | some small include fixes, some checks for NULL ptrs, |
tree | commitdiff |
1999-06-26 |
Alexandre Julliard | Changed CONTEXT into CONTEXT86 everywhere we really... |
tree | commitdiff |
1999-06-26 |
Andreas Mohr | Kind of implemented OleMetaFilePictFromIconAndLabel. |
tree | commitdiff |
1999-06-22 |
Andreas Mohr | Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it). |
tree | commitdiff |
1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
tree | commitdiff |
next |