source: trunk/changelog@ 5936

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

* empty log message *

File size: 6.2 KB
Line 
1/* $Id: changelog,v 1.1489 2001-06-09 14:53:51 sandervl Exp $ */
2
3 2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Keep reference count for window and class objects.
5 Only delete the objects when nobody else is using them anymore.
6 (fixes crashes due to premature destruction of objects;
7 e.g. during Napster startup)
8
9 2001-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
10 - KERNEL32: o WinExec fixes
11 o Ported Wine's WritePrivateProfileSectionA
12 - GDI32: o DIB Section blits: translate all ROPs
13 o GetDIBits fix; RGB conversion was not always performed;
14 now only for requested scanlines.
15
16 2001-06-08: Patrick Haller <patrick.haller@innotek.de>
17 - KERNEL32: o Optimizations for loading of PE images
18
19 2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
20 - OLE32: o More VAC 3.6.5 compile fixes
21
22 2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
23 - FastDep: o Performance enh. Don't scan files more than 1 month older
24 than existing .depend file.
25 o Optimized AVL tree sligtly by not performing two strcmp
26 on the same keys (but resuing the result from the first).
27 o Improved dependencies genereated for OS/2 resource files.
28 (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
29 o Code is now in sync with OS2Tools.
30
31 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
32 - OLE32: o VAC 3.6.5 compile fix
33
34 2001-06-05: Patrick Haller <patrick.haller@innotek.de>
35 - KERNEL32: o Fixed ordinal export resolving for PE executables
36 (SO52 complained about missing exports)
37
38 2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
39 - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
40 (fixes endless repainting loop in WinRAR 2.80)
41 - KERNEL32: o Optimized ordinal lookup even more.
42 (6900 ordinal lookups takes (on average) 31 ms now instead
43 of 78)
44
45 2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
46 - KERNEL32: o Added driver dll plugin for custom device driver emulation
47 Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
48 that contain 'DllName' keys.
49 DllName contains the name of the plugin dll that exports
50 DrvOpen, DrvClose & DrvIOCtl.
51 o Dispatch breakpoint exception to application (release build only)
52 Some nasty applications expect this.
53
54 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
55 - USER32: o Ported & fixed ScrollDC (Wine)
56 (fixes scrolling in Adobe Framemaker 5.5)
57 - GDI32: o RGB 565->555 conversion in GetDIBits
58 o RGB 555->565 conversion in DIB Section sync
59 o Sync DIB section in RealizePalette if any colors changed
60 (fixes PowerDVD colors)
61
62 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
63 - Win32k/configure.cmd:
64 o Corrected search for the VAC compiler.
65 o Removed stupid messages when -w is specified.
66
67 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
68 - COMDLG32: o fix crash due to uninitialized COM object pointer in
69 Win95 open file dialog browse mode
70 o default to open mode in file dialog when the
71 OFN_NOVALIDATE mode is used
72 (fixes crash in FrameMaker 5.5 file dialog when opening
73 a file that has broken image references)
74 - KERNEL32: o log both error and no error conditions for GetLastError
75 with default error level. Sometimes, we don't set an error
76 where we should so this logging information is important
77 o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
78 CreateFileA to open a non existing file.
79 DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
80 Verified with Windows 2000 SP2
81 (makes Acrobat Distiller 5.0 startup and work!)
82
83 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
84 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
85 [WINMM]
86 DefVolume=50[0-100] Default waveout volume (default = 100)
87 - USER32: o ScrollDC fix for translating clip & scroll rectangles
88 (fixes scrolling in Adobe Framemaker 5.5)
89
90 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
91 - USER32: o Send WM_HELP if F1 pressed & no menu active
92 o Disabled system hooks (only work in one process)
93 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
94 barely noticable with 'real' applications)
95 - OLE32: o Added OleLoadPictureEx stub
96 - GDI32: o GetDIBits fix for querying the bitmap information
97 WGSS returns 0, but we should return the nr of scan lines requested
98 o GetDIBits fix for memory dcs. WGSS messes things up if
99 it's a memory DC.
100 (fixes lower right button in AIM's logon window when typing
101 in new name)
102 o ExtTextOutA/W fix for filling rectangle with background color
103 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
104 (fixes border between menu & button bar in Odin MFC app &
105 Acrobat Reader 4.05)
106 o StretchDIBits fix for RGB555 bitmaps
107 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
108 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
109
110 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
111 - KERNEL32: o benchmarked new experimental loader and reverted to
112 old but slightly optimized loader (processExport usually
113 outweighs processImport, so lookup is less valuable than
114 add to export list)
115 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
116 its icon cache. Revert to on-demand loading of the icons,
117 speeds up loading of SHELL32 (therefore most apps)
118 by several seconds.
119
Note: See TracBrowser for help on using the repository browser.