source: trunk/changelog@ 8120

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

* empty log message *

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