source: trunk/changelog@ 8133

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

* empty log message *

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