source: trunk/changelog@ 7246

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

* empty log message *

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