source: trunk/changelog@ 7106

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

* empty log message *

File size: 9.5 KB
RevLine 
[7106]1/* $Id: changelog,v 1.1765 2001-10-18 11:01:41 sandervl Exp $ */
[6074]2
[7105]3 2001-10-18: Sander van Leeuwen <sandervl@xs4all.nl>
4 - DDRAW: o Check if DirectDraw object is associated with Clipper.
5 - SHELL32: o Compile fix for release build
[7106]6 - USER32: o Fix for pointer conversion
[7105]7
[7094]8 2001-10-17: knut stange osmundsen <kosmunds@csc.com>
9 - common: o Corrected bug in kFile buffering which caused impdef to
10 crash in some cases.
11
[7087]12 2001-10-17: Patrick Haller <patrick.haller@innotek.de>
13 - SHELL32: o WINE resync 20011017
[7092]14 - KERNEL32: o minor heap optimization
15 - USER32: o minor handle mgmt optimizations
[7101]16 - CRTDLL32: o RegisterLxDll() in initterm was missing (WINPROJ)
[7087]17
[7083]18 2001-10-17: Sander van Leeuwen <sandervl@xs4all.nl>
19 - DDRAW: o Fixes for DDBLT_COLORFILL
[7089]20 - WS2_32: o Added stubs for WSAEnumProtocolsA/W
[7096]21 - USER32: o SetFocus fix; don't always activate window because that
22 changes the z-order which interferes (among other things)
23 with GetNextDlgTabItem & GetNextDlgGroupItem
24 o Removed some GetNextDlgGroupItem changes which are no longer
25 necessary due to the SetFocus fix
[7083]26
[7077]27 2001-10-16: Sander van Leeuwen <sandervl@xs4all.nl>
28 - KERNEL32, CUSTOMBUILD, USER32:
29 o Custom build fixes + changes
[7081]30 o GlobalMemoryStatus: limit amount of virtual memory to 2GB - 1
31 Some applications interpret this value as a signed long.
[7077]32 - USER32: o Fix for pointer conversion
33
[7073]34 2001-10-16: Patrick Haller <patrick.haller@innotek.de>
35 - WSOCK32: o enabled receive and send timeout socket options
36 (SO_SNDTIMEO, SO_RCVTIMEO)
37
[7062]38 2001-10-15: Sander van Leeuwen <sandervl@xs4all.nl>
[7067]39 - KERNEL32, USER32, WNASPI32, DDRAW:
[7062]40 o Custom build updates
41
[7044]42 2001-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
43 - USER32: o Convert color cursor to monochrome if it only uses two colors.
[7094]44 This overcomes a silly limitation in some less advanced
[7059]45 display drivers. (SDD still has no support for color cursors!)
[7044]46 (fixes mouse cursor flickering & screen distortion when
47 accessing the frame buffer directly)
48 NOTE: This is a partial solution only. Real color cursors
49 still use GRADD's rather poor software emulation.
50
[7039]51 2001-10-13: Sander van Leeuwen <sandervl@xs4all.nl>
52 - WSOCK32: o Overwrite IP header length in sendto for raw sockets
53 with IP_HDRINCL option set.
[7094]54 (fixes errors for apps that use big endian format for
[7039]55 the length word)
56 o WSAEnumNetworkEvents now reports (some) events properly
57 o Call WSACleanup during dll unload in case application
58 forgot to do that.
59
[7037]60 2000-10-12: Yuri Dario <mc6530@mclink.it>
61 - USER32: o GetNextDlgGroupItem fix for infinite loop in Opera
62
[7035]63 2001-10-12: Achim Hasenmueller <achimha@innotek.de>
64 - KERNEL32: o use bounce buffers if end of buffer crosses
65 tiled region barrier, not start of buffer
[7036]66 (yeah, being nit-picking here, OS/2 will actually
67 never give you a memory object that crosses the boundary...)
[7035]68
[7029]69 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
70 - include: o debugtools.h: memory corruption in debugstr_()
71 - KERNEL32: o (cheap) heap lookup acceleration
72 o better profiler calibration :)
[7033]73 o bounce buffers for DeviceIoControl() with
74 high memory buffers
[7032]75 - SHELL32: o ~10% speed improvement on shell folder operations ;-)
[7029]76
[7017]77 2001-10-11: Sander van Leeuwen <sandervl@xs4all.nl>
78 - USER32: o SetScrollRange: return error if min > max or out of range
79 (ERROR_INVALID_SCROLLBAR_RANGE)
80 (behaviour of NT4, SP6)
[7094]81 o Scrollbar control window not disabled properly when using
82 EnableWindow instead of EnableScrollbar. (handle WM_ENABLE
[7019]83 and call EnableScrollbar)
84 o Forward WM_SYSCOMMAND to Parent (for scrollbar control window
85 with size grip style)
[7024]86 - WSOCK32: o Implemented IP_HDRINCL, IP_TTL & IP_TOS for set/getsockopt
87 - WS2_32: o Translate IPPROTO_IP options in getsockopt before calling
88 wsock32
[7019]89
[7011]90 2001-10-11: Patrick Haller <patrick.haller@innotek.de>
[7094]91 - KERNEL32: o added ODIN performance profiler
[7011]92 (perf_0.log for PROFILE builds)
[7016]93 - SHELL32: o ~30% speed improvement on shell folder operations
[7011]94
[6980]95 2001-10-10: Sander van Leeuwen <sandervl@xs4all.nl>
96 - USER32: o Do not blindly add ODIN_FUNCTION macros to functions that
97 get called very often. (like IsWindow, GetParent & IsWindowVisible)
98 This tends to make logfiles very big...
99 - WSOCK32: o Added IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_MULTICAST_LOOP &
100 IP_MULTICAST_TTL to setsockopt
[6993]101 o Add support for WS2_32 IPPROTO_IP options
102 - WS2_32: o Translate IPPROTO_IP options in setsockopt before calling
103 wsock32
[6980]104 - DDRAW: o Commented out DiveAcquire/DeaquireFrameBuffer for now
105 (surflock/unlock)
106
[6979]107 2001-10-10: Patrick Haller <patrick.haller@innotek.de>
108 - KERNEL32: o added IOCTL_CDROM_EJECT_MEDIA
109 IOCTL_CDROM_LOAD_MEDIA
110 IOCTL_CDROM_PAUSE_AUDIO
111 IOCTL_CDROM_STOP_AUDIO
112 IOCTL_CDROM_RESUME_AUDIO
[6985]113 IOCTL_CDROM_PLAY_AUDIO_MSF
[6979]114 o added IOCTL_STORAGE_EJECT_MEDIA
115 IOCTL_STORAGE_LOAD_MEDIA
[6985]116 IOCTL_DISK_EJECT_MEDIA
117 IOCTL_DISK_CHECK_VERIFY
[6994]118 - IPHLPAPI: o added fake version of GetAdaptersInfo()
[6998]119 - ODINWRAP: o standard C compiler compatibility
[7001]120 - MAKE: o fixes to the profile make include
121 - SHELL32: o PIDL: instrumentation for performance tuning
[6979]122
[6974]123 2001-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
124 - KERNEL32: o Image header page must be readonly
125 o Temporarily disabled high memory usage for heap
126
[6969]127 2001-10-08: Patrick Haller <patrick.haller@innotek.de>
128 - USER32: o enabled WH_KEYBOARD_LL hook, seems to work
[6971]129 o added further messages to wndmsg.cpp
[6969]130 - KERNEL32: o added further error codes to error2WinError
131
[6964]132 2001-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
133 - USER32: o WM_WINDOWPOSCHANGED: activation fix; must clear FF_NOACTIVATESWP
134 if mp2 & AWP_ACTIVATE
135 (fixes activation of some inactive windows; used to be
136 activated but not brought to the top)
137
[6959]138 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
139 - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces
[7094]140 - USER32: o Eliminated flickering during frame sizing due to
[6962]141 unnecessary drawing
142 o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles)
143 o WM_TRACKFRAME: call Frame_SysCommandSizeMove with SC_MOVE+HTCAPTION
[6959]144
[6953]145 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
[7094]146 - QUARTZ/OLEAUT32:
[6953]147 o Wine 20011004 resync
[6955]148 - KERNEL32: o Reduce overhead for heap allocation
149 o Always allocate heap memory from high memory (if available)
[6956]150 o Allocate extra heap memory in 64kb units
[7094]151 MUST use 64kb here or else we are at risk of running out
152 of virtual memory space. (when allocating 4kb we actually
[6956]153 get 4kb + 60k uncommited)
[7094]154 (fixes out of resources error while loading big movies
[6956]155 in The Playa)
[6953]156
[6949]157 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
158 - DDRAW: o Added stretching support for blitting to the screen
159 (the Playa can now play movies in fullscreen mode)
160
[6939]161 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
[6940]162 - WINMM: o Allocate handle for new timer and verify handle
[7094]163 is valid before using it.
[6939]164 (prevents crashes when app attempts to delete timer twice
165 (DivX 4))
166 - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
167 o Take clipping into account in SurfBlt4. Windowed DirectDraw
[7094]168 blitting now seems to work well.
[6939]169 (only tried DivX 4; needs more testing)
[6940]170 - USER32: o Rewrote sizing & moving of windows (frame tracking)
171 (ported Wine version + fixed some bugs)
172 Some applications (e.g. RealPlayer) resize themselves
173 when receiving WM_SIZING msgs. Not possible to send those
174 with PM's frame tracking.
175 TODO: fix flickering of size border (dynamic drag off)
176 TODO: WM_SIZING handling not 100% correct yet
177 TODO: Must display size/move cursor when starting action
178 from system menu
179 o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
[6943]180 - OLEAUT32: o Wine update
[6939]181
[6931]182 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
183 - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
[7094]184 (Some dlls (divx codec) call CoFreeUnusedLibraries which
[6940]185 unloads the same dll if we use CoLoadLibrary (-> crash)
[6931]186 NT's regsvr32 doesn't use CoLoadLibrary either)
[6939]187 - USER32: o OSLibWinGetMsg bugfix
[6931]188
[6926]189 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
190 - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
191
Note: See TracBrowser for help on using the repository browser.