source: trunk/changelog@ 8300

Last change on this file since 8300 was 8300, checked in by sandervl, 23 years ago

* empty log message *

File size: 15.3 KB
Line 
1/* $Id: changelog,v 1.2050 2002-04-24 08:55:21 sandervl Exp $ */
2
3 2002-04-24: Platon Fomichev <platon@innotek.de>
4 - USER32: o Don't activate window when it's minimized (ShowWindow)
5 o Deactivate window & move to bottom of z-order when it's
6 minimized
7 o Listbox fix; rollup dropdown if mouse button pressed outside
8 control
9
10 2002-04-17: Platon Fomichev <platon@innotek.de>
11 - COMDLG32: o If application specifies full path in file dialog structure
12 (and initial dir string is NULL), then change to the directory.
13
14 2002-04-17: knut st. osmundsen <bird@anduin.net>
15 - Makefiles:
16 o Use the VAC40 profiler for profiling in PROFILE=1, DEBUG=
17 mode. See /tools/profilerfix/Readme.1st for details.
18 - ProfilerFix:
19 o Added readme.1st for VAC308, vac365 profiling using the
20 VAC4 profiler features.
21
22 2002-04-14: knut st. osmundsen <bird@anduin.net>
23 - KERNEL32: o Cache CDROM drive letters in OSLibGetDriveType.
24 o Added testcases to makescripts in the testcase subdir.
25 'nmake build testcase' from that dir will build test
26 program(s) and run testcases.
27
28 2002-04-13: knut st. osmundsen <bird@anduin.net>
29 - Windefs.h:
30 o _MAX_PATH, _MAX_DIR, _MAX_EXT crashes withc Watcom C.
31 - KERNEL32: o GetDriveType optimizations.
32 Made it just as strict as WinXP. Hope this won't
33 blow up any thing. (A little bit worried about a call in
34 shell32/folders.c and mci_open.)
35 o Corrected a call to GetDirveTypeA in hmdisk.cpp. (paranoia)
36 o Made (stupid) test program which is placed in the testcase
37 subdir. This is compilable for both OS/2 and NT.
38 o Hot fix for 0 CDROM issue. (To be removed)
39
40 - USER32: o Corrected a call to GetDriveTypeA. (missing ':')
41
42 2002-04-11: knut st. osmundsen <bird@anduin.net>
43 - Makefiles:
44 o Output linenumbers to the map file when linking.
45 o Attempt at VAC308 profiling (icsperf.exe).
46 This is only enabled if you set PROFILE without DEBUG.
47 - ProfileFix:
48 o Hack to prevent the app which is profiled to crash
49 on Warp 4.5+.
50 - Install: o Changed it to work with 0.9.18+. Not that this fix
51 requires a bugfix over the 0.9.18 warping release.
52 - DailyBuild:
53 o Updated scripts so I can run the daily build on my
54 workstaion at home.
55
56 2002-04-10: knut st. osmundsen <bird@anduin.net>
57 - UXTHEME: o Stubbed the DLL as some apps keeps trying to load it.
58 - src/makefile:
59 o Update the CUSTOMBUILD module list.
60
61 2002-04-07: Sander van Leeuwen <sandervl@xs4all.nl>
62 - ODINCRT: o Wrote OS/2 version of CriticalSection apis (including
63 support for shared critical sections; which is currently
64 not possible with the Win32 version due to missing
65 support for global object handles in kernel32)
66 - KERNEL32: o Rewrote VMutex class to use odincrt critical sections
67 o Rewrote global vmutex usage (mmap)
68 - USER32: o Rewrote global vmutex usage (window handles)
69 o EnumWindows made safer
70 o Fixed bug in desktop window constructor (double window
71 handle allocation)
72 - WINMM: o Rewrote vmutex usage (wave in/out classes)
73 - GDI32: o Rewrote vmutex usage (object handle functions)
74 - INCLUDE: o Debug wrapper fixes (missing 6th argument)
75
76 2002-04-06: Sander van Leeuwen <sandervl@xs4all.nl>
77 - KERNEL32: o Do not test for write capability with CDROM drives
78 (IOCTL_DISK_IS_WRITABLE)
79
80 2002-03-31: knut st. osmundsen <bird@anduin.net>
81 - Include: o Removed blank lines from odinbuild.h and wrapped
82 the prototype in ifdefs so WIN32API doesn't need
83 to be defined to include the file.
84
85 2002-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
86 - USER32: o Customization changes
87 - WNASPI32: o Fix for disabling aspi by default in custom build
88
89 2002-03-28: Platon Fomichev <platon@innotek.de>
90 - USER32: o Gracefully handle WM_QUIT message sent by window list:
91 do not return from GetMessage with FALSE, but send
92 WM_CLOSE to window. WM_QUIT sent by PostQuitMessage
93 will be handled properly.
94
95 2002-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
96 - KERNEL32: o OpenFileMapping fix
97 (Notes replication seems to work now)
98 o MapViewOfFile fix; all named file mappings can be shared
99 (files & memory only)
100
101 2002-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
102 - KERNEL32: o Removed FindResource hooks
103 - USER32: o Added LoadImageW hook for custom builds
104 - DDRAW: o Do not use XFree driver unless fullscreen mode is enabled
105
106 2002-03-22: Yuri Dario <mc6530@mclink.it>
107 - USER32: o EnumThreadWindows fix (necessary due to recent process &
108 thread id changes)
109
110 2002-03-20: Platon Fomichev <platon@innotek.de>
111 - USER32: o Fixes and changes for minimizing windows (minimized window
112 list; restore; icon paint)
113
114 2002-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
115 - USER32: o BeginPaint change; use entire window if window is minimized
116
117 2002-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
118 - WGSS50: o WGSS update from IBM
119 - WSOCK32: o Return requested version in WSAStartup
120 - GDI32: o Renamed LibMain to avoid name conflict with custom build
121 (shell32)
122
123 2002-03-16: Platon Fomichev <platon@innotek.de>
124 - COMCTL32: o Ownerdrawn listview control items have no margin
125 - USER32: o DIB_BitmapInfoSize fix for 24 bpp bitmaps
126 o CloseWindow change; call ShowWindow(SW_MINIMIZE)
127 o GetWindowPlacement fix; always return internally stored
128 rcNormalPosition
129 - WNASPI32: o Added DisableASPI function
130
131 2002-03-14: knut st. osmundsen <bird@anduin.net>
132 - Fastdep: o Some minor -E<somthing> issues (non Odin32 use).
133
134 2002-03-08: Platon Fomichev <platon@innotek.de>
135 - USER32: o Menu: fix for double click on minimized window (icon)
136
137 2002-03-08: Patrick Haller <patrick.haller@innotek.de>
138 - SHELL32: o WINE sync
139 o some WPS integration (ShellExecute can open WPS objects)
140 - SHLWAPI: o PathIsURLA/W fixes for Flask (crash in Flask->About)
141 - USER32: o Moved some icon extraction functions from shell32 to user32
142 - MAKEFILES:
143 o replaced our version of "netapi32.lib" with "wnetap32.lib"
144 to avoid conflict with toolkit
145 - WNETAP32: o replaced NETAPI32 references by WNETAP32 to avoid
146 toolkit conflict (netapi32.lib)
147 o NetBios support implemented (disabled for now)
148 (yet resources are global and not per-process)
149 - WS2_32: o added fake version of WSAEnumProtocol()
150
151 2002-03-07: Platon Fomichev <platon@innotek.de>
152 - USER32: o CloseWindow fix (use frame window handle)
153 o Minimize window (WinSetWindowPos, SWP_MINIMIZE) on receival
154 of minimize syscommand
155
156 2002-03-06: Platon Fomichev <platon@innotek.de>
157 - USER32: o Fixes for minimized dragging icon and minimized icon distortion
158
159 2002-03-05: Platon Fomichev <platon@innotek.de>
160 - USER32: o Allow single minimize or maximize button in titlebar (os/2
161 appearance)
162
163 2002-03-04: Yuri Dario <mc6530@mclink.it>
164 - KERNEL32: o Update for Italian NLS info
165 o Fall back to English NLS info if time format not found
166
167 2002-03-04: Platon Fomichev <platon@innotek.de>
168 - USER32: o Fix for window restore from minimized state
169
170 2002-02-28: Platon Fomichev <platon@innotek.de>
171 - KERNEL32: o Implemented IOCTL_DISK_IS_WRITABLE ioctl & fixes writing
172 to floppy (DASD mode)
173
174 2002-02-27: Sander van Leeuwen <sandervl@xs4all.nl>
175 - USER32: o Removed WindowFromPoint change; has bad effect on many things
176 - KERNEL32: o Removable disk access fix
177
178 2002-02-26: Sander van Leeuwen <sandervl@xs4all.nl>
179 - USER32: o Rewrote GetWindowThreadProcessId (no longer uses WGSS)
180 o WindowFromPoint change; enumerate z-order, not parent-children
181 - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id
182 ((processid SHL 16) | threadid)
183 Thread ids return by WGSS are unique to the process only.
184
185 2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>
186 - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build)
187
188 2002-02-24: Sander van Leeuwen <sandervl@xs4all.nl>
189 - OLE32: o Added some missing exports
190
191 2002-02-23: knut st. osmundsen <bird@anduin.net>
192 - MAKEFILES:
193 o Cleaned up some demangling mess in makefiles.
194 Now both VAC308 and VAC365 builds works again.
195 - /Makefile:
196 o Added a cleanall rule to /makefile which will cleanup
197 for every compiler and all tree build modes.
198 o Corrected problemous odin_library rules in /makefile.
199 (didn't work on a clean tree)
200 - /src/Makefile:
201 o Corrected directory locking for lib module.
202 (Can now build debug and release builds concurrently.)
203 - Tools: o Synced the common kFile* classes with os2tools.
204 (The thing you do when you're supposed to do something else.. ;) )
205
206 2002-02-23: Sander van Leeuwen <sandervl@xs4all.nl>
207 - WSOCK32: o Don't send FD_CONNECT if socket was already connected
208 (accept returns connected socket)
209
210 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>
211 - NTDLL/ADVAPI32:
212 o Some Wine updates
213
214 2002-02-21: Platon Fomichev <platon@innotek.de>
215 - IPHLPAPI o GetNetworkParams bugfixes
216
217 2002-02-20: Platon Fomichev <platon@innotek.de>
218 - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams
219
220 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>
221 - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)
222 o Bugfix for accept when changing flags of active async request
223 - COMCTL32: o Listview fix: update item width & height during WM_SIZE
224 (fixes incorrect redraws when selecting items in CVP)
225
226 2002-02-20: Dmitry Froloff <froloff@os2.ru>
227 - PELDR: o Added support for WINDOWSPATH environment variable; PE
228 searches for executables in directories listed in WINDOWSPATH
229
230 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>
231 - KERNEL32: o Added support for Russian country code + other countries
232 - OLE32: o Removed old code + some unnecessary changes
233 - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)
234
235 2002-02-18: Patrick Haller <patrick.haller@innotek.de>
236 - USER32: o fixed structure size for
237 SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)
238 o fixed GetModuleHandleW(NULL) string conversion
239
240 2002-02-18: knut st. osmundsen <bird@anduin.net>
241 - KERNEL32: o Tried to work around the 4.51 toolkit issue with the
242 QS*/qs typedefs. Hope this wont cause any problems...
243
244 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>
245 - USER32: o Added function to force color to mono mouse cursor conversion
246 (for mouse cursors with more than 2 colors)
247
248 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
249 - OLE32: o Extended logging added
250 o Resync with Wine (20020215)
251 (Out of process COM objects; InstallShield 6)
252 - OLEAUT32: o Partial resync with Wine (20020215)
253 o Extended logging added
254 - COMCTL32: o Extended logging added
255 - KERNEL32: o Named pipe updates
256
257 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>
258 - SHELL32: o Extended logging added
259
260 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>
261 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2
262 o Added extended logging
263
264 2002-02-12: Platon Fomichev <platon@innotek.de>
265 - USER32: o Ignore keyboard messages (PM) with scancode 0
266
267 2002-02-11: Platon Fomichev <platon@innotek.de>
268 - USER32: o Fix for double enter keyboard messages
269
270 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
271 - KERNEL32/USER32:
272 o Moved Char*, IsChar*, Oem* functions to kernel32
273 (forwarders in user32)
274 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,
275 EndDialog & window dtor
276
277 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
278 - USER32: o Extended logging added
279
280 2002-02-10: Platon Fomichev <platon@innotek.de>
281 - USER32\PMKBDHK:
282 o Fixes for shift-enter & shift-enter (numpad)
283 - USER32: o Numpad enter fix for GetKeyNameTextA
284
285 2002-02-10: Dmitry Froloff <froloff@os2.ru>
286 - KERNEL32: o Translate strings used for Dos* functions from Windows
287 to OS/2 codepage
288 o Translate strings returned by Dos* functions from OS/2
289 to Windows codepage
290 - USER32: o Translate strings used to set the window title (OS/2 mode)
291 from Windows to OS/2 codepage.
292
293 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
294 - KERNEL32: o Logging updates
295 - INCLUDE\makefiles:
296 o New rules for generating .def files
297
298 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
299 - KERNEL32: o Implemented tracing of all exported functions
300 (meant to replace ODINFUNCTION* macros; useful mainly
301 to improve logging in Wine modules)
302
303 2002-02-08: Platon Fomichev <platon@innotek.de>
304 - USER32: o Fixes for handling Shift-Enter & Alt-Enter
305
306 2002-02-08: knut st. osmundsen <bird@anduin.net>
307 - WRC: o Added codepage.c from kernel32 as a hotfix to the
308 unresolved external issue. Only the get_char_typeW
309 is enabled.
310
311 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>
312 - KERNEL32: o Thread change: determine if thread callback is inside
313 a PE dll. If it is, then force switch to win32 TIB.
314 (necessary for Opera when loading win32 plugins)
315 o Use NLS resources from Wine (no longer rely on OS/2 unicode
316 dll)
317 o ole2nls update; now use GetLocaleInfoA/W from Wine
318
319 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>
320 - WSOCK32: o minor recv update for error handling
321 - USER32: o Ported TrackMouseEvent (Wine 20020122)
322 - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)
323 o Force switch to win32 FS selector when calling PE image
324 entrypoints (necessary for Odin32 applications that use
325 PE dlls (like Opera))
326 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,
327 comboex, imagelist) (20020122)
328 - SHLWAPI: o Wine resync (20020122)
329
330 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>
331 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,
332 SendNotifyMessageA/W from Wine (20020122)
333 o Rewrote SendMessageA/W to behave more like Wine
334 (hook calls)
335
336 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
337 - KERNEL32; o Added dummy executable class
338 o Ported GetTempPathA/W from Wine
339
Note: See TracBrowser for help on using the repository browser.