source: trunk/changelog@ 8111

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

* empty log message *

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