source: trunk/changelog@ 6068

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

* empty log message *

File size: 15.1 KB
RevLine 
[6068]1/* $Id: changelog,v 1.1534 2001-06-22 18:34:22 sandervl Exp $ */
[5313]2
[6062]3 2001-06-22: Dietrich Teickner <Dietrich_Teickner@t-online.de>
4 - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
5
6 2001-06-22: Sander van Leeuwen <sandervl@xs4all.nl>
7 - USER32: o Don't fill background of system icon if no system icon
8 is present (could be seen in os/2 look mode)
[6068]9 o Reserved one window ulong (QWL_USER) for Odin apps (like Opera)
[6062]10
[6059]11 2001-06-21: Sander van Leeuwen <sandervl@xs4all.nl>
12 - KERNEL32: o Semaphore updates (still not activated)
13
[6056]14 2001-06-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
15 - DDRAW: o io_init1, io_init2 and io_exit1 forgot to save/restore EBX.
16 (Broke some apps when XF86Sup.sys is installed)
17
[6051]18 2001-06-20: Sander van Leeuwen <sandervl@xs4all.nl>
19 - include\win\winioctl.h:
20 o Added CDROM ioctls
21 - KERNEL32: o Dummy CDROM ioctl support
22
[6047]23 2001-06-19: Sander van Leeuwen <sandervl@xs4all.nl>
24 - KERNEL32: o Started with event, mutex & semaphore rewrite
25 (code not activated)
26
[6042]27 2001-06-18: Sander van Leeuwen <sandervl@xs4all.nl>
28 - USER32: o Added export entry for GetScrollBarInfo
29 o Set ordinals for some exports
30 o Correct size of SBS_SIZEBOX and SBS_SIZEGRIP scrollbars
31 during creation. (if too high or wide)
32 (CPOV bottom scrollbar now appears)
[6044]33 - COMCTL32: o Wrong check in 6/17 comctl32 change
[6042]34
[6037]35 2001-06-17: Sander van Leeuwen <sandervl@xs4all.nl>
36 - KERNEL32: o Implemented IOCTL_SCSI_PASS_THROUGH_DIRECT storage ioctl
[6038]37 - USER32: o Fix for scrollbars with SBS_SIZEBOX or SBS_SIZEGRIP style
[6056]38 (use size specified in CreateWindow only if SBS_SIZEBOXTOPLEFTALIGN
[6038]39 nor SBS_SIZEBOXBOTTOMRIGHTALIGN style flags set)
40 (CPOV window now has the right size)
41 o Allow WS_VISIBLE changes in SetWindowLong (GWL_STYLE)
42 (CPOV controls in bottom left corner now visible)
[6037]43
[6038]44 2001-06-17: Dietrich Teickner <Dietrich_Teickner@t-online.de>
45 - COMCTL32: o Check for invalid lpItem in LISTVIEW_GetItemA
46 (fixes crash in SpeedCommander 6)
47 o Datetime control update with latest Wine code
48
[6024]49 2001-06-16: Sander van Leeuwen <sandervl@xs4all.nl>
50 - DDRAW: o Save & Restore FS when calling io_init2
[6031]51 o Partly implemented DrawEnumDisplayModes4
[6027]52 - WINMM: o Resume failed (during waveOutWrite) after underrun
53 (fixes audio error message in Atari Emulator)
[6031]54 - KERNEL32: o Implemented IOCTL_DISK_GET_DRIVE_GEOMETRY & IOCTL_DISK_GET_MEDIA_TYPES
55 o Allow direct sector reading from disk + changing read position
56 with SetFilePointer
[6032]57 o 6/14 kernel32 changes broke dynamic loading of LX dlls; getHMOD
58 returned the wrong module handle
[6024]59
[6018]60 2001-06-15: Sander van Leeuwen <sandervl@xs4all.nl>
[6056]61 - USER32: o Removed yesterday's getControl dialog change.
[6018]62 (causes errors for certain installshield installers)
63 o Add frame controls when app changes style flags (os/2 appearance)
64 (fixes missing titlebar when switching between maximized &
65 restored state for MDI windows in Opera)
[6020]66 - KERNEL32: o PDB.exit_code is a pointer to an unknown structure in NT
67 Fill it with a pointer to a memory block with 8th byte set to 1.
68 (fixes crash in AssetAllocator install)
[6018]69
[6016]70 2001-06-14: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[6018]71 - KERNEL32: o Correct bug in LoadLibrary which prevented dynamically
[6017]72 - WIN32K: o Forgot to close file on failure in ldrOpen. When Pe2Lx
[6016]73 failed (due to wrong subsystem), the file remained open.
74
[6007]75 2001-06-14: Sander van Leeuwen <sandervl@xs4all.nl>
76 - USER32: o OSLibWinGetMsg: dispatch untranslated message immediately
77 and grab next one.
78 o Manually change min/max/restore button states (OS/2 appearance)
79 o Handle WM_SYSCOMMAND messages in frame window handler
[6010]80 o Button fix (Wine bug)
[6016]81 Must clear WS_TABSTOP of control that is already unchecked or
82 else multiple control can have this style ((auto)radiobutton)
[6010]83 and GetNextDlgTabItem will return the wrong one.
[6016]84 Happens in Opera preferences dialog (multimedia) where all
[6010]85 autoradio buttons have the WS_TABSTOP style.
[6013]86 o Added temporary workaround for Open32 crashes in Opera
[6007]87
[5988]88 2001-06-13: Sander van Leeuwen <sandervl@xs4all.nl>
89 - USER32: o Corrected position of PM titlebar control
[5990]90 o Added SetWindowAppearance function that can be used
[5997]91 by Odin32 apps to override the appearance (win32 or OS/2)
[5990]92 of windows.
[5995]93 o Changed menu font for OS/2 appearance (bold)
94 o Draw system menu icon ourselves (OS/2 appearance)
95 o SetWindowText fix (OS/2 appearance)
[6000]96 o WM_ERASEBKGND handling changes for dialogs
[5990]97 - GDI32: o CreateDIBSection bugfix (wrong ReleaseDC call)
[5988]98
[5981]99 2001-06-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
100 - WIN16LDR: o Made it compile with Watcom and MSC60.
101 Currently I can't link it with MSC60 form the DDK
102 since there is no window libraries there.
103 Watcom links fine. But the result is not tested.
[5986]104 - VDMDBG: o Stubbed this DLL. (It's used by the NT TaskMgr.)
[5987]105 (Documented in SDK, doc\misc\VDMDbg.Hlp. Which is included
106 in the NT sdk distributed with Watcom v11 - %WATCOM\sdk.)
[5986]107 - Win32k/Pe2Lx:
108 o Allowed loading of images using the NATIVE subsystem.
[6005]109 o Added symbols for build 14.065F (2001-05-08) all kernels.
[5997]110 - DailyBuild:
111 o Moved Odin.ini to system32 in daily .zips.
[5999]112 - NTDLL: o Stubbed NtOpenThread.
[5981]113
[5970]114 2001-06-12: Sander van Leeuwen <sandervl@xs4all.nl>
115 - USER32: o Partly fixed position of PM frame controls
[5971]116 o FillRect fix for 0 brush
117 o Workaround for windows with CS_CLASSDC class. Use same
118 mechanism as CS_OWNDC. (might not always work though)
119 No (easy) way to share a single DC between windows in PM.
120 (fixes paint problems in MED)
121 o Use critical sections for local hooks; faster than
122 kernel mutex semaphore calls.
123 - GDI32: o SetDIBColorTable bugfix
124 - KERNEL32: o Fail to load OS/2 (non-Odin) dlls in LoadLibrary
125 (Winbench tries this)
[5975]126 - ADVAPI32: o Pretend no services found in EnumServicesStatusA/W instead of
127 returning error.
128 (prevents crash in Winbench)
[5970]129
[5963]130 2001-06-11: Sander van Leeuwen <sandervl@xs4all.nl>
131 - USER32: o Reference count bugfixes
[5966]132 - GDI32: o Added RGB555 conversion for CreateDIBitmap & SetDIBits
[5963]133
[5952]134 2001-06-10: Sander van Leeuwen <sandervl@xs4all.nl>
135 - USER32: o SetParent bugfix (caused crashes in user32 after yesterday's changes)
136 o Preliminary support added for OS/2 look and feel (not finished)
137 Odin.ini option:
138 [ODINSYSTEM]
139 OS2Look=1 (default = 0)
[5981]140 Creates OS/2 Titlebar, system menu & min/max/close buttons.
[5952]141 Also overrides UseWinColors option (uses OS/2 colors).
[5981]142 NOTE: Can interfere with windows applications that draw their
[5952]143 own custom titlebar. (e.g. RealPlayer)
[5953]144 - KERNEL32: o Added OpenProfileUserMapping & CloseProfileUserMapping stubs.
[5958]145 o CreateProcess: launch win16 loader for NE executables
[5953]146 - WIN16LDR: o Preliminary version of winos2 loader for 16 bits installers
147 Overrides GetVersion & WinExec functions to return the
148 version NT returns and to launch 32 bits programs (using pe).
[5957]149 (NOT FINISHED and not included in daily build)
[5953]150 - PELDR: o Execute win16 loader for NE executables.
[5952]151
[5941]152 2001-06-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
153 - Win32API.h:
154 o Added APIs required to compile user32.
[5943]155 - src/makefile:
156 o Relaxed the locks a little.
[5946]157 - Win32k: o Separated VAC3 and VAC36 output. (Please re-run configure!)
[5948]158 - makefiles/VAC36:
159 o Ignore ILIB warnings. (like those in the opengl tree)
[5941]160
[5936]161 2001-06-09: Sander van Leeuwen <sandervl@xs4all.nl>
[5941]162 - USER32: o Keep reference count for window and class objects.
[5936]163 Only delete the objects when nobody else is using them anymore.
164 (fixes crashes due to premature destruction of objects;
165 e.g. during Napster startup)
[5937]166 - KERNEL32: o heap checking accidentally turned on during logging
167 (making the debug build extremely slow)
168 o Open32's CreateProcess can fail with ERROR_FILE_NOT_FOUND for
169 no apparent reason. Don't bail out when that happens, but try
170 to create the process anyway.
171 (fixes CreateProcess during Napster install)
172 o Improved version of InterlockedIncrement & InterlockedDecrement
173 (borrowed from Wine)
[5936]174
[5930]175 2001-06-08: Sander van Leeuwen <sandervl@xs4all.nl>
176 - KERNEL32: o WinExec fixes
177 o Ported Wine's WritePrivateProfileSectionA
178 - GDI32: o DIB Section blits: translate all ROPs
179 o GetDIBits fix; RGB conversion was not always performed;
180 now only for requested scanlines.
181
[5934]182 2001-06-08: Patrick Haller <patrick.haller@innotek.de>
[5930]183 - KERNEL32: o Optimizations for loading of PE images
184
[5924]185 2001-06-07: Sander van Leeuwen <sandervl@xs4all.nl>
186 - OLE32: o More VAC 3.6.5 compile fixes
187
[5922]188 2001-06-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
189 - FastDep: o Performance enh. Don't scan files more than 1 month older
190 than existing .depend file.
191 o Optimized AVL tree sligtly by not performing two strcmp
192 on the same keys (but resuing the result from the first).
[5924]193 o Improved dependencies genereated for OS/2 resource files.
[5922]194 (TODO: Fix possible bad precompiler checks for C/C++ and RC.)
195 o Code is now in sync with OS2Tools.
196
[5917]197 2001-06-06: Sander van Leeuwen <sandervl@xs4all.nl>
198 - OLE32: o VAC 3.6.5 compile fix
199
[5909]200 2001-06-05: Patrick Haller <patrick.haller@innotek.de>
201 - KERNEL32: o Fixed ordinal export resolving for PE executables
202 (SO52 complained about missing exports)
203
[5907]204 2001-06-05: Sander van Leeuwen <sandervl@xs4all.nl>
205 - COMCTL32: o Listview: Don't repaint subitem if changed text is the same as old one.
206 (fixes endless repainting loop in WinRAR 2.80)
[5911]207 - KERNEL32: o Optimized ordinal lookup even more.
[5922]208 (6900 ordinal lookups takes (on average) 31 ms now instead
[5911]209 of 78)
[5907]210
[5904]211 2001-06-04: Sander van Leeuwen <sandervl@xs4all.nl>
212 - KERNEL32: o Added driver dll plugin for custom device driver emulation
213 Enumerates keys in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services
214 that contain 'DllName' keys.
215 DllName contains the name of the plugin dll that exports
216 DrvOpen, DrvClose & DrvIOCtl.
217 o Dispatch breakpoint exception to application (release build only)
218 Some nasty applications expect this.
219
[5897]220 2001-06-03: Sander van Leeuwen <sandervl@xs4all.nl>
221 - USER32: o Ported & fixed ScrollDC (Wine)
222 (fixes scrolling in Adobe Framemaker 5.5)
[5900]223 - GDI32: o RGB 565->555 conversion in GetDIBits
224 o RGB 555->565 conversion in DIB Section sync
225 o Sync DIB section in RealizePalette if any colors changed
226 (fixes PowerDVD colors)
[5897]227
[5889]228 2001-06-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
229 - Win32k/configure.cmd:
230 o Corrected search for the VAC compiler.
231 o Removed stupid messages when -w is specified.
232
[5879]233 2001-06-02: Achim Hasenmueller <achimha@innotek.de>
234 - COMDLG32: o fix crash due to uninitialized COM object pointer in
235 Win95 open file dialog browse mode
236 o default to open mode in file dialog when the
237 OFN_NOVALIDATE mode is used
238 (fixes crash in FrameMaker 5.5 file dialog when opening
239 a file that has broken image references)
[5887]240 - KERNEL32: o log both error and no error conditions for GetLastError
241 with default error level. Sometimes, we don't set an error
242 where we should so this logging information is important
[5891]243 o set last error to 2 (ERROR_FILE_NOT_FOUND) when using
244 CreateFileA to open a non existing file.
245 DosOpen returned 110 (ERROR_OPEN_FAILED) in this case.
246 Verified with Windows 2000 SP2
[5922]247 (makes Acrobat Distiller 5.0 startup and work!)
[5879]248
[5875]249 2001-06-02: Sander van Leeuwen <sandervl@xs4all.nl>
250 - WINMM: o Default waveout volume can be controlled by a key in odin.ini:
251 [WINMM]
252 DefVolume=50[0-100] Default waveout volume (default = 100)
[5884]253 - USER32: o ScrollDC fix for translating clip & scroll rectangles
254 (fixes scrolling in Adobe Framemaker 5.5)
[5875]255
[5857]256 2001-06-01: Sander van Leeuwen <sandervl@xs4all.nl>
[5864]257 - USER32: o Send WM_HELP if F1 pressed & no menu active
258 o Disabled system hooks (only work in one process)
[5857]259 - KERNEL32: o Improved ordinal lookup a bit. (usually 4 times faster, but
260 barely noticable with 'real' applications)
261 - OLE32: o Added OleLoadPictureEx stub
262 - GDI32: o GetDIBits fix for querying the bitmap information
263 WGSS returns 0, but we should return the nr of scan lines requested
[5865]264 o GetDIBits fix for memory dcs. WGSS messes things up if
265 it's a memory DC.
266 (fixes lower right button in AIM's logon window when typing
267 in new name)
[5867]268 o ExtTextOutA/W fix for filling rectangle with background color
269 only. This doesn't seem to work (anymore) with GpiCharStringPosAt.
270 (fixes border between menu & button bar in Odin MFC app &
271 Acrobat Reader 4.05)
[5889]272 o StretchDIBits fix for RGB555 bitmaps
[5871]273 (fixes pictures in pdf files shown by Acrobat Reader 4.05)
[5857]274 - SHLWAPI: o Added PathGetCharTypeA/W from Wine
275
[5849]276 2001-06-01: Patrick Haller <patrick.haller@innotek.de>
277 - KERNEL32: o benchmarked new experimental loader and reverted to
278 old but slightly optimized loader (processExport usually
279 outweighs processImport, so lookup is less valuable than
280 add to export list)
[5889]281 - SHELL32: o SIC_Initialize took extremely long to pre-initialize
[5849]282 its icon cache. Revert to on-demand loading of the icons,
[5889]283 speeds up loading of SHELL32 (therefore most apps)
[5849]284 by several seconds.
285
Note: See TracBrowser for help on using the repository browser.