source: trunk/changelog@ 2555

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

* empty log message *

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