source: trunk/changelog@ 7002

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

.

File size: 5.0 KB
Line 
1/* $Id: changelog,v 1.1736 2001-10-10 22:07:39 phaller Exp $ */
2
3 2001-10-10: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o Do not blindly add ODIN_FUNCTION macros to functions that
5 get called very often. (like IsWindow, GetParent & IsWindowVisible)
6 This tends to make logfiles very big...
7 - WSOCK32: o Added IP_ADD_MEMBERSHIP, IP_DROP_MEMBERSHIP, IP_MULTICAST_LOOP &
8 IP_MULTICAST_TTL to setsockopt
9 o Add support for WS2_32 IPPROTO_IP options
10 - WS2_32: o Translate IPPROTO_IP options in setsockopt before calling
11 wsock32
12 - DDRAW: o Commented out DiveAcquire/DeaquireFrameBuffer for now
13 (surflock/unlock)
14
15 2001-10-10: Patrick Haller <patrick.haller@innotek.de>
16 - KERNEL32: o added IOCTL_CDROM_EJECT_MEDIA
17 IOCTL_CDROM_LOAD_MEDIA
18 IOCTL_CDROM_PAUSE_AUDIO
19 IOCTL_CDROM_STOP_AUDIO
20 IOCTL_CDROM_RESUME_AUDIO
21 IOCTL_CDROM_PLAY_AUDIO_MSF
22 o added IOCTL_STORAGE_EJECT_MEDIA
23 IOCTL_STORAGE_LOAD_MEDIA
24 IOCTL_DISK_EJECT_MEDIA
25 IOCTL_DISK_CHECK_VERIFY
26 - IPHLPAPI: o added fake version of GetAdaptersInfo()
27 - ODINWRAP: o standard C compiler compatibility
28 - MAKE: o fixes to the profile make include
29 - SHELL32: o PIDL: instrumentation for performance tuning
30
31 2001-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
32 - KERNEL32: o Image header page must be readonly
33 o Temporarily disabled high memory usage for heap
34
35 2001-10-08: Patrick Haller <patrick.haller@innotek.de>
36 - USER32: o enabled WH_KEYBOARD_LL hook, seems to work
37 o added further messages to wndmsg.cpp
38 - KERNEL32: o added further error codes to error2WinError
39
40 2001-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
41 - USER32: o WM_WINDOWPOSCHANGED: activation fix; must clear FF_NOACTIVATESWP
42 if mp2 & AWP_ACTIVATE
43 (fixes activation of some inactive windows; used to be
44 activated but not brought to the top)
45
46 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
47 - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces
48 - USER32: o Eliminated flickering during frame sizing due to
49 unnecessary drawing
50 o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles)
51 o WM_TRACKFRAME: call Frame_SysCommandSizeMove with SC_MOVE+HTCAPTION
52
53 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
54 - QUARTZ/OLEAUT32:
55 o Wine 20011004 resync
56 - KERNEL32: o Reduce overhead for heap allocation
57 o Always allocate heap memory from high memory (if available)
58 o Allocate extra heap memory in 64kb units
59 MUST use 64kb here or else we are at risk of running out
60 of virtual memory space. (when allocating 4kb we actually
61 get 4kb + 60k uncommited)
62 (fixes out of resources error while loading big movies
63 in The Playa)
64
65 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
66 - DDRAW: o Added stretching support for blitting to the screen
67 (the Playa can now play movies in fullscreen mode)
68
69 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
70 - WINMM: o Allocate handle for new timer and verify handle
71 is valid before using it.
72 (prevents crashes when app attempts to delete timer twice
73 (DivX 4))
74 - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
75 o Take clipping into account in SurfBlt4. Windowed DirectDraw
76 blitting now seems to work well.
77 (only tried DivX 4; needs more testing)
78 - USER32: o Rewrote sizing & moving of windows (frame tracking)
79 (ported Wine version + fixed some bugs)
80 Some applications (e.g. RealPlayer) resize themselves
81 when receiving WM_SIZING msgs. Not possible to send those
82 with PM's frame tracking.
83 TODO: fix flickering of size border (dynamic drag off)
84 TODO: WM_SIZING handling not 100% correct yet
85 TODO: Must display size/move cursor when starting action
86 from system menu
87 o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
88 - OLEAUT32: o Wine update
89
90 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
91 - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
92 (Some dlls (divx codec) call CoFreeUnusedLibraries which
93 unloads the same dll if we use CoLoadLibrary (-> crash)
94 NT's regsvr32 doesn't use CoLoadLibrary either)
95 - USER32: o OSLibWinGetMsg bugfix
96
97 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
98 - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
99
Note: See TracBrowser for help on using the repository browser.