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