source: trunk/changelog@ 7141

Last change on this file since 7141 was 7141, checked in by achimha, 24 years ago

* empty log message *

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