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
Line 
1 /* $Id: changelog,v 1.901 2000-04-18 20:07:59 sandervl Exp $ */
2
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)
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)
11
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
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)
21 Set FPU control word to 0x27F before calling exe entrypoint
22 (fixes some FPU exception problems in RealPlayer 7)
23
24 2000-04-16: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
25 - KERNEL32: Reorganized/reworte LoadLibrary/LoadLibraryEx code.
26 isPEImage was changed to return 1 if DLL and 2 if EXE.
27 (It still returns FALSE if not valid PE image.)
28
29 - include\odin32validate.h:
30 New header file. Parameter validation macros.
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
40 2000-04-15: Christoph Bratschi <cbratschi@datacomm.ch>
41 - COMCTL32: rewrote listview item handling: sort bug fix,
42 allows >= 4.70 support
43 implemented several new messages
44
45 2000-04-15: Sander van Leeuwen <sandervl@xs4all.nl>
46 - WSOCK32: Async select fix (VPBuddy can connect again)
47 - KERNEL32: Remove terminating backslash in FindFirstFileA (if present)
48 (otherwise DosFindFirst fails)
49 Fixed flushing of file maps (wrong VirtualQuery parameter)
50 Path search fix for dlls
51 Dll search order:
52 1) exe dir
53 2) current dir
54 3) windows system dir (kernel32 path)
55 4) windows dir
56 5) path environment variable
57
58 - ODINCRT: Added checks for failing mallocs
59 - USER32: Corrected return value of EnableWindow
60 Send WM_CANCELMODE message when disabling window
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)
64
65 2000-04-14: Sander van Leeuwen <sandervl@xs4all.nl>
66 - KERNEL32: Hardcoded system & windows dir
67 system dir = kernel32 dir
68 windows dir = kernel32 dir\win
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:
72 1) current dir
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
81 - ODIN.INI.TXT: Removed DIRECTORIES section
82
83 2000-04-13: Sander van Leeuwen <sandervl@xs4all.nl>
84 - USER32: Set thread message structure to 0 before dispatching it
85 Prevents app from sending the same posted message twice
86 (causing problems when freeing the postmsg struct)
87 (fixes RealPlayer 7 Update service)
88 - CRTDLL: Fixed div (result must be returned in edx:eax)
89 - PE: Check PATH for executable file
90
91 2000-04-12: Christoph Bratschi <cbratschi@datacomm.ch>
92 - COMCTL32: listview: completed most version 4 features
93
94 2000-04-10: Sander van Leeuwen <sandervl@xs4all.nl>
95 - USER32: Added support for topmost windows
96
97 2000-04-10: David Raison <djr@lemur.co.uk>
98 - COMDLG32: fixed wrong lParam in file dialog
99
100 2000-04-09: Sander van Leeuwen <sandervl@xs4all.nl>
101 - GDI32: Y inversion fix for dib sections blits
102 - WINMM: GetPosition fix (don't return 0 when stream not active)
103 - KERNEL32: Fixed OSLibDosFindFirst. Return error if First DosFirstFirst
104 fails. (fixes RealPlayer 7 install)
105
106 2000-04-09: Yuri Dario <mc6530@mclink.it>
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
119
120 2000-04-08: Christoph Bratschi <cbratschi@datacomm.ch>
121 - COMCTL32: added new styles and functionality, bug fixes
122
123 2000-04-08: Sander van Leeuwen <sandervl@xs4all.nl>
124 - WINMM: Restart, pause & underrun fixes
125 - KERNEL32: Fixed bug in CompareStringW. Unicode conversion was
126 causing heap corruption. (RealPlayer 7 crashes)
127
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
137 2000-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
138 - WINMM: Don't restart when already playing
139 - USER32: Print mark in debug log with WriteLog (#ifdef DEBUG), not dprintf
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)
144 - GDI32: Only change bitmap size in SetDIBitsToDevice if bitmap
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)
148 - KERNEL32: Return length of windows or system directory when
149 GetWindowsDirectory/GetSystemDirectory is called with
150 a NULL pointer
151
152 2000-04-07: David Raison <djr@lemur.co.uk>
153 - USER32: Set lfSmCaptionFont structure in NONCLIENTMETRICSA
154 (SystemParametersInfoA/SPI_GETNONCLIENTMETRICS)
155
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
165 2000-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
166 - WINMM: Fixed message callback once more (previous fix broke rp7)
167 Fixed restart
168
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
173 2000-04-05: David Raison <djr@lemur.co.uk>
174 - OLEAUT32: Turned default DEBUG-info down.
175
176 2000-04-05: Knut St. Osmundsen <knut.stange.osmundsen@pmsc.no>
177 - Win32k: Added fixpack 13 symbols to the symbol database.
178 Using win32k.sys with fp13 works fine here.
179
180 2000-04-05: Sander van Leeuwen <sandervl@xs4all.nl>
181 - WINMM: Smallest waveout buffer size = 128 bytes
182 Fixed callback bugs (reported by Michal Necasek)
183
184 2000-04-03: David Raison <djr@lemur.co.uk>
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
191
192 2000-04-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
193 - SHELL32: don't sort files case sensitive
194
195 2000-04-02: Christoph Bratschi <cbratschi@datacomm.ch>
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'
200
201 2000-04-02: Sander van Leeuwen <sandervl@xs4all.nl>
202 - USER32: dc.cpp cleanup
203 - GDI32: Dib section sync bugfix (todo: rgb 565 to 555 conversion if bpp == 16)
204 Set y inversion to 0 if dib section isn't flipped
205 (fixes upside down flash videos in RealPlayer 7)
206 - WINMM: Faked mixer apis
207
208 2000-04-01: Sander van Leeuwen <sandervl@xs4all.nl>
209 - GDI32: Fixed dibsection bitblits. (wrong updates of realplayer 7
210 videos)
211
212 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
213 - USER32: added WYSIWYGOFOA interface
214
215 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
216 - USER32: Fixed track frame width & height (now you can actually
217 see the tracking frame when moving a window)
218
Note: See TracBrowser for help on using the repository browser.