source: trunk/changelog@ 7236

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

* empty log message *

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