[6969] | 1 | /* $Id: changelog,v 1.1727 2001-10-08 20:48:41 phaller Exp $ */
|
---|
[6074] | 2 |
|
---|
[6969] | 3 | 2001-10-08: Patrick Haller <patrick.haller@innotek.de>
|
---|
| 4 | - USER32: o enabled WH_KEYBOARD_LL hook, seems to work
|
---|
| 5 | - KERNEL32: o added further error codes to error2WinError
|
---|
| 6 |
|
---|
[6964] | 7 | 2001-10-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 8 | - USER32: o WM_WINDOWPOSCHANGED: activation fix; must clear FF_NOACTIVATESWP
|
---|
| 9 | if mp2 & AWP_ACTIVATE
|
---|
| 10 | (fixes activation of some inactive windows; used to be
|
---|
| 11 | activated but not brought to the top)
|
---|
| 12 |
|
---|
[6959] | 13 | 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 14 | - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces
|
---|
[6962] | 15 | - USER32: o Eliminated flickering during frame sizing due to
|
---|
| 16 | unnecessary drawing
|
---|
| 17 | o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles)
|
---|
| 18 | o WM_TRACKFRAME: call Frame_SysCommandSizeMove with SC_MOVE+HTCAPTION
|
---|
[6959] | 19 |
|
---|
[6953] | 20 | 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 21 | - QUARTZ/OLEAUT32:
|
---|
| 22 | o Wine 20011004 resync
|
---|
[6955] | 23 | - KERNEL32: o Reduce overhead for heap allocation
|
---|
| 24 | o Always allocate heap memory from high memory (if available)
|
---|
[6956] | 25 | o Allocate extra heap memory in 64kb units
|
---|
| 26 | MUST use 64kb here or else we are at risk of running out
|
---|
| 27 | of virtual memory space. (when allocating 4kb we actually
|
---|
| 28 | get 4kb + 60k uncommited)
|
---|
| 29 | (fixes out of resources error while loading big movies
|
---|
| 30 | in The Playa)
|
---|
[6953] | 31 |
|
---|
[6949] | 32 | 2001-10-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 33 | - DDRAW: o Added stretching support for blitting to the screen
|
---|
| 34 | (the Playa can now play movies in fullscreen mode)
|
---|
| 35 |
|
---|
[6939] | 36 | 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[6940] | 37 | - WINMM: o Allocate handle for new timer and verify handle
|
---|
[6939] | 38 | is valid before using it.
|
---|
| 39 | (prevents crashes when app attempts to delete timer twice
|
---|
| 40 | (DivX 4))
|
---|
| 41 | - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles)
|
---|
| 42 | o Take clipping into account in SurfBlt4. Windowed DirectDraw
|
---|
| 43 | blitting now seems to work well.
|
---|
| 44 | (only tried DivX 4; needs more testing)
|
---|
[6940] | 45 | - USER32: o Rewrote sizing & moving of windows (frame tracking)
|
---|
| 46 | (ported Wine version + fixed some bugs)
|
---|
| 47 | Some applications (e.g. RealPlayer) resize themselves
|
---|
| 48 | when receiving WM_SIZING msgs. Not possible to send those
|
---|
| 49 | with PM's frame tracking.
|
---|
| 50 | TODO: fix flickering of size border (dynamic drag off)
|
---|
| 51 | TODO: WM_SIZING handling not 100% correct yet
|
---|
| 52 | TODO: Must display size/move cursor when starting action
|
---|
| 53 | from system menu
|
---|
| 54 | o GetDCEx change; always call WinGetClipPS (!CS_OWNDC)
|
---|
[6943] | 55 | - OLEAUT32: o Wine update
|
---|
[6939] | 56 |
|
---|
[6931] | 57 | 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 58 | - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary
|
---|
| 59 | (Some dlls (divx codec) call CoFreeUnusedLibraries which
|
---|
[6940] | 60 | unloads the same dll if we use CoLoadLibrary (-> crash)
|
---|
[6931] | 61 | NT's regsvr32 doesn't use CoLoadLibrary either)
|
---|
[6939] | 62 | - USER32: o OSLibWinGetMsg bugfix
|
---|
[6931] | 63 |
|
---|
[6926] | 64 | 2001-10-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 65 | - USER32: o Lastest Wine revision of GetNextDlgGroupItem ported + modified
|
---|
| 66 |
|
---|