1999-06-22 |
Alexandre Julliard | Merged THDB and TEB structures. |
tree | commitdiff |
1999-06-12 |
Alexandre Julliard | Converted to the new debug interface, using script... |
tree | commitdiff |
1999-06-12 |
Patrik Stridvall | Added missing/wrong includes. |
tree | commitdiff |
1999-06-06 |
Ulrich Weigand | Removed Callback.CallTaskRescheduleProc(). |
tree | commitdiff |
1999-06-05 |
Ulrich Weigand | Fixed behaviour of Alloc..ThunkletCallback[Ex] for... |
tree | commitdiff |
1999-06-05 |
Eric Pouech | Workaroung gcc 2.7.2.x sig 11 issue. |
tree | commitdiff |
1999-05-24 |
Eric Pouech | fixed builtin mmsystem.dll init sequence |
tree | commitdiff |
1999-05-23 |
Ulrich Weigand | Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL... |
tree | commitdiff |
1999-05-23 |
Ulrich Weigand | Fix typo (wrong DISPLAY.CheckCursor ordinal). |
tree | commitdiff |
1999-05-22 |
James Juran | task.h was included twice. Removing one fixed a sig11... |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Check for syslevel violations while relay debugging. |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Improved syslevel handling, store currently held syslev... |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Added ExitKernel16 (replacing USER_ExitWindows), ExitPr... |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Handle proc == NULL in THUNK_SetDCHook correctly. |
tree | commitdiff |
1999-05-22 |
Ulrich Weigand | Set %ebx to point to real 16-bit stack in CBClientThunkSL. |
tree | commitdiff |
1999-05-22 |
Marcus Meissner | Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed... |
tree | commitdiff |
1999-05-17 |
Ulrich Weigand | Release Win16Lock when calling LoadLibrary32 from 16... |
tree | commitdiff |
1999-05-17 |
Ulrich Weigand | Fixed THUNK_SetDCHook when using native USER. |
tree | commitdiff |
1999-05-13 |
Andreas Mohr | Implemented InsertInASPIChain and fixed minor things. |
tree | commitdiff |
1999-05-12 |
Alexandre Julliard | Added macros and definitions for using exception inside... |
tree | commitdiff |
1999-05-08 |
Patrik Stridvall | ANSI C fixes. |
tree | commitdiff |
1999-05-08 |
Ulrich Weigand | Call Callout routines directly when using builtin USER. |
tree | commitdiff |
1999-05-04 |
Ulrich Weigand | Added PlaySound16, sndPlaySound16. |
tree | commitdiff |
1999-05-04 |
Ove Kaaven | Fixes winproc deadlock for win16. |
tree | commitdiff |
1999-05-03 |
Ulrich Weigand | Bugfix: release Win16Lock in WinExec16, CallProc[Ex... |
tree | commitdiff |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
tree | commitdiff |
1999-05-02 |
Eric Pouech | - got rid of all the internal MM tweaks to load builtin MCI |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | Fixed ANSI compabillity. |
tree | commitdiff |
1999-04-25 |
Bertho Stultiens | Built-in dlls now have resources attached via the PE... |
tree | commitdiff |
1999-04-25 |
Patrik Stridvall | #pragma pack(?) changed to #include "*pack*.h" |
tree | commitdiff |
1999-04-25 |
Uwe Bonnes | Add a stub for GlobalMasterHandle. |
tree | commitdiff |
1999-04-22 |
Michael Veksler | Removed some includes of 16 bit API. |
tree | commitdiff |
1999-04-22 |
Ulrich Weigand | Added missing profile KERNEL routines (call 32-bit... |
tree | commitdiff |
1999-04-22 |
Ulrich Weigand | Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly... |
tree | commitdiff |
1999-04-21 |
Bertho Stultiens | Corrected wrong return values of built-in loader to... |
tree | commitdiff |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
tree | commitdiff |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
tree | commitdiff |
1999-04-16 |
Andreas Mohr | - Implemented proper ("real", compressed) Win16 entry... |
tree | commitdiff |
1999-04-11 |
Eric Pouech | Updated (prepare|unprepare)header functions (wave,... |
tree | commitdiff |
1999-04-10 |
Ulrich Weigand | Call InitApp16 (using Callout) for initial process. |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Added GdiSignalProc() stub. |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Added USER32.UserSignalProc to Callout table. |
tree | commitdiff |
1999-04-01 |
Eric Pouech | Added StackEnter() and StackLeave() stubs |
tree | commitdiff |
1999-04-01 |
Ulrich Weigand | Allow NULL NE resource handler; call the default handle... |
tree | commitdiff |
1999-03-22 |
Marcus Meissner | Added -dll option for winelib programs. (Note: will... |
tree | commitdiff |
1999-03-22 |
Eric Pouech | Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute). |
tree | commitdiff |
1999-03-15 |
Eric Pouech | Moved all MCI internal functions/variables/macros to... |
tree | commitdiff |
1999-03-14 |
Francois Boisvert | Made access to the wnd struct thread-safe. |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-13 |
Marcus Meissner | Fixed newly introduced and some leftover warnings. |
tree | commitdiff |
1999-03-13 |
Ulrich Weigand | Implemented UTRegister and UTUnRegister. |
tree | commitdiff |
1999-03-13 |
Keith Matthews | Added coded stubs for DdeQueryConvInfo (16 & 32 bit... |
tree | commitdiff |
1999-03-13 |
Pavel Roskin | Added prototypes for OleQueryLinkFromClip, OleQueryCrea... |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Temporary fix: Activate 16-bit system timer callback... |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Added USER.DestroyIcon32 to Callout struct. |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-19 |
Huw D M Davies | Fixed a few broken includes. |
tree | commitdiff |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
tree | commitdiff |
1999-02-17 |
Marcus Meissner | Optimized include/*.h: (recursively) include all header... |
tree | commitdiff |
1999-02-17 |
Uwe Bonnes | Change type of mode argument to GETVDMPOINTER32W from... |
tree | commitdiff |
1999-02-13 |
Marcus Meissner | Moved the if1632/signal.c stuff into loader/signal... |
tree | commitdiff |
1999-02-09 |
Brad Pepers | WinG fixes. |
tree | commitdiff |
1999-02-02 |
Ulrich Weigand | Implemented KERNEL.434 (UnicodeToAnsi). |
tree | commitdiff |
1999-01-31 |
Ulrich Weigand | Implementation of VER.DLL. Thunks up to VERSION.DLL. |
tree | commitdiff |
1999-01-30 |
Francis Beaudet | Implemented the startup-shutdown mechanism for the... |
tree | commitdiff |
1999-01-28 |
Marcus Meissner | Fixed a lot of warnings for possible problems. |
tree | commitdiff |
1999-01-28 |
Marcus Meissner | Fixed GetIconInfo16 (.spec,ICONINFO struct is different... |
tree | commitdiff |
1999-01-26 |
Andreas Mohr | Implemented GetIconInfo16 -> call to GetIconInfo32. |
tree | commitdiff |
1999-01-24 |
Nick Holloway | Internal PostScript printer driver improvements. |
tree | commitdiff |
1999-01-24 |
Ulrich Weigand | Implemented KERNEL.621 (CBClientThunkSLEx). |
tree | commitdiff |
1999-01-23 |
Andreas Mohr | Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, |
tree | commitdiff |
1999-01-23 |
Marcus Meissner | Implemented ExtractIconEx16, added some consts to Extra... |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
tree | commitdiff |
1999-01-17 |
Alexandre Julliard | Recovery of release 990110 after disk crash. wine-990110 |
tree | commitdiff |
1999-01-01 |
Richard A Lough | Put return value of LocalAlloc in CX too. |
tree | commitdiff |
1999-01-01 |
Michael Veksler | Moves more stuff from windows.h. |
tree | commitdiff |
1999-01-01 |
Marcus Meissner | Include stuff even if not on __i386__ for debug defines. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Implemented stub for InitThreadInput. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Callout table (for KERNEL->USER calls) added. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Handle non-hardware X events correctly with native... |
tree | commitdiff |
1998-12-18 |
Andreas Mohr | Make the DOSASPI part use the excellent DPMI RMCB imple... |
tree | commitdiff |
1998-12-18 |
François Gouget | First step to make it possible to call COM interfaces... |
tree | commitdiff |
1998-12-15 |
Paul Quinn | Lots of new defines and stubs. |
tree | commitdiff |
1998-12-11 |
Andreas Mohr | Fixed a bunch of compiler warnings. |
tree | commitdiff |
1998-12-10 |
Alexandre Julliard | Authors: Francis Beaudet <francis@macadamian.com>,... |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | Cleaned up CreateSystemTimer interface for use with... |
tree | commitdiff |
1998-12-08 |
Huw D M Davies | Fix for SetAbortProc16, stub for SetAbortProc32 and... |
tree | commitdiff |
1998-12-07 |
Andreas Mohr | - Several kernel.spec return type mismatch fixes |
tree | commitdiff |
1998-12-01 |
Ulrich Weigand | Renamed KERNEL.327 to HandleParamError (as in 'Undoc... |
tree | commitdiff |
1998-12-01 |
Ulrich Weigand | Implemented GlobalChangeLockCount (KERNEL.365). |
tree | commitdiff |
1998-12-01 |
Ulrich Weigand | Implemented Local32Info, stubs for Local32First/Next... |
tree | commitdiff |
1998-12-01 |
Ulrich Weigand | Implemented GdiFreeResources (GDI.609). |
tree | commitdiff |
1998-11-30 |
Paul Quinn | Implementation of ChildWindowFromPointEx functions. |
tree | commitdiff |
1998-11-26 |
Ulrich Weigand | Removed some unnecessary FIXME outputs. |
tree | commitdiff |
1998-11-26 |
Ulrich Weigand | Implemented KERNEL.602 and stub for KERNEL.490. |
tree | commitdiff |
1998-11-25 |
Ulrich Weigand | Implementation of PE->NE resource conversion routines... |
tree | commitdiff |
1998-11-24 |
Ulrich Weigand | Bugfix: Bad jump generated in THUNK_AllocLSThunklet. |
tree | commitdiff |
1998-11-24 |
Eric Pouech | Some new stubs (midiStreamXXX functions, some mci funct... |
tree | commitdiff |
1998-11-22 |
Andreas Mohr | Added Win16 implementation for GetRegionData(). |
tree | commitdiff |
1998-11-22 |
Ian Schmidt | Added stubs for two undocumented GDI routines, SetMagic... |
tree | commitdiff |
next |