Ignore:
Timestamp:
Nov 24, 2002, 9:45:05 PM (23 years ago)
Author:
umoeller
Message:

Sources as of 1.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/textview.c

    r222 r229  
    23192319 *      implementation for WM_CREATE in fnwpTextView.
    23202320 *
    2321  *@@added V0.9.21 (2002-08-12) [umoeller]
     2321 *@@added V1.0.0 (2002-08-12) [umoeller]
    23222322 */
    23232323
     
    24652465 *      implementation for WM_PAINT in fnwpTextView.
    24662466 *
    2467  *@@added V0.9.21 (2002-08-12) [umoeller]
     2467 *@@added V1.0.0 (2002-08-12) [umoeller]
    24682468 */
    24692469
     
    25592559 *      implementation for WM_PRESPARAMCHANGED in fnwpTextView.
    25602560 *
    2561  *@@added V0.9.21 (2002-08-12) [umoeller]
     2561 *@@added V1.0.0 (2002-08-12) [umoeller]
    25622562 */
    25632563
     
    25892589 *      implementation for WM_SETFOCUS in fnwpTextView.
    25902590 *
    2591  *@@added V0.9.21 (2002-08-12) [umoeller]
     2591 *@@added V1.0.0 (2002-08-12) [umoeller]
    25922592 */
    25932593
     
    26522652 *      implementation for WM_BUTTON1DOWN in fnwpTextView.
    26532653 *
    2654  *@@added V0.9.21 (2002-08-12) [umoeller]
     2654 *@@added V1.0.0 (2002-08-12) [umoeller]
    26552655 */
    26562656
     
    27242724 *      implementation for WM_BUTTON1UP in fnwpTextView.
    27252725 *
    2726  *@@added V0.9.21 (2002-08-12) [umoeller]
     2726 *@@added V1.0.0 (2002-08-12) [umoeller]
    27272727 */
    27282728
     
    27662766 *      implementation for WM_CHAR in fnwpTextView.
    27672767 *
    2768  *@@added V0.9.21 (2002-08-12) [umoeller]
     2768 *@@added V1.0.0 (2002-08-12) [umoeller]
    27692769 */
    27702770
     
    28892889 *      implementation for TXM_JUMPTOANCHORNAME in fnwpTextView.
    28902890 *
    2891  *@@added V0.9.21 (2002-08-12) [umoeller]
     2891 *@@added V1.0.0 (2002-08-12) [umoeller]
    28922892 */
    28932893
     
    29452945 *      implementation for WM_DESTROY in fnwpTextView.
    29462946 *
    2947  *@@added V0.9.21 (2002-08-12) [umoeller]
     2947 *@@added V1.0.0 (2002-08-12) [umoeller]
    29482948 */
    29492949
     
    30193019 *@@changed V0.9.20 (2002-08-10) [umoeller]: added support for XS_STATIC
    30203020 *@@changed V0.9.20 (2002-08-10) [umoeller]: added support for formatting HTML and plain text automatically
    3021  *@@changed V0.9.21 (2002-08-12) [umoeller]: optimized locality by moving big chunks into subfuncs
     3021 *@@changed V1.0.0 (2002-08-12) [umoeller]: optimized locality by moving big chunks into subfuncs
    30223022 */
    30233023
     
    30363036        case WM_CREATE:
    30373037            mrc = ProcessCreate(hwndTextView, mp1, mp2);
    3038                     // extracted V0.9.21 (2002-08-12) [umoeller]
     3038                    // extracted V1.0.0 (2002-08-12) [umoeller]
    30393039        break;
    30403040
     
    30903090        case WM_PAINT:
    30913091            ProcessPaint(hwndTextView);
    3092                     // extracted V0.9.21 (2002-08-12) [umoeller]
     3092                    // extracted V1.0.0 (2002-08-12) [umoeller]
    30933093        break;
    30943094
     
    33623362         *      a ULONG.
    33633363         *
    3364          *@@changed V0.9.21 (2002-08-12) [umoeller]: now returning bytes
     3364         *@@changed V1.0.0 (2002-08-12) [umoeller]: now returning bytes
    33653365         */
    33663366
Note: See TracChangeset for help on using the changeset viewer.