source: trunk/changelog@ 7218

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

* empty log message *

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