source: trunk/changelog@ 7218

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

* empty log message *

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