source: trunk/changelog@ 8199

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

* empty log message *

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