| 1 | /* $Id: changelog,v 1.895 2000-04-16 06:54:49 bird Exp $ */
|
|---|
| 2 |
|
|---|
| 3 | 2000-04-17: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 4 | - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
|
|---|
| 5 |
|
|---|
| 6 | - include\odin32validate.h:
|
|---|
| 7 | New header file. Parameter validation macros.
|
|---|
| 8 |
|
|---|
| 9 | 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 10 | - KERNEL32: Before reading Sanders last message I had rewritten most of
|
|---|
| 11 | the findDll function. So, as my implementation seems a bit
|
|---|
| 12 | more flexible I decided to commit it.
|
|---|
| 13 | Currently it's searching the three LIBPATH paths too. If
|
|---|
| 14 | this causes any real trouble we'll disable this.
|
|---|
| 15 |
|
|---|
| 16 | findDll now returns TRUE if a file were found. Callers are
|
|---|
| 17 | corrected to test for this.
|
|---|
| 18 |
|
|---|
| 19 | 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 20 | - COMCTL32: rewrote listview item handling: sort bug fix,
|
|---|
| 21 | allows >= 4.70 support
|
|---|
| 22 | implemented several new messages
|
|---|
| 23 |
|
|---|
| 24 | 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 25 | - WSOCK32: Async select fix (VPBuddy can connect again)
|
|---|
| 26 | - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
|
|---|
| 27 | (otherwise DosFindFirst fails)
|
|---|
| 28 | Fixed flushing of file maps (wrong VirtualQuery parameter)
|
|---|
| 29 | Path search fix for dlls
|
|---|
| 30 | Dll search order:
|
|---|
| 31 | 1) exe dir
|
|---|
| 32 | 2) current dir
|
|---|
| 33 | 3) windows system dir (kernel32 path)
|
|---|
| 34 | 4) windows dir
|
|---|
| 35 | 5) path environment variable
|
|---|
| 36 |
|
|---|
| 37 | - ODINCRT: Added checks for failing mallocs
|
|---|
| 38 | - USER32: Corrected return value of EnableWindow
|
|---|
| 39 | Send WM_CANCELMODE message when disabling window
|
|---|
| 40 | (return true if previous state was disabled, else false (sdk docs))
|
|---|
| 41 | Don't send mouse messages to disabled windows; reroute
|
|---|
| 42 | them to their parent windows (if any)
|
|---|
| 43 |
|
|---|
| 44 | 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 45 | - KERNEL32: Hardcoded system & windows dir
|
|---|
| 46 | system dir = kernel32 dir
|
|---|
| 47 | windows dir = kernel32 dir\win
|
|---|
| 48 | Fixed dll attach for pe2lx/win32k & lx Odin executables
|
|---|
| 49 | Command line fixes (now starts with full path of exe)
|
|---|
| 50 | Search for dlls in:
|
|---|
| 51 | 1) current dir
|
|---|
| 52 | 2) win32 exe dir
|
|---|
| 53 | 3) windows system dir
|
|---|
| 54 | 4) path
|
|---|
| 55 | Append backslash if GetFileAttributes fails (and it's missing
|
|---|
| 56 | from the filename)
|
|---|
| 57 | - PELDR/KERNEL32: Fixed starting of executable with spaces in name
|
|---|
| 58 | (might not be 100% complete yet)
|
|---|
| 59 | Fixes for relative path of executable
|
|---|
| 60 | - ODIN.INI.TXT: Removed DIRECTORIES section
|
|---|
| 61 |
|
|---|
| 62 | 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 63 | - USER32: Zero thread message structure before dispatching it
|
|---|
| 64 | Prevents app from sending the same posted message twice
|
|---|
| 65 | (causing problems when freeing the postmsg struct)
|
|---|
| 66 | (fixes RealPlayer 7 Update service)
|
|---|
| 67 | - CRTDLL: Fixed div (result must be returned in edx:eax)
|
|---|
| 68 | - PE: Check PATH for executable file
|
|---|
| 69 |
|
|---|
| 70 | 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 71 | - COMCTL32: listview: completed most version 4 features
|
|---|
| 72 |
|
|---|
| 73 | 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 74 | - USER32: Added support for topmost windows
|
|---|
| 75 |
|
|---|
| 76 | 2000-04-10: David Raison <djr@lemur.co.uk>
|
|---|
| 77 | - COMDLG32: fixed wrong lParam in file dialog
|
|---|
| 78 |
|
|---|
| 79 | 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 80 | - GDI32: Y inversion fix for dib sections blits
|
|---|
| 81 | - WINMM: GetPosition fix (don't return 0 when stream not active)
|
|---|
| 82 | - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
|
|---|
| 83 | fails. (fixes RealPlayer 7 install)
|
|---|
| 84 |
|
|---|
| 85 | 2000-04-09: Yuri Dario <mc6530@mclink.it>
|
|---|
| 86 | - INCLUDE(\WIN):
|
|---|
| 87 | - odin.h: define NONAMELESSUNION only for VA3.0 (now works with VA4);
|
|---|
| 88 | remove buildin.h when invoked from resource compiler.
|
|---|
| 89 | - commctrl.h: new macros
|
|---|
| 90 | - mmsystem.h: define DUMMYUNIONNAME with same code used in other
|
|---|
| 91 | headers to avoid precompiling errors.
|
|---|
| 92 | - shlguid.h: missing ID
|
|---|
| 93 | - shlobj.h: missing shlguid.h include
|
|---|
| 94 | - windows.h: define CINTERFACE only for C compilers or VA3.x
|
|---|
| 95 | - windowsx.h: macros
|
|---|
| 96 | - wingdi.h: few AW defines
|
|---|
| 97 | - winuser.h: new macros
|
|---|
| 98 |
|
|---|
| 99 | 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 100 | - COMCTL32: added new styles and functionality, bug fixes
|
|---|
| 101 |
|
|---|
| 102 | 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 103 | - WINMM: Restart, pause & underrun fixes
|
|---|
| 104 | - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
|
|---|
| 105 | causing heap corruption. (RealPlayer 7 crashes)
|
|---|
| 106 |
|
|---|
| 107 | 2000-04-07: Michal Necasek <mike@mendelu.cz>
|
|---|
| 108 | - DDRAW\NEW: Experimental fullscreen DDraw, VIDEOPMI based.
|
|---|
| 109 | May not work with all video cards and may cause all
|
|---|
| 110 | kinds of trouble. But works swell for eg. Fallout 1/2
|
|---|
| 111 | or HMM3. Contains some extra bugs compared to the
|
|---|
| 112 | windowed DDraw, ie. Moorhuhn and others don't work
|
|---|
| 113 | with it at all. Please tell me about your experience
|
|---|
| 114 | with this shameless hack.
|
|---|
| 115 |
|
|---|
| 116 | 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 117 | - WINMM: Don't restart when already playing
|
|---|
| 118 | - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
|
|---|
| 119 | Workaround for paint problems in RealPlayer 7 Update 1.
|
|---|
| 120 | (don't clip the dc with a region in DoNCPaint if the clip
|
|---|
| 121 | region has the same size as the window; doing so creates
|
|---|
| 122 | update problems for no obvious reason)
|
|---|
| 123 | - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
|
|---|
| 124 | is not compressed. (fixes crash during startup in Excel)
|
|---|
| 125 | NOTE: Open32 doesn't implement compression type conversion
|
|---|
| 126 | correctly. (black splash screen for RLE8 bitmap)
|
|---|
| 127 | - KERNEL32: Return length of windows or system directory when
|
|---|
| 128 | GetWindowsDirectory/GetSystemDirectory is called with
|
|---|
| 129 | a NULL pointer
|
|---|
| 130 |
|
|---|
| 131 | 2000-04-07: David Raison <djr@lemur.co.uk>
|
|---|
| 132 | - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
|
|---|
| 133 | (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
|
|---|
| 134 |
|
|---|
| 135 | 2000-04-07: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 136 | - TOOLS\DBGINFO: Sym2Hll is now able to convert .SYM files into HLL
|
|---|
| 137 | debuginfo and add it to LX executables. This might be
|
|---|
| 138 | quite useful if you want to see system DLL while debugging.
|
|---|
| 139 | But before you add debuginfo to all dll's in c:\os2\dll
|
|---|
| 140 | I have to warn that this is _very_ alpha software. Do always
|
|---|
| 141 | make a backup (Sym2Hll don't create backups!) and have
|
|---|
| 142 | recovery boot disks ready!
|
|---|
| 143 |
|
|---|
| 144 | 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 145 | - WINMM: Fixed message callback once more (previous fix broke rp7)
|
|---|
| 146 | Fixed restart
|
|---|
| 147 |
|
|---|
| 148 | 2000-04-08: Michal Necasek <mike@mendelu.cz>
|
|---|
| 149 | - WINMM: Moved phwo == NULL check below format query handling.
|
|---|
| 150 | (enables sound in Jack Jazzrabbit; still not right though)
|
|---|
| 151 |
|
|---|
| 152 | 2000-04-05: David Raison <djr@lemur.co.uk>
|
|---|
| 153 | - OLEAUT32: Turned default DEBUG-info down.
|
|---|
| 154 |
|
|---|
| 155 | 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
|
|---|
| 156 | - Win32k: Added fixpack 13 symbols to the symbol database.
|
|---|
| 157 | Using win32k.sys with fp13 works fine here.
|
|---|
| 158 |
|
|---|
| 159 | 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 160 | - WINMM: Smallest waveout buffer size = 128 bytes
|
|---|
| 161 | Fixed callback bugs (reported by Michal Necasek)
|
|---|
| 162 |
|
|---|
| 163 | 2000-04-03: David Raison <djr@lemur.co.uk>
|
|---|
| 164 | - OLE32: Added CoCreateGUID (calls RPCRT4.UuidCreate)
|
|---|
| 165 | - RPCRT4: Beginning of new dll:
|
|---|
| 166 | RpcStringFreeA, RpcStringFreeW, UuidCompare
|
|---|
| 167 | UuidCreate, UuidCreateNil, UuidEqual
|
|---|
| 168 | UuidFromStringA, UuidFromStringW, UuidHash
|
|---|
| 169 | UuidIsNil, UuidToStringA, UuidToStringW
|
|---|
| 170 |
|
|---|
| 171 | 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
|---|
| 172 | - SHELL32: don't sort files case sensitive
|
|---|
| 173 |
|
|---|
| 174 | 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 175 | - KERNEL32: FindFirst: don't return "." and ".." in root
|
|---|
| 176 | wrote long to short name conversion
|
|---|
| 177 | added error code converter
|
|---|
| 178 | - USER32: removed 'What You See Is What You Get On First Of April'
|
|---|
| 179 |
|
|---|
| 180 | 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 181 | - USER32: dc.cpp cleanup
|
|---|
| 182 | - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
|
|---|
| 183 | Set y inversion to 0 if dib section isn't flipped
|
|---|
| 184 | (fixes upside down flash videos in RealPlayer 7)
|
|---|
| 185 | - WINMM: Faked mixer apis
|
|---|
| 186 |
|
|---|
| 187 | 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 188 | - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
|
|---|
| 189 | videos)
|
|---|
| 190 |
|
|---|
| 191 | 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
|
|---|
| 192 | - USER32: added WYSIWYGOFOA interface
|
|---|
| 193 |
|
|---|
| 194 | 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
|
|---|
| 195 | - USER32: Fixed track frame width & height (now you can actually
|
|---|
| 196 | see the tracking frame when moving a window)
|
|---|
| 197 |
|
|---|