source: trunk/changelog@ 5900

Last change on this file since 5900 was 5900, checked in by sandervl, 24 years ago

* empty log message *

File size: 3.7 KB
RevLine 
[5900]1/* $Id: changelog,v 1.1479 2001-06-03 14:52:13 sandervl Exp $ */
[5313]2
[5897]3 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Ported & fixed ScrollDC (Wine)
5 (fixes scrolling in Adobe Framemaker 5.5)
[5900]6 - GDI32: o RGB 565->555 conversion in GetDIBits
7 o RGB 555->565 conversion in DIB Section sync
8 o Sync DIB section in RealizePalette if any colors changed
9 (fixes PowerDVD colors)
[5897]10
[5889]11 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
12 - Win32k/configure.cmd:
13 o Corrected search for the VAC compiler.
14 o Removed stupid messages when -w is specified.
15
[5879]16 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
17 - COMDLG32: o fix crash due to uninitialized COM object pointer in
18 Win95 open file dialog browse mode
19 o default to open mode in file dialog when the
20 OFN_NOVALIDATE mode is used
21 (fixes crash in FrameMaker 5.5 file dialog when opening
22 a file that has broken image references)
[5887]23 - KERNEL32: o log both error and no error conditions for GetLastError
24 with default error level. Sometimes, we don't set an error
25 where we should so this logging information is important
[5891]26 o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
27 CreateFileA to open a non existing file.
28 DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
29 Verified with Windows 2000 SP2
30 (makes Acrobat Distiller 5.0 startup and work!)
[5879]31
[5875]32 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
33 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
34 [WINMM]
35 DefVolume=50[0-100] Default waveout volume (default = 100)
[5884]36 - USER32: o ScrollDC fix for translating clip & scroll rectangles
37 (fixes scrolling in Adobe Framemaker 5.5)
[5875]38
[5857]39 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5864]40 - USER32: o Send WM_HELP if F1 pressed & no menu active
41 o Disabled system hooks (only work in one process)
[5857]42 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
43 barely noticable with 'real' applications)
44 - OLE32: o Added OleLoadPictureEx stub
45 - GDI32: o GetDIBits fix for querying the bitmap information
46 WGSS returns 0, but we should return the nr of scan lines requested
[5865]47 o GetDIBits fix for memory dcs. WGSS messes things up if
48 it's a memory DC.
49 (fixes lower right button in AIM's logon window when typing
50 in new name)
[5867]51 o ExtTextOutA/W fix for filling rectangle with background color
52 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
53 (fixes border between menu & button bar in Odin MFC app &
54 Acrobat Reader 4.05)
[5889]55 o StretchDIBits fix for RGB555 bitmaps
[5871]56 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
[5857]57 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
58
[5849]59 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
60 - KERNEL32: o benchmarked new experimental loader and reverted to
61 old but slightly optimized loader (processExport usually
62 outweighs processImport, so lookup is less valuable than
63 add to export list)
[5889]64 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
[5849]65 its icon cache. Revert to on-demand loading of the icons,
[5889]66 speeds up loading of SHELL32 (therefore most apps)
[5849]67 by several seconds.
68
Note: See TracBrowser for help on using the repository browser.