Changeset 17654
- Timestamp:
- Oct 17, 2001, 4:26:23 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/ChangeLog ¶
r17652 r17654 1 /* $Id: ChangeLog,v 1.1760 2001-10-17 13:43:09 phaller Exp $ */ 1 /* $Id: ChangeLog,v 1.1761 2001-10-17 14:26:23 bird Exp $ */ 2 3 2001-10-17: knut stange osmundsen <kosmunds@csc.com> 4 - common: o Corrected bug in kFile buffering which caused impdef to 5 crash in some cases. 2 6 3 7 2001-10-17: Patrick Haller <patrick.haller@innotek.de> … … 27 31 2001-10-14: Sander van Leeuwen <sandervl@xs4all.nl> 28 32 - USER32: o Convert color cursor to monochrome if it only uses two colors. 29 This overcomes a silly limitation in some less advanced 33 This overcomes a silly limitation in some less advanced 30 34 display drivers. (SDD still has no support for color cursors!) 31 35 (fixes mouse cursor flickering & screen distortion when … … 37 41 - WSOCK32: o Overwrite IP header length in sendto for raw sockets 38 42 with IP_HDRINCL option set. 39 (fixes errors for apps that use big endian format for 43 (fixes errors for apps that use big endian format for 40 44 the length word) 41 45 o WSAEnumNetworkEvents now reports (some) events properly … … 64 68 (ERROR_INVALID_SCROLLBAR_RANGE) 65 69 (behaviour of NT4, SP6) 66 o Scrollbar control window not disabled properly when using 67 EnableWindow instead of EnableScrollbar. (handle WM_ENABLE 70 o Scrollbar control window not disabled properly when using 71 EnableWindow instead of EnableScrollbar. (handle WM_ENABLE 68 72 and call EnableScrollbar) 69 73 o Forward WM_SYSCOMMAND to Parent (for scrollbar control window … … 74 78 75 79 2001-10-11: Patrick Haller <patrick.haller@innotek.de> 76 - KERNEL32: o added ODIN performance profiler 80 - KERNEL32: o added ODIN performance profiler 77 81 (perf_0.log for PROFILE builds) 78 82 - SHELL32: o ~30% speed improvement on shell folder operations … … 123 127 2001-10-07: Sander van Leeuwen <sandervl@xs4all.nl> 124 128 - DDRAW: o Don't use Dive for blitting to/from 8 bpp surfaces 125 - USER32: o Eliminated flickering during frame sizing due to 129 - USER32: o Eliminated flickering during frame sizing due to 126 130 unnecessary drawing 127 131 o Fixed handling of WM_SIZING/WM_MOVING (changing rectangles) … … 129 133 130 134 2001-10-06: Sander van Leeuwen <sandervl@xs4all.nl> 131 - QUARTZ/OLEAUT32: 135 - QUARTZ/OLEAUT32: 132 136 o Wine 20011004 resync 133 137 - KERNEL32: o Reduce overhead for heap allocation 134 138 o Always allocate heap memory from high memory (if available) 135 139 o Allocate extra heap memory in 64kb units 136 MUST use 64kb here or else we are at risk of running out 137 of virtual memory space. (when allocating 4kb we actually 140 MUST use 64kb here or else we are at risk of running out 141 of virtual memory space. (when allocating 4kb we actually 138 142 get 4kb + 60k uncommited) 139 (fixes out of resources error while loading big movies 143 (fixes out of resources error while loading big movies 140 144 in The Playa) 141 145 … … 146 150 2001-10-03: Sander van Leeuwen <sandervl@xs4all.nl> 147 151 - WINMM: o Allocate handle for new timer and verify handle 148 is valid before using it. 152 is valid before using it. 149 153 (prevents crashes when app attempts to delete timer twice 150 154 (DivX 4)) 151 155 - DDRAW: o Fixed memory leaks in SurfBlt4 (rectangles) 152 156 o Take clipping into account in SurfBlt4. Windowed DirectDraw 153 blitting now seems to work well. 157 blitting now seems to work well. 154 158 (only tried DivX 4; needs more testing) 155 159 - USER32: o Rewrote sizing & moving of windows (frame tracking) … … 167 171 2001-10-02: Sander van Leeuwen <sandervl@xs4all.nl> 168 172 - REGSVR32: o Must use LoadLibrary, not CoLoadLibrary 169 (Some dlls (divx codec) call CoFreeUnusedLibraries which 173 (Some dlls (divx codec) call CoFreeUnusedLibraries which 170 174 unloads the same dll if we use CoLoadLibrary (-> crash) 171 175 NT's regsvr32 doesn't use CoLoadLibrary either)
Note:
See TracChangeset
for help on using the changeset viewer.