Changeset 10160 for trunk/changelog
- Timestamp:
- Jul 9, 2003, 3:03:24 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r10158 r10160 1 /* $Id: changelog,v 1.2597 2003-07-07 12:26:47 sandervl Exp $ */ 1 /* $Id: changelog,v 1.2598 2003-07-09 13:03:24 bird Exp $ */ 2 3 2003-07-09: knut st. osmundsen <bird-odinspam@anduin > 4 - MAKEFILES:o Invoke RC directly and not thru the CMDQD. 2 5 3 6 2002-07-07: Dmitry Froloff <froloff@os2 > … … 44 47 45 48 2003-05-16: Sander van Leeuwen <sandervl@innotek > 46 - USER32: o Use our fast critical sections instead of OS/2 mutex semaphores 49 - USER32: o Use our fast critical sections instead of OS/2 mutex semaphores 47 50 in the timer code. 48 51 o Handle WM_(SYS)TIMER timer calls in DispatchMessageA/W. 49 52 We previously called timer handlers when we received WM_TIMER 50 53 from PM. That's not correct. These messages must be returned 51 by Get/PeekMessage. The handler will not be called if the 54 by Get/PeekMessage. The handler will not be called if the 52 55 timer message is not dispatched. (verified in NT4) 53 56 … … 61 64 o ReleaseDC: always verify window associated with DC 62 65 - COMCTL32: o Complete resync with latest Wine (except draglist) 63 o Implemented LVM_APPROXIMATEVIEWRECT for LVS_REPORT controls 66 o Implemented LVM_APPROXIMATEVIEWRECT for LVS_REPORT controls 64 67 (needed to get rid of a crash; very likely to be incorrect) 65 68 66 69 2003-05-14: Sander van Leeuwen <sandervl@innotek > 67 - GDI32: o DIB section: do not fetch more colors from a bitmap header than 70 - GDI32: o DIB section: do not fetch more colors from a bitmap header than 68 71 biClrUsed (if != 0) 69 72 o GetDIBits: save and restore negative height & log failure … … 80 83 2003-05-06: Sander van Leeuwen <sandervl@innotek > 81 84 - KERNEL32: o Fixed closing of parent file handle by duplicate memory map 82 o Compare file names instead of handles when checking for 85 o Compare file names instead of handles when checking for 83 86 duplicate file maps. 84 87 - USER32: o ReleaseDC check if hwnd parameter is correct (WindowFromDC(hdc)) … … 123 126 124 127 2003-04-25: Sander van Leeuwen <sandervl@innotek > 125 - NTDLL: o Initialize kernel32 first (circular dependency between 128 - NTDLL: o Initialize kernel32 first (circular dependency between 126 129 kernel32 & ntdll) 127 130
Note:
See TracChangeset
for help on using the changeset viewer.