source: trunk/changelog@ 2480

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

* empty log message *

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