source: trunk/changelog@ 2442

Last change on this file since 2442 was 2442, checked in by achimha, 26 years ago

* empty log message *

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