source: trunk/changelog@ 8251

Last change on this file since 8251 was 8250, checked in by bird, 24 years ago

* empty log message *

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