source: trunk/changelog@ 8122

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

* empty log message *

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