source: trunk/changelog@ 5326

Last change on this file since 5326 was 5326, checked in by mike, 25 years ago

Merged DDRAW and DDRAW\NEW

File size: 3.2 KB
RevLine 
[5326]1/* $Id: changelog,v 1.1307 2001-03-18 21:44:41 mike Exp $ */
[5313]2
[5326]3 2001-03-18: Michal Necasek <michalnec@volny.cz>
4 - DDRAW: o Finally merged DDRAW and DDRAW\NEW. A new key in ODIN.INI
5 controls which version to use:
6
7 [DirectDraw]
8 Fullscreen=[True|False|0|1]
9
10 Don't blame me if your machine goes up in smoke after you've
11 turned fullscreen on ;-)
12 Note: It seems that fullscreen currently doesn't work right
13 with newer SDD releases for 8bpp apps, though 16/24/32bpp
14 should be OK (palette setting problems)
15
[5320]16 2001-03-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
17 - tools/dailbuild:
18 o Added jade and DocBook to the environment.
19 - include/win32k.h:
20 o Defines OBJ_ANY on demand. (For use with DosAllocMemEx().)
21 - tools/fastdep:
22 o Ported to NT by faking the necessary OS/2 APIs.
23 Tested with Watcom C/C++ v11.0.
24 Makefile target: fastdepnt.exe
25
[5312]26 2001-03-14: Markus Montkowski <mmontkowski@gmx.de>
27 - DPLAYX: o Sync with latest WINE stuff
28 - include\win\dplay.h o Syncd with WINE
29 - include\win\dplobby.h o Syncd with WINE
[5285]30
[5313]31 2001-03-14: Bart van Leeuwen <Bart_van_Leeuwen@netage.nl>
32 - USER32: o Wrong setting of fErase in PAINTSTRUCT (BeginPaint)
33 (fixes background in CDRLabel)
34
[5306]35 2001-03-13: Sander van Leeuwen <sandervl@xs4all.nl>
36 - KERNEL32: o Removed include <builtin.h> from several files. (no longer necessary)
37 - KERNEL32/USER32/GDI32/Dllentry/SHELL32/WINMM/WSOCK32
38 o Dll entrypoint changes for Watcom
39 - USER32: o Set last error to ERROR_INVALID_WINDOW_HANDLE if application
40 passes invalid window handle to BeginPaint.
41 (verified in NT4, SP6)
42
[5301]43 2001-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
44 - KERNEL32: o Fix for SearchPathA with NULL parameter for output buffer
45 (reported by Ahti Heinla)
[5304]46 - USER32: o Fail if BeginPaint is called with NULL PAINTSTRUCT pointer
[5301]47 (verified in NT4, SP6)
[5304]48 - DDRAW/DSOUND:
49 o Removed #ifdef IBMCPP statements (moved into initdll.h).
[5301]50
[5300]51 2001-03-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
52 - Win32k, Pe2Lx, Elf2Lx, Xx2Lx:
53 o Made generic Xx2Lx util for both Pe2Lx and Elf2Lx
54 (and any future loaders).
55 Pe2Lx.exe is now named Xx2Lx.exe!
56 o Makefile fixes.
57 o Elf2Lx compiles (non-working dummy).
58 o Fixed vprint and vprintf16 to not skip multiple LF/CRs.
59
60 - Configure.cmd:
61 o Changed to configure Win32k as well. Re-run Configure.cmd!!!
62
[5291]63
[5290]64 2001-03-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
65 - Win32k: o Fixed trap in k32QuerySystemMemInfo when
66 VIRTUALADDRESSLIMIT=512.
67
[5285]68 2000-03-06: Michal Necasek <michalnec@volny.cz>
[5288]69 - include o More changes and fixes for Watcom
70
[5284]71 2001-03-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
72 - Win32k: o Fixed some 16-bit compiler problems.
[5285]73 o Fixed 4.51 toolkit problems.
[4454]74
Note: See TracBrowser for help on using the repository browser.