source: trunk/changelog@ 8128

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

* empty log message *

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