source: trunk/changelog@ 7186

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

* empty log message *

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