Changeset 2427 for trunk/changelog
- Timestamp:
- Jan 13, 2000, 2:55:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2424 r2427 1 /* $Id: changelog,v 1.641 2000-01-12 22:06:45 cbratschi Exp $ */ 1 /* $Id: changelog,v 1.642 2000-01-13 13:55:41 sandervl Exp $ */ 2 3 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl> 4 - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window 5 is activated or deactivated 6 Send correct thread id for non-Odin windows in WM_ACTIVATEAPP 7 Set window handle of non-Odin window to window desktop in WM_ACTIVATE 8 Return window desktop handle for window handle returned by 9 SetActiveWindow if window is non-Odin. 10 Fixed activation of windows. (send WM_ACTIVATE when receiving 11 a WM_WINDOWPOSCHANGED message in pmframe.cpp) 12 Fixed DrawFrame; bottom & right frame borders now drawn correctly 13 Fixed scrollbar positioning (style.exe) (not completely right yet) 2 14 3 15 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch> … … 6 18 added improved frame redraw mechanism 7 19 8 2000-01-1 1: Sander van Leeuwen <sandervl@xs4all.nl>20 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl> 9 21 - USER32\NEW: Changed client rectangle positioning (not done by PM frame 10 22 handler anymore) -> fixes problems with Shell About dialog
Note:
See TracChangeset
for help on using the changeset viewer.