source: trunk/changelog@ 8113

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

* empty log message *

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