source: trunk/changelog@ 8128

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

* empty log message *

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