source: trunk/changelog@ 7024

Last change on this file since 7024 was 7024, checked in by sandervl, 24 years ago

* empty log message *

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