source: trunk/changelog@ 8326

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

* empty log message *

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