source: trunk/changelog@ 7211

Last change on this file since 7211 was 7211, checked in by phaller, 24 years ago

.

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