source: trunk/changelog@ 6949

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

* empty log message *

File size: 1.9 KB
Line 
1/* $Id: changelog,v 1.1720 2001-10-05 12:31:34 sandervl Exp $ */
2
3 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
4 - DDRAW: o Added stretching support for blitting to the screen
5 (the Playa can now play movies in fullscreen mode)
6
7 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
8 - WINMM: o Allocate handle for new timer and verify handle
9 is valid before using it.
10 (prevents crashes when app attempts to delete timer twice
11 (DivX 4))
12 - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
13 o Take clipping into account in SurfBlt4. Windowed DirectDraw
14 blitting now seems to work well.
15 (only tried DivX 4; needs more testing)
16 - USER32: o Rewrote sizing & moving of windows (frame tracking)
17 (ported Wine version + fixed some bugs)
18 Some applications (e.g. RealPlayer) resize themselves
19 when receiving WM_SIZING msgs. Not possible to send those
20 with PM's frame tracking.
21 TODO: fix flickering of size border (dynamic drag off)
22 TODO: WM_SIZING handling not 100% correct yet
23 TODO: Must display size/move cursor when starting action
24 from system menu
25 o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
26 - OLEAUT32: o Wine update
27
28 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
29 - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
30 (Some dlls (divx codec) call CoFreeUnusedLibraries which
31 unloads the same dll if we use CoLoadLibrary (-> crash)
32 NT's regsvr32 doesn't use CoLoadLibrary either)
33 - USER32: o OSLibWinGetMsg bugfix
34
35 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
36 - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
37
Note: See TracBrowser for help on using the repository browser.