source: trunk/changelog@ 5957

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

* empty log message *

File size: 8.1 KB
Line 
1/* $Id: changelog,v 1.1497 2001-06-10 22:00:40 sandervl Exp $ */
2
3 2001-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o SetParent bugfix (caused crashes in user32 after yesterday's changes)
5 o Preliminary support added for OS/2 look and feel (not finished)
6 Odin.ini option:
7 [ODINSYSTEM]
8 OS2Look=1 (default = 0)
9 Creates OS/2 Titlebar, system menu & min/max/close buttons.
10 Also overrides UseWinColors option (uses OS/2 colors).
11 NOTE: Can interfere with windows applications that draw their
12 own custom titlebar. (e.g. RealPlayer)
13 - KERNEL32: o Added OpenProfileUserMapping & CloseProfileUserMapping stubs.
14 - WIN16LDR: o Preliminary version of winos2 loader for 16 bits installers
15 Overrides GetVersion & WinExec functions to return the
16 version NT returns and to launch 32 bits programs (using pe).
17 (NOT FINISHED and not included in daily build)
18 - PELDR: o Execute win16 loader for NE executables.
19
20 2001-06-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
21 - Win32API.h:
22 o Added APIs required to compile user32.
23 - src/makefile:
24 o Relaxed the locks a little.
25 - Win32k: o Separated VAC3 and VAC36 output. (Please re-run configure!)
26 - makefiles/VAC36:
27 o Ignore ILIB warnings. (like those in the opengl tree)
28
29 2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
30 - USER32: o Keep reference count for window and class objects.
31 Only delete the objects when nobody else is using them anymore.
32 (fixes crashes due to premature destruction of objects;
33 e.g. during Napster startup)
34 - KERNEL32: o heap checking accidentally turned on during logging
35 (making the debug build extremely slow)
36 o Open32's CreateProcess can fail with ERROR_FILE_NOT_FOUND for
37 no apparent reason. Don't bail out when that happens, but try
38 to create the process anyway.
39 (fixes CreateProcess during Napster install)
40 o Improved version of InterlockedIncrement & InterlockedDecrement
41 (borrowed from Wine)
42
43 2001-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
44 - KERNEL32: o WinExec fixes
45 o Ported Wine's WritePrivateProfileSectionA
46 - GDI32: o DIB Section blits: translate all ROPs
47 o GetDIBits fix; RGB conversion was not always performed;
48 now only for requested scanlines.
49
50 2001-06-08: Patrick Haller <patrick.haller@innotek.de>
51 - KERNEL32: o Optimizations for loading of PE images
52
53 2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
54 - OLE32: o More VAC 3.6.5 compile fixes
55
56 2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
57 - FastDep: o Performance enh. Don't scan files more than 1 month older
58 than existing .depend file.
59 o Optimized AVL tree sligtly by not performing two strcmp
60 on the same keys (but resuing the result from the first).
61 o Improved dependencies genereated for OS/2 resource files.
62 (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
63 o Code is now in sync with OS2Tools.
64
65 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
66 - OLE32: o VAC 3.6.5 compile fix
67
68 2001-06-05: Patrick Haller <patrick.haller@innotek.de>
69 - KERNEL32: o Fixed ordinal export resolving for PE executables
70 (SO52 complained about missing exports)
71
72 2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
73 - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
74 (fixes endless repainting loop in WinRAR 2.80)
75 - KERNEL32: o Optimized ordinal lookup even more.
76 (6900 ordinal lookups takes (on average) 31 ms now instead
77 of 78)
78
79 2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
80 - KERNEL32: o Added driver dll plugin for custom device driver emulation
81 Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
82 that contain 'DllName' keys.
83 DllName contains the name of the plugin dll that exports
84 DrvOpen, DrvClose & DrvIOCtl.
85 o Dispatch breakpoint exception to application (release build only)
86 Some nasty applications expect this.
87
88 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
89 - USER32: o Ported & fixed ScrollDC (Wine)
90 (fixes scrolling in Adobe Framemaker 5.5)
91 - GDI32: o RGB 565->555 conversion in GetDIBits
92 o RGB 555->565 conversion in DIB Section sync
93 o Sync DIB section in RealizePalette if any colors changed
94 (fixes PowerDVD colors)
95
96 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
97 - Win32k/configure.cmd:
98 o Corrected search for the VAC compiler.
99 o Removed stupid messages when -w is specified.
100
101 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
102 - COMDLG32: o fix crash due to uninitialized COM object pointer in
103 Win95 open file dialog browse mode
104 o default to open mode in file dialog when the
105 OFN_NOVALIDATE mode is used
106 (fixes crash in FrameMaker 5.5 file dialog when opening
107 a file that has broken image references)
108 - KERNEL32: o log both error and no error conditions for GetLastError
109 with default error level. Sometimes, we don't set an error
110 where we should so this logging information is important
111 o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
112 CreateFileA to open a non existing file.
113 DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
114 Verified with Windows 2000 SP2
115 (makes Acrobat Distiller 5.0 startup and work!)
116
117 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
118 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
119 [WINMM]
120 DefVolume=50[0-100] Default waveout volume (default = 100)
121 - USER32: o ScrollDC fix for translating clip & scroll rectangles
122 (fixes scrolling in Adobe Framemaker 5.5)
123
124 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
125 - USER32: o Send WM_HELP if F1 pressed & no menu active
126 o Disabled system hooks (only work in one process)
127 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
128 barely noticable with 'real' applications)
129 - OLE32: o Added OleLoadPictureEx stub
130 - GDI32: o GetDIBits fix for querying the bitmap information
131 WGSS returns 0, but we should return the nr of scan lines requested
132 o GetDIBits fix for memory dcs. WGSS messes things up if
133 it's a memory DC.
134 (fixes lower right button in AIM's logon window when typing
135 in new name)
136 o ExtTextOutA/W fix for filling rectangle with background color
137 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
138 (fixes border between menu & button bar in Odin MFC app &
139 Acrobat Reader 4.05)
140 o StretchDIBits fix for RGB555 bitmaps
141 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
142 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
143
144 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
145 - KERNEL32: o benchmarked new experimental loader and reverted to
146 old but slightly optimized loader (processExport usually
147 outweighs processImport, so lookup is less valuable than
148 add to export list)
149 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
150 its icon cache. Revert to on-demand loading of the icons,
151 speeds up loading of SHELL32 (therefore most apps)
152 by several seconds.
153
Note: See TracBrowser for help on using the repository browser.