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