source: trunk/changelog@ 2490

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

* empty log message *

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