source: trunk/changelog@ 8199

Last change on this file since 8199 was 8199, checked in by sandervl, 24 years ago

* empty log message *

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