source: trunk/changelog@ 6943

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

* empty log message *

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