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