source: trunk/changelog@ 8131

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

* empty log message *

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