Changeset 1259 for trunk/changelog
- Timestamp:
- Oct 12, 1999, 8:15:31 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1257 r1259 1 /* $Id: changelog,v 1.30 8 1999-10-12 14:48:26sandervl Exp $ */2 3 99-10-1 1: Sander van Leeuwen <sandervl@xs4all.nl>1 /* $Id: changelog,v 1.309 1999-10-12 18:15:31 sandervl Exp $ */ 2 3 99-10-12: Sander van Leeuwen <sandervl@xs4all.nl> 4 4 - USER32: DrawMenuBar & DrawCaptionTempA bugfix (window handle translation) 5 5 Added Win32ToOS2FrameHandle method 6 6 Set default mouse pointer back if app doesn't process WM_MOUSEMOVE 7 7 message. 8 Added support for extra messages in default window handler. 8 Bugfix in button control -> return non-zero if WM_MOUSEMOVE 9 message doesn't change the cursor. 10 Same fix in edit & listbox control. 11 Looks like the same bug is in the scrollbar code. 12 Preliminary listbox fixes (scrollbar related) 13 Don't show scrollbars when window is created. 14 15 - USER32: Added support for extra messages in default window handler. 9 16 Partial support for WM_SYSCOMMAND in default window handler. 10 17 MDI child bugfix (window now displayed correctly) 11 18 Only subclass frame when it has a 3d border. 19 Fixed y mapping bug in OSLibMapWINDOWPOStoSWP (converted 20 twice (win32 -> os2 -> win32)) 12 21 13 22 99-10-11: Christoph Bratschi <cbratschi@datacomm.ch>
Note:
See TracChangeset
for help on using the changeset viewer.