source: trunk/changelog@ 6993

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

* empty log message *

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