source: trunk/changelog@ 7153

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

.

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