Changeset 10193 for trunk/changelog


Ignore:
Timestamp:
Jul 31, 2003, 6:00:46 PM (22 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r10188 r10193  
    1 /* $Id: changelog,v 1.2610 2003-07-31 12:25:22 sandervl Exp $ */
     1/* $Id: changelog,v 1.2611 2003-07-31 16:00:46 sandervl Exp $ */
     2
     3 2003-07-31: KO Myung-Hun <komh@chollian    >
     4    - USER32:   o fixed GetMenuStringA() to truncate DBCS string correctly.
     5                o fixed GetMenuItemInfo_common() to truncate DBCS string correctly.
     6                o fixed WM_GETTEXT of Win32BaseWindow::DefWindowProcA() and
     7                   Win32BaseWindow::DefWindowProcW() to ensure null-terminator.
     8                o fixed Win32BaseWindow::GetWindowTextA() and Win32BaseWindow::GetWindowTextW()
     9                  to ensure null-terminator.
     10                o fixed memory allocation for windowNameW. When open 'Open common dialog box'
     11                  memory block of windowNameW is overwritten.
     12                o fixed MessageBoxIndirectW() to support unicode correctly.
     13                o fixed OSLibWinDispatchMsg() to distinguish ascii message from
     14                  unicode message in case of the message being sent directly
     15                o fixed OS2ToWinMsgTranslate() to process DBCS input.
     16                o fixed Win32BaseWindow::MsgChar() to distinguish ascii from unicode message.
     17                o fixed Win32BaseWindow::MsgCreate(), Win32BaseWindow::DefWindowProcA(),
     18                  Win32BaseWindow::DefWindowProcW() to process messages related to
     19                  window name such as WM_GETTEXT, WM_GETTEXTLENGTH, WM_SETTEXT, and so on.
     20                o fixed Win32BaseWindow::GetWindowTxtLength(), Win32BaseWindow::GetWindowTextA(),
     21                  and Win32BaseWindow::GetWindowTextW() to process window name correctly.
     22                o fixed DispatchMessageW() to call CallWindowProcW() not CallWindowProcA().
     23                o fixed WINPROC_UnmapMsg32ATo32W(). len is first word of ptr not lParam on EM_GETLINE.
     24                o changed a parameter WPARAC wParam to WPARAC *wParam of WINPROC_MapMsg32WTo32A() and
     25                  WINPROC_UnmapMsg32WTo32A() to process WM_GETTEXT.
     26                o fixed WINPROC_MapMsg32WTo32A(). When EM_GETLINE mapped, first word of lParam
     27                  is ascii length not unicode length.
     28                o improved WINPROC_CallProc32ATo32W() and WINPROC_CallProc32WTo32A() to process WM_CHAR
     29                  and WM_GETTEXTLENGTH, LB-GETTEXTLEN, CB_GETLBTEXTLEN.
    230
    331 2002-07-31: Dmitry Froloff <froloff@os2   >
Note: See TracChangeset for help on using the changeset viewer.