source: trunk/changelog@ 6956

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

* empty log message *

File size: 2.5 KB
Line 
1/* $Id: changelog,v 1.1723 2001-10-06 19:07:44 sandervl Exp $ */
2
3 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
4 - QUARTZ/OLEAUT32:
5 o Wine 20011004 resync
6 - KERNEL32: o Reduce overhead for heap allocation
7 o Always allocate heap memory from high memory (if available)
8 o Allocate extra heap memory in 64kb units
9 MUST use 64kb here or else we are at risk of running out
10 of virtual memory space. (when allocating 4kb we actually
11 get 4kb + 60k uncommited)
12 (fixes out of resources error while loading big movies
13 in The Playa)
14
15 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
16 - DDRAW: o Added stretching support for blitting to the screen
17 (the Playa can now play movies in fullscreen mode)
18
19 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
20 - WINMM: o Allocate handle for new timer and verify handle
21 is valid before using it.
22 (prevents crashes when app attempts to delete timer twice
23 (DivX 4))
24 - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
25 o Take clipping into account in SurfBlt4. Windowed DirectDraw
26 blitting now seems to work well.
27 (only tried DivX 4; needs more testing)
28 - USER32: o Rewrote sizing & moving of windows (frame tracking)
29 (ported Wine version + fixed some bugs)
30 Some applications (e.g. RealPlayer) resize themselves
31 when receiving WM_SIZING msgs. Not possible to send those
32 with PM's frame tracking.
33 TODO: fix flickering of size border (dynamic drag off)
34 TODO: WM_SIZING handling not 100% correct yet
35 TODO: Must display size/move cursor when starting action
36 from system menu
37 o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
38 - OLEAUT32: o Wine update
39
40 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
41 - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
42 (Some dlls (divx codec) call CoFreeUnusedLibraries which
43 unloads the same dll if we use CoLoadLibrary (-> crash)
44 NT's regsvr32 doesn't use CoLoadLibrary either)
45 - USER32: o OSLibWinGetMsg bugfix
46
47 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
48 - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
49
Note: See TracBrowser for help on using the repository browser.