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