source: trunk/changelog@ 8332

Last change on this file since 8332 was 8328, checked in by sandervl, 24 years ago

* empty log message *

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