source: trunk/changelog@ 3417

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

* empty log message *

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