source: trunk/changelog@ 5720

Last change on this file since 5720 was 5720, checked in by sandervl, 24 years ago

* empty log message *

File size: 5.8 KB
RevLine 
[5720]1/* $Id: changelog,v 1.1416 2001-05-16 07:41:59 sandervl Exp $ */
[5313]2
[5720]3 2001-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o WM_SETREDRAW fix; must call WinEnableWindowUpdate for
5 both client and frame window.
6 (winhlp32 buttons are now visible again)
7
[5719]8 2001-05-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
9 - Tools\bin:o Synced with other projects using the same tools.
10
[5708]11 2001-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
12 - USER32: o BeginPaint must return logical points instead of device points.
13 (not the same if e.g. app changes page viewport)
14 (fixes scaling in Opera)
[5711]15 o SetFocus fix; manual activation of windows; PM sometimes
16 changes the Z-order of the window being activated.
17 Also call WH_CBT hook handler (if present)
18 (fixes hotlist window in Opera)
[5714]19 - KERNEL32: o OpenFile: check if filename ptr is NULL, return ERROR_INVALID_NAME
20 if true. (verified in NT4, SP6)
[5708]21
[5705]22 2001-05-15: Dietrich Teickner <Dietrich_Teickner@t-online.de>
23 - KERNEL32: o Added LOCALE_IFIRSTDAYOFWEEK case for GetLocaleInfoW
24 - COMCTL32: o Commented out TRACE call in DATETIME_ParentNotify.
25 Wrong assumption about lParam as it's not always a pointer
26 (WM_CREATE WM_PARENTNOTIFY lParam == hwnd -> crash)
27
[5700]28 2001-05-13: Dietrich Teickner <Dietrich_Teickner@t-online.de>
29 - COMCTL32: o Fixed wrong return values for datetime control
30 (DTM_GETSYSTEMTIME & DTM_SETSYSTEMTIME)
31
[5683]32 2001-05-11: Sander van Leeuwen <sandervl@xs4all.nl>
33 - USER32: o Rewrote window handling. Back to using frame and client windows
34 for each win32 window.
35 (fixes visible region problems with e.g. Opera)
36 Frame windows never have the WS_CLIPCHILDREN style; this caused
37 the transparency problems reported earlier when using this method.
[5719]38 E.g.: Dialog parent, groupbox; invalidate part of groupbox ->
39 painting algorithm stops top-down search when it finds
[5683]40 a window with WS_CLIPCHILDREN style
[5719]41 -> result: dialog window won't update groupbox background
[5683]42 as groupbox only draws the border
[5719]43 o UpdateWindow: Must use frame window handle even though
[5683]44 UpdateWindow only updates the client area.
45 If the frame window has a valid update region and we call
[5719]46 WinUpdateWindow for the client window, then no WM_PAINT
[5683]47 messages will be sent.
48 o Don't erase background in RedrawWindow (invalidate) when
[5719]49 RDW_ERASE flag not set.
[5683]50 (gets rid of excessive background redraws (flickering) for
51 progress windows in some installers)
52 o Fixed ScrollWindow bug
53 o WM_SHOWWINDOW sent twice
54 o Mark window's visible region as changed when client receives
55 WM_SIZE (PM). BeginPaint sends a WM_ERASEBKGND when this
56 flag is set (regardless of erase flag set by RedrawWindow)
[5688]57 o ScrollDC fix (window handle transation)
58 o ScrollDC and ScrollWindowEx bugfix (setting update region)
[5686]59 (fixes scrolling in MS Word 97)
[5688]60 - GDI32: o SetDIBitsToDevice: RGB 555 is the default for 16 bits bitmaps
61 (fixes pictures in (some) documents for Word 97)
62 TODO: Probably need to check bitfields and convert for some
63 other blit functions
[5683]64
[5679]65 2001-05-10: Shingo Tsuda <sofiya@din.or.jp>
66 - GDI32: o Rop conversion for DIB Section blits
67 o Support for negative height (origin top left) in
[5691]68 SetDIBitsToDevice + StretchDIBits
[5679]69
70 2001-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
71 - GDI32: o includeBottomRightPoint bugfix; if left == right or top == bottom
72 then the rectangle isn't empty. (include/include input)
73 (fixes e.g. missing erase background when slowly moving window
74 over Odin window (full window dragging enabled))
75
[5675]76 2001-05-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
77 - src/ws2help, bin/debug, bin/release, src/win32k/list,
78 src/win32k/debug:
79 o Removed directories. These were either not needed
80 or unused. I did this now since I was going to
81 remove ws2help anyway and there by breaking your tree.
82 - tools/bin/CVSRemoveDeletedDirs.cmd:
83 o Rexx script which removes the above directories
84 from your local tree. Run this from the root of the tree.
85 To physically remove the directories you have to specify
86 REMOVE as argument (no dash or slash!).
87
[5671]88 2001-05-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
89 - src/makefile:
90 o Ignore WS2HELP for the moment.
91 (Never add empty subdirs to /src without making
92 /src/makefile ignore it!)
93
[5663]94 2001-05-07: Patrick Haller <patrick.haller@innotek.de>
[5668]95 - WS2_32: o created skeleton and added forwarders to WSOCK32
[5666]96 - KERNEL32: o CreateProcess error handling corrected, if
97 O32_CreateProcess fails with specific reason
[5663]98
[5656]99 2001-05-04: Dietrich Teickner <Dietrich_Teickner@t-online.de>
100 - SHELL32: o Update for SHFileOperationA (FO_MOVE)
101
102 2001-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
103 - USER32: o FrameTrackFrame bugfix for moving child windows
104
[5645]105 2000-05-03: Yuri Dario <mc6530@mclink.it>
106 - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
[5649]107 o Fix for groupbox WM_SETFONT handler. Must erase top part
108 if font is changed.
[5652]109 - OLEAUT32: o Fail for TLBMAGIC2 typelib type.
[5645]110
Note: See TracBrowser for help on using the repository browser.