source: trunk/changelog@ 8250

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

* empty log message *

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