2001-01-13 |
Ove Kaaven | Fixes for various underrun-related problems. Also added...
|
commit | commitdiff | tree |
2001-01-13 |
Ove Kaaven | Remove multimedia timers from the service thread, use...
|
commit | commitdiff | tree |
2001-01-02 |
Ove Kaaven | Turn on detectable autorepeat if the X Keyboard Extension is
|
commit | commitdiff | tree |
2001-01-02 |
Ove Kaaven | Bugfix for sound dropping out, and workaround for Half...
|
commit | commitdiff | tree |
2000-12-29 |
Ove Kaaven | Fixed small race condition between vm86_enter() and...
|
commit | commitdiff | tree |
2000-12-27 |
Ove Kaaven | Use the X state instead of the VK key state to check...
|
commit | commitdiff | tree |
2000-12-27 |
Ove Kaaven | Release the Win16 lock before starting the DOS process...
|
commit | commitdiff | tree |
2000-12-27 |
Ove Kaaven | Since DOSVM_Wait() blocks the normal event processing...
|
commit | commitdiff | tree |
2000-12-26 |
Ove Kaaven | Separated the MZ loader and core DOS VM into dlls/winedos.
|
commit | commitdiff | tree |
2000-12-22 |
Ove Kaaven | More intelligent DirectSound prebuffering. By tracking the
|
commit | commitdiff | tree |
2000-12-21 |
Ove Kaaven | Enable the DirectSound HAL for sound drivers that do...
|
commit | commitdiff | tree |
2000-12-06 |
Ove Kaaven | Use SendNotifyMessage() for WM_SYNCPAINT.
|
commit | commitdiff | tree |
2000-11-25 |
Ove Kaaven | Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
|
commit | commitdiff | tree |
2000-11-25 |
Ove Kaaven | Implemented Get/SetDIBColorTable.
|
commit | commitdiff | tree |
2000-11-25 |
Ove Kaaven | Check whether senderQ is NULL before trying to lock it.
|
commit | commitdiff | tree |
2000-11-25 |
Ove Kaaven | Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
|
commit | commitdiff | tree |
2000-11-25 |
Ove Kaaven | Implemented SendNotifyMessage().
|
commit | commitdiff | tree |
2000-11-25 |
Ove Kaaven | WinG was written for 8bpp DIBs, so some apps assume...
|
commit | commitdiff | tree |
2000-11-25 |
Ove Kaaven | Routed a couple of 16-bit avifile.dll handlers to the...
|
commit | commitdiff | tree |
2000-11-13 |
Ove Kaaven | Unix98 pthread_rwlock* stubs for glibc2.2 compatibility.
|
commit | commitdiff | tree |
2000-11-13 |
Ove Kaaven | When a Win16 app sets a selector base to low DOS memory...
|
commit | commitdiff | tree |
2000-11-13 |
Ove Kaaven | Use the virtual real-mode interrupt table if low DOS...
|
commit | commitdiff | tree |
2000-11-13 |
Ove Kaaven | Reorganized DOS memory remapping slightly, so that...
|
commit | commitdiff | tree |
2000-10-31 |
Ove Kaaven | Some bugfixes, another function for packaging, and...
|
commit | commitdiff | tree |
2000-10-29 |
Ove Kaaven | wineinstall improvements, mostly for usage in package...
|
commit | commitdiff | tree |
2000-10-17 |
Ove Kaaven | Implemented DOS INT21 AH=4B (EXEC).
|
commit | commitdiff | tree |
2000-10-15 |
Ove Kaaven | Fixed a couple of recent bugs, and added some more...
|
commit | commitdiff | tree |
2000-10-13 |
Ove Kaaven | Fill in the dsBmih.biSizeImage field of DIBSections...
|
commit | commitdiff | tree |
2000-10-13 |
Ove Kaaven | Merged DOSVM_Int with DOSVM_SimulateInt, and made it...
|
commit | commitdiff | tree |
2000-09-06 |
Ove Kaaven | Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
|
commit | commitdiff | tree |
2000-08-11 |
Ove Kaaven | Added a few more anonymous union definitions.
|
commit | commitdiff | tree |
2000-08-11 |
Ove Kaaven | Fixed C++ operators return value.
|
commit | commitdiff | tree |
2000-08-11 |
Ove Kaaven | Implemented fopen() append mode, and a really cheesy...
|
commit | commitdiff | tree |
2000-08-07 |
Ove Kaaven | Added a few DirectInput 7 definitions and C++ fixes.
|
commit | commitdiff | tree |
2000-08-07 |
Ove Kaaven | Protect the prototypes in here from C++ name mangling...
|
commit | commitdiff | tree |
2000-08-01 |
Ove Kaaven | Fixed another non-Linux build failure.
|
commit | commitdiff | tree |
2000-07-31 |
Ove Kaaven | Tidyed up stack backtrace code a bit, and added a simple...
|
commit | commitdiff | tree |
2000-07-31 |
Ove Kaaven | Removed DOS task fields from the NE_MODULE structure.
|
commit | commitdiff | tree |
2000-07-31 |
Ove Kaaven | DOS binary support has been restored.
|
commit | commitdiff | tree |
2000-07-31 |
Ove Kaaven | Fixed a few problems.
|
commit | commitdiff | tree |
2000-07-31 |
Ove Kaaven | Convert DOS (MZ) binary loader to the new DOS process...
|
commit | commitdiff | tree |
2000-07-31 |
Ove Kaaven | Use MZ_Current() instead of pModule->lpDosTask. Cleaned...
|
commit | commitdiff | tree |
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 |