source: trunk/changelog@ 7203

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

* empty log message *

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