2000-07-30 |
Ove Kaaven | Removed hModule parameter from MZ_AllocDPMITask(),...
|
commit | commitdiff | tree |
2000-07-30 |
Ove Kaaven | Made DOSMEM_Init() take a BOOL parameter instead of...
|
commit | commitdiff | tree |
2000-07-30 |
Ove Kaaven | Removed usage of obsolete pModule->lpDosTask.
|
commit | commitdiff | tree |
2000-07-29 |
Ove Kaaven | Fill BIOS segments using pointers from DOSMEM_Bios...
|
commit | commitdiff | tree |
2000-07-29 |
Ove Kaaven | Added support for the Win32 Console interface to the...
|
commit | commitdiff | tree |
2000-07-29 |
Ove Kaaven | Make direct console input routines go through int16...
|
commit | commitdiff | tree |
2000-07-29 |
Ove Kaaven | Let Int09 routines remember a keystroke's ASCII code...
|
commit | commitdiff | tree |
2000-07-29 |
Ove Kaaven | Added some int33 function stubs.
|
commit | commitdiff | tree |
2000-07-29 |
Ove Kaaven | Changed a few core int10 routines to use the BIOS data...
|
commit | commitdiff | tree |
2000-07-28 |
Ove Kaaven | Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP...
|
commit | commitdiff | tree |
2000-07-28 |
Ove Kaaven | Removed the hModule parameter from various DOSMEM routines...
|
commit | commitdiff | tree |
2000-07-28 |
Ove Kaaven | Just get DOS task structure from MZ_Current(), instead...
|
commit | commitdiff | tree |
2000-07-28 |
Ove Kaaven | Make a global asm helper function to handle 32-bit...
|
commit | commitdiff | tree |
2000-07-28 |
Ove Kaaven | Always get a hardware message from the system queue...
|
commit | commitdiff | tree |
2000-07-25 |
Ove Kaaven | Use lcall opcodes, so all gas-es understand it...
|
commit | commitdiff | tree |
2000-07-25 |
Ove Kaaven | Make int16 read from the BIOS keyboard buffer, not...
|
commit | commitdiff | tree |
2000-07-25 |
Ove Kaaven | Fixed broken assembler. Removed support for old protected...
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Added a few C++ operators to Direct3D structures, and...
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Fix a few typos and such.
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Added some DirectDraw7-related definitions.
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Added a few Win32 definitions.
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Reduce scope of "Status" #ifdef hack.
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Say that "No handler" messages as fatal.
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Change the V86BASE macro to call DOSMEM_MemoryBase...
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Comment out a nonfunctional DOS part of debugger.
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Added stub for RasHangUpA().
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | DefWindowProc should pass unhandled WM_MOUSEWHEEL to...
|
commit | commitdiff | tree |
2000-07-23 |
Ove Kaaven | Fixed a few problems.
|
commit | commitdiff | tree |
2000-07-15 |
Ove Kaaven | Text of WWN article "The Registry".
|
commit | commitdiff | tree |
2000-07-08 |
Ove Kaaven | Fix a couple of problems with underruns and stopping...
|
commit | commitdiff | tree |
2000-06-24 |
Ove Kaaven | Implemented the DirectSound HAL in winmm's wineoss...
|
commit | commitdiff | tree |
2000-06-24 |
Ove Kaaven | Implemented the DirectSound HAL mode for DMA primary...
|
commit | commitdiff | tree |
2000-06-23 |
Ove Kaaven | Restructure DirectSound. Remove dsound thread, use...
|
commit | commitdiff | tree |
2000-06-20 |
Ove Kaaven | Fixed WHDR_DONE race condition.
|
commit | commitdiff | tree |
2000-06-18 |
Ove Kaaven | Added DirectSound device driver header file.
|
commit | commitdiff | tree |
2000-06-18 |
Ove Kaaven | Make the base relocation message a WARN, not a FIXME.
|
commit | commitdiff | tree |
2000-06-15 |
Ove Kaaven | Text of WWN article "The X11 driver".
|
commit | commitdiff | tree |
2000-06-10 |
Ove Kaaven | Call TSXFlush after setting DGA palette, so it updates...
|
commit | commitdiff | tree |
2000-06-07 |
Ove Kaaven | Text of WWN article "DLL overrides".
|
commit | commitdiff | tree |
2000-06-02 |
Ove Kaaven | Add "Unix drives" /tmp and ${HOME}, and Device and...
|
commit | commitdiff | tree |
2000-05-23 |
Ove Kaaven | Improved DirectDrawPalette handling (set it on init...
|
commit | commitdiff | tree |
2000-05-23 |
Ove Kaaven | Scale mouse coordinates to default width 640.
|
commit | commitdiff | tree |
2000-05-23 |
Ove Kaaven | Made WINE_DirectDraw a decorationless popup window...
|
commit | commitdiff | tree |
2000-05-18 |
Ove Kaaven | Made IDirectDrawSurface::SetPalette set the surface...
|
commit | commitdiff | tree |
2000-05-18 |
Ove Kaaven | Initialize an identity mapping in CreatePalette if...
|
commit | commitdiff | tree |
2000-05-18 |
Ove Kaaven | Made X11DRV_DIB_MapColor map back to the original color...
|
commit | commitdiff | tree |
2000-05-15 |
Ove Kaaven | Use unsigned int instead of unsigned short in DirectDraw
|
commit | commitdiff | tree |
2000-05-14 |
Ove Kaaven | Improved DIBSection support for IDirectDrawSurface...
|
commit | commitdiff | tree |
2000-05-11 |
Ove Kaaven | Scroll off-screen controls when scroll rectangle is...
|
commit | commitdiff | tree |
2000-05-09 |
Ove Kaaven | Update for new Wine features; use ttydrv instead of...
|
commit | commitdiff | tree |
2000-05-09 |
Ove Kaaven | Fixed jump_alias for non-PIC, and disabled it for PIC...
|
commit | commitdiff | tree |
2000-04-29 |
Ove Kaaven | Added DIB_CreateDIBSection with extra parameter ovr_pitch...
|
commit | commitdiff | tree |
2000-04-29 |
Ove Kaaven | Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
|
commit | commitdiff | tree |
2000-04-29 |
Ove Kaaven | Made pthread_kill_other_threads_np and pthread_atfork...
|
commit | commitdiff | tree |
2000-04-28 |
Ove Kaaven | Removed init_sect. Use Interlocked* functions instead.
|
commit | commitdiff | tree |
2000-04-28 |
Ove Kaaven | Override fork().
|
commit | commitdiff | tree |
2000-04-23 |
Ove Kaaven | Added some more pthread overrides.
|
commit | commitdiff | tree |
2000-04-23 |
Ove Kaaven | Fixed debugger registry key location.
|
commit | commitdiff | tree |
2000-04-23 |
Ove Kaaven | Fix edit control's WM_GETTEXT behaviour.
|
commit | commitdiff | tree |
2000-04-15 |
Ove Kaaven | Symlink root's registry to global registry. Minor cleanups.
|
commit | commitdiff | tree |
2000-04-14 |
Ove Kaaven | POSIX threads emulation, tricks glibc into being threadsafe.
|
commit | commitdiff | tree |
2000-04-14 |
Ove Kaaven | Follow symlinks when saving registry.
|
commit | commitdiff | tree |
2000-04-08 |
Ove Kaaven | wineinstall now properly configures no-windows installs...
|
commit | commitdiff | tree |
2000-04-08 |
Ove Kaaven | Default system.ini (from documentation/status/multimedia).
|
commit | commitdiff | tree |
2000-03-28 |
Ove Kaaven | Add start menu directories.
|
commit | commitdiff | tree |
2000-03-26 |
Ove Kaaven | Handle POLLHUP better (delay FD_CLOSE notification...
|
commit | commitdiff | tree |
2000-03-25 |
Ove Kaaven | Handle socket POLLERR/POLLHUP conditions properly.
|
commit | commitdiff | tree |
2000-03-04 |
Ove Kaaven | WSACleanup should set last error to WSANOTINITIALISED...
|
commit | commitdiff | tree |
2000-03-04 |
Ove Kaaven | Fixed a couple of config.cache problems.
|
commit | commitdiff | tree |
2000-02-25 |
Ove Kaaven | Check for Xpm headers and add /usr/local/lib to /etc...
|
commit | commitdiff | tree |
2000-02-14 |
Ove Kaaven | ioctlsocket() now returns success if the app sets nonblockin...
|
commit | commitdiff | tree |
2000-02-03 |
Ove Kaaven | Added INT_Int16ReadChar and made int09 handle special...
|
commit | commitdiff | tree |
2000-02-03 |
Ove Kaaven | Added alphanumeric mode to the VGA emulation.
|
commit | commitdiff | tree |
2000-02-03 |
Ove Kaaven | Cleanup VGA refresh when terminating.
|
commit | commitdiff | tree |
2000-02-03 |
Ove Kaaven | Handle backspace correctly.
|
commit | commitdiff | tree |
2000-01-30 |
Ove Kaaven | Made int9 handler add keystroke to BIOS keyboard buffer.
|
commit | commitdiff | tree |
2000-01-30 |
Ove Kaaven | dosmod protocol revision 3, featuring MPROTECT and...
|
commit | commitdiff | tree |
2000-01-30 |
Ove Kaaven | Added a couple of prototypes.
|
commit | commitdiff | tree |
2000-01-26 |
Ove Kaaven | Wait for ShmCompletion during Flip.
|
commit | commitdiff | tree |
2000-01-23 |
Ove Kaaven | Added -dxgrab command line option, which confines cursor...
|
commit | commitdiff | tree |
2000-01-23 |
Ove Kaaven | Supercharged XShm implementation for DirectDraw.
|
commit | commitdiff | tree |
2000-01-15 |
Ove Kaaven | Made SetVolumeLabel report failure on CD-ROM drives.
|
commit | commitdiff | tree |
2000-01-15 |
Ove Kaaven | Fixed bad register constraint in InterlockedCompareExchange.
|
commit | commitdiff | tree |
2000-01-15 |
Ove Kaaven | Added prototypes for the NT synchronization functions
|
commit | commitdiff | tree |
2000-01-04 |
Ove Kaaven | Added extra US keymap with the infamous phantom key.
|
commit | commitdiff | tree |
1999-11-25 |
Ove Kaaven | Made win16 serial comms less of a CPU hog.
|
commit | commitdiff | tree |
1999-11-12 |
Ove Kaaven | Fixed XShm completion event leak.
|
commit | commitdiff | tree |
1999-11-07 |
Ove Kaaven | DirectX-XShm now waits for the X server to finish the...
|
commit | commitdiff | tree |
1999-11-07 |
Ove Kaaven | Handle socket creation errors.
|
commit | commitdiff | tree |
1999-10-23 |
Ove Kaaven | Fixed some anonymous union accesses.
|
commit | commitdiff | tree |
1999-10-23 |
Ove Kaaven | Winsock rewrite. Sockets are now proper win32 handles.
|
commit | commitdiff | tree |
1999-10-13 |
Ove Kaaven | Added socket interface to wineserver.
|
commit | commitdiff | tree |
1999-09-27 |
Ove Kaaven | Added some basic Winsock2 definitions.
|
commit | commitdiff | tree |
1999-09-27 |
Ove Kaaven | Added EXCEPT_EVENT to wineserver select loop.
|
commit | commitdiff | tree |
1999-08-07 |
Ove Kaaven | Made hardware_event use win32-conformant parameters.
|
commit | commitdiff | tree |
1999-07-31 |
Ove Kaaven | Bugfixes and a fake GETBASEIRQ.
|
commit | commitdiff | tree |
1999-07-31 |
Ove Kaaven | Made async fds nonblocking.
|
commit | commitdiff | tree |
1999-07-18 |
Ove Kaaven | CreateDialogParamA should not call CreateDialogParamW...
|
commit | commitdiff | tree |
1999-07-18 |
Ove Kaaven | Added missing include netinet/tcp.h, for TCP_NODELAY.
|
commit | commitdiff | tree |
1999-07-10 |
Ove Kaaven | Added a couple of DirectX CLSID entries. This makes...
|
commit | commitdiff | tree |