Changeset 1066 for trunk/changelog
- Timestamp:
- Sep 26, 1999, 6:09:04 PM (26 years ago)
- 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. 2 5 3 6 99-09-26: Achim Hasenmueller <achimha@innotek.de> 4 5 (propsheet.c not fully done) 7 - COMCTL32: Merged with WINE 990923 changes 8 (propsheet.c not fully done) 6 9 7 10 99-09-26: Sander van Leeuwen <sandervl@xs4all.nl> 8 11 - USER32: Started with standard window scrollbar implementation 9 10 11 12 13 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) 14 17 15 18 99-09-25: Christoph Bratschi <cbratschi@datacomm.ch> 16 19 - USER32: WS_EX_* 3D frame support for child windows 17 20 - USER32: Double click handling changed 18 21 19 22 99-09-25: Sander van Leeuwen <sandervl@xs4all.nl> 20 23 - USER32: Cursor fixes. Cursor shown correctly in winhlp32. 21 22 23 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 24 27 - KERNEL32: Cursor & cursorgroup fixes 25 26 27 28 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. 29 32 - USER32\OLD, KERNEL32\OLD: Fixed makefiles + changes to make them 30 33 work with new dlls. 31 34 32 35 99-09-25: Daniela Engert <dani@ngrt.de>
Note:
See TracChangeset
for help on using the changeset viewer.