1 | /* $Id: changelog,v 1.652 2000-01-15 17:26:38 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2000-01-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - USER32\NEW: Fixed scroll repaints (never use GetMessage with window
|
---|
5 | handle as that can prevent WM_PAINTs from being dispatched)
|
---|
6 | (may need reworking of Get/PeekMessage instead)
|
---|
7 | ScrollWindow changes
|
---|
8 | Removed frame drawing 'bugfix'.
|
---|
9 | Fixed system menu position for child windows (i.e. MDI)
|
---|
10 | Fixed titlebar tracking for child windows (i.e. MDI)
|
---|
11 | - KERNEL32: Check for null pointers in lstrcmpA
|
---|
12 |
|
---|
13 | 2000-01-15: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
14 | - USER32/NEW: cache menu and caption drawing
|
---|
15 | changed minimize button position
|
---|
16 | don't redraw system menu icon in menu.cpp
|
---|
17 | hilighted menubar items don't have an edge in Win9x
|
---|
18 | don't open system menu on mouseover if menubar is used and vice versa
|
---|
19 | show sysmenu on WM_NCRBUTTONUP with HTCAPTION set (todo: position)
|
---|
20 | use WIN32_STDCLASS2 for windows with CS_SAVEBITS class style
|
---|
21 |
|
---|
22 | 2000-01-14: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
23 | - USER32/NEW: added caption clipping for faster window text updates
|
---|
24 |
|
---|
25 | 2000-01-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
26 | - USER32\NEW: Fixed min/max bug for mdi child windows
|
---|
27 | Fixed DrawMenuBar (invalidate frame rectangle in
|
---|
28 | FrameUpdateClient if client rectangle wasn't changed)
|
---|
29 | Fixed bugs in MsgFormatFrame & SendNCCalcSize
|
---|
30 | Fixed WM_WINDOWPOSCHANGED translation for frame window (not done yet)
|
---|
31 | (Winamp works now)
|
---|
32 | Removed code that's no longer used (subclassed OS/2 frame
|
---|
33 | controls & OS/2 scrollbar functions etc)
|
---|
34 |
|
---|
35 | 2000-01-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
36 | - USER32\NEW: WM_ACTIVATEAPP should be sent when another process' window
|
---|
37 | is activated or deactivated
|
---|
38 | Send correct thread id for non-Odin windows in WM_ACTIVATEAPP
|
---|
39 | Set window handle of non-Odin window to window desktop in WM_ACTIVATE
|
---|
40 | Return window desktop handle for window handle returned by
|
---|
41 | SetActiveWindow if window is non-Odin.
|
---|
42 | Fixed activation of windows. (send WM_ACTIVATE when receiving
|
---|
43 | a WM_WINDOWPOSCHANGED message in pmframe.cpp)
|
---|
44 | Fixed DrawFrame; bottom & right frame borders now drawn correctly
|
---|
45 | Fixed scrollbar positioning (style.exe)
|
---|
46 | Fixed CS_OWNDC for GetDCEx (DCX_WINDOW); don't use a window
|
---|
47 | DC to save/restore a window's own dc.
|
---|
48 | Fixed client rectangle problems. Client rectangles
|
---|
49 | are always in frame coordinates; window rectangles in
|
---|
50 | screen coordinates. Whenever necessary (i.e WM_MOVE)
|
---|
51 | client coordinates are converted to coordinates relative
|
---|
52 | to it's parent client window.
|
---|
53 | Changed WM_MOVE -> client coordinates relative to parent origin
|
---|
54 | if child; otherwise relative to screen origin. (needs testing)
|
---|
55 | (WM_NCCALCSIZE needs to be done as well)
|
---|
56 | - COMCTL32: Version resource version nrs changed (based on NT 4 SP3)
|
---|
57 | - KERNEL32: Added DisableLogging & EnableLogging functions to
|
---|
58 | disable logging in parts of code. Logging will only be
|
---|
59 | done if the logcount is bigger than 0.
|
---|
60 | <<<<<<< ChangeLog
|
---|
61 | >>>>>>> 1.646
|
---|
62 |
|
---|
63 | =======
|
---|
64 | >>>>>>> 1.648
|
---|
65 |
|
---|
66 | 2000-01-12: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
67 | - USER32/NEW: fixed WM_CALCVALIDRECTS
|
---|
68 | activated WM_NCPAINT clipping
|
---|
69 | added improved frame redraw mechanism
|
---|
70 |
|
---|
71 | 2000-01-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
72 | - USER32\NEW: Changed client rectangle positioning (not done by PM frame
|
---|
73 | handler anymore) -> fixes problems with Shell About dialog
|
---|
74 | and jumping controls when resizing (Winhlp32)
|
---|
75 | Fixed menu tracking for different submenus
|
---|
76 | Fixed delayed repaints of invalidated menu rectangles
|
---|
77 | Ported Wine messagebox code. (for GUI consistency)
|
---|
78 | Fixed bugs in ShowScrollBar. (vert. scrollbar wasn't enabled
|
---|
79 | in notepad)
|
---|
80 | Fixed 'frame' control updates (resizing client window in
|
---|
81 | SetWindowPos for SWP_FRAMECHANGED)
|
---|
82 |
|
---|
83 | 2000-01-11: Jens Wiessner <wiessnej@rfi.de>
|
---|
84 | - TWAIN_32: Bugfix (removed test code)
|
---|
85 |
|
---|
86 | 2000-01-11: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
87 | - USER32/NEW: fixed AdjustWindowRectEx
|
---|
88 |
|
---|
89 | 2000-01-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
90 | - USER32\NEW: Put nonclient code in win32wbasenonclient.cpp
|
---|
91 | Removed hardcoded dependancy on shell32; load it on-demand
|
---|
92 | Fixed LoadBitmap (OBM_RADIOCHECK was missing from system bitmap list)
|
---|
93 | Fixed wrong return value for OSLibWinGetMsg
|
---|
94 | Workaround for bug in GDI32 FillRect (menu items painted
|
---|
95 | black instead of gray) (menu.cpp, MENU_DrawMenuItem)
|
---|
96 | Applied patch to Wine menu code for RealPlayer
|
---|
97 | Fixed default return value of DefWndProc (0)
|
---|
98 | Fixed SetMenu (menus should be set when a window is no child)
|
---|
99 | Call correct SetMenu function from MsgCreate Win32BaseWindow method
|
---|
100 | Use WIN32_INNERFRAME frame class for top level windows again.
|
---|
101 | (VPBuddy repaint problems were solved by using this class)
|
---|
102 |
|
---|
103 | 2000-01-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
104 | - USER32: Fixed message translation for WM_TIMER with no window handle or timer proc
|
---|
105 | Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
|
---|
106 | - WINMM: Fixed wrong error code for waveOutOpen & waveOutGetDevCaps when
|
---|
107 | there's no audio device
|
---|
108 | - USER32\NEW: Fixed message translation for WM_TIMER with no window handle or timer proc
|
---|
109 | Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
|
---|
110 | or button down/up message translation.
|
---|
111 | Fixed LoadBitmap (only load from user32 if it's a system bitmap)
|
---|
112 | Added WM_NCACTIVATE message generation
|
---|
113 | Bugfix for OSLibWinGetMsg & OSLibWinPeekMsg (wrong return value)
|
---|
114 | Changed GetSystemMenu; added method to Win32BaseWindow class
|
---|
115 | (destroy old menu if present and switch back to default system
|
---|
116 | menu if bRevert = TRUE; needs changes in non-client code)
|
---|
117 |
|
---|
118 | 2000-01-10: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
119 | - USER32/NEW: activated menu code
|
---|
120 |
|
---|
121 | 2000-01-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
122 | - USER32: Added border size for top-level windows in OSLibWinConvertStyle
|
---|
123 | (borders are not drawn correctly)
|
---|
124 | Fixed bug in pmframe WM_WINDOWPOSCHANGED handler (don't update
|
---|
125 | client/window rectangle when size nor position have changed)
|
---|
126 | Fixed out of sync rectWindow. (children don't get notified of
|
---|
127 | parent position change -> rectWindow (in screen coord.) not updated)
|
---|
128 | Fixed LoadBitmap for system bitmaps
|
---|
129 | Fixes for win32 titlebar + added win32 system menu
|
---|
130 | System menu commands now work
|
---|
131 | Fixed repaint problem for win32 titlebar
|
---|
132 | Added Christoph's gradient filled title bars code
|
---|
133 | For (experimental) win32-like windows add this to odin.ini:
|
---|
134 | [CUSTOMIZATION]
|
---|
135 | OS2Look=0
|
---|
136 |
|
---|
137 | [COLORS]
|
---|
138 | UseWinColors=1
|
---|
139 |
|
---|
140 | 2000-01-09: David Raison <djr@lemur.co.uk>
|
---|
141 | - OLEAUT32: Typelib - Updated TKIND_ALIAS handling.
|
---|
142 |
|
---|
143 | 2000-01-09: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
144 | - USER32/NEW: implemented scrollbar nc handling
|
---|
145 | windows without menus work now fine
|
---|
146 | implemented gradient filled title bars
|
---|
147 |
|
---|
148 | 2000-01-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
149 | - USER32: ModifyMenuA bugfix (changing menu ids didn't work)
|
---|
150 | OSLibGetMsg bugfix + WM_QUIT translation fix
|
---|
151 | OSLibGetMenuItemRect fix (y coordinate conversion)
|
---|
152 | Changed WM_NCHITTEST behaviour. Now sent during WM_MOUSEMOVE
|
---|
153 | or button down/up message translation.
|
---|
154 | - OLE32/OLEAUT32/OLESVR32/OLEDLG/OLECLI32:
|
---|
155 | Added Wine-like license that supercedes the main Odin license
|
---|
156 | - CRTDLL: Fixed many register based floating point exports (CRTDLL__CIcos,
|
---|
157 | CRTDLL__CIatan etc etc)
|
---|
158 |
|
---|
159 | 2000-01-08: Jens Wiessner <wiessnej@rfi.de>
|
---|
160 | - CRTDLL: Compile fix
|
---|
161 |
|
---|
162 | 2000-01-08: Patrick Haller <phaller@gmx.net>
|
---|
163 | - SHELL32: Update: to WINE level 2000/01/08
|
---|
164 | - KERNEL32: Add: stub for GetDiskFreeSpaceExAW
|
---|
165 |
|
---|
166 | 2000-01-06: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
167 | - GDI32: added PatBlt support for negative width/height
|
---|
168 |
|
---|
169 | 2000-01-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
170 | - ADVAPI32: Implemented StartServiceCtrlDispatcherA/W
|
---|
171 | Faked RegisterServiceCtrlHandlerA/W (TODO)
|
---|
172 | Partly implemented SetServiceBits/SetServiceStatus
|
---|
173 | Improved QueryServiceStatus
|
---|
174 | Call RtlCreateAcl in InitializeAcl
|
---|
175 | - LZ32: Create correct library
|
---|
176 | - CRTDLL: Fixed CRTDLL__wcsnicmp (use Wine version)
|
---|
177 | - VERSION: Fixed VerQueryValue32A and merged with latest Wine sources
|
---|
178 | (991212) (-> fixes errors in RealPlayer)
|
---|
179 | - USER32: GetMenuStringA fix (return length of string if string pointer
|
---|
180 | or size parameter == 0)
|
---|
181 |
|
---|
182 | 2000-01-05: Jens Wiessner <wiessnej@rfi.de>
|
---|
183 | - TWAIN_32: Update
|
---|
184 |
|
---|
185 | 2000-01-05: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
186 | - USER32/NEW: single window works now
|
---|
187 |
|
---|
188 | 2000-01-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
189 | - KERNEL32/NTDLL: Partially implemented NtOpenThreadToken
|
---|
190 | (should be changed)
|
---|
191 | MS Office 2000 install (first part) almost working.
|
---|
192 | (installs windows installer as system service)
|
---|
193 | - OLEAUT32: Typelib bugfix for MS Office 2k install
|
---|
194 | - odin_ini.txt: Added information about CODEPAGES & TWAIN section
|
---|
195 |
|
---|
196 | 2000-01-05: David Raison <djr@lemur.co.uk>
|
---|
197 | - OLEAUT32: LHashValOfNameSys(A)
|
---|
198 |
|
---|
199 | 2000-01-04: Jens Wiessner <wiessnej@rfi.de>
|
---|
200 | - TWAIN_32: Created twain dll for usage with CFM Twain for OS/2.
|
---|
201 |
|
---|
202 | 2000-01-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
203 | - USER32: InsertMenu bugfix (RealPlayer calls InsertMenu with flag 0 & pos -1)
|
---|
204 | Delete old region in SetWindowRegion
|
---|
205 |
|
---|
206 | 2000-01-03: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
207 | - KERNEL32: Named pipe updates & bugfixes
|
---|
208 |
|
---|
209 | 2000-01-03: Jens Wiessner <wiessnej@rfi.de>
|
---|
210 | - LZ32/TAPI32: Updated def files to match NT 4 SP6
|
---|
211 | - MSVCRT: Updated def files + MSVCRT40 version info
|
---|
212 | - WINMM: Added Wine's MCI dlls (not compiled as this requires
|
---|
213 | a working MCI subsystem in winmm and a redesign of
|
---|
214 | wave & midi)
|
---|
215 |
|
---|
216 | 2000-01-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
217 | - LZ32: Cleaned up .def file (don't import directly) & removed
|
---|
218 | debugtools.h
|
---|
219 | - USER32: Fixed PostThreadMessage + bugs in GetMessage
|
---|
220 | - KERNEL32: Set hmq & hab THDB values for newly created
|
---|
221 | threads (hmq not correct now)
|
---|
222 |
|
---|
223 | 2000-01-02: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
|
---|
224 | - KERNEL32: Started implementing named pipe apis
|
---|
225 |
|
---|
226 | 2000-01-02: David Raison <djr@lemur.co.uk>
|
---|
227 | - OLEAUT32: Typelib fixes - Custom Data & Default values.
|
---|
228 | Added private logging to tlib_n.log when reading a TLIB.
|
---|
229 | (Should clarify what is being read & why)
|
---|
230 | Now supports embedded named TLIBS in the format
|
---|
231 | <path>\<libname>\<id> (required for VB6, etc.)
|
---|
232 | Preparatory work to reduce dependance on
|
---|
233 | current file position to enable delaying parsing
|
---|
234 | data until it is requested by user.
|
---|
235 |
|
---|
236 | 2000-01-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
237 | - USER32: Implemented Set/GetWindowRgn (not activated)
|
---|
238 | - KERNEL32: Fixed Odin zombie processes when there's a trap inside
|
---|
239 | vfprintf during logging.
|
---|
240 | Cleaned up file io procedures in oslibdos.cpp
|
---|
241 |
|
---|
242 | 2000-01-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
243 | - USER32: Workaround for crash in Lotus Notes when switching to a new
|
---|
244 | view (PM sends WM_WINDOWPOSCHANGED msg after DestroyWindow
|
---|
245 | has been called for a window -> don't dispatch this msg)
|
---|
246 |
|
---|