source: trunk/changelog@ 8194

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

* empty log message *

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