source: trunk/changelog@ 6077

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

* empty log message *

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