source: trunk/changelog@ 7059

Last change on this file since 7059 was 7059, checked in by achimha, 24 years ago

* empty log message *

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