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
RevLine 
[7153]1/* $Id: changelog,v 1.1775 2001-10-22 15:09:05 phaller Exp $ */
[6074]2
[7153]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
[7147]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
[7144]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
[7141]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
[7135]22 2001-10-19: Patrick Haller <patrick.haller@innotek.de>
23 - COMCTL32: o updated listview and status to wine level
[7138]24 - COMDLG32: o fix crash in FileDlg95 (used freed memory object)
[7135]25
[7121]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
[7112]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
[7105]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
[7106]41 - USER32: o Fix for pointer conversion
[7108]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
[7114]46 - GDI32: o Removed wrong warnings about GpiQueryBitmapBits
[7105]47
[7094]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
[7087]52 2001-10-17: Patrick Haller <patrick.haller@innotek.de>
53 - SHELL32: o WINE resync 20011017
[7092]54 - KERNEL32: o minor heap optimization
55 - USER32: o minor handle mgmt optimizations
[7101]56 - CRTDLL32: o RegisterLxDll() in initterm was missing (WINPROJ)
[7087]57
[7083]58 2001-10-17: Sander van Leeuwen <sandervl@xs4all.nl>
59 - DDRAW: o Fixes for DDBLT_COLORFILL
[7089]60 - WS2_32: o Added stubs for WSAEnumProtocolsA/W
[7096]61 - USER32: o SetFocus fix; don't always activate window because that
[7121]62 changes the z-order which interferes (among other things)
63 with GetNextDlgTabItem & GetNextDlgGroupItem
64 o Removed some GetNextDlgGroupItem changes which are no longer
[7096]65 necessary due to the SetFocus fix
[7083]66
[7077]67 2001-10-16: Sander van Leeuwen <sandervl@xs4all.nl>
68 - KERNEL32, CUSTOMBUILD, USER32:
69 o Custom build fixes + changes
[7081]70 o GlobalMemoryStatus: limit amount of virtual memory to 2GB - 1
71 Some applications interpret this value as a signed long.
[7077]72 - USER32: o Fix for pointer conversion
73
[7073]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
[7062]78 2001-10-15: Sander van Leeuwen <sandervl@xs4all.nl>
[7067]79 - KERNEL32, USER32, WNASPI32, DDRAW:
[7062]80 o Custom build updates
81
[7044]82 2001-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
83 - USER32: o Convert color cursor to monochrome if it only uses two colors.
[7094]84 This overcomes a silly limitation in some less advanced
[7059]85 display drivers. (SDD still has no support for color cursors!)
[7044]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
[7039]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.
[7094]94 (fixes errors for apps that use big endian format for
[7039]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
[7037]100 2000-10-12: Yuri Dario <mc6530@mclink.it>
101 - USER32: o GetNextDlgGroupItem fix for infinite loop in Opera
102
[7035]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
[7036]106 (yeah, being nit-picking here, OS/2 will actually
107 never give you a memory object that crosses the boundary...)
[7035]108
[7029]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 :)
[7033]113 o bounce buffers for DeviceIoControl() with
114 high memory buffers
[7032]115 - SHELL32: o ~10% speed improvement on shell folder operations ;-)
[7029]116
[7017]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)
[7094]121 o Scrollbar control window not disabled properly when using
122 EnableWindow instead of EnableScrollbar. (handle WM_ENABLE
[7019]123 and call EnableScrollbar)
124 o Forward WM_SYSCOMMAND to Parent (for scrollbar control window
125 with size grip style)
[7024]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
[7019]129
[7011]130 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
[7094]131 - KERNEL32: o added ODIN performance profiler
[7011]132 (perf_0.log for PROFILE builds)
[7016]133 - SHELL32: o ~30% speed improvement on shell folder operations
[7011]134
[6980]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
[6993]141 o Add support for WS2_32 IPPROTO_IP options
142 - WS2_32: o Translate IPPROTO_IP options in setsockopt before calling
143 wsock32
[6980]144 - DDRAW: o Commented out DiveAcquire/DeaquireFrameBuffer for now
145 (surflock/unlock)
146
[6979]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
[6985]153 IOCTL_CDROM_PLAY_AUDIO_MSF
[6979]154 o added IOCTL_STORAGE_EJECT_MEDIA
155 IOCTL_STORAGE_LOAD_MEDIA
[6985]156 IOCTL_DISK_EJECT_MEDIA
157 IOCTL_DISK_CHECK_VERIFY
[6994]158 - IPHLPAPI: o added fake version of GetAdaptersInfo()
[6998]159 - ODINWRAP: o standard C compiler compatibility
[7001]160 - MAKE: o fixes to the profile make include
161 - SHELL32: o PIDL: instrumentation for performance tuning
[6979]162
[6974]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
[6969]167 2001-10-08: Patrick Haller <patrick.haller@innotek.de>
168 - USER32: o enabled WH_KEYBOARD_LL hook, seems to work
[6971]169 o added further messages to wndmsg.cpp
[6969]170 - KERNEL32: o added further error codes to error2WinError
171
[6964]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
[6959]178 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
179 - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces
[7094]180 - USER32: o Eliminated flickering during frame sizing due to
[6962]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
[6959]184
[6953]185 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
[7094]186 - QUARTZ/OLEAUT32:
[6953]187 o Wine 20011004 resync
[6955]188 - KERNEL32: o Reduce overhead for heap allocation
189 o Always allocate heap memory from high memory (if available)
[6956]190 o Allocate extra heap memory in 64kb units
[7094]191 MUST use 64kb here or else we are at risk of running out
192 of virtual memory space. (when allocating 4kb we actually
[6956]193 get 4kb + 60k uncommited)
[7094]194 (fixes out of resources error while loading big movies
[6956]195 in The Playa)
[6953]196
[6949]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
[6939]201 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
[6940]202 - WINMM: o Allocate handle for new timer and verify handle
[7094]203 is valid before using it.
[6939]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
[7094]208 blitting now seems to work well.
[6939]209 (only tried DivX 4; needs more testing)
[6940]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)
[6943]220 - OLEAUT32: o Wine update
[6939]221
[6931]222 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
223 - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
[7094]224 (Some dlls (divx codec) call CoFreeUnusedLibraries which
[6940]225 unloads the same dll if we use CoLoadLibrary (-> crash)
[6931]226 NT's regsvr32 doesn't use CoLoadLibrary either)
[6939]227 - USER32: o OSLibWinGetMsg bugfix
[6931]228
[6926]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.