- 18 Jun, 2003 1 commit
-
-
Raphael Junqueira authored
- more traces
-
- 17 Jun, 2003 3 commits
-
-
Alexandre Julliard authored
_thiscall functions. Fixed some bugs, and added a few missing functions.
-
Mike Hearn authored
-
Gregory M. Turner authored
between cabextract.c and fdi.c - reminders to eliminate global variables (for multithread compatibility) - remove struct fdi_cab: due to the nature of the FDI API, we cannot preload all the cabinets; this appears to obviate the need for struct fdi_cab - "oppress" (that is, do not process) partial files which were continuations from another cabinet - more than one partial file can exist in a single cabinet (how!?) -- so move the partial file notification (and "oppression" that goes with it) into the loop that iterates through files
-
- 16 Jun, 2003 24 commits
-
-
Christian Costa authored
retrieval of their interfaces via GetObjectInPath. Fix and clean dsound and dmusics objects allocation when initializing the performance object. Some stubs improvements.
-
Lionel Ulmer authored
faster on my NVIDIA hardware) - small optimizations
-
Raphael Junqueira authored
widechar classes. - fix a stupid bug in callback handling caught by Lionel. - add some forgotten IID on class factory (better if we want to active the code) - many cleanups on COM Macros (don't need A and W variants as they are the same)
-
Raphael Junqueira authored
patch from Roderick Colenbrander.
-
Sylvain Petreolle authored
-
Lionel Ulmer authored
- GetDC does not lock in ReadOnly mode as it leads to problems with some D3D optimizations - added a fast Back => Front / Front => Back Blt fast path
-
Steven Edwards authored
-
Mike Hearn authored
-
Mike Hearn authored
- Make it more closely resemble the native control - Add focus rectangle - Misc fixes and cleanups
-
Mike Hearn authored
-
Gerald Pfeifer authored
and Solaris as well.
-
Mike Hearn authored
-
Rok Mandeljc authored
-
Eric Pouech authored
- RtlDoesFileExists_U as a stub - RtlDosSearchPath_U
-
Lionel Ulmer authored
- some more preparations for GL-accelerated Blts - added debug code to compute FPS (nice when adding optimizations)
-
Juan Lang authored
Add names to NetBIOS transports, and eliminates loopback adapters from enumerated LAN adapters.
-
Lionel Ulmer authored
-
Steven Edwards authored
-
Jukka Heinonen authored
Reserve TEB field for DPMI virtual interrupt flag.
-
Jukka Heinonen authored
Some fixes based on patch by Ferenc Wagner.
-
Jukka Heinonen authored
Replace SHOULD_PEND macro with a function.
-
Lionel Ulmer authored
-
- 14 Jun, 2003 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
(spotted by Uwe Bonnes).
-
- 13 Jun, 2003 10 commits
-
-
Alexandre Julliard authored
-
Lionel Ulmer authored
- some preparations for GL-accelerated Blts - some small optimizations in the Clear code
-
Sylvain Petreolle authored
-
Michael Günnewig authored
- Fixed 4-bit RLE encoding of keyframes. - Fixed signed/unsigned mismatches. - Added some missing const's.
-
Gregory M. Turner authored
- "can" -> "do" - a novella about a bug - fix some memory leaks
-
Alexandre Julliard authored
-
Jason Edmeades authored
get quad damage. checkGLcall must not supply a \n as that is supplied by its expansion. Performance fixes to save applying the same states 6 times and to reduce function calls when accessing front/back buffers. Make traces more readable by more constants -> english descriptions.
-
Raphael Junqueira authored
IDirectMusicPerformanceImpl (as the first inherits from the second) - implement many Loader, AudioPath and Performance8 stubs - fix the class factory - more debug traces - for now IDirectMusicLoader8::LoadObjectFromFile always returns not supported format - fix the IDirectMusicPerformance8::Init (many crashes) - implementation of IDirectMusicPerformance8InitAudio
-
Christian Costa authored
Fix small bug when keyboard buffer overflows. Use DI_OK instead of 0 for returned values.
-
Christian Costa authored
-