source: trunk/changelog@ 2571

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

* empty log message *

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