source: trunk/changelog@ 8204

Last change on this file since 8204 was 8204, checked in by sandervl, 23 years ago

* empty log message *

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