Changeset 2432 for trunk/changelog
- Timestamp:
- Jan 13, 2000, 9:10:15 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2429 r2432 1 /* $Id: changelog,v 1.64 3 2000-01-13 14:31:11sandervl Exp $ */1 /* $Id: changelog,v 1.644 2000-01-13 20:10:15 sandervl Exp $ */ 2 2 3 3 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl> … … 11 11 a WM_WINDOWPOSCHANGED message in pmframe.cpp) 12 12 Fixed DrawFrame; bottom & right frame borders now drawn correctly 13 Fixed scrollbar positioning (style.exe) (not completely right yet) 13 Fixed scrollbar positioning (style.exe) 14 Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window 15 DC to save/restore a window's own dc. 16 Fixed client rectangle problems. Client rectangles 17 are always in frame coordinates; window rectangles in 18 screen coordinates. Whenever necessary (i.e WM_MOVE) 19 client coordinates are converted to coordinates relative 20 to it's parent client window. 21 Changed WM_MOVE -> client coordinates relative to parent origin 22 if child; otherwise relative to screen origin. (needs testing) 23 (WM_NCCALCSIZE needs to be done as well) 14 24 - COMCTL32: Version resource version nrs changed (based on NT 4 SP3) 15 25 - KERNEL32: Added DisableLogging & EnableLogging functions to 26 disable logging in parts of code. Logging will only be 27 done if the logcount is bigger than 0. 16 28 17 29 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
Note:
See TracChangeset
for help on using the changeset viewer.