2001-04-16 |
Ove Kaaven | Changed the spec definition of *s*printf from *str...
|
commit | commitdiff | tree |
2001-04-16 |
Ove Kaaven | Add version resource to dplayx.dll, versioned to DirectX...
|
commit | commitdiff | tree |
2001-04-16 |
Ove Kaaven | Generalize the Wine version resource template a bit.
|
commit | commitdiff | tree |
2001-03-21 |
Ove Kaaven | Show an error if small enough fragment sizes couldn...
|
commit | commitdiff | tree |
2001-03-21 |
Ove Kaaven | Remove obsolete and misleading FIXME.
|
commit | commitdiff | tree |
2001-03-21 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp.
|
commit | commitdiff | tree |
2001-03-20 |
Ove Kaaven | Implemented Get/SetDeviceGammaRamp.
|
commit | commitdiff | tree |
2001-03-20 |
Ove Kaaven | Added gamma ramp code to the XVidMode interface.
|
commit | commitdiff | tree |
2001-03-20 |
Ove Kaaven | More DirectDraw HAL type declarations.
|
commit | commitdiff | tree |
2001-03-19 |
Ove Kaaven | Added IDirectDrawGammaControl interface declaration.
|
commit | commitdiff | tree |
2001-03-19 |
Ove Kaaven | Fixed sound disappearing after on-the-fly sample rate...
|
commit | commitdiff | tree |
2001-03-19 |
Ove Kaaven | Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT...
|
commit | commitdiff | tree |
2001-03-16 |
Ove Kaaven | Added Win2000 WS_EX_LAYERED window style.
|
commit | commitdiff | tree |
2001-03-16 |
Ove Kaaven | Removed path from dplayx registry entry, so that the...
|
commit | commitdiff | tree |
2001-02-26 |
Ove Kaaven | Handle filenames with spaces.
|
commit | commitdiff | tree |
2001-02-23 |
Ove Kaaven | Made the winelauncher support winelib app invocations...
|
commit | commitdiff | tree |
2001-02-14 |
Ove Kaaven | Guts of a simple XVidMode-supporting DirectDraw HAL...
|
commit | commitdiff | tree |
2001-02-13 |
Ove Kaaven | Some important stuff from the DirectDraw DDK headers.
|
commit | commitdiff | tree |
2001-02-12 |
Ove Kaaven | In CopyDIBSection, use source DIB colormap instead...
|
commit | commitdiff | tree |
2001-02-12 |
Ove Kaaven | Fix DGA2 mode setting to use the correct color depth.
|
commit | commitdiff | tree |
2001-01-28 |
Ove Kaaven | Don't disable keyboard autorepeat, since autorepeat...
|
commit | commitdiff | tree |
2001-01-26 |
Ove Kaaven | Check that the linux 2.4 event interface is available...
|
commit | commitdiff | tree |
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 |