source: trunk/changelog@ 7000

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

.

File size: 4.9 KB
Line 
1/* $Id: changelog,v 1.1735 2001-10-10 21:29:30 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
29 2001-10-09: Sander van Leeuwen <sandervl@xs4all.nl>
30 - KERNEL32: o Image header page must be readonly
31 o Temporarily disabled high memory usage for heap
32
33 2001-10-08: Patrick Haller <patrick.haller@innotek.de>
34 - USER32: o enabled WH_KEYBOARD_LL hook, seems to work
35 o added further messages to wndmsg.cpp
36 - KERNEL32: o added further error codes to error2WinError
37
38 2001-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
39 - USER32: o WM_WINDOWPOSCHANGED: activation fix; must clear FF_NOACTIVATESWP
40 if mp2 & AWP_ACTIVATE
41 (fixes activation of some inactive windows; used to be
42 activated but not brought to the top)
43
44 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
45 - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces
46 - USER32: o Eliminated flickering during frame sizing due to
47 unnecessary drawing
48 o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles)
49 o WM_TRACKFRAME: call Frame_SysCommandSizeMove with SC_MOVE+HTCAPTION
50
51 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
52 - QUARTZ/OLEAUT32:
53 o Wine 20011004 resync
54 - KERNEL32: o Reduce overhead for heap allocation
55 o Always allocate heap memory from high memory (if available)
56 o Allocate extra heap memory in 64kb units
57 MUST use 64kb here or else we are at risk of running out
58 of virtual memory space. (when allocating 4kb we actually
59 get 4kb + 60k uncommited)
60 (fixes out of resources error while loading big movies
61 in The Playa)
62
63 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
64 - DDRAW: o Added stretching support for blitting to the screen
65 (the Playa can now play movies in fullscreen mode)
66
67 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
68 - WINMM: o Allocate handle for new timer and verify handle
69 is valid before using it.
70 (prevents crashes when app attempts to delete timer twice
71 (DivX 4))
72 - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
73 o Take clipping into account in SurfBlt4. Windowed DirectDraw
74 blitting now seems to work well.
75 (only tried DivX 4; needs more testing)
76 - USER32: o Rewrote sizing & moving of windows (frame tracking)
77 (ported Wine version + fixed some bugs)
78 Some applications (e.g. RealPlayer) resize themselves
79 when receiving WM_SIZING msgs. Not possible to send those
80 with PM's frame tracking.
81 TODO: fix flickering of size border (dynamic drag off)
82 TODO: WM_SIZING handling not 100% correct yet
83 TODO: Must display size/move cursor when starting action
84 from system menu
85 o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
86 - OLEAUT32: o Wine update
87
88 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
89 - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
90 (Some dlls (divx codec) call CoFreeUnusedLibraries which
91 unloads the same dll if we use CoLoadLibrary (-> crash)
92 NT's regsvr32 doesn't use CoLoadLibrary either)
93 - USER32: o OSLibWinGetMsg bugfix
94
95 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
96 - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
97
Note: See TracBrowser for help on using the repository browser.