source: trunk/changelog@ 8135

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

* empty log message *

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