source: trunk/changelog@ 8335

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

* empty log message *

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