Changeset 21558 for trunk/changelog
- Timestamp:
- Jan 12, 2011, 6:22:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r21540 r21558 1 2011-01-12: Dmitry A. Kuminov 2 - minivcrt: Use the own version of _fullpath() instead of the kLIBC one 3 because the latter isn't capable of resolving non-existent paths 4 (it allows only the last component to not exist) and it may also 5 unexpectedly change the current drive of the calling process. 6 - user32: Fixed national character input in a foreign process when an 7 Odin DLL attaches to it (such as Firefox and Flash 10) which was broken 8 in the previous release. 9 - user32: Fixed incorrect code page translation of window title text seen 10 in windows created on threads other than the main GUI thread. 11 - user32: Make GetQueueStatus() return actual message summary in high word 12 instead of the copy of the low word. 13 - user32: Fixed a crash during DnD when the dragged object was moved through 14 the title over the window frame. 15 1 16 2010-12-30: Dmitry A. Kuminov 2 17 - Deduce Windows time zone from the current TZ setting. … … 202 217 - USER32: o Changed SPI_ICONHORIZONTALSPACING & SPI_ICONHORIZONTALSPACING 203 218 to (75,75) 204 - WINMM: o Check that we aren't overwriting existing data in case 205 we get a lot more audio data than fits in our internal DART 219 - WINMM: o Check that we aren't overwriting existing data in case 220 we get a lot more audio data than fits in our internal DART 206 221 buffers. 207 222 - KERNEL32: o PROFILE_GetSection regression fix (heap corruption) … … 209 224 210 225 2004-03-15: Sander van Leeuwen <sandervl@innotek > 211 - USER32: o GetKeyboardLayoutNameA; use only the low word returned by 226 - USER32: o GetKeyboardLayoutNameA; use only the low word returned by 212 227 GetKeyboardLayout to build the keyboard layout string 213 228 o SystemParametersInfo: added SPI_ICONVERTICALSPACING & … … 219 234 - SHELL32: o Disabled Shell_NotifyIconA 220 235 - USER32: o SPI_GETNONCLIENTMETRICS: corrected caption width and height 221 o WM_EXITSIZEMOVE should be sent after the window position 236 o WM_EXITSIZEMOVE should be sent after the window position 222 237 and/or size has been changed. 223 238 - GDI32: o SetDIBitsToDevice/StretchDIBits; set coloruse to DIB_RGB_COLORS … … 245 260 o StretchDIBits: If biClrUsed equals 0, set it to (1<<bitcount) 246 261 Disabled DIB_PAL_COLORS workaround 247 o SetDIBitsToDevice: removed Matrix driver bug workaround; 262 o SetDIBitsToDevice: removed Matrix driver bug workaround; 248 263 - NETAPI32: o Removed all OS/2 Netbios dependencies 249 264
Note:
See TracChangeset
for help on using the changeset viewer.