source: trunk/changelog@ 8245

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

* empty log message *

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