source: trunk/changelog@ 8142

Last change on this file since 8142 was 8142, checked in by bird, 24 years ago

* empty log message *

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