source: trunk/changelog@ 7106

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

* empty log message *

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