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