source: trunk/changelog@ 8222

Last change on this file since 8222 was 8222, checked in by bird, 23 years ago

* empty log message *

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