source: trunk/changelog@ 7016

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

* empty log message *

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