source: trunk/changelog@ 7271

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

* empty log message *

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