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