source: trunk/changelog@ 7138

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

.

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