Changeset 1066 for trunk/changelog


Ignore:
Timestamp:
Sep 26, 1999, 6:09:04 PM (26 years ago)
Author:
dengert
Message:

SetTimer/KillTimer implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1065 r1066  
    1  /* $Id: changelog,v 1.246 1999-09-26 15:26:25 sandervl Exp $ */
     1 /* $Id: changelog,v 1.247 1999-09-26 16:09:02 dengert Exp $ */
     2
     3 99-09-25: Daniela Engert <dani@ngrt.de>
     4        - USER32: SetTimer/KillTimer work now.
    25
    36 99-09-26: Achim Hasenmueller <achimha@innotek.de>
    4         - COMCTL32: Merged with WINE 990923 changes
    5                     (propsheet.c not fully done)   
     7        - COMCTL32: Merged with WINE 990923 changes
     8                    (propsheet.c not fully done)
    69
    710 99-09-26: Sander van Leeuwen <sandervl@xs4all.nl>
    811        - USER32:   Started with standard window scrollbar implementation
    9                     Rewrote ScrollWindow (seems to work ok)
    10                     Set text bugfix (crash in about dialog box of generic.exe)
    11                     Send WM_INITDLG after creation of dialog controls.
    12                     Set last error to 0 at end of BeginPaint/EndPaint.
    13                     Set last error when window not found (window.cpp/windlg.cpp)
     12                    Rewrote ScrollWindow (seems to work ok)
     13                    Set text bugfix (crash in about dialog box of generic.exe)
     14                    Send WM_INITDLG after creation of dialog controls.
     15                    Set last error to 0 at end of BeginPaint/EndPaint.
     16                    Set last error when window not found (window.cpp/windlg.cpp)
    1417
    1518 99-09-25: Christoph Bratschi <cbratschi@datacomm.ch>
    16         - USER32: WS_EX_* 3D frame support for child windows
     19        - USER32: WS_EX_* 3D frame support for child windows
    1720        - USER32: Double click handling changed
    1821
    1922 99-09-25: Sander van Leeuwen <sandervl@xs4all.nl>
    2023        - USER32:   Cursor fixes. Cursor shown correctly in winhlp32.
    21                     Don't call WinDefWindowProc for WM_MOUSEMOVE (resets
    22                     cursor to system default)
    23                     RedrawWindow: set window pointer to desktop window when hwnd == NULL
     24                    Don't call WinDefWindowProc for WM_MOUSEMOVE (resets
     25                    cursor to system default)
     26                    RedrawWindow: set window pointer to desktop window when hwnd == NULL
    2427        - KERNEL32: Cursor & cursorgroup fixes
    25                     Fixes for thread local memory allocation (only done for thread 0)
    26                     Create TEB selector + memory for threads we don't create.
    27                     (i.e. DART threads in WINMM)
    28                     NOTE: Not tested.
     28                    Fixes for thread local memory allocation (only done for thread 0)
     29                    Create TEB selector + memory for threads we don't create.
     30                    (i.e. DART threads in WINMM)
     31                    NOTE: Not tested.
    2932        - USER32\OLD, KERNEL32\OLD: Fixed makefiles + changes to make them
    30                                     work with new dlls.
     33                                    work with new dlls.
    3134
    3235 99-09-25: Daniela Engert <dani@ngrt.de>
Note: See TracChangeset for help on using the changeset viewer.