source: trunk/changelog@ 3423

Last change on this file since 3423 was 3423, checked in by sandervl, 26 years ago

* empty log message *

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