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