source: trunk/changelog@ 5787

Last change on this file since 5787 was 5787, checked in by sandervl, 25 years ago

* empty log message *

File size: 10.7 KB
RevLine 
[5787]1/* $Id: changelog,v 1.1440 2001-05-23 17:01:19 sandervl Exp $ */
[5313]2
[5783]3 2001-05-23: Sander van Leeuwen <sandervl@xs4all.nl>
4 - USER32: o RedrawWindow with desktop window handle no longer returns
5 an error.
[5785]6 (fixes RealPlayer Auto Size window)
7 - Odin.ini o Added font mapping for MS Shell Dlg to WarpSans
[5787]8 (gets rid of ugly fonts (in dialogs) which also have the wrong
[5785]9 size (text clipping))
[5787]10 - KERNEL32: o CreateFile for partitions; handle lookup fails if
11 OS/2 handle is set to -1 (happens if disk not inserted)
12 -> set to 0 instead
[5783]13
[5775]14 2001-05-22: Sander van Leeuwen <sandervl@xs4all.nl>
15 - COMCTL32: o Partial merge of listview control with latest Wine
[5779]16 o Listview: Send WM_MEASUREITEM for controls with
17 LVS_OWNERDRAWFIXED style.
18 (TODO: sets size for all items only)
19 (fixes wrong item size for VirtualPC main window)
[5775]20 - USER32: o Fixed minimizing & restoring of top-level windows
[5781]21 - KERNEL32: o Check name before adding dependency for module in
22 order to avoid circular dependencies (WNETAP32 (== NETAPI32)
23 imports from NETAPI32)
24 (fixes crash at exit in VirtualPC)
[5775]25
[5767]26 2001-05-20: Sander van Leeuwen <sandervl@xs4all.nl>
[5770]27 - GDI32: o Fixed LPtoDP/DPtoLP again.
[5767]28 - USER32: o Paint menu item first before destroying it
29 (prevents menu control from painting selected item on
30 desktop)
[5770]31 o Don't show or hide scrollbar in SetScrollInfo if
32 scroll parameters didn't change.
33 (fixes loop in VirtualPC settings dialog)
[5767]34
[5765]35 2001-05-20: Dietrich Teickner <Dietrich_Teickner@t-online.de>
36 - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fixes (Get/SetLocaleInfo)
37
[5763]38 2001-05-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[5765]39 - win32k: o Added improvements from Rafal, better validation of the
[5763]40 paths which are found. Might cause some warnings for
41 some of you, but just read and ignore them.
42 Run configure.cmd (one of them)!
43
[5741]44 2001-05-19: Sander van Leeuwen <sandervl@xs4all.nl>
[5763]45 - GDI32: o LPtoDP/DPtoLP: check input because GpiConvert doesn't like
[5761]46 illegal values (TODO: check what NT does)
47 (fixes huge buttons in VirtualPC dialog (font with wrong
48 height created))
[5758]49 - INCLUDE\odinwrap.h:
50 o ODINFUNCTIONNODBG & ODINPROCEDURENODBG should still save
51 and restore FS!!!
52 (FS corruption in release build; mainly affects wsock32)
[5741]53 - WS2_32: o Added more exports
[5744]54 - KERNEL32: o Export TryEnterCriticalSection
[5747]55 o InterlockedCompareExchange bugfix; should not always return
56 old destination; return whatever cmpxchg puts in eax
[5744]57 - SHLWAPI: o Export SHSetValueW
[5747]58 o Ordinal export 342 is InterlockedCompareExchange implementation
59 Takes 3 parameters, not 4. (Wine bug)
[5752]60 o Ordinal export 151 takes 3 parameters, not zero.
[5763]61 o Implemented SHLWAPI_151 (case sensitive string compare
[5752]62 with length; ascii version of SHLWAPI_152)
[5763]63 o Implemented SHLWAPI_153 (case insensitive string compare
[5752]64 with length (ascii))
[5763]65 o Added SHLWAPI_154 (case insensitive string compare with
[5752]66 length (unicode))
[5747]67 - USER32: o Added TrackMouseEvent, GetGUIThreadInfo & SendInput stubs
68 - ADVAPI32: o Added undocumented SystemFunctionXXX functions (stubs)
69 o Set lasterror in EnumServicesStatusA/W stubs
[5756]70 - GDI32: o GetTextExtentPointA now handles strings larger than 512
71 characters.
[5741]72
[5739]73 2001-05-19: Dietrich Teickner <Dietrich_Teickner@t-online.de>
74 - KERNEL32: o LOCALE_IFIRSTDAYOFWEEK fix (GetLocaleInfo)
75
[5735]76 2001-05-18: Sander van Leeuwen <sandervl@xs4all.nl>
77 - KERNEL32: o Fixed FS corruption in LCMapStringA/W
78 o ole2nls: resync with latest Wine sources
79
[5724]80 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
[5733]81 - USER32: o InvalidateRect & InvalidateRgn must call RedrawWindow
[5763]82 with RDW_ALLCHILDREN flag.
[5733]83 (RealPlayer 8 install dialog doesn't have WS_CLIPCHILDREN
84 style -> InvalidateRect overwrites child windows (buttons))
85
86 2001-05-17: Sander van Leeuwen <sandervl@xs4all.nl>
[5724]87 - USER32: o Destroy menu windows when they are no longer used.
[5763]88 (fixes activation problems with dialogs created after
[5724]89 selecting a menu item)
90 (TODO: sync with latest wine menu control sourcecode)
[5726]91 o clientHeight bugfix (fixes crash in Solitaire)
[5730]92 o Check if another app changed mouse cursor (Get/SetCursor)
93 (previously mouse cursor did not change back if another
94 app modified it)
[5724]95
[5720]96 2001-05-16: Sander van Leeuwen <sandervl@xs4all.nl>
97 - USER32: o WM_SETREDRAW fix; must call WinEnableWindowUpdate for
98 both client and frame window.
99 (winhlp32 buttons are now visible again)
100
[5719]101 2001-05-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
102 - Tools\bin:o Synced with other projects using the same tools.
103
[5708]104 2001-05-15: Sander van Leeuwen <sandervl@xs4all.nl>
105 - USER32: o BeginPaint must return logical points instead of device points.
106 (not the same if e.g. app changes page viewport)
107 (fixes scaling in Opera)
[5711]108 o SetFocus fix; manual activation of windows; PM sometimes
109 changes the Z-order of the window being activated.
110 Also call WH_CBT hook handler (if present)
111 (fixes hotlist window in Opera)
[5714]112 - KERNEL32: o OpenFile: check if filename ptr is NULL, return ERROR_INVALID_NAME
113 if true. (verified in NT4, SP6)
[5708]114
[5705]115 2001-05-15: Dietrich Teickner <Dietrich_Teickner@t-online.de>
116 - KERNEL32: o Added LOCALE_IFIRSTDAYOFWEEK case for GetLocaleInfoW
117 - COMCTL32: o Commented out TRACE call in DATETIME_ParentNotify.
118 Wrong assumption about lParam as it's not always a pointer
119 (WM_CREATE WM_PARENTNOTIFY lParam == hwnd -> crash)
120
[5700]121 2001-05-13: Dietrich Teickner <Dietrich_Teickner@t-online.de>
122 - COMCTL32: o Fixed wrong return values for datetime control
123 (DTM_GETSYSTEMTIME & DTM_SETSYSTEMTIME)
124
[5683]125 2001-05-11: Sander van Leeuwen <sandervl@xs4all.nl>
126 - USER32: o Rewrote window handling. Back to using frame and client windows
127 for each win32 window.
128 (fixes visible region problems with e.g. Opera)
129 Frame windows never have the WS_CLIPCHILDREN style; this caused
130 the transparency problems reported earlier when using this method.
[5719]131 E.g.: Dialog parent, groupbox; invalidate part of groupbox ->
132 painting algorithm stops top-down search when it finds
[5683]133 a window with WS_CLIPCHILDREN style
[5719]134 -> result: dialog window won't update groupbox background
[5683]135 as groupbox only draws the border
[5719]136 o UpdateWindow: Must use frame window handle even though
[5683]137 UpdateWindow only updates the client area.
138 If the frame window has a valid update region and we call
[5719]139 WinUpdateWindow for the client window, then no WM_PAINT
[5683]140 messages will be sent.
141 o Don't erase background in RedrawWindow (invalidate) when
[5719]142 RDW_ERASE flag not set.
[5683]143 (gets rid of excessive background redraws (flickering) for
144 progress windows in some installers)
145 o Fixed ScrollWindow bug
146 o WM_SHOWWINDOW sent twice
147 o Mark window's visible region as changed when client receives
148 WM_SIZE (PM). BeginPaint sends a WM_ERASEBKGND when this
149 flag is set (regardless of erase flag set by RedrawWindow)
[5688]150 o ScrollDC fix (window handle transation)
151 o ScrollDC and ScrollWindowEx bugfix (setting update region)
[5686]152 (fixes scrolling in MS Word 97)
[5688]153 - GDI32: o SetDIBitsToDevice: RGB 555 is the default for 16 bits bitmaps
154 (fixes pictures in (some) documents for Word 97)
155 TODO: Probably need to check bitfields and convert for some
156 other blit functions
[5683]157
[5679]158 2001-05-10: Shingo Tsuda <sofiya@din.or.jp>
159 - GDI32: o Rop conversion for DIB Section blits
160 o Support for negative height (origin top left) in
[5691]161 SetDIBitsToDevice + StretchDIBits
[5679]162
163 2001-05-10: Sander van Leeuwen <sandervl@xs4all.nl>
164 - GDI32: o includeBottomRightPoint bugfix; if left == right or top == bottom
165 then the rectangle isn't empty. (include/include input)
166 (fixes e.g. missing erase background when slowly moving window
167 over Odin window (full window dragging enabled))
168
[5675]169 2001-05-09: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
170 - src/ws2help, bin/debug, bin/release, src/win32k/list,
171 src/win32k/debug:
172 o Removed directories. These were either not needed
173 or unused. I did this now since I was going to
174 remove ws2help anyway and there by breaking your tree.
175 - tools/bin/CVSRemoveDeletedDirs.cmd:
176 o Rexx script which removes the above directories
177 from your local tree. Run this from the root of the tree.
178 To physically remove the directories you have to specify
179 REMOVE as argument (no dash or slash!).
180
[5671]181 2001-05-08: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
182 - src/makefile:
183 o Ignore WS2HELP for the moment.
184 (Never add empty subdirs to /src without making
185 /src/makefile ignore it!)
186
[5663]187 2001-05-07: Patrick Haller <patrick.haller@innotek.de>
[5668]188 - WS2_32: o created skeleton and added forwarders to WSOCK32
[5666]189 - KERNEL32: o CreateProcess error handling corrected, if
190 O32_CreateProcess fails with specific reason
[5663]191
[5656]192 2001-05-04: Dietrich Teickner <Dietrich_Teickner@t-online.de>
193 - SHELL32: o Update for SHFileOperationA (FO_MOVE)
194
195 2001-05-04: Sander van Leeuwen <sandervl@xs4all.nl>
196 - USER32: o FrameTrackFrame bugfix for moving child windows
197
[5645]198 2000-05-03: Yuri Dario <mc6530@mclink.it>
199 - USER32: o SendNCCalcSize call bugfix (client rectangle parameter)
[5649]200 o Fix for groupbox WM_SETFONT handler. Must erase top part
201 if font is changed.
[5652]202 - OLEAUT32: o Fail for TLBMAGIC2 typelib type.
[5645]203
Note: See TracBrowser for help on using the repository browser.