source: trunk/changelog@ 7130

Last change on this file since 7130 was 7121, checked in by bird, 24 years ago

* empty log message *

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