source: trunk/changelog@ 6074

Last change on this file since 6074 was 6074, checked in by achimha, 24 years ago

* empty log message *

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