Changeset 8338 for trunk/changelog
- Timestamp:
- Apr 30, 2002, 11:35:40 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r8337 r8338 1 /* $Id: changelog,v 1.205 6 2002-04-30 09:34:56sandervl Exp $ */1 /* $Id: changelog,v 1.2057 2002-04-30 09:35:40 sandervl Exp $ */ 2 2 3 3 2002-04-30: knut st. osmundsen <bird@anduin.net> … … 112 112 (IOCTL_DISK_IS_WRITABLE) 113 113 114 2002-03-31: knut st. osmundsen <bird@anduin.net>115 - Include: o Removed blank lines from odinbuild.h and wrapped116 the prototype in ifdefs so WIN32API doesn't need117 to be defined to include the file.118 119 2002-03-28: Sander van Leeuwen <sandervl@xs4all.nl>120 - USER32: o Customization changes121 - WNASPI32: o Fix for disabling aspi by default in custom build122 123 2002-03-28: Platon Fomichev <platon@innotek.de>124 - USER32: o Gracefully handle WM_QUIT message sent by window list:125 do not return from GetMessage with FALSE, but send126 WM_CLOSE to window. WM_QUIT sent by PostQuitMessage127 will be handled properly.128 129 2002-03-24: Sander van Leeuwen <sandervl@xs4all.nl>130 - KERNEL32: o OpenFileMapping fix131 (Notes replication seems to work now)132 o MapViewOfFile fix; all named file mappings can be shared133 (files & memory only)134 135 2002-03-22: Sander van Leeuwen <sandervl@xs4all.nl>136 - KERNEL32: o Removed FindResource hooks137 - USER32: o Added LoadImageW hook for custom builds138 - DDRAW: o Do not use XFree driver unless fullscreen mode is enabled139 140 2002-03-22: Yuri Dario <mc6530@mclink.it>141 - USER32: o EnumThreadWindows fix (necessary due to recent process &142 thread id changes)143 144 2002-03-20: Platon Fomichev <platon@innotek.de>145 - USER32: o Fixes and changes for minimizing windows (minimized window146 list; restore; icon paint)147 148 2002-03-20: Sander van Leeuwen <sandervl@xs4all.nl>149 - USER32: o BeginPaint change; use entire window if window is minimized150 151 2002-03-18: Sander van Leeuwen <sandervl@xs4all.nl>152 - WGSS50: o WGSS update from IBM153 - WSOCK32: o Return requested version in WSAStartup154 - GDI32: o Renamed LibMain to avoid name conflict with custom build155 (shell32)156 157 2002-03-16: Platon Fomichev <platon@innotek.de>158 - COMCTL32: o Ownerdrawn listview control items have no margin159 - USER32: o DIB_BitmapInfoSize fix for 24 bpp bitmaps160 o CloseWindow change; call ShowWindow(SW_MINIMIZE)161 o GetWindowPlacement fix; always return internally stored162 rcNormalPosition163 - WNASPI32: o Added DisableASPI function164 165 2002-03-14: knut st. osmundsen <bird@anduin.net>166 - Fastdep: o Some minor -E<somthing> issues (non Odin32 use).167 168 2002-03-08: Platon Fomichev <platon@innotek.de>169 - USER32: o Menu: fix for double click on minimized window (icon)170 171 2002-03-08: Patrick Haller <patrick.haller@innotek.de>172 - SHELL32: o WINE sync173 o some WPS integration (ShellExecute can open WPS objects)174 - SHLWAPI: o PathIsURLA/W fixes for Flask (crash in Flask->About)175 - USER32: o Moved some icon extraction functions from shell32 to user32176 - MAKEFILES:177 o replaced our version of "netapi32.lib" with "wnetap32.lib"178 to avoid conflict with toolkit179 - WNETAP32: o replaced NETAPI32 references by WNETAP32 to avoid180 toolkit conflict (netapi32.lib)181 o NetBios support implemented (disabled for now)182 (yet resources are global and not per-process)183 - WS2_32: o added fake version of WSAEnumProtocol()184 185 2002-03-07: Platon Fomichev <platon@innotek.de>186 - USER32: o CloseWindow fix (use frame window handle)187 o Minimize window (WinSetWindowPos, SWP_MINIMIZE) on receival188 of minimize syscommand189 190 2002-03-06: Platon Fomichev <platon@innotek.de>191 - USER32: o Fixes for minimized dragging icon and minimized icon distortion192 193 2002-03-05: Platon Fomichev <platon@innotek.de>194 - USER32: o Allow single minimize or maximize button in titlebar (os/2195 appearance)196 197 2002-03-04: Yuri Dario <mc6530@mclink.it>198 - KERNEL32: o Update for Italian NLS info199 o Fall back to English NLS info if time format not found200 201 2002-03-04: Platon Fomichev <platon@innotek.de>202 - USER32: o Fix for window restore from minimized state203 204 2002-02-28: Platon Fomichev <platon@innotek.de>205 - KERNEL32: o Implemented IOCTL_DISK_IS_WRITABLE ioctl & fixes writing206 to floppy (DASD mode)207 208 2002-02-27: Sander van Leeuwen <sandervl@xs4all.nl>209 - USER32: o Removed WindowFromPoint change; has bad effect on many things210 - KERNEL32: o Removable disk access fix211 212 2002-02-26: Sander van Leeuwen <sandervl@xs4all.nl>213 - USER32: o Rewrote GetWindowThreadProcessId (no longer uses WGSS)214 o WindowFromPoint change; enumerate z-order, not parent-children215 - KERNEL32: o Changed GetCurrentThreadId to return unique global thread id216 ((processid SHL 16) | threadid)217 Thread ids return by WGSS are unique to the process only.218 219 2002-02-25: Sander van Leeuwen <sandervl@xs4all.nl>220 - KERNEL32: o Added hooks for FindResource(Ex)A/W (custom build)221 222 2002-02-24: Sander van Leeuwen <sandervl@xs4all.nl>223 - OLE32: o Added some missing exports224 225 2002-02-23: knut st. osmundsen <bird@anduin.net>226 - MAKEFILES:227 o Cleaned up some demangling mess in makefiles.228 Now both VAC308 and VAC365 builds works again.229 - /Makefile:230 o Added a cleanall rule to /makefile which will cleanup231 for every compiler and all tree build modes.232 o Corrected problemous odin_library rules in /makefile.233 (didn't work on a clean tree)234 - /src/Makefile:235 o Corrected directory locking for lib module.236 (Can now build debug and release builds concurrently.)237 - Tools: o Synced the common kFile* classes with os2tools.238 (The thing you do when you're supposed to do something else.. ;) )239 240 2002-02-23: Sander van Leeuwen <sandervl@xs4all.nl>241 - WSOCK32: o Don't send FD_CONNECT if socket was already connected242 (accept returns connected socket)243 244 2002-02-21: Sander van Leeuwen <sandervl@xs4all.nl>245 - NTDLL/ADVAPI32:246 o Some Wine updates247 248 2002-02-21: Platon Fomichev <platon@innotek.de>249 - IPHLPAPI o GetNetworkParams bugfixes250 251 2002-02-20: Platon Fomichev <platon@innotek.de>252 - IPHLPAPI o Implemented GetAdaptersInfo & GetNetworkParams253 254 2002-02-20: Sander van Leeuwen <sandervl@xs4all.nl>255 - WSOCK32: o Changed reported winsock version to 2.0 (from 1.1)256 o Bugfix for accept when changing flags of active async request257 - COMCTL32: o Listview fix: update item width & height during WM_SIZE258 (fixes incorrect redraws when selecting items in CVP)259 260 2002-02-20: Dmitry Froloff <froloff@os2.ru>261 - PELDR: o Added support for WINDOWSPATH environment variable; PE262 searches for executables in directories listed in WINDOWSPATH263 264 2002-02-19: Sander van Leeuwen <sandervl@xs4all.nl>265 - KERNEL32: o Added support for Russian country code + other countries266 - OLE32: o Removed old code + some unnecessary changes267 - SHELL32: o compile fix for SHBrowseForFolderW (due to recent header changes)268 269 2002-02-18: Patrick Haller <patrick.haller@innotek.de>270 - USER32: o fixed structure size for271 SystemParametersInfo(SPI_GETNONCLIENTMETRICSA)272 o fixed GetModuleHandleW(NULL) string conversion273 274 2002-02-18: knut st. osmundsen <bird@anduin.net>275 - KERNEL32: o Tried to work around the 4.51 toolkit issue with the276 QS*/qs typedefs. Hope this wont cause any problems...277 278 2002-02-18: Sander van Leeuwen <sandervl@xs4all.nl>279 - USER32: o Added function to force color to mono mouse cursor conversion280 (for mouse cursors with more than 2 colors)281 282 2002-02-14: Sander van Leeuwen <sandervl@xs4all.nl>283 - OLE32: o Extended logging added284 o Resync with Wine (20020215)285 (Out of process COM objects; InstallShield 6)286 - OLEAUT32: o Partial resync with Wine (20020215)287 o Extended logging added288 - COMCTL32: o Extended logging added289 - KERNEL32: o Named pipe updates290 291 2002-02-13: Sander van Leeuwen <sandervl@xs4all.nl>292 - SHELL32: o Extended logging added293 294 2002-02-12: Sander van Leeuwen <sandervl@xs4all.nl>295 - SHLWAPI: o StrFromTimeIntervalA/W takes 4 parameters, not 2296 o Added extended logging297 298 2002-02-12: Platon Fomichev <platon@innotek.de>299 - USER32: o Ignore keyboard messages (PM) with scancode 0300 301 2002-02-11: Platon Fomichev <platon@innotek.de>302 - USER32: o Fix for double enter keyboard messages303 304 2002-02-11: Sander van Leeuwen <sandervl@xs4all.nl>305 - KERNEL32/USER32:306 o Moved Char*, IsChar*, Oem* functions to kernel32307 (forwarders in user32)308 - USER32: o Fixed reference count leak in SetFocus, GetDlgCtrlID,309 EndDialog & window dtor310 311 2002-02-10: Sander van Leeuwen <sandervl@xs4all.nl>312 - USER32: o Extended logging added313 314 2002-02-10: Platon Fomichev <platon@innotek.de>315 - USER32\PMKBDHK:316 o Fixes for shift-enter & shift-enter (numpad)317 - USER32: o Numpad enter fix for GetKeyNameTextA318 319 2002-02-10: Dmitry Froloff <froloff@os2.ru>320 - KERNEL32: o Translate strings used for Dos* functions from Windows321 to OS/2 codepage322 o Translate strings returned by Dos* functions from OS/2323 to Windows codepage324 - USER32: o Translate strings used to set the window title (OS/2 mode)325 from Windows to OS/2 codepage.326 327 2002-02-09: Sander van Leeuwen <sandervl@xs4all.nl>328 - KERNEL32: o Logging updates329 - INCLUDE\makefiles:330 o New rules for generating .def files331 332 2002-02-08: Sander van Leeuwen <sandervl@xs4all.nl>333 - KERNEL32: o Implemented tracing of all exported functions334 (meant to replace ODINFUNCTION* macros; useful mainly335 to improve logging in Wine modules)336 337 2002-02-08: Platon Fomichev <platon@innotek.de>338 - USER32: o Fixes for handling Shift-Enter & Alt-Enter339 340 2002-02-08: knut st. osmundsen <bird@anduin.net>341 - WRC: o Added codepage.c from kernel32 as a hotfix to the342 unresolved external issue. Only the get_char_typeW343 is enabled.344 345 2002-02-07: Sander van Leeuwen <sandervl@xs4all.nl>346 - KERNEL32: o Thread change: determine if thread callback is inside347 a PE dll. If it is, then force switch to win32 TIB.348 (necessary for Opera when loading win32 plugins)349 o Use NLS resources from Wine (no longer rely on OS/2 unicode350 dll)351 o ole2nls update; now use GetLocaleInfoA/W from Wine352 353 2002-02-06: Sander van Leeuwen <sandervl@xs4all.nl>354 - WSOCK32: o minor recv update for error handling355 - USER32: o Ported TrackMouseEvent (Wine 20020122)356 - KERNEL32: o SetWin32TIB update (switch to force switch to win32 FS selector)357 o Force switch to win32 FS selector when calling PE image358 entrypoints (necessary for Odin32 applications that use359 PE dlls (like Opera))360 - COMCTL32: o Wine updates (smoothscroll, ipaddress, rebar, toolbar, tab,361 comboex, imagelist) (20020122)362 - SHLWAPI: o Wine resync (20020122)363 364 2002-02-05: Sander van Leeuwen <sandervl@xs4all.nl>365 - USER32: o Ported SendMessageCallbackA/W, SendMessageTimeoutA/W,366 SendNotifyMessageA/W from Wine (20020122)367 o Rewrote SendMessageA/W to behave more like Wine368 (hook calls)369 370 2002-02-03: Sander van Leeuwen <sandervl@xs4all.nl>371 - KERNEL32; o Added dummy executable class372 o Ported GetTempPathA/W from Wine373
Note:
See TracChangeset
for help on using the changeset viewer.