source: trunk/doc/ChangeLog-2002@ 8706

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

* empty log message *

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