source: trunk/changelog@ 8135

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

* empty log message *

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