source: trunk/changelog@ 7258

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

* empty log message *

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