source: trunk/changelog@ 7203

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

* empty log message *

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