source: trunk/changelog@ 7114

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

* empty log message *

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