Changeset 18286
- Timestamp:
- Jan 6, 2002, 5:57:29 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/ChangeLog ¶
r18285 r18286 1 /* $Id: ChangeLog,v 1.1939 2002-01-06 16:56:12 sandervl Exp $ */ 1 /* $Id: ChangeLog,v 1.1940 2002-01-06 16:57:29 bird Exp $ */ 2 3 2002-01-06: knut st. osmundsen <bird@anduin.net> 4 - DailyBuild: 5 o - Do not distribute odin.ini. 2 6 3 7 2002-01-06: Sander van Leeuwen <sandervl@xs4all.nl> … … 7 11 memory block unless new size is larger than old size 8 12 (rounded up to next 8 bytes boundary) 9 (Verified this behaviour in NT4 (Global/Heap(Re)Alloc); 13 (Verified this behaviour in NT4 (Global/Heap(Re)Alloc); 10 14 fixes crashes in Opera 5.12 which relies on this 'feature') 11 15 … … 19 23 - Tools/CmdQd: 20 24 o Ignore the CmdQd kill returncode in clean2. 21 25 22 26 2001-12-31: Sander van Leeuwen <sandervl@xs4all.nl> 23 27 - GDI32: o Use critical section in dibsection class instead of vmutex … … 29 33 2001-12-30: Sander van Leeuwen <sandervl@xs4all.nl> 30 34 - KERNEL32: o Fixed some wrong return values for disk functions (hmdisk) 31 o GetVolumeInformation: use original volume name to 35 o GetVolumeInformation: use original volume name to 32 36 determine maximum file name length 33 37 - USER32: o Enforce WS_EX_WINDOWEDGE style (Wine) 34 38 (fixes Opera 6 menu) 35 - GDI32: o BitBlt, StretchBlt: sync dib section if selected into 39 - GDI32: o BitBlt, StretchBlt: sync dib section if selected into 36 40 destination HDC 37 41 (fixes Opera 6 background) … … 48 52 - USER32: o Use Wine version of DrawText(Ex)A/W 49 53 (fixes underscore painting & positioning of text) 50 o (Auto)Check, (Auto)Radio & (Auto)3State buttons send 54 o (Auto)Check, (Auto)Radio & (Auto)3State buttons send 51 55 WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN (verified in NT4) 52 56 (fixes opening dialog buttons in Opera 6 (choose interface)) … … 69 73 (fixes crashes when accessing resources outside the resource 70 74 section in Opera 6 binaries) 71 - GDI32: o DIB Section blit: don't check source & destination sizes 75 - GDI32: o DIB Section blit: don't check source & destination sizes 72 76 with DC size (GpiDrawBits does that for us) 73 77 (fixes the two bitmaps in the opening window of Opera 6
Note:
See TracChangeset
for help on using the changeset viewer.