source: trunk/changelog@ 2574

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

* empty log message *

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