source: trunk/changelog@ 5970

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

* empty log message *

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