source: trunk/changelog@ 8209

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

* empty log message *

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