source: trunk/changelog@ 2460

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

* empty log message *

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