source: trunk/changelog@ 2476

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

* empty log message *

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