source: trunk/changelog@ 7087

Last change on this file since 7087 was 7087, checked in by phaller, 24 years ago

.

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