source: trunk/changelog@ 8222

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

* empty log message *

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