source: trunk/changelog@ 7184

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

* empty log message *

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