1999-03-15 |
Marcus Meissner | Use MESSAGE_RESOURCE_* defines from SDK headers, update... |
tree | commitdiff |
1999-03-14 |
Jim Aston | Renamed wintypes.h to windef.h. |
tree | commitdiff |
1999-03-14 |
Theodore S. Hetke | Added tracing for delayed imports and removed the fixme. |
tree | commitdiff |
1999-03-14 |
Uwe Bonnes | Make GetModuleHandle16 only look for module names,... |
tree | commitdiff |
1999-03-13 |
Peter Ganten | Fix CreateProcess to handle lpCommandline better. |
tree | commitdiff |
1999-03-13 |
Marcus Meissner | Mask out the upper 12 bits from the resourceid, just... |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Deleted NE_FreePEResource(). |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Adapted to cursor/icon handling changes. |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Allow accessing both NE and PE resources with both... |
tree | commitdiff |
1999-03-10 |
Ulrich Weigand | Bugfix: Allow lpCommandLine == NULL in CreateProcess(). |
tree | commitdiff |
1999-03-09 |
Juergen Schmied | Fix use of wrong prototype from ntdll.h. |
tree | commitdiff |
1999-02-28 |
Marcus Meissner | Fixed a lot of warnings using WINE_UNUSED, casts, comme... |
tree | commitdiff |
1999-02-28 |
Andreas Mohr | Added support for quoted file names in CreateProcess(). |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Use server handles directly for Win32 handles. Removed... |
tree | commitdiff |
1999-02-28 |
David Luyer | - fixed missing stdlib.h and string.h includes everywhere |
tree | commitdiff |
1999-02-28 |
Alexandre Julliard | Process and thread id now use the server-side id instea... |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | Adapted to CreateProcess changes. |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | NE modules adapted to CreateProcess changes. |
tree | commitdiff |
1999-02-28 |
Ulrich Weigand | Process creation sequence reorganized: |
tree | commitdiff |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
tree | commitdiff |
1999-02-25 |
Pavel Roskin | Made message "Resource not found" WARN. |
tree | commitdiff |
1999-02-24 |
Ulrich Weigand | Modified process creation sequence: call PE_CreateModul... |
tree | commitdiff |
1999-02-24 |
Marcus Meissner | Optimized away more includes, readded some #includes... |
tree | commitdiff |
1999-02-21 |
Michael Veksler | - Fix headers to include less or smaller header files. |
tree | commitdiff |
1999-02-21 |
Marcus Meissner | Change "g" (general regs) into "r" (hardregs) in clone... |
tree | commitdiff |
1999-02-21 |
Stephane Lussier | Fix problem where you need mouse activity to unlock... |
tree | commitdiff |
1999-02-19 |
Uwe Bonnes | Only append .dll if no extension yet. |
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-14 |
Joseph Pranevich | Moved initialization until later. Also moved around... |
tree | commitdiff |
1999-02-13 |
Marcus Meissner | Moved the if1632/signal.c stuff into loader/signal... |
tree | commitdiff |
1999-01-31 |
Alexandre Julliard | Added input queue to server-side console object, |
tree | commitdiff |
1999-01-31 |
Ulrich Weigand | Modify NE_FindTypeSection and NE_FindResourceFromType... |
tree | commitdiff |
1999-01-31 |
Ulrich Weigand | Added GetResDirEntryA for use by the VERSION code. |
tree | commitdiff |
1999-01-28 |
Marcus Meissner | Fixed a lot of warnings for possible problems. |
tree | commitdiff |
1999-01-24 |
Ove Kaaven | Moved DOS handle allocation slightly, to fix potential... |
tree | commitdiff |
1999-01-24 |
Andreas Mohr | Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some... |
tree | commitdiff |
1999-01-23 |
Andreas Mohr | Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, |
tree | commitdiff |
1999-01-23 |
Marcus Meissner | DOS programs use handles 0-4 without opening/closing... |
tree | commitdiff |
1999-01-22 |
Marcus Meissner | Fixed accelerator handling. ACCEL16 used internal,... |
tree | commitdiff |
1999-01-20 |
Ulrich Weigand | Allow passing task handles to GetThreadQueue() and... |
tree | commitdiff |
1999-01-20 |
Ulrich Weigand | Check module name length in ModuleNext(). |
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-03 |
Joseph Pranevich | Set console video mode when loading DOS app. (Eventuall... |
tree | commitdiff |
1999-01-03 |
Alexandre Julliard | Implemented file sharing checks in the server. |
tree | commitdiff |
1999-01-01 |
Michael Veksler | Moves more stuff from windows.h. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Use Win32 file handles instead of Unix ones. |
tree | commitdiff |
1999-01-01 |
Alexandre Julliard | Take into account handle inheritance flag. |
tree | commitdiff |
1998-12-31 |
Alexandre Julliard | Removed client-side wait functions; all waiting is... |
tree | commitdiff |
1998-12-27 |
Alexandre Julliard | Added beginnings of server-side file handling. |
tree | commitdiff |
1998-12-25 |
Joseph Pranevich | Add support for selection of console mode drivers to... |
tree | commitdiff |
1998-12-24 |
Ove Kaaven | Added some new dosmod communication possibilities,... |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Desktop window queue handling adapted. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Use Callout table instead of direct GetProcAddress. |
tree | commitdiff |
1998-12-24 |
Ulrich Weigand | Handle non-hardware X events correctly with native... |
tree | commitdiff |
1998-12-18 |
Ulrich Weigand | Reorganized PE module loading to prepare for elf-dll... |
tree | commitdiff |
1998-12-14 |
Marcus Meissner | Made async IO (SIGIO) stuff from WINSOCK generic useable. |
tree | commitdiff |
1998-12-14 |
Ove Kaaven | Moved DPMI wrapper allocation code to dosmem.c to REALL... |
tree | commitdiff |
1998-12-11 |
Andreas Mohr | Fixed a bunch of compiler warnings. |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | Adapted to CreateSystemTimer interface change. |
tree | commitdiff |
1998-12-10 |
Marcus Meissner | Warn if two .exes conflict with each other and the... |
tree | commitdiff |
1998-12-10 |
Ulrich Weigand | LoadModule32/WinExec32 should return 16-bit hInstance... |
tree | commitdiff |
1998-12-09 |
Marcus Meissner | Enhanced Win32 Console (XTERM) |
tree | commitdiff |
1998-12-09 |
Marcus Meissner | Some unnecessary #include and messages removed. |
tree | commitdiff |
1998-12-08 |
Marcus Meissner | Warn about invalid entrypoints (created by viruses... |
tree | commitdiff |
1998-12-08 |
Marcus Meissner | Move TWEAK_Init from USER to GDIInit. |
tree | commitdiff |
1998-12-07 |
Ove Kaaven | Fixed DPMI_CallRMProc (I think). |
tree | commitdiff |
1998-12-07 |
Andreas Mohr | NE_MODULE.stack_size was set to a ridiculously small... |
tree | commitdiff |
1998-12-07 |
Andreas Mohr | - Several kernel.spec return type mismatch fixes |
tree | commitdiff |
1998-12-02 |
Joseph Pranevich | Added console support. |
tree | commitdiff |
1998-12-02 |
Huw D M Davies | Move OEM resources to the x11drv. |
tree | commitdiff |
1998-11-26 |
Marcus Meissner | Remove unnecessary check for entrypoint address (test... |
tree | commitdiff |
1998-11-26 |
Ulrich Weigand | Implemented KERNEL.602 and stub for KERNEL.490. |
tree | commitdiff |
1998-11-25 |
Ulrich Weigand | Moved ...Resource16 routines to loader/resource.c. |
tree | commitdiff |
1998-11-25 |
Ulrich Weigand | Implementation of PE->NE resource conversion routines... |
tree | commitdiff |
1998-11-24 |
Ulrich Weigand | Bugfix: Call InitThreadInput in GetFastQueue with corre... |
tree | commitdiff |
1998-11-24 |
Marcus Meissner | Adjust broken entrypoint addresses. (win98 notepad... |
tree | commitdiff |
1998-11-22 |
Juergen Schmied | Implementation of CreateProcess32W. |
tree | commitdiff |
1998-11-22 |
Marcus Meissner | Do not relocate the pointers in the IMAGE_THREAD_LOCAL_... |
tree | commitdiff |
1998-11-22 |
Huw D M Davies | Takes print spooler functions out of win16drv. |
tree | commitdiff |
1998-11-15 |
Alexandre Julliard | Small atom fixes. |
tree | commitdiff |
1998-11-15 |
Juergen Schmied | LoadLibraryEx: show a warning when called with unimplem... |
tree | commitdiff |
1998-11-14 |
Ulrich Weigand | Some fixes to Wine startup/termination sequence with... |
tree | commitdiff |
1998-11-08 |
Ulrich Weigand | Bugfix: really *do* switch to the initial task's stack. |
tree | commitdiff |
1998-11-07 |
Andreas Mohr | Unified "No implementation for..." warnings. |
tree | commitdiff |
1998-11-01 |
Ulrich Weigand | Run Winelib applications as 32-bit processes in the... |
tree | commitdiff |
1998-11-01 |
Ulrich Weigand | Implemented new Wine startup sequence, separating start... |
tree | commitdiff |
1998-11-01 |
Marcus Meissner | Detection of the end of imports with Characteristics... |
tree | commitdiff |
1998-11-01 |
Ove Kaaven | Ignores a couple of signals. |
tree | commitdiff |
1998-11-01 |
Ove Kaaven | Indirection for INSTR_EmulateInstruction for use by... |
tree | commitdiff |
1998-10-31 |
Stephen Langasek | Bugfix for fixup_imports: Enable checking for terminati... |
tree | commitdiff |
1998-10-27 |
Ulrich Weigand | Bugfix: memory overwrite bug. |
tree | commitdiff |
1998-10-25 |
Alexandre Julliard | Fixed bug in SwitchStackTo. |
tree | commitdiff |
1998-10-23 |
Ove Kaaven | Fixed DOS environment passing. |
tree | commitdiff |
1998-10-23 |
Ove Kaaven | First shot at DPMI realmode calls. |
tree | commitdiff |
1998-10-23 |
Ulrich Weigand | Fixed several bugs with DLL initialization. |
tree | commitdiff |
1998-10-22 |
Marcus Meissner | Take virtual sizes in account for the total vma size. |
tree | commitdiff |
1998-10-21 |
Ove Kaaven | Added indirection for ctx_debug to the DOS loader,... |
tree | commitdiff |
1998-10-18 |
Alex Korobka | Added debugging output. |
tree | commitdiff |
next |