source: trunk/changelog@ 6088

Last change on this file since 6088 was 6088, checked in by bird, 24 years ago

* empty log message *

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