source: trunk/changelog@ 7011

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

.

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