source: trunk/changelog@ 6980

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

* empty log message *

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