source: trunk/changelog@ 2474

Last change on this file since 2474 was 2474, checked in by sandervl, 26 years ago

* empty log message *

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