source: trunk/changelog@ 7233

Last change on this file since 7233 was 7233, checked in by sandervl, 24 years ago

* empty log message *

File size: 16.2 KB
Line 
1/* $Id: changelog,v 1.1799 2001-10-27 08:24:13 sandervl Exp $ */
2
3 2001-10-26: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o IOCTL_SCSI_GET_ADDRESS: fail if wnaspi32 not loaded
5 - WINMM: o Add option to turn off audio by setting a key in the registry
6 HKEY_LOCAL_MACHINE\\System\\CustomBuild
7 DisableAudio = [0|1] (DWORD type)
8
9 2001-10-26: Achim Hasenmueller <achimha@innotek.de>
10 - WNASPI32: o don't fail DLL loading if ASPI library fails to init
11
12 2001-10-26: Sander van Leeuwen <sandervl@xs4all.nl>
13 - KERNEL32: o Better implementation of IOCTL_CDROM(DISK/STORAGE)_CHECK_VERIFY
14 o CDROM ioctls: Use signature returned by IOCD_IDENTIFY ioctl
15 o Implemented IOCTL_CDROM_READ_TOC
16
17 2001-10-26: Patrick Haller <patrick.haller@innotek.de>
18 - USER32: o fixed ESC keyboard event
19 o fixed passing thru special key events to the frame window
20 o partial fix for shift key processing
21 o fixed right shift processing (and possibly numerous
22 other extended keys)
23 o fixed this &%$&%! Alt-Gr-Key-Emulation
24 remaining issues:
25 AltGr won't toggle GetAsyncKeyState() or GetKeyState()
26
27 2001-10-25: Patrick Haller <patrick.haller@innotek.de>
28 - USER32: o fixed scancodes for [Pause] and [PrtScr]
29
30 2001-10-25: Sander van Leeuwen <sandervl@xs4all.nl>
31 - USER32: o Fixed sending of WM_ACTIVATEAPP messages. Only send them
32 to top-level windows when application gains or loses focus
33 from/to a window of another process.
34 o Fix for window tracking with thin frame (moving/sizing
35 window left tracks on the screen (fullscreen dragging disabled))
36 - KERNEL32: o Never use DosError to disable hard errors! Use SetErrorMode
37 *and* restore old error mode afterwards.
38 o IOCTL_DISK_GET_DRIVE_GEOMETRY change:
39 Applications can use this IOCTL to check if the floppy has
40 been changed. OSLibDosGetDiskGeometry won't fail when that
41 happens so we read one byte from the disk and return
42 ERROR_MEDIA_CHANGED if it fails with ERROR_WRONG_DISK.
43 - COMCTL32: o ListView: LVM_SETITEMA: update item even when 'new' text is
44 the same.
45 (CVP depends on this)
46
47 2001-10-24: Patrick Haller <patrick.haller@innotek.de>
48 - USER32: o added translation between PM Scancodes and
49 Windows Scancodes
50 Note: Open32 uses always PM Scancodes!
51 o fixed GetKeyNameText as far as possible
52 Despite we'll have to implement a flexible keyboard
53 layout scheme in the future.
54
55 2001-10-24: Achim Hasenmueller <achimha@innotek.de>
56 - PMKBDHK: o link statically with C runtime
57
58 2001-10-24: Sander van Leeuwen <sandervl@xs4all.nl>
59 - USER32: o SCROLLBAR: Only set focus to scrollbar control if it has
60 the WS_TABSTOP style (bugfix taken from Wine)
61 o IsWindowVisible: check for WS_CHILD style before checking
62 parents
63 (CVP: fixes moving of dialog with invisible owner)
64 o Frame tracking: activate and bring window to top when
65 control key is not pressed (OS/2 look)
66 (fixes activation by clicking on title bar and you can now
67 track frame without activating it)
68 o Double mouse click sent two up messages
69 o Double click on system menu now closes window
70 (SetCapture interferes with double click message generation)
71 - WINMM: o Dynamically load MDM; Windows applications (that don't
72 require sound) will no longer fail when MMPM/2 isn't available.
73
74 2001-10-23: Sander van Leeuwen <sandervl@xs4all.nl>
75 - COMCTL32: o ListView: WM_KEYDOWN -> if WM_NOTIFY returns TRUE, then
76 don't process key anymore; the app did it for us
77 o ListView: First focus change didn't work
78 o Partial implementation of draglists. Only sends DL_BEGINDRAG
79 DRAGLISTMSGSTRING message which is enough for CVP.
80 - USER32: o Fixed moving of window with RMB
81
82 2001-10-23: Patrick Haller <patrick.haller@innotek.de>
83 - USER32: o major improvement on keyboard handling
84 Special AltGr mapping missing yet
85 o partial fix to GetKeyNameText(),
86 two Open32 bugs remaining:
87 (injected scancodes ignored (undoc),
88 extended key bit ignored)
89
90 2001-10-22: Patrick Haller <patrick.haller@innotek.de>
91 - TESTAPP: o added keyboard test program for low-level testing
92 of the keyboard routines
93 (Queue, WH_KEYBOARD, WH_KEYBOARD_LL)
94 - PMKBDHK: o added initial version
95 - USER32: o enabled PMKBDHK
96 o fixed minor issue in WH_KEYBOARD_LL
97 - SHELL32: o minor speedup in PIDL handling
98 - KERNEL32: o removed experimental heap handle cache stats
99
100 2001-10-21: Sander van Leeuwen <sandervl@xs4all.nl>
101 - WSOCK32: o Fix for sending FD_CLOSE notification when connection
102 is closed at the remote end.
103
104 2001-10-20: Achim Hasenmueller <achimha@innotek.de>
105 - WNASPI32: o do not fail in init routine in case ASPIROUT.SYS
106 is not present. Just return errors from all calls
107 if this is the case.
108 TODO: refine calls to not return any ASPI devices!
109
110 2001-10-19: Achim Hasenmueller <achimha@innotek.de>
111 - WSOCK32: o implemented error bit handling in Winsock 2.0
112 event semaphore notification for async select
113
114 2001-10-19: Patrick Haller <patrick.haller@innotek.de>
115 - COMCTL32: o updated listview and status to wine level
116 - COMDLG32: o fix crash in FileDlg95 (used freed memory object)
117
118 2001-10-18: knut stange osmundsen <kosmunds@csc.com>
119 - odin32.*.vac3*.mk:
120 o Added /noignorecase to ILIBFLAGS. Object libraries
121 is now using case sensitive names. This removes some
122 warnings during custombuild and fixes a duplicate symbol
123 problem in kKrnlLibR3.
124
125 2001-10-18: Achim Hasenmueller <achimha@innotek.de>
126 - USER32: o temporarily backed out a change from earlier today
127 in the color pointer conversion code that causes
128 severe regressions. Look for @@@AH in oslibres.cpp
129
130 2001-10-18: Sander van Leeuwen <sandervl@xs4all.nl>
131 - DDRAW: o Check if DirectDraw object is associated with Clipper.
132 - SHELL32: o Compile fix for release build
133 - USER32: o Fix for pointer conversion
134 o Notify visible region callback when WM_SHOW arrives.
135 For some reason we don't receive a WM_VRNENABLED message
136 when a window is shown for the first time.
137 - KERNEL32: o Check for NULL handler in RtlRaiseException/RtlUnwind
138 - GDI32: o Removed wrong warnings about GpiQueryBitmapBits
139
140 2001-10-17: knut stange osmundsen <kosmunds@csc.com>
141 - common: o Corrected bug in kFile buffering which caused impdef to
142 crash in some cases.
143
144 2001-10-17: Patrick Haller <patrick.haller@innotek.de>
145 - SHELL32: o WINE resync 20011017
146 - KERNEL32: o minor heap optimization
147 - USER32: o minor handle mgmt optimizations
148 - CRTDLL32: o RegisterLxDll() in initterm was missing (WINPROJ)
149
150 2001-10-17: Sander van Leeuwen <sandervl@xs4all.nl>
151 - DDRAW: o Fixes for DDBLT_COLORFILL
152 - WS2_32: o Added stubs for WSAEnumProtocolsA/W
153 - USER32: o SetFocus fix; don't always activate window because that
154 changes the z-order which interferes (among other things)
155 with GetNextDlgTabItem & GetNextDlgGroupItem
156 o Removed some GetNextDlgGroupItem changes which are no longer
157 necessary due to the SetFocus fix
158
159 2001-10-16: Sander van Leeuwen <sandervl@xs4all.nl>
160 - KERNEL32, CUSTOMBUILD, USER32:
161 o Custom build fixes + changes
162 o GlobalMemoryStatus: limit amount of virtual memory to 2GB - 1
163 Some applications interpret this value as a signed long.
164 - USER32: o Fix for pointer conversion
165
166 2001-10-16: Patrick Haller <patrick.haller@innotek.de>
167 - WSOCK32: o enabled receive and send timeout socket options
168 (SO_SNDTIMEO, SO_RCVTIMEO)
169
170 2001-10-15: Sander van Leeuwen <sandervl@xs4all.nl>
171 - KERNEL32, USER32, WNASPI32, DDRAW:
172 o Custom build updates
173
174 2001-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
175 - USER32: o Convert color cursor to monochrome if it only uses two colors.
176 This overcomes a silly limitation in some less advanced
177 display drivers. (SDD still has no support for color cursors!)
178 (fixes mouse cursor flickering & screen distortion when
179 accessing the frame buffer directly)
180 NOTE: This is a partial solution only. Real color cursors
181 still use GRADD's rather poor software emulation.
182
183 2001-10-13: Sander van Leeuwen <sandervl@xs4all.nl>
184 - WSOCK32: o Overwrite IP header length in sendto for raw sockets
185 with IP_HDRINCL option set.
186 (fixes errors for apps that use big endian format for
187 the length word)
188 o WSAEnumNetworkEvents now reports (some) events properly
189 o Call WSACleanup during dll unload in case application
190 forgot to do that.
191
192 2000-10-12: Yuri Dario <mc6530@mclink.it>
193 - USER32: o GetNextDlgGroupItem fix for infinite loop in Opera
194
195 2001-10-12: Achim Hasenmueller <achimha@innotek.de>
196 - KERNEL32: o use bounce buffers if end of buffer crosses
197 tiled region barrier, not start of buffer
198 (yeah, being nit-picking here, OS/2 will actually
199 never give you a memory object that crosses the boundary...)
200
201 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
202 - include: o debugtools.h: memory corruption in debugstr_()
203 - KERNEL32: o (cheap) heap lookup acceleration
204 o better profiler calibration :)
205 o bounce buffers for DeviceIoControl() with
206 high memory buffers
207 - SHELL32: o ~10% speed improvement on shell folder operations ;-)
208
209 2001-10-11: Sander van Leeuwen <sandervl@xs4all.nl>
210 - USER32: o SetScrollRange: return error if min > max or out of range
211 (ERROR_INVALID_SCROLLBAR_RANGE)
212 (behaviour of NT4, SP6)
213 o Scrollbar control window not disabled properly when using
214 EnableWindow instead of EnableScrollbar. (handle WM_ENABLE
215 and call EnableScrollbar)
216 o Forward WM_SYSCOMMAND to Parent (for scrollbar control window
217 with size grip style)
218 - WSOCK32: o Implemented IP_HDRINCL, IP_TTL & IP_TOS for set/getsockopt
219 - WS2_32: o Translate IPPROTO_IP options in getsockopt before calling
220 wsock32
221
222 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
223 - KERNEL32: o added ODIN performance profiler
224 (perf_0.log for PROFILE builds)
225 - SHELL32: o ~30% speed improvement on shell folder operations
226
227 2001-10-10: Sander van Leeuwen <sandervl@xs4all.nl>
228 - USER32: o Do not blindly add ODIN_FUNCTION macros to functions that
229 get called very often. (like IsWindow, GetParent & IsWindowVisible)
230 This tends to make logfiles very big...
231 - WSOCK32: o Added IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_MULTICAST_LOOP &
232 IP_MULTICAST_TTL to setsockopt
233 o Add support for WS2_32 IPPROTO_IP options
234 - WS2_32: o Translate IPPROTO_IP options in setsockopt before calling
235 wsock32
236 - DDRAW: o Commented out DiveAcquire/DeaquireFrameBuffer for now
237 (surflock/unlock)
238
239 2001-10-10: Patrick Haller <patrick.haller@innotek.de>
240 - KERNEL32: o added IOCTL_CDROM_EJECT_MEDIA
241 IOCTL_CDROM_LOAD_MEDIA
242 IOCTL_CDROM_PAUSE_AUDIO
243 IOCTL_CDROM_STOP_AUDIO
244 IOCTL_CDROM_RESUME_AUDIO
245 IOCTL_CDROM_PLAY_AUDIO_MSF
246 o added IOCTL_STORAGE_EJECT_MEDIA
247 IOCTL_STORAGE_LOAD_MEDIA
248 IOCTL_DISK_EJECT_MEDIA
249 IOCTL_DISK_CHECK_VERIFY
250 - IPHLPAPI: o added fake version of GetAdaptersInfo()
251 - ODINWRAP: o standard C compiler compatibility
252 - MAKE: o fixes to the profile make include
253 - SHELL32: o PIDL: instrumentation for performance tuning
254
255 2001-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
256 - KERNEL32: o Image header page must be readonly
257 o Temporarily disabled high memory usage for heap
258
259 2001-10-08: Patrick Haller <patrick.haller@innotek.de>
260 - USER32: o enabled WH_KEYBOARD_LL hook, seems to work
261 o added further messages to wndmsg.cpp
262 - KERNEL32: o added further error codes to error2WinError
263
264 2001-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
265 - USER32: o WM_WINDOWPOSCHANGED: activation fix; must clear FF_NOACTIVATESWP
266 if mp2 & AWP_ACTIVATE
267 (fixes activation of some inactive windows; used to be
268 activated but not brought to the top)
269
270 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
271 - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces
272 - USER32: o Eliminated flickering during frame sizing due to
273 unnecessary drawing
274 o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles)
275 o WM_TRACKFRAME: call Frame_SysCommandSizeMove with SC_MOVE+HTCAPTION
276
277 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
278 - QUARTZ/OLEAUT32:
279 o Wine 20011004 resync
280 - KERNEL32: o Reduce overhead for heap allocation
281 o Always allocate heap memory from high memory (if available)
282 o Allocate extra heap memory in 64kb units
283 MUST use 64kb here or else we are at risk of running out
284 of virtual memory space. (when allocating 4kb we actually
285 get 4kb + 60k uncommited)
286 (fixes out of resources error while loading big movies
287 in The Playa)
288
289 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
290 - DDRAW: o Added stretching support for blitting to the screen
291 (the Playa can now play movies in fullscreen mode)
292
293 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
294 - WINMM: o Allocate handle for new timer and verify handle
295 is valid before using it.
296 (prevents crashes when app attempts to delete timer twice
297 (DivX 4))
298 - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
299 o Take clipping into account in SurfBlt4. Windowed DirectDraw
300 blitting now seems to work well.
301 (only tried DivX 4; needs more testing)
302 - USER32: o Rewrote sizing & moving of windows (frame tracking)
303 (ported Wine version + fixed some bugs)
304 Some applications (e.g. RealPlayer) resize themselves
305 when receiving WM_SIZING msgs. Not possible to send those
306 with PM's frame tracking.
307 TODO: fix flickering of size border (dynamic drag off)
308 TODO: WM_SIZING handling not 100% correct yet
309 TODO: Must display size/move cursor when starting action
310 from system menu
311 o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
312 - OLEAUT32: o Wine update
313
314 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
315 - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
316 (Some dlls (divx codec) call CoFreeUnusedLibraries which
317 unloads the same dll if we use CoLoadLibrary (-> crash)
318 NT's regsvr32 doesn't use CoLoadLibrary either)
319 - USER32: o OSLibWinGetMsg bugfix
320
321 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
322 - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
323
Note: See TracBrowser for help on using the repository browser.