source: trunk/changelog@ 6085

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

* empty log message *

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