source: trunk/changelog@ 7135

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

.

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