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