source: trunk/changelog@ 22045

Last change on this file since 22045 was 22045, checked in by dmik, 13 years ago

Release 0.8.7.

File size: 78.1 KB
Line 
10.8.7 (2012-12-19)
2------------------
3 - kernel32: Add RegisterDummyExeEx that allows to specify a resource tree
4 simulating the resource section of a real Win32 EXE.
5 - kernel32: Make LoadLibraryEx correctly return the Win32 EXE module handle
6 when given full EXE file name.
7 - kernel32: Serialize stack trace logging on crashes to make sure it's not
8 - kernel32: Increase the maximum number of GDI handles from 1024 to 4096.
9 This fixes some heavily interactive flash content.
10
110.8.6 (2012-10-23)
12------------------
13 - kernel32: Fix crash when using the new SEH scheme (0.8.5 regression).
14 - kernel32: Disable Win32 TIB switch completely by default. This fixes spins
15 in an exception handler loop in some applications (e.g. LibreOffice trying
16 to load JVM.DLL).
17 - kernel32: Add support for custom PE/PEC/W16ODIN paths to ODIN.INI (fixes
18 broken PE/PEC functionality in RPM packages).
19 - kernel32: Add GetCPInfoEx and ConvertThreadToFiber (needed for GTK).
20 - kernel32: Add InitializeSListHead (needed for MSVCR100.DLL).
21 - kernel32: Fix inverted return values in GetFileInformationByHandle and
22 some other APIs (this could confuse Flash 10.1+).
23 - kernel32: Implement GetFileInformationByHandle for directories.
24 - kernel32: Add support for Windows XP SP3 version and make it the default.
25 - user32: Partly implement MsgWaitForMultipleObjectsEx (for Flash 11.4).
26 - shell32: Export SHGetSpecialFolderPathW (needed by Flash 11.4).
27 - crypt32: Disable debug fields of RTL_CRITICAL_SECTION_DEBUG (fixes
28 occasional crashes in CRYPT32.DLL e.g. during playback of some Flash).
29 - odininst: Register DLLs that require registration (fixes playback of some
30 Flash content for Flash versions starting from 10.1).
31 - pe: Don't add .exe if an extension is already present in the program name
32 (this fixes programs like InstallShiled that use non-standard extensions).
33 - pe: Fix memory allocation error for some Win32 EXEs (this error could be
34 displayed if the size of the EXE was too small).
35
360.8.5 (2012-07-21)
37------------------
38 - kernel32: Fix a crash in PE.EXE/PEC.EXE.
39 - kernel32: Export CreateToolhelp32Snapshot, Trhread32First, Trhread32Next
40 stubs (used by Flash).
41 - kernel32: Make SEH work in OS/2 context (to avoid FS register switches
42 to Win32 context and back).
43 - kernel32: Derive HOMEDRIVE/HOMEPATH environment vars from HOME which is
44 used by some applications to locate the home directory.
45 - kernel32: Improve logging (showing current FS mode).
46 - user32: Make WM_MOUSEACTIVATE and WM_PARENTNOTIFY message handling
47 identical to the real Windows behavior.
48 - user32: Return an already existing wrapper from CreateFakeWindowEx()
49 instead of NULL (this is much more practical).
50 - ntdll: export RtlGetVersionNumber.
51 - gdi32: Fix lost text in TextOut() when used with non-identity trasformation
52 matrix. This fixes missing text elements in some applications.
53 - gdi32: Implement wide version of ResetDC(). Used by recent OpenJDK.
54 - iphlpapi: Fix possible crash in GetAdaptersInfo() and friends. This fixes
55 spontaneous crashes that could occur in applications using the network.
56 - Add a new shiny Odin logo to the About Odin dialog.
57 - Make the About Odin system menu item localizable.
58
590.8.4 (2012-03-19)
60------------------
61 - crypt32: Fix occasional crashes in CRYPT32.DLL (e.g. when playing back
62 some Flash contents).
63 - imm32: Initialize KERNEL32.DLL on DLL init (this fixes applications
64 that import IMM32 before KEREL32, e.g. latest OpenJDK builds).
65 - kernel32: Support guard page exceptions (this is used in OpenJDK
66 to implement yellow and red zones on the thread stack).
67 - kernel32: Align stack size interpretation in CreateThread() with MSDN
68 (this may fix "out of stack" exceptions in some applications).
69
700.8.3 (2012-02-07)
71------------------
72 - Add bldlevel info to all Odin DLLs and EXEs.
73 - Fix "Memory allocation failure" error when loading some Win32 EXEs with
74 PE/PEC.
75 - user32: Implement GetComboBoxInfo() needed for some apps.
76 - Fix crashes in CreateIconIndirect()/CreateIconFromResource()/LoadImage()
77 (seen in e.g. WinRAR).
78 - wgss: Fix broken GetFullPathName() that could lead to strange behavior.
79 - Add a bunch of API stubs referenced by the debug version of Flash DLL.
80 - shell32: Implement SHGetDiskFreeSpace[Ex]().
81 - user32: Make sure GetQueueStatus?() correctly reports QS_KEY state (this
82 fixes playback in focused windows in Flash versions above 10.0.45).
83 - kernel32: Implement SwitchToThread().
84 - Brush up log files in Odin debug builds (human readable timestamps,
85 output serialization, etc.).
86 - user32: Support MIIM_FTYPE/MIIM_STRING flags properly in InsertMenuItem()
87 and SetMenuItemInfo() (this e.g. fixes context menus in Flash > 10.0.45).
88 - Show Odin version number in the About Odin dialog.
89
900.8.2 (2011-12-30)
91------------------
92 - Happy New Year everyone!
93 - Make PEC.EXE keep the console window attached (0.8.1 regression).
94 - Fix hang when loading KERNEL32.DLL from high-mem enabled applications
95 such as Firefox (0.8.1 regression).
96 - Fix crash when doing drag & drop in Odin applications (0.8.1 regression).
97 - winmm: Disable forceful termination of timer threads (this fixes frequent
98 hangs and crashes when playing Adobe Flash content in Firefox).
99 - winmm: Lower thread priority when calling timer functions.
100
1010.8.1 (2011-12-19)
102------------------
103
104 - Port Odin from from IBM VAC 3 to the modern GCC 4 compiler and kLIBC
105 runtime. This improves the stability by getting rid of the old and bogus
106 C runtime of IBM VAC.
107 - Increase the minor version number due to the compiler change.
108 - shlwapi: Enable SHAutoComplete() stub (needed for WinRar 4.x).
109 - kernel32: Add GetUserDefaultUILanguage() and VerifyVersionInfoW() (stub)
110 needed for newer Flash modules.
111 - Temporarily remove the win32k driver from the packages (not ready to be
112 built with the new build framework at the present time).
113
1140.7.1 (2011-09-30)
115------------------
116
117 - Increase the minor version number due to changing the installer to RPM.
118 - wgss: Add a hack to fix changing the current directory in CreateProcess
119 when starting the process of the same type.
120 - kernel32: CreateProcess: Add support for CREATE_UNICODE_ENVIRONMENT. This
121 fixes environment processing in Unicode mode (e.g. in OpenJDK).
122 - kernel32: GetFileAttributesEx: Accept paths with trailing slashes. This
123 fixes unexpected failures in e.g. SmartGit under OpenJDK.
124 - odininst: Create "Program Files" in WINDOWSDIR instead of drive root.
125
1260.6.21668 (2011-07-10)
127----------------------
128
129Dmitriy Kuminov:
130 - kernel32: SEH: Disabled unwinding Win32 exception handlers in response to
131 the OS/2 unwind procedure to prevent endless recursive crashes inside
132 OS2RtlUnwind() happening due to stack corruption under SMP kernel when too
133 many threads are being unwound at once (seen as a lot of c0010001 and
134 c0010002 exceptions in POPUPLOG.OS2 after application termination).
135 - kernel32: Fixed a regression in 0.6.21659 that caused crashes in DOSCALL1
136 when writing to memory mapped files. The wrong code path would incorrectly
137 invalidate memory pages on each write. This affected all OpenJDK apps.
138
1390.6.21659 (2011-06-27)
140----------------------
141
142Dmitriy Kuminov:
143 - kernel32: Fixed crashes in code involving _try/except due to garbage in
144 FS:[0].
145 - kernel32: GetFileAttributesEx?(): Interpret paths like 'X:' as 'X:\'
146 instead of reporting an error, for compatibility with Win32.
147 - kernel32: Propagate exceptions further along the OS/2 chain instead of
148 terminating the application if the last Win32 exception handler (eg the
149 SEH one) returns ExceptionContinueSearch. This lets unhandled exceptions
150 be seen by eg PROCDUMP.
151 - kernel32: SEH: Fixed rare crashes at process termination caused by
152 attempting to unwind the Win32 exception chain twice, the second time
153 after destroying the Win32 TEB block.
154 - kernel32: Fixed: Closing a duplicate of a handle opened with
155 FILE_FLAG_DELETE_ON_CLOSE would not perform file deletion as it should
156 if that duplicate was the last reference to the file (e.g. closed after
157 the original handle).
158 - ole32: Fixed a crash when dragging an object that doesn't support CF_TEXT
159 or CF_HDROP over an OS/2 (non-Odin) window.
160 - shell32: Fixed SHGetFileInfoW(): PIDL input argument was misinterpreted as
161 a string and the display name and type name fields SHFILEINFOW were not
162 properly set on output resulting in garbage on the caller's side.
163 - shell32: SHGetFileInfo(): Differentiate between different drive types
164 (network, local, removable etc) when filling the type name field for paths
165 like 'X:\'.
166 - user32: Fixed standard scroll bar functionality (stuck arrow and thumb
167 buttons) broken in February 2010.
168 - dsound: Open audio devices in shared mode to allow other processes play
169 sound when Java applications are running.
170 - wsock32: Don't start a dummy async thread when WSAEventSelect() is called
171 to simply cancel a non-existing association on a socket.
172 - wsock32: Fixed: Zeroing the async task structure at task termination would
173 prevent the VSemaphore destructor to be called which caused memory leaks.
174 - general: Show a nice error message box and exit instead of crashing if
175 WGSS50.DLL or KERNEL32.DLL initialization fails (eg due to low memory).
176
1770.6.21632 (2011-05-12)
178----------------------
179
180Dmitriy Kuminov:
181 - kernel32: Fixed: Parsing .SYM files when printing the stack trace in debug
182 mode was not thread safe which caused garbage and nested crashes.
183 - kernel32: SEH: Fixed a number of bugs in __try/__catch hangling that could
184 cause a bunch of various crashes when unwinding the Win32 exception chain
185 (usually at process termination, as a result of both a fatal exception or
186 a clean exit).
187 - kernel32: Do not use ODINCRT (VACRT) printf when handling XCPT_UNWIND in
188 debug mode since it's known to produce deadlocks.
189 - kernel32: To complete the Win32 exception chain unwind support, make sure
190 it is unwound when the thread terminates itself with ExitThread or
191 ExitProcess etc. before removing its exception handlers from stack.
192 - wgss: Added a hack that makes sure the system lock is released when the
193 thread terminates. This avoids deadlocks at process termination leading to
194 hanging non-killable zombie processes, which is especially frequent on SMP
195 systems.
196 - gdi32: Fixed broken TextOut? API family that would draw text flipped along
197 the base line.
198 - comdlg32: Made PrintDlg?() use the native PM print dialog instead of the
199 Win32 clone. This looks much more native and gives access to all printer
200 settings.
201 - minivcrt: Fixed _fullpath()/_wfullpath() which was broken in many regards
202 (i.e. it would eat path components starting with "." and "..").
203
2040.6.21606 (2011-03-28)
205----------------------
206
207Dmitriy Kuminov:
208 - general: Workaround the OS/2 loader bug in LIBPATHSTRICT=T mode by always
209 loading DLLs using the base name with no extension (e.g. "MDM" instead of
210 "MDM.DLL"). This fixes various problems like no sound in strict mode.
211 - general: A big bunch of fixes (headers and so on) for SDK mode.
212 - odincrt: Fixed a tiny typo in DosQueryModuleHandleStrict() that could
213 sometimes cause 100% CPU load at application startup eventually leading to
214 SYS1808 due to stack overflow.
215 - kernel32: VirtualQuery: Succeed with MEM_FREE for one page when querying
216 an unallocated address in the private arena (for which DosQueryMem fails
217 with ERROR_INVALID_ADDRESS). This will fix applications relying on proper
218 error reporting.
219 - kernel32: Report ERROR_MOD_NOT_FOUND from LoadLibrary() when it fails to
220 load a DLL due to missing import modules, to mimic Win32 behavior.
221 - tools/wrc: Restored generating GAS output by default. MASM output is now
222 generated by specifying the -M option.
223 - shell32: Shell_NotifyIcon(): Create a copy of the supplied icon because
224 the caller may DestroyIcon() on it at any time (which would cause systray
225 to display an empty rectangle). This matches Windows behavior.
226 - shell32: Implemented support for xsystray (Extended System Tray widget for
227 XCenter) which provides more functionality (in particular,
228 "TaskbarCreated" message broadcasting).
229
2300.6.21577 (2011-02-21)
231----------------------
232
233Dmitriy Kuminov:
234 - iphlpapi: Fixed a crash when building the adapter/interface/address tables
235 due to a bogus ioctl(SIOSTATRT) implementation in OS/2.
236 - kernel32: Implemented generating the high/low index values (using a CRC32
237 and a hash function on the fuill file name) and filling up the volume
238 serial number in a structure returned by GetFileInformationByHandle().
239 - kernel32: Implemented GetVolumePathName() API.
240 - kernel32: Disabled logging exceptions in release builds through RAS since
241 this involves .sym file reading and significantly slows down applications
242 that use exception handlers like traps for implementing application logic.
243 - kernel32: Fixed a bunch of OSLibDos* functions dealing with file names
244 that passed ANSI strings to the OS/2 APIs w/o first converting it to the
245 OEM codepage which caused "file not found" errors in various Win32 APIs
246 like GetFileAttributesEx() on file names Cyrillic, umlauts, etc.
247 - winmm: Accept handles returned by mixerOpen() as IDs in mixerGetDevCaps()
248 (according to MSDN) which fixes sound in applications using these IDs.
249 - dsound: Enumerate the default sound device twice in DirectSoundEnumerate()
250 (according to MSDN) to make applications relying on this work.
251
252Older Releases
253--------------
254
2552011-01-12: Dmitry A. Kuminov
256 - minivcrt: Use the own version of _fullpath() instead of the kLIBC one
257 because the latter isn't capable of resolving non-existent paths
258 (it allows only the last component to not exist) and it may also
259 unexpectedly change the current drive of the calling process.
260 - user32: Fixed national character input in a foreign process when an
261 Odin DLL attaches to it (such as Firefox and Flash 10) which was broken
262 in the previous release.
263 - user32: Fixed incorrect code page translation of window title text seen
264 in windows created on threads other than the main GUI thread.
265 - user32: Make GetQueueStatus() return actual message summary in high word
266 instead of the copy of the low word.
267 - user32: Fixed a crash during DnD when the dragged object was moved through
268 the title over the window frame.
269
2702010-12-30: Dmitry A. Kuminov
271 - Deduce Windows time zone from the current TZ setting.
272 - Lots of various fixes and improvements (to be specified later,
273 this is a test build).
274
2752010-09-06: Dmitry A. Kuminov
276 - Lots of various fixes and improvements (to be specified later,
277 this is a test build).
278
2792009-09-21 Andy Willis <abwillis1@gmail>
280 VAC365 updates. Mostly done by Dietrich. Couple by Steven Levine and some by myself.
281 src/odinprof/makefile
282 src/user32/Makefile
283 src/shell32/makefile
284 src/twain_32/makefile
285 src/imm32/makefile
286 src/winmm/mcicda/makefile
287 src/winmm/winmm.mak
288 src/dsound/dsmixer.cpp
289 src/dsound/makefile
290 src/ddraw/makefile
291 src/gdi32/makefile
292 src/winspool/winspool.cpp
293 src/winspool/makefile
294 src/win32k/win32k.tools.mk
295 src/win32k/win32k.mak
296 src/kernel32/kernel32.mak
297 src/kernel32/_ras.cpp
298 src/driverdll/makefile
299 src/libwrap/makefile
300 src/wnaspi32/makefile
301 src/capi2032/makefile
302 src/wsock32/makefile
303 src/odincrt/makefile
304 src/comdlg32/makefile
305 src/libwrap/libwrap0.mak
306 src/libwrap/libwrap1.mak
307
308
3092004-10-12: Chris Wohlgemuth <cinc@innotek.de>
310 - OLEAUT32:
311 o VarBstrFromDec() and VarDecFromStr() removed from stubs.cpp.
312 These are now implemented in variant.c.
313
3142004-10-11: Chris Wohlgemuth <cinc@innotek.de>
315 - OLEAUT32:
316 o duplicate V_DECIMAL(A) macro removed
317
3182004-10-08: Chris Wohlgemuth <cinc@innotek.de>
319 - KERNEL32: Added RegOpenCurrentUser() to registry.cpp.
320 - OLE32: ifs.c, Added some more comprehensive debug output to the IMalloc interface.
321 compobj.c, Added stub for CLSIDFromProgIDEx().
322 - OLEAUT32: o Added VT_R8 support to VarCmp (SvL)
323 - OLEAUT32: o Rewrote VarNumFromParseNum()
324 o Added VarDecFromStr() from Wine.
325 o VarParseNumFromStr() updated with Wine code
326 o Updated DECIMAL struct (include\win\windef.h) to Wine level.
327 o updated V_DECIMAL(A) macro (oleaut.h) to Wine level.
328 - OLEAUT32: variant.c, Added stubs for:
329 VarDecAdd()
330 VarDecMul()
331 VarDecSub()
332 VarDecAbs()
333 VarDecFix()
334 VarDecInt()
335 VarDecNeg()
336 VarDecRound()
337 VarDecCmp()
338 VarDecCmpR8()
339 VarOr()
340 VarNeg()
341 VarEqv()
342 VarIdiv()
343 VarAbs()
344 VarMod()
345 VarImp()
346 VarFix()
347 VarRound()
348 VarInt()
349 VarFormatNumber()
350 VarFormatPercent()
351 VarWeekdayName()
352 VarMonthName()
353
354 Added from Wine:
355 VarPow()
356 VarXor()
357 VarAdd()
358
359 safearray.c:
360 Added stubs for
361 SafeArrayGetRecordInfo()
362 SafeArraySetRecordInfo()
363 SafeArrayCreateEx()
364
365 Added from Wine:
366 SafeArraySetIID()
367 SafeArrayGetIID()
368
369
3702004-09-23: Chris Wohlgemuth <cinc@innotek.de>
371 -SHLWAPI: Fix for PathSetDlgItemPathW() by D. Teickner so import of reg files with
372 W98-regedit works (taking sizeof(WCHAR) into account).
373
374 2002-06-16: Dmitry Froloff <froloff@os2 >
375 - GDI32: o Fixed font creation for ANSI_CHARSET
376
377 2004-05-24: Eugene Romanenko <eros2@os2 >
378 - SHELL32: o Systray integration with XWP
379
380 2004-05-24: KO Myung-Hun <komh@chollian >
381 - GDI32: o DBCS updates
382 - IMM32: o Created OS/2 implementation
383 - KERNEL32: o DBCS/IMM updates
384 - USER32: o DBCS/IMM updates
385
386 2003-05-11: Dietrich Teickner <Dietrich_Teickner@t-online >
387 - USER32: o Added wrappers for calling window handlers
388
389 2004-05-07: KO Myung-Hun <komh@chollian >
390 - GDI32: o DBCS updates
391
392 2004-05-06: Sander van Leeuwen <sandervl@innotek >
393 - COMDLG32: o Update the hDevNames member of the printer dialog structure
394 whenever the user chooses another printer
395
396 2004-05-03: knut st. osmundsen <bird-changelog@innotek >
397 - USER32: o Missing clipboard updates
398
399 2004-04-30: Sander van Leeuwen <sandervl@innotek >
400 - COMDLG32: o Always turn off collate support
401 - GDI32: o drawSingleLinePoint: wrong pen style checks
402
403 2004-04-27: Andy Willis <abwillis@comcast >
404 - IMM32: o Renamed to IMM32OS2
405
406 2004-04-19: knut st. osmundsen <bird-changelog@innotek >
407 - USER32: o Changed some critical sections which weren't initiated to
408 VMutex to get automatic initialization.
409 - LIBWRAP: o DosVerifyPidTid.
410
411 2004-04-15: Sander van Leeuwen <sandervl@innotek >
412 - USER32: o SetWindowPos: do not check for position and size redundancy
413
414 2004-04-08: knut st. osmundsen <bird-changelog@innotek >
415 - INCLUDE: o Merged wingdi.h from current WINE CVS.
416 o Added prototypes for new WGSS APIs.
417 - GDI32: o Corrected a few problems due to wingdi.h merge.
418 o Corrected GetDIBits query mode.
419 - USER32: o Rewrote clipboard code completely.
420
421 2004-04-07: Sander van Leeuwen <sandervl@innotek >
422 - KERNEL32: o Profile: flush ini file after write actions
423
424 2004-04-06: Sander van Leeuwen <sandervl@innotek >
425 - WINMM: o Automatically disable audio support when any Crystal driver
426 is detected
427 - KERNEL32: o Changed check for number of memory map views
428
429 2004-04-02: Sander van Leeuwen <sandervl@innotek >
430 - KERNEL32: o ReadFile/WriteFile: wrong page calculation for memory maps
431
432 2004-03-25: Sander van Leeuwen <sandervl@innotek >
433 - GDI32: o LineTo: special case in toWin32LineEnd when inside a path
434 definition
435
436 2004-03-24: Sander van Leeuwen <sandervl@innotek >
437 - GDI32: o CreateDIBitmap: added workaround for DIB_PAL_COLORS mode
438
439 2004-03-24: Vitali Pelenyov <sunlover@innotek >
440 - KERNEL32: o GetVolumeInformation: check for file system buffer size
441
442 2004-03-23: Sander van Leeuwen <sandervl@innotek >
443 - USER32: o MapVirtualKeyA: must convert return value from PM to windows
444 scancodes
445 o OSLibWinTranslateMessage: removed some strange numpad related
446 hacks that caused problems for VK_DECIMAL processing
447
448 2004-03-22: Sander van Leeuwen <sandervl@innotek >
449 - COMCTL32: o Rebar: changed resize fix again
450
451 2004-03-18: Sander van Leeuwen <sandervl@innotek >
452 - USER32: o RedrawWindow: ignore if window is not visible
453 o Dialog: use CallWindowProcA/W for calling the dialog procedure
454 - SHELL32: o Allow shell links to be placed in arbitrary directories
455
456 2004-02-17: knut st. osmundsen <bird-changelog@innotek >
457 - KERNEL32: o Fixed HEAP_strdupW.
458 - USER32: o GpiCreateBitmap() sometimes read too much data, allocate more to
459 prevent hitting the electric fence.
460
461 2004-03-17: Sander van Leeuwen <sandervl@innotek >
462 - COMCTL32: o Merged latest Wine rebar and status controls
463 o Status: invalidate window if SBARS_SIZEGRIP and width or
464 height changed
465 o Rebar: resize control to match parent width in WM_SIZE
466
467 2004-03-16: Vitali Pelenyov <sunlover@innotek >
468 - ODINCRT: o New os2 fast critical section implementation
469
470 2004-03-16: Sander van Leeuwen <sandervl@innotek >
471 - USER32: o Changed SPI_ICONHORIZONTALSPACING & SPI_ICONHORIZONTALSPACING
472 to (75,75)
473 - WINMM: o Check that we aren't overwriting existing data in case
474 we get a lot more audio data than fits in our internal DART
475 buffers.
476 - KERNEL32: o PROFILE_GetSection regression fix (heap corruption)
477 - COMCTL32: o Listview: merged with latest Wine code
478
479 2004-03-15: Sander van Leeuwen <sandervl@innotek >
480 - USER32: o GetKeyboardLayoutNameA; use only the low word returned by
481 GetKeyboardLayout to build the keyboard layout string
482 o SystemParametersInfo: added SPI_ICONVERTICALSPACING &
483 SPI_ICONHORIZONTALSPACING
484 o GetSystemMetrics: corrected SM_CXICONSPACING & SM_CYICONSPACING
485 o SystemParametersInfo: added SPI_SETDRAGFULLWINDOWS
486
487 2004-03-12: Sander van Leeuwen <sandervl@innotek >
488 - SHELL32: o Disabled Shell_NotifyIconA
489 - USER32: o SPI_GETNONCLIENTMETRICS: corrected caption width and height
490 o WM_EXITSIZEMOVE should be sent after the window position
491 and/or size has been changed.
492 - GDI32: o SetDIBitsToDevice/StretchDIBits; set coloruse to DIB_RGB_COLORS
493 for high (>=15) bpp bitmaps; GPI will crash with DIB_PAL_COLORS
494
495 2004-03-12: knut st. osmundsen <bird-changelog@innotek >
496 - KERNEL32: o Added interface to HM for querying the object type.
497
498 2004-03-11: Sander van Leeuwen <sandervl@innotek >
499 - USER32: o More WH_MOUSE changes
500
501 2004-03-10: Sander van Leeuwen <sandervl@innotek >
502 - USER32: o Added support for WH_MOUSE hook
503
504 2004-03-09: Sander van Leeuwen <sandervl@innotek >
505 - GDI32: o SetDIBitsToDevice: fixes for xSrc offset
506
507 2004-03-09: Vitali Pelenyov <sunlover@innotek >
508 - GDI32: o SetDIBitsToDevice: fixes for partial blits
509
510 2004-02-27: Sander van Leeuwen <sandervl@innotek >
511 - USER32: o Re-assert DC transformation and y-inversion after SetWindowPos
512 o Fixed b&w mouse cursors
513 - GDI32: o SetDIBitsToDevice: fixed bugs when dealing with negative height
514 o StretchDIBits: If biClrUsed equals 0, set it to (1<<bitcount)
515 Disabled DIB_PAL_COLORS workaround
516 o SetDIBitsToDevice: removed Matrix driver bug workaround;
517 - NETAPI32: o Removed all OS/2 Netbios dependencies
518
519 2003-02-24: Dietrich Teickner <Dietrich_Teickner@t-online >
520 - KERNEL32: o CreateProcess fix
521
522 2004-02-23: Sander van Leeuwen <sandervl@innotek >
523 - USER32: o Backed out RedrawWindow change
524 o Edit: wrong ScrollWindowEx call; must include SW_ERASE
525 o ScrollWindowEx: set background erase flag for SW_ERASE
526
527 2004-02-20: Sander van Leeuwen <sandervl@innotek >
528 - KERNEL32: o Default CPU is set to Pentium if the one in the system isn't recognized
529
530 2004-02-19: Sander van Leeuwen <sandervl@innotek >
531 - USER32: o RedrawWindow; wrong check for update region when clearing
532 WM_ERASEBKGND flag.
533
534 2004-02-19: KO Myung-Hun <komh@chollian >
535 - KERNEL32: o DBCS fixes for console & resource functions
536
537 2004-02-17: Sander van Leeuwen <sandervl@innotek >
538 - GDI32: o CreateDCA: special handling of FILE and FILE: ports
539
540 2004-02-16: KO Myung-Hun <komh@chollian >
541 - USER32: o Edit control: DBCS related fixes
542
543 2004-02-16: Sander van Leeuwen <sandervl@innotek >
544 - USER32: o EndPaint; fixed region handle leaks
545 - GDI32: o Another region leak in GdiCombineVisRgnClipRgn fixed
546 o DIB Section: flush used the wrong RGB conversion
547
548 2004-02-13: Sander van Leeuwen <sandervl@innotek >
549 - KERNEL32: o Allocate memory for the map during CreateFileMapping and
550 free it when the map is destroyed
551
552 2004-02-12: Sander van Leeuwen <sandervl@innotek >
553 - GDI32: o PathToRegion failure bugfix + leak fixed
554 o SelectClipPath can fail in printer DCs. Pretend success.
555 - URLMON: o Added HlinkNavigateString, CreateAsyncBindCtx & IsAsyncMoniker stubs
556
557 2004-02-11: Sander van Leeuwen <sandervl@innotek >
558 - USER32: o HODIN_PREWINDOWCREATEDA extension added
559
560 2004-02-10: Sander van Leeuwen <sandervl@innotek >
561 - KERNEL32: o Added ODIN_SetProcessDword function to change the startup
562 information about size, position and state of the main
563 application window.
564 o Rewrote keyboard hook handler to post messages and swallow
565 the one it gets from PM.
566 - GDI32: o Wrong GdiCopyClipRgn return value
567 o Implemented SelectClipPath
568
569 2004-04-04: Platon Fomichev <pfomichev@alarity >
570 - USER32: o Fixed typo in PeekMessageA/W.
571
572 2004-01-30: knut st. osmundsen <bird-changelog@innotek >
573 - USER32: o AttachThreadInput implementation (read hack).
574 - OLE32: o Drag & Drop fixes.
575 o Resynced ole2.c with current wine.
576 - various: o Added DEBUG_LOGGING define to indicate logging in order to
577 make release mode logging possible. Changed a few places where
578 DEBUG were used to include/exclude logging related code.
579
580 2004-01-29: knut st. osmundsen <bird-changelog@innotek >
581 - KERNEL32: o Parse LANG to figure out the language id.
582 - INCLUDE: o Synced language IDs with current wine.
583 This includes moving them from winnls.h to winnt.h.
584 - WRC: o Synced lang2cps table with wine. (needed due to above header update)
585
586 2004-01-21: Sander van Leeuwen <sandervl@innotek >
587 - USER32: o DrawIconEx: handle cyWidth == 0 case correctly
588
589 2004-01-20: Sander van Leeuwen <sandervl@innotek >
590 - KERNEL32: o Wrote wrapper for our exception handler to clear the direction
591 flag on entry (reported by Dietrich Teickner)
592 - WINMM: o MCIWAVE.DRV updates from Wine
593 o mciSendCommandW update from Wine
594 o Hardcoded MCI drivers (cdaudio & waveaudio)
595 o Added LGPL license file
596
597 2004-01-19: Sander van Leeuwen <sandervl@innotek >
598 - USER32: o Allocate DC for windows with CS_CLASSDC style (one per window)
599
600 2004-01-15: KO Myung-Hun <komh@chollian >
601 - GDI32: o Cleanup of text functions
602
603 2004-01-15: knut st. osmundsen <bird-changelog@innotek >
604 - DBGWRAP: o Added optional display of caller address.
605 (Remove NO_CALLER #define)
606 - PE2LX: o Process imports in Ring-3.
607 - KERNEL32: o Rewrote pe2lx classes to match pe2lx import changes.
608 o Made pe2lx classes use the generic export lookup.
609 o Rewrote the generic PE export lookup in the base class
610 to use a binary search and support pe2lx images with
611 differnet RVA calculation.
612 o Fixed a couple of COMMIT_ALL issues where pages were touched
613 by winimagepeldr code before they were preloaded.
614 - USER32: o Removed duplicate (and dangerous) checks on framewindows
615 in a couple of enumerations (OSLibWinQueryClientWindow).
616 - MAKE: o Warn about uninitialized variables for C++ code.
617 (Looks like it give a lot of false warnings on C code, so
618 let's skip it there.)
619
620 2004-01-14: KO Myung-Hun <komh@chollian >
621 - GDI32: o Fixed Ft2CharStringPosAtW(), passing lCount instead len.
622 o Modified Ft2GetTextExtentW(). Now use OSLibGpiQueryCharStringPosAt().
623 o Fixed InternalTextOutAW(). When using font association, the height of
624 DBCS and SBCS chars may be different. In this case, background
625 color make stair below chars.
626 o Fixed GetTextExtentPointA() and GetTextExtentExPointA() to support DBCS.
627
628 2003-01-11: Sander van Leeuwen <sandervl@innotek >
629 - GDI32, USER32, KERNEL32:
630 o Major updates.
631
632 2004-01-08: KO Myung-Hun <komh@chollian >
633 - GDI32: o Fixed FONT_mbtowc(). If charset is 0, CP must not be 1252 in DBCS country.
634 o Restored calcDimensions(). The result of the old is the same as that
635 of O32_GetTextExtent().
636
637 2003-12-29: KO Myung-Hun <komh@chollian >
638 - GDI32: o GetTextExtentPointW fix
639 o GetTextExtentExPointA fix for DBCS leadbytes
640
641 2003-12-29: Dietrich Teickner <Dietrich_Teickner@t-online >
642 - GDI32: o GetTextExtentPointW fix
643
644 2003-12-12: Dietrich Teickner <Dietrich_Teickner@t-online >
645 - KERNEL32: o Fix for memory map offset
646
647 2003-12-01: KO Myung-Hun <komh@chollian >
648 - GDI32: o Use Warpsans Combined in DBCS environments
649 - SHLWAPI: o Forward wvnsprintfA/W to user32
650 - USER32: o wvsnprintfA/W: fixed ascii and unicode conversion
651 o Listbox: added index and length conversion between ANSI and UNICODE
652
653 2003-12-01: Dietrich Teickner <Dietrich_Teickner@t-online >
654 - SHELL32: o Fixed memory leak
655
656 2002-11-21: Dmitry Froloff <froloff@os2 >/Alex Samorukov (samm@os2.kiev )
657 - KERNEL32: o Support for Ukrainian language added
658 o Unicode table updates
659 - USER32: o Ukrainian resources added
660 - TOOLS\WRC:o Unicode table updates
661
662 2003-11-17: Sander van Leeuwen <sandervl@innotek >
663 - USER32: o Destroy switch entry before hiding window in DestroyWindow.
664 (workaround for XCenter problems)
665 - SHELL32: o Destroy icon cache imagelists in SIC_Destroy
666
667 2003-11-14: Sander van Leeuwen <sandervl@innotek >
668 - USER32: o Updates
669
670 2003-11-12: Sander van Leeuwen <sandervl@innotek >
671 - GDI32/USER32:
672 o Clip/visible region changes
673
674 2003-11-12: Dietrich Teickner <Dietrich_Teickner@t-online >
675 - SHELL32: o Resource updates
676 o Shell file operations updates
677
678 2003-11-11: knut st. osmundsen <bird-changelog@innotek >
679 - MAKE: o Added a set of custombuild rules to the root makefile.
680
681 2003-10-30: Sander van Leeuwen <sandervl@innotek >
682 - SHELL32: o Wrong if statement in recent SHAddToRecentDocs patch
683
684 2003-10-24: Sander van Leeuwen <sandervl@innotek >
685 - SHLWAPI: o Removed wrong debug wrappers for forwarders
686 - WININET: o Fixed initterm
687 - VERSION: o Resync with Wine
688 - PEBUILD: o Added
689
690 2003-10-25: knut st. osmundsen <bird-changelog@anduin >
691 - MAKE: o pe_*.obj changes for custombuilds.
692 o Custombuild objects goes into .\bin\<buildmode>.cust so it's
693 possible to build both in the same tree.
694 o Don't build the src/custombuild directory as it's broken.
695
696 2003-10-22: Sander van Leeuwen <sandervl@innotek >
697 - USER32: o Use WC_FRAME for the Odin frame window and subclass it. There's
698 some PM code that makes assumptions about frame window names.
699 o Updates for new keyboard hook
700 - PMKBDHK: o Updates
701
702 2003-10-20: Sander van Leeuwen <sandervl@innotek >
703 - USER32: o PM windows should have no owner if none is specified. (instead
704 of their parent)
705 (NOTE: Potentially dangerous change!)
706
707 2003-10-20: Platon Fomichev <stauff@innotek >
708 - USER32: o On init we should migrate fonts that Windows applications
709 installed globally.
710
711 2003-10-16: Sander van Leeuwen <sandervl@innotek >
712 - SHELL32: o CommandLineToArgvW bugfix from Wine
713 - ADVAPI32: o Check for valid SID pointer in LengthSid
714
715 2003-10-13: Platon Fomichev <stauff@innotek >
716 - COMDLG32: o We should set/clear PD_PRINTTOFILE flag when we click on
717 checkbox to change dialog print structure.
718
719 2003-10-13: Sander van Leeuwen <sandervl@innotek >
720 - WINMM: o Make sure the timer object is not deleted inside the timer
721 callback handler
722
723 2003-10-06: Platon Fomichev <stauff@innotek >
724 - USER32: o Wrong class names (case) for Static, Scroller, Button.
725 - OLEAUT32: o GIF and JPEG static libs for IPicture interface implementation
726
727 2003-10-06: KO Myung-Hun <komh@chollian >
728 - USER32: o Fixed heap corruption when changing windows text (DBCS)
729
730 2003-10-01: Sander van Leeuwen <sandervl@innotek >
731 - USER32: o Clean up global critical section (window handles) during unload
732 - SHELL32: o Added stubs for SHGetNewLinkInfoA/W
733
734 2003-10-01: Platon Fomichev <stauff@innotek >
735 - USER32: o CallWindowProcA/W: don't fail if window handle is invalid
736 - SHELL32: o Add support for Unicode adding of files to 'recent document'
737 - COMCTL32: o Fixed bug when calling function by pointer in MRU funcs
738
739 2003-09-30: knut st. osmundsen <bird-odinspam@anduin >
740 - CMDQD: o Fixed code which messes with STD handles.
741
742 2003-09-18: KO Myung-Hun <komh@chollian >
743 - KERNEL32: o fixed GetAtomNameW() and GlobalGetAtomNameW() to support
744 unicode correctly. (DBCS)
745
746 2003-09-14: knut st. osmundsen <bird-odinspam@anduin >
747 - MAKE: o Synced with other projects using the new buildsystem (which
748 odin doesn really use yet).
749 - TOOLS/BIN:o Updated BuildEnv.cmd. Will now facilitate a global config
750 file in the ETC directory if not a local one is found.
751
752 2003-09-07: knut st. osmundsen <bird-odinspam@anduin >
753 - LIBWRAP: o Do all .asm's in with on ALP.
754
755 2003-08-22: Sander van Leeuwen <sandervl@innotek >
756 - USER32: o Ignore messages sent or posted to the desktop window
757 o Post/SendMessage: use shared or local memory depending
758 on the target window.
759
760 2003-08-20: Sander van Leeuwen <sandervl@innotek >
761 - USER32: o Do not create CD polling window by default. It can cause
762 PM hangs. (IOCtl blocks indefinitely)
763
764 2003-08-09: Sander van Leeuwen <sandervl@innotek >
765 - IPLOG: o Limit logfile size to 250 MB. When reached, reset file position
766 to start of file.
767
768 2003-08-08: Sander van Leeuwen <sandervl@innotek >
769 - TOOLS\CVTASM:
770 o Header parser and assembly wrapper generator
771 - LIBWRAP: o Assembly wrappers for WGSS and OS/2 functions
772 - USER32: o Update for libwrap
773
774 2003-08-07: KO Myung-Hun <komh@chollian >
775 - USER32: o Generate WM_IME_CHAR messages for DBCS input
776 o Process WM_IME_CHAR in Edit, Listbox, Combo controls and
777 default window procedures
778
779 2003-08-06: Sander van Leeuwen <sandervl@innotek >
780 - USER32: o Cleaned up GetMessage/PeekMessage.
781 o Removed DispatchMessage change for WM_CHAR; must return
782 the proper format in Get/PeekMessageA/W.
783 (assuming the GetMessageW/DispatchMessageA combination is
784 not allowed)
785
786 2002-08-06: Dmitry Froloff <froloff@os2 >
787 - KERNEL32: o HMDeviceConsoleOutClass::CreateFile; use current window size
788 instead of default
789
790 2003-08-01: Sander van Leeuwen <sandervl@innotek >
791 - USER32: o Fixed SPI_GETWHEELSCROLLLINES
792 - AVICAP32: o Added stub dll from Wine
793 - KERNEL32: o Added InitializeCriticalSectionAndSpinCount from Rewind
794
795 2003-07-31: KO Myung-Hun <komh@chollian >
796 - USER32: o fixed GetMenuStringA() to truncate DBCS string correctly.
797 o fixed GetMenuItemInfo_common() to truncate DBCS string correctly.
798 o fixed WM_GETTEXT of Win32BaseWindow::DefWindowProcA() and
799 Win32BaseWindow::DefWindowProcW() to ensure null-terminator.
800 o fixed Win32BaseWindow::GetWindowTextA() and Win32BaseWindow::GetWindowTextW()
801 to ensure null-terminator.
802 o fixed memory allocation for windowNameW. When open 'Open common dialog box'
803 memory block of windowNameW is overwritten.
804 o fixed MessageBoxIndirectW() to support unicode correctly.
805 o fixed OSLibWinDispatchMsg() to distinguish ascii message from
806 unicode message in case of the message being sent directly
807 o fixed OS2ToWinMsgTranslate() to process DBCS input.
808 o fixed Win32BaseWindow::MsgChar() to distinguish ascii from unicode message.
809 o fixed Win32BaseWindow::MsgCreate(), Win32BaseWindow::DefWindowProcA(),
810 Win32BaseWindow::DefWindowProcW() to process messages related to
811 window name such as WM_GETTEXT, WM_GETTEXTLENGTH, WM_SETTEXT, and so on.
812 o fixed Win32BaseWindow::GetWindowTxtLength(), Win32BaseWindow::GetWindowTextA(),
813 and Win32BaseWindow::GetWindowTextW() to process window name correctly.
814 o fixed DispatchMessageW() to call CallWindowProcW() not CallWindowProcA().
815 o fixed WINPROC_UnmapMsg32ATo32W(). len is first word of ptr not lParam on EM_GETLINE.
816 o changed a parameter WPARAC wParam to WPARAC *wParam of WINPROC_MapMsg32WTo32A() and
817 WINPROC_UnmapMsg32WTo32A() to process WM_GETTEXT.
818 o fixed WINPROC_MapMsg32WTo32A(). When EM_GETLINE mapped, first word of lParam
819 is ascii length not unicode length.
820 o improved WINPROC_CallProc32ATo32W() and WINPROC_CallProc32WTo32A() to process WM_CHAR
821 and WM_GETTEXTLENGTH, LB-GETTEXTLEN, CB_GETLBTEXTLEN.
822 o fixed edit control to process WM_CHAR including splitted DBCS chars.
823 o fixed listbox control to process WM_CHAR including splitted DBCS chars.
824
825 2002-07-31: Dmitry Froloff <froloff@os2 >
826 - USER32: o Convert WM_CHAR characters to UTF-16 for unicode windows
827
828 2003-07-28: Platon Fomichev <stauff@innotek >
829 - WMC: o Port of Wine Windows Message Compiler
830 - KERNEL32: o Fixed loading of unicode messages and added loading of
831 internal ones. (message file from Rewind)
832
833 2003-07-28: knut st. osmundsen <bird-odin-spam@anduin >
834 - USER32: o Updates
835 - OLEPRO32: o Updates
836 - ODINCRT: o Use fast method to query pid & tid in critical sections
837
838 2003-07-28: Sander van Leeuwen <sandervl@innotek >
839 - USER32: o Updates
840 - WINMM: o Updates
841 - OLE32: o Updates
842 - SHELL32: o Return 'My Computer' when an applications asks for the
843 'Network Places' shell32 object
844 o Filter out hidden files in CreateFolderEnumList if not wanted (Wine update)
845 o Also check for SFGAO_HASSUBFOLDER flag when deciding whether or
846 not to clear SFGAO_FOLDER & SFGAO_HASSUBFOLDER!
847 (---> submit to Wine)
848
849 2003-07-16: KO Myung-Hun <komh@chollian >
850 - SHELL32: o DragQueryFileW; allocate more for unicode conversion (DBCS)
851 - WINMM: o Fixed mciGetErrorStringW() to prevent buffer overflow.
852 o Fixed midiInGetErrorText() and midiOutGetErrorText()
853 to prevent buffer overflow.
854 o Fixed waveInGetErrorTextW() to prevent buffer overflow.
855 o Fixed waveOutGetErrorTextW() to prevent buffer overflow.
856 - GDI32: o Fixed GetTextFaceW() to support unicode correctly. (DBCS)
857 o Fixed calcDimensions(). The width is one point - other point + 1
858 (code currently not active)
859 - KERNEL32: o Added functions to query length after ascii or unicode conversion
860 o Changed the destination length parameter name of lstrcpynWtoA()
861 and lstrcpynAtoW().
862
863 2002-07-16: Yuri Dario <mc6530@mclink >
864 - INSTALL: o Do not overwrite program files registry entry if it already
865 exists and is valid.
866
867 2003-07-16: Dietrich Teickner <Dietrich_Teickner@t-online >
868 - GDI32: o Fix for partial blits in StretchDIBits
869
870 2003-07-14: KO Myung-Hun <komh@chollian >
871 - GDI32: o Fixed InternalTextOutW() and GetTextExtentPointW() to support
872 unicode correctly. (DBCS)
873 - COMCTL32: o Fixed PROPSHEET_CollectSheetInfoA() and PROPSHEET_SetTitleA()
874 to convert ascii to unicode correctly. (DBCS)
875 o Fixed TREEVIEW_TVItemFromItem() and TREEVIEW_BeginLabelEditNotify()
876 to convert ascii to unicode correctly. (DBCS)
877 o Fixed TREEVIEW_SetItemW() to convert unicode to ascii correctly. (DBCS)
878
879 2003-07-11: Dietrich Teickner <Dietrich_Teickner@t-online >
880 - SHELL32: o Shell folder updates
881
882 2003-07-09: knut st. osmundsen <bird-odinspam@anduin >
883 - MAKEFILES:o Invoke RC directly and not thru the CMDQD.
884
885 2002-07-07: Dmitry Froloff <froloff@os2 >
886 - PMKDBHK: o Pass Alt-Shift on to PM (Russian language switch hotkey)
887
888 2003-07-03: Sander van Leeuwen <sandervl@innotek >
889 - USER32: o Free drag transfer structure after sending DM_RENDERCOMPLETE
890 o MapVirtualKey: when mapping VK_A-VK_Z, VK_0-VK_9 to their
891 scancodes, use hardcoded character mapping for convertion.
892
893 2003-06-26: Platon Fomichev <stauff@innotek >
894 - USER32: o ShowWindow(SW_RESTORE) should start the same PM restoration
895 routine as WM_SYSCOMMAND
896
897 2003-06-03: Sander van Leeuwen <sandervl@innotek >
898 - USER32: o Don't search for keyboard accelerators in the default
899 WM_SYSKEYDOWN handler. That's already done in TranslateAccelerator
900 o Send focus messages when we receive the undocumented WM_FOCUSCHANGED
901 PM message. Removes the need for the ugly hack to deal with
902 nested focus changes.
903 - COMCTL32: o Rebar fix for recursive size changes
904
905 2003-06-02: Sander van Leeuwen <sandervl@innotek >
906 - KERNEL32: o CreatePipe: create unique named pipe
907 o CreateNamedPipe: fixed return value + wrong check for duplex pipe
908
909 2003-05-29: Platon Fomichev <stauff@innotek >
910 - COMCTL32: o Listview selection draw code was not ok with OS/2 look
911
912 2003-05-28: Platon Fomichev <stauff@innotek >
913 - COMCTL32: o OWNERDRAW fixes for ListView control
914
915 2003-05-27: Sander van Leeuwen <sandervl@innotek >
916 - USER32: o Do not send WM_STYLECHANGING/ED messages when the scrollbar
917 control is shown or hidden.
918 o PeekMessage fix (regression from 5-16)
919
920 2003-05-26: Sander van Leeuwen <sandervl@innotek >
921 - COMCTL32: o Use the new resources from Wine.
922
923 2003-05-26: Platon Fomichev <stauff@innotek >
924 - COMCTL32: o Listview selection draw code was incomplete due to resync.
925
926 2003-05-26: Platon Fomichev <stauff@innotek >
927 - COMCTL32: o Patrick's 2001 fixes broke too much. Stay with ReWind for now.
928
929 2003-05-23: Sander van Leeuwen <sandervl@innotek >
930 - KERNEL32: o ClearCommError: lpdwError is allowed to be NULL
931
932 2003-05-16: Sander van Leeuwen <sandervl@innotek >
933 - USER32: o Use our fast critical sections instead of OS/2 mutex semaphores
934 in the timer code.
935 o Handle WM_(SYS)TIMER timer calls in DispatchMessageA/W.
936 We previously called timer handlers when we received WM_TIMER
937 from PM. That's not correct. These messages must be returned
938 by Get/PeekMessage. The handler will not be called if the
939 timer message is not dispatched. (verified in NT4)
940
941 2003-05-16: Platon Fomichev <stauff@innotek >
942 - USER32: o Eat first WM_MOUSEMOVE while menu tracking like windows does
943 to prevent 'auto-clicking' on popup menus that appear in the
944 area of first mouse-click
945
946 2003-05-15: Sander van Leeuwen <sandervl@innotek >
947 - USER32: o Window creation: updated the coordinate fix code with the latest Rewind version
948 o ReleaseDC: always verify window associated with DC
949 - COMCTL32: o Complete resync with latest Wine (except draglist)
950 o Implemented LVM_APPROXIMATEVIEWRECT for LVS_REPORT controls
951 (needed to get rid of a crash; very likely to be incorrect)
952
953 2003-05-14: Sander van Leeuwen <sandervl@innotek >
954 - GDI32: o DIB section: do not fetch more colors from a bitmap header than
955 biClrUsed (if != 0)
956 o GetDIBits: save and restore negative height & log failure
957 - USER32: o Do not send any SetWindowPos related messages if the state
958 of the window doesn't change.
959
960 2003-05-12: Sander van Leeuwen <sandervl@innotek >
961 - KERNEL32: o _lopen: wrong parsing of mode parameter
962 (only found now due to CreateFile changed with dwDesiredAccess)
963
964 2003-05-07: Sander van Leeuwen <sandervl@innotek >
965 - USER32: o Added more members to the TEB structure
966
967 2003-05-06: Sander van Leeuwen <sandervl@innotek >
968 - KERNEL32: o Fixed closing of parent file handle by duplicate memory map
969 o Compare file names instead of handles when checking for
970 duplicate file maps.
971 - USER32: o ReleaseDC check if hwnd parameter is correct (WindowFromDC(hdc))
972 o Messagebox: Wrong ReleaseDC call
973
974 2003-05-06: knut st. osmundsen <bird-odin-spam@anduin >
975 - KERNEL32: o Corrected the handling of OF_PARSE in OpenFile.
976
977 2003-05-05: Sander van Leeuwen <sandervl@innotek >
978 - KERNEL32: o Handle files opened with 0 for dwDesiredAccess seperately.
979 Those handles can only be used with a limited nr of functions
980 (such as GetFileType/Size/Time)
981 - IPHLPAPI: o Implemented GetIpAddrTable, GetIfTable & GetFriendlyIfIndex
982
983 2003-05-02: Sander van Leeuwen <sandervl@innotek >
984 - USER32: o Keep track of all open window DCs
985 o During WM_VRNENABLED we must query the visible region
986 of all open DCs to ensure that GPI updates the visible
987 region (e.g. when a window has moved).
988 A bug in PM/GPI causes open DCs to get out of sync when
989 moving windows with full window drag enabled.
990 (without full window drag there is no such problem due
991 to the use of LockWindowUpdate)
992
993 2003-04-30: Platon Fomichev <stauff@innotek >
994 - USER32: o In WM_PARENTNOTIFY correctly map window coordinates for each
995 window we send this message to.
996 Correctly finish PM minimize sequence.
997 Correctly switch titlebar higlight on activate/deactivate.
998
999 2003-04-30: Dietrich Teickner <Dietrich_Teickner@t-online >
1000 - SHLWAPI: o Fixed PathIsUrlA/W
1001 - KERNEL32: o Changed dll renaming to include extension if it's not .dll
1002 - ODIN.INI: o Update for kernel32 change
1003 (IMPORTANT: must update your odin.ini with this one or
1004 delete the current file)
1005
1006 2003-04-27: Platon Fomichev <stauff@innotek >
1007 - USER32: o Correctly finish PM restore procedure from minimized state.
1008 o Use Stock brush for minimized icon fill when it is not
1009 allocated.
1010
1011 2003-04-25: Sander van Leeuwen <sandervl@innotek >
1012 - NTDLL: o Initialize kernel32 first (circular dependency between
1013 kernel32 & ntdll)
1014
1015 2003-04-25: knut st. osmundsen <bird-odin-spam@anduin >
1016 - USER32: o Fake window subclass FS bugfix.
1017
1018 2003-04-24: knut st. osmundsen <bird-odin-spam@anduin >
1019 - USER32: o Fake window init bugfixes
1020
1021 2003-04-24: Sander van Leeuwen <sandervl@innotek >
1022 - USER32: o EndDialog: Enable owner window regardless of whether it was
1023 enabled before dialog creation. When the owner
1024 is disabled and we hide the dialog, then PM switches
1025 focus to another application. (hidden windows cannot
1026 have focus)
1027 o Win32BaseWindow::GetWindowFromOS2Handle: also check fake
1028 windows)
1029
1030 2003-04-24: Platon Fomichev <stauff@innotek >
1031 - USER32: o Fixed restore/maximize from minimized state for MDI windows.
1032
1033 2003-04-15: knut st. osmundsen <bird-odin-spam@anduin >
1034 - USER32: o Properties allocated from shared memory.
1035 o Fake window updates.
1036
1037 2003-04-15: knut st. osmundsen <bird-odin-spam@anduin >
1038 - src/makefile:
1039 o Build NTDLL too. (netlabs only)
1040
1041 2003-04-14: knut st. osmundsen <bird-odin-spam@anduin >
1042 - USER32: o Implemented SW_SHOWDEFAULT.
1043 - KERNEL32: o Changed initialization of StartupInfo to take the actual
1044 values of the CreateProcess call (but for the strings).
1045 (not complete)
1046
1047 2003-04-11: knut st. osmundsen <bird-odin-spam@anduin >
1048 - USER32, KERNEL32, include/win/thread.h:
1049 o Implemented WM_COPYDATA.
1050
1051 2002-04-11: Sander van Leeuwen <sandervl@innotek >
1052 - USER32: o Send WM_WINDOWPOSCHANGED for ShowWindow(SW_SHOWWINDOW)
1053 o Tool windows (WS_EX_TOOLWINDOW) don't have minimize or maximize
1054 buttons. (testing shows this in NT4)
1055 o Changed default hittest handler to check for WS_EX_TOOLWINDOW
1056 (system menu & min/max buttons)
1057 o MENU_TrackKbdMenuBar: check for WS_EX_TOOLWINDOW before using
1058 the system menu.
1059 o Display tool window titlebars in win32 style. They are supposed
1060 to be thinner than standard PM titlebar controls.
1061
1062 2003-04-11: Dmitry Froloff <froloff@os2 >
1063 - KERNEL32: o Console updates
1064
1065 2003-04-10: Platon Fomichev <stauff@innotek >
1066 - MSVCRT : o MSVCRT updates, forwarders to stdcall functions, lots of funcs
1067 now directly imported from NTDLL, resync with latest Wine
1068 - EMXLIBS : o Added yet another wrapper for FS and added some funcs for new
1069 msvcrt
1070 - INCLUDE : o OS2SEL functions corrected for potential optimizing problems
1071 in release build. (Bug found and corrected by Dietrich)
1072
1073 2002-04-09: Sander van Leeuwen <sandervl@innotek >
1074 - KERNEL32: o Unmap memory view when deleting PE dll object.
1075 (problem found by Dietrich)
1076
1077 2003-04-09: Platon Fomichev <stauff@innotek >
1078 - COMCTL32: o Due to flaw in cdecl implementation of GCC temporary
1079 correctly import _wtoi func from NTDLL
1080 - EMXLIBS: o Possible endless loop in OS2FS replacement funcs
1081 (problem found by Dietrich)
1082
1083 2003-04-08: Platon Fomichev <platon@innotek >
1084 - USER32: o Treat LBUTTON press different from others in scrollbar. (WineX resync)
1085
1086 2002-04-08: knut st. osmundsen <Knut.Osmundsen@innotek >
1087 - COMDLG32: o Corrected default printer init. It was crashing with big
1088 printer setups and not handling multiple drivers per device
1089 correctly.
1090
1091 2002-04-08: Sander van Leeuwen <sandervl@innotek >
1092 - USER32: o Menu control: do not paint default menu item strings in bold
1093 if in OS/2 GUI mode
1094
1095 2003-04-04: Platon Fomichev <platon@innotek >
1096 - NTDLL: o Massive update. NTDLL internal tests, almost all
1097 string and conversion funcs. Corrected and beautified .def file
1098 - DOC: o Updated GCCBuildInstructions.txt for GCC 3.2.1
1099
1100 2003-04-03: Sander van Leeuwen <sandervl@innotek >
1101 - WINMM: o Different method for detecting DirectAudio (uniaud, sblive, c-media)
1102 o Added custom build function to disable DirectAudio (always use DART)
1103 o Waveout (DART): handle underrun properly (next buffer write
1104 and position after continueing)
1105
1106 2002-04-02: knut st. osmundsen <bird-odin-spam@anduin >
1107 - WIN32K: o Win32VersionValue in OptionalHeader.
1108
1109 2002-04-02: Yuri Dario <mc6530@mclink >
1110 - INCLUDE, GDI32, USER32, KERNEL32:
1111 o Corrected & changed headers + source updates
1112 - USER32: o Button: WM_SETTEXT fix
1113
1114 2003-04-02: Platon Fomichev <platon@innotek >
1115 - INCLUDE, KERNEL32:
1116 o Corrected HFILE definition as it is in Wine and in Win2k +
1117 header updates.
1118 - INCLUDE\EMXRUNTIME:
1119 o Modified EMX headers
1120 - LIB\EMXSUPPORT:
1121 o Modified EMX libraries
1122
1123 2003-04-01: Sander van Leeuwen <sandervl@innotek >
1124 - GDI32: o Fix for partial dibsection resyncs
1125
1126 2003-04-01: Platon Fomichev <stauff@innotek >
1127 - USER32: o Functions for setting custom frame/cd/window class names
1128
1129 2003-03-31: Dietrich Teickner <Dietrich_Teickner@t-online >
1130 - SHELL32: o Shell file operations update
1131
1132 2003-03-31: Platon Fomichev <platon@innotek >
1133 - KERNEL32: o Added vsnprintfW/snprintfW funcs for syncing with latest
1134 wine NTDLL
1135
1136 2003-03-31: knut st. osmundsen <bird-odin-spam@anduin >
1137 - PE2LX/WIN32K:
1138 o Custombuild feature for excluding dlls. Cleanups.
1139 o Option for making all object RW file.
1140 - KERNEL32: o Made Pe2Lx'ed DLLs work.
1141
1142 2003-03-28: Sander van Leeuwen <sandervl@innotek >
1143 - USER32: o Removed changes for window tracking (move/size) with full
1144 window dragging enabled (2003-03-27)
1145
1146 2003-03-27: Sander van Leeuwen <sandervl@innotek >
1147 - USER32: o Don't change focus when processing mouse button message if
1148 the top parent is a fake window
1149 o Changes for window tracking (move/size) with full window
1150 dragging enabled
1151 - KERNEL32: o Memory map updates
1152
1153 2003-03-26: Sander van Leeuwen <sandervl@innotek >
1154 - KERNEL32: o WaitForSingleObject/(Msg)WaitForMultipleObject fixes to
1155 prevent thread priorities from being accidentally boosted to
1156 time critical
1157
1158 2003-03-22: Sander van Leeuwen <sandervl@innotek >
1159 - USER32: o If an application doesn't validate the update region
1160 while processing WM_PAINT, then we must remember it for
1161 the next time.
1162 Windows will only send a WM_PAINT once until another part of
1163 the window is invalidated. Unfortunately PM keeps on sending
1164 WM_PAINT messages until we validate the update region.
1165 This affects UpdateWindow, RedrawWindow, GetUpdateRgn, GetUpdateRect,
1166 BeginPaint and the next WM_PAINT message.
1167
1168 2003-03-20: Sander van Leeuwen <sandervl@innotek >
1169 - USER32: o WindowFromPoint: only send WM_NCHITTEST to windows belonging
1170 to the current thread
1171 o Changes for fake windows. Moved them into a seperate C++ class
1172 and overload some methods to correct the behaviour.
1173
1174 2003-03-18: Platon Fomichev <platon@innotek >
1175 - USER32: o Shift/Ctrl/Alt+Numpad keys illegal behaviour. Generic numpad
1176 keys like (/*-+) produced garbage.
1177
1178 2003-03-12: Platon Fomichev <stauff@innotek >
1179 - USER32: o GetKeyState and GetAsyncKeyState fixes for numpad keyboard
1180
1181 2003-03-06: Sander van Leeuwen <sandervl@innotek >
1182 - KERNEL32: o Don't change the stack alignment if the thread has less than
1183 128 kb stack.
1184 - WINMM: o Improved accuracy of waveIn/OutGetPosition. (use FPU to prevent
1185 rounding errors)
1186 o Added code to dump played wave data to disk (disabled by default)
1187
1188 2003-03-06: knut st. osmundsen <Knut.Osmundsen@innotek >
1189 - KERNEL32: o The WIN32LOG_FILEBASE env.var. can be used to point the logfile
1190 elsewhere. "%d.log" is added to the value.
1191 o Print szLineExceptionType too in exception dump.
1192 o Custombuild apis for entering and leaving Odin thread context.
1193 o Added functions to quickly get the PID & TID
1194
1195 2003-03-05: knut st. osmundsen <bird-odin-spam@anduin >
1196 - MAKE: o Experimental OTHERS variable.
1197 o Full source path to compilers.
1198
1199 2003-03-05: Sander van Leeuwen <sandervl@innotek >
1200 - WINMM: o timeBegin/EndPeriod: check for upper and lower boundaries
1201 o waveoutGetPosition: return 0 if stream is not active (DART)
1202 o waveinGetPosition: return 0 if stream is not active (DART)
1203 o Don't print a warning for CALLBACK_NULL callbacks
1204 o Added ODIN_waveInSetFixedBuffers, renamed SetFixedWaveBufferSize
1205 to ODIN_waveOutSetFixedBuffers. Used to tell WINMM to use
1206 the waveOutWrite buffer size for the DART buffers.
1207 o Don't pause the wave stream if no buffers left to add. Let
1208 DART detect the underrun condition.
1209
1210 2003-03-04: Platon Fomichev <stauff@innotek >
1211 - USER32: o We did not pay attention to numlock state on numpad keyboard.
1212
1213 2003-03-03: Dietrich Teickner <Dietrich_Teickner@t-online >
1214 - GDI32: o ExtTextOutA: copy string and force zero termination
1215 - SHELL32: o Minor updates
1216
1217 2003-03-03: Sander van Leeuwen <sandervl@innotek >
1218 - WSOCK32: o Removed wrong checks for invalid address parameters in
1219 sendto & recvfrom
1220
1221 2003-03-01: Sander van Leeuwen <sandervl@innotek >
1222 - KERNEL32: o ExitProcess: turn off hard errors & exception popups before
1223 calling O32_ExitProcess (release build only)
1224 o DeleteFile: when deleting a .lnk file, verify if it's a shell
1225 link object file. if so, delete WPS object
1226 o ODIN_DisableFolderShellLink added: disable object creation in
1227 Odin folder. Desktop shortcuts will still be created as WPS
1228 objects on the desktop.
1229 o OSLibWinCreateObject: create shelllink file with WPS object id
1230 - USER32/KERNEL32:
1231 o Move OSLibWinCreateObject to KERNEL32
1232 - SHELL32: o Shelllink: use kernel32 file functions instead of those from
1233 the VAC crt
1234
1235 2003-02-28: Sander van Leeuwen <sandervl@innotek >
1236 - SRC\makefile:
1237 o Skip msvcrt & crtdll for now. Causes too many problems with
1238 Odin builds.
1239 - KERNEL32: o Fixed CreateProcessA regression (Lotus Notes)
1240 o Check for invalid data while measuring the CPU speed. DosTmrQueryTime
1241 isn't very reliable (on laptops).
1242 o ExitProcess: don't remove our exception handler too early
1243 o Map ERROR_PATH_NOT_FOUND (OS/2) to ERROR_INVALID_NAME
1244 - WINMM: o Protect linked timer list with VMutex object.
1245
1246 2003-02-28: knut st. osmundsen <Knut.Osmundsen@innotek >
1247 - MAKEFILES:
1248 o New rule cleanall which tries to wipe out all the output.
1249 o ODIN32_LIB and ODIN32_BIN is now the same for all the CCENVs.
1250 (AFAIK we no longer try compile stuff with many compiles, but
1251 stick too the once which are working, VAC3 or EMX that is.)
1252 o Linenumbers in release mode.
1253 o Pass full source file names to compilers so the debugger easier
1254 will find the the right source.
1255 o Defined STATIC_CRT in src/win32k/utils.
1256 o Profiling: Link with kProfile.lib when DEBUG= and PROFILE=1.
1257 Configured this for EMX targets too. (state: Experimental)
1258
1259 2003-02-28: Platon Fomichev <stauff@innotek >
1260 - USER32: o Wrong checks on restoration point remembering. Maximizing
1261 window from PM icon using keyboard or menu produced wrong
1262 controls.
1263
1264 2003-02-27: Sander van Leeuwen <sandervl@innotek >
1265 - KERNEL32: o VirtualAlloc: fixed handling of commit for a page range
1266 that is not entirely reserved (contains committed pages)
1267 o Don't call WinMessageBox in the unhandled exception filter as
1268 that can hang PM.
1269
1270 2003-02-27: Platon Fomichev <stauff@innotek >
1271 - USER32: o Illegal PM sequence of maximizing from icon state corrected.
1272 Inter-thread controls change caused PM lockups. Rewrote
1273 PM window frame controls manipulation procedure.
1274
1275 2000-02-27: Achim Hasenmueller <achimha@innotek >
1276 - KERNEL32: o MoveFile: detect if source and target file names are on a
1277 different drive and use DosCopy/DosDelete instead of DosMove
1278 in this case.
1279
1280 2003-02-26: Sander van Leeuwen <sandervl@innotek >
1281 - RICHED32: o Rewrote control; no longer creates a child Edit window as this
1282 doesn't happen in Windows and breaks subclassing
1283 o EM_CHARFROMPOS is different for RichEdit controls (lParam is
1284 a POINTL pointer)
1285 o Implemented EM_FINDWORDBREAK
1286
1287 2003-02-25: Sander van Leeuwen <sandervl@innotek >
1288 - USER32: o Bugfix for WPS object creation
1289 - RICHED32: o Added support for EM_SETCHARFORMAT (text & background color)
1290 & EM_SETBKGNDCOLOR.
1291
1292 2003-02-24: Sander van Leeuwen <sandervl@innotek >
1293 - WS2_32: o Implemented non-overlapped WSARecv & WSASend.
1294 - WSOCK32: o check for local host name in gethostbyname. if identical,
1295 then use "localhost" instead
1296 - KERNEL32: o GetFullPathNameA: don't change the input string
1297 o Added ODIN_IsWin32App export to determine whether an app
1298 is a win32 or os2 binary.
1299 - USER32: o Changes for creating WPS objects (win32/os2 app)
1300 o Added function to convert an icon group in memory
1301 - SHELL32: o Convert win32 icon file to os2 format when creating a shell link.
1302
1303 2003-02-23: knut st. osmundsen <bird@anduin >
1304 - TOOLS/ALIASDEF:
1305 o A tool for generating alias records from an .def file.
1306 Something I wrote will playing with NTDLL here.
1307
1308 2003-02-22: Sander van Leeuwen <sandervl@innotek >
1309 - WS2_32: o Added WSARecv(From) & WSASend(To) stubs
1310
1311 2003-02-22: Platon Fomichev <stauff@innotek >
1312 - USER32: o Restoring maximized window from iconic state caused window
1313 frame controls to behave badly. General out-of-sync problems
1314 with frame controls. Invisibility of frame controls after
1315 lots of minimizing/restoring.
1316
1317 2003-02-22: Dietrich Teickner <Dietrich_Teickner@t-online >
1318 - SHELL32: o Shell file operation updates
1319
1320 2003-02-20: knut st. osmundsen <Knut.Osmundsen@innotek >
1321 - KERNEL32: o Added custombuild API for registering a callback for LX Dll
1322 loading thru LoadLibrary*().
1323
1324 2003-02-18: Sander van Leeuwen <sandervl@innotek >
1325 - KERNEL32: o Touch last stack page using ESP. (just in case)
1326 o Cleaned up memory map code.
1327
1328 2003-02-17: Sander van Leeuwen <sandervl@innotek >
1329 - KERNEL32: o FindFirstFile: return ERROR_FILE_NOT_FOUND if DosFindFirst
1330 returns ERROR_PATH_NOT_FOUND
1331 - USER32: o Single Alt down + up always generates WM_SYSKEYUP; reset
1332 iMenuSysKey on WM_KEYUP, so the system menu isn't accidentally
1333 activated.
1334
1335 2003-02-16: Sander van Leeuwen <sandervl@innotek >
1336 - USER32: o ToAscii: fixed wrong checks for VK_SHIFT/CONTROL/MENU
1337 o Fixed broken implementation of GetKeyState, GetAsyncKeyState
1338 and GetKeyboardState
1339 o Do not translate WM_KEYUP to WM_SYSKEYUP if AltGr released
1340 and KC_LONEKEY flag is set. (only for Alt)
1341 o GetKeyboardState, GetKeyState, GetAsyncKeyState:
1342 pretend left Ctrl key is pressed if AltGr down.
1343 - PMKBDHK: o Special handling of AltGr key. Must send Ctrl key messages
1344 like Windows.
1345
1346 2003-02-14: Dietrich Teickner <Dietrich_Teickner@t-online >
1347 - SHELL32: o Shell file operation updates
1348
1349 2003-02-13: Sander van Leeuwen <sandervl@innotek >
1350 - USER32: o Handle SetFocus(0) correctly: keystrokes are converted into
1351 WM_SYSKEYDOWN/(WM_SYSCHAR)/WM_SYSKEYUP messages
1352 o DrawFocusRect: conflict between SetROP2(R2_XORPEN) and
1353 SetBkMode(TRANSPARENT); commenting out the latter for now.
1354 - SHELL32: o Control panel Wine resync
1355 - KERNEL32: o Added ODIN_SetTIBSwitch function to override TIB selector
1356 switching.
1357 o Forward RtlZero/Move/FillMemory to ntdll
1358 - NTDLL: o Cleaned up
1359
1360 2003-02-11: Sander van Leeuwen <sandervl@innotek >
1361 - USER32: o When a window is activated by a mouse click, we must set
1362 focus to the client window (and not the frame!).
1363 o GetSysColor: always return cached colors
1364
1365 2003-02-10: Sander van Leeuwen <sandervl@innotek >
1366 - KERNEL32: o Touch all stack pages we skip in the out of stack workaround for
1367 16 bits code. Jumping over the guard page causes a protection
1368 violation exception.
1369 - USER32: o EnumThreadWindows: must return windows in Z-order
1370 (experiments show EnumThreadWindows in NT4 behaves like this)
1371
1372 2003-02-07: Sander van Leeuwen <sandervl@innotek >
1373 - DDRAW/NTDLL:
1374 o Rename resource directory
1375 - USER32: o Don't save position (for restore) in SetWindowPos if window
1376 is minimized .
1377
1378 2002-02-06: Dietrich Teickner <Dietrich_Teickner@t-online >
1379 - USER32: o Edit control: fixed heap corruption in undo buffer
1380
1381 2003-02-06: Sander van Leeuwen <sandervl@innotek >
1382 - ODINCRT: o Rewrote critical sections to be safe on SMP systems
1383 (previous implementation had one flaw that happened
1384 to be triggered often on my SMP machine)
1385 - USER32: o Edit control: Always kill the timer if in captured state.
1386 The app can call ReleaseCapture before we get the WM_LBUTTONUP
1387 message.
1388 o Send WM_QUERYNEWPALETTE when a window receives focus
1389 o Translate WM_REALIZEPALETTE into WM_PALETTECHANGED
1390 - GDI32: o Must manually correct y coordinates for DIB section blit since
1391 we reset the y inversion back to 0.
1392 (subtract twice the viewport & windows origin y)
1393 o CreateDIBSection: don't get palette from DC if bitmap bits provided
1394
1395 2003-02-05: Sander van Leeuwen <sandervl@innotek >
1396 - KERNEL32: o Check ESP when calling the entrypoint of a newly created thread.
1397 If close to a 64kb boundary, adjust it. Some ancient 16 bits
1398 code will crash if there's not enough stack left.
1399
1400 2003-02-04: Sander van Leeuwen <sandervl@innotek >
1401 - KERNEL32: o Support DuplicateHandle for threads
1402 o Fixed command line parsing regression
1403 - DDRAW: o FS corruption in SetCooperativeLevel
1404
1405 2003-02-02: Sander van Leeuwen <sandervl@innotek >
1406 - INCLUDE\makefiles:
1407 o Define STATIC_CRT for all exe targets
1408
1409 2003-01-30: Sander van Leeuwen <sandervl@innotek >
1410 - KERNEL32: o CreateProcess changes for parsing the application name
1411 and command line strings
1412
1413 2003-01-29: Sander van Leeuwen <sandervl@innotek >
1414 - USER32: o OS/2 Look & Feel is now default
1415 o Use OS/2 colors again in OS/2 L&F mode
1416
1417 2003-01-28: Sander van Leeuwen <sandervl@innotek >
1418 - USER32: o Don't use DrawFocusRect from WGSS anymore
1419 - GDI32: o Fixes for InternalTextOutA without y-inversion (not activated)
1420
1421 2003-01-27: Platon Fomichev <platon@innotek >
1422 - INCLUDE: o Illegal calling convention specified for _System calling
1423 convention in headers for GCC. Bugs in ASM code for SetFS
1424 RestoreFS.
1425 - NTDLL: o In C++ files specify extern "C" for _System calling convention
1426 as well. Affected _DLL_InitTerm
1427
1428 2003-01-23: knut st. osmundsen <bird-odin-spam@anduin.net>
1429 - TOOLS\COMMON, TOOLS\WRC\U:
1430 o Define STATIC_CRT so wrapper headers doesn't kick in.
1431
1432 2003-01-23: Sander van Leeuwen <sandervl@innotek >
1433 - INCLUDE\*.mk:
1434 o Don't use include\incl_vac for statically linked targets
1435 (e.g. tools)
1436 - ODINCRT: o Added wrappers for new & delete operators
1437 - ODINPROF, IPLOG, OLE32\REGSVR32;
1438 o Link with static CRT library
1439 - MAKE\setup.mak:
1440 o Only add include\incl_vac if not building an odin32 app
1441
1442 2003-01-23: Platon Fomichev <platon@innotek >
1443 - DOC: o Added build instructions for GCC
1444 - NTDLL: o Made initntdll a C file to remove C++ GCC stuff for now
1445 and added RtlBitmap support from Wine.
1446 - INCLUDE: o Correced odinlx.h header - problem while compiling with
1447 C compiler.
1448
1449 2003-01-22: Sander van Leeuwen <sandervl@innotek >
1450 - ODINCRT: o Renamed wrapper functions
1451 - INCLUDE\incl_vac:
1452 o Changed VAC headers to rename memory and file functions
1453 (those that change FS when called)
1454 - MAKE, INCLUDE\*.mk:
1455 o Add include\incl_vac first to include path (/I)
1456 - KERNEL32: o Removed WriteLogError
1457
1458 2003-01-22: Platon Fomichev <platon@innotek >
1459 - NTDLL: o Dll load/unload changes
1460
1461 2003-01-21: Sander van Leeuwen <sandervl@innotek >
1462 - DDRAW: o Removed dependency on dive.dll. Load it on demand.
1463 - USER32: o Moved debug wrapper for DDE to dde.cpp
1464
1465 2003-01-19: Sander van Leeuwen <sandervl@innotek >
1466 - KERNEL32: o Only load LVM.DLL when we actually need it.
1467 o CreateProcess bugfix for thread id if launched directly
1468 o CreateFile returns ERROR_ALREADY_EXISTS if file not found
1469 and CREATE_NEW
1470 o Check and correct process type in thread wrapper. WinCreateMsgQueue
1471 fails for non-PM apps. We set it to PM in the VIO loader, but
1472 apparently it can be changed back.
1473
1474 2003-01-18: Sander van Leeuwen <sandervl@innotek >
1475 - KERNEL32: o FindFirstFile must return ERROR_FILE_NOT_FOUND when
1476 the specified file or directory isn't present.
1477 (OS/2 returns ERROR_NO_MORE_FILES)
1478
1479 2003-01-16: Sander van Leeuwen <sandervl@innotek >
1480 - KERNEL32: o Fixed heap corruption in CreateProcess (with current dir)
1481 - USER32: o Only the combo bitmap header is wrong; the others are fine
1482 (regression from 2003-01-05)
1483
1484 2003-01-16: Platon Fomichev <platon@innotek >
1485 - NTDLL: o Changes for building dll with GCC
1486
1487 2003-01-15: Platon Fomichev <platon@innotek >
1488 - MSVCRT: o Updates
1489 - VERSION: o Don't use crtdll
1490 - INCLUDE: o Updates for GCC builds
1491
1492 2003-01-14: Sander van Leeuwen <sandervl@innotek >
1493 - WINMM: o Delete all wave object on unload
1494 o Fix linked list synchronization
1495
1496 2003-01-13: Sander van Leeuwen <sandervl@innotek >
1497 - KERNEL32: o Don't allocate selectors anymore. Allocate tiled memory
1498 and call Dos32FlatToSel.
1499 o Get default stack size from PE header.
1500 o Thread handles not closed properly.
1501
1502 2003-01-12: Sander van Leeuwen <sandervl@xs4all >
1503 - KERNEL32: o Ported QueryDosDeviceA/W from Rewind
1504 Return all valid drive letters in QueryDosDeviceA/W(NULL)
1505 Return full device name for drive letters
1506 o Implemented IOCTL_SCSI_GET_CAPABILITIES
1507 o Do not fail CDIO init if media not present
1508
1509 2003-01-10: Sander van Leeuwen <sandervl@innotek >
1510 - KERNEL32: o Don't close handle in CloseHandle if HANDLE_FLAG_PROTECT_FROM_CLOSE
1511 flag set.
1512 o Implemented Set/GetHandleInformation
1513 o CreateFile: create handles that are not inherited by child
1514 processes by default
1515 Only enable inheritance if specified in security struct
1516 o Create(Named)Pipe: default = not inherited by child processes
1517 Only enable inheritance if specified in security
1518 struct.
1519 o DuplicateHandle; set inheritance flag with SetHandleInformation
1520 o CreateProcess: support for setting stdin/out/err handles
1521 of child process
1522 o PeekNamedPipe: - return ERROR_BROKEN_PIPE when used for unnamed
1523 pipes (which is not allowed in OS/2)
1524 (workaround)
1525 - USER32: o ScrollDC bugfix; must convert rectangle returned by GetClipBox
1526 to device coordinates
1527
1528 2003-01-10: Platon Fomichev <platon@innotek >
1529 - MSVCRT: o Updates
1530 - CRTDLL: o Wine port (forwarder dll to msvcrt)
1531
1532 2003-01-10: Herwig Bauernfeind <herwig.bauernfeind@aon >
1533 - ODINBUG: o Updated to version 0.5.8
1534
1535 2003-01-08: Sander van Leeuwen <sandervl@innotek >
1536 - KERNEL32: o SetTimeZoneInformation: save info in registry:
1537 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
1538 o GetTimeZoneInformation: read info from registery if present;
1539 otherwise call WGSS
1540 o RegQueryValue(Ex)W: workaround to return bytes for strings
1541 must always be executed when lpcbData != NULL.
1542
1543 2003-01-07: Sander van Leeuwen <sandervl@innotek >
1544 - USER32: o Convert color masks to b&w in CreateIconIndirect
1545 - RICHED32: o Don't forward WM_NCCALCSIZE to Edit control or else the
1546 richedit parent's client area is resized. We already
1547 resize the Edit child in the WM_SIZE handler.
1548 o Wrong call to ctordtorTerm; removed it and ctordtorInit
1549 since there's no C++ code in that dll anyway.
1550 - ODININST: o Parse TZ environment variable and save timezone information
1551 to the registry. (default is CET if not found)
1552
1553 2003-01-06: Sander van Leeuwen <sandervl@innotek >
1554 - WSOCK32: o Better method to cancel all async requests in WSACleanup
1555 - USER32: o Invalidate window when it's resized and SWP_NOCOPYBITS
1556 is specified.
1557 o Fixed icon leak in IconForWindow method (call LoadImageA
1558 with LR_SHARED flag to reuse icons)
1559
1560 2003-01-06: Platon Fomichev <platon@innotek >
1561 - ConfigureGCC.cmd,
1562 INCLUDE\win\msvcrt,
1563 INCLUDE\emx makefiles
1564 MSVCRT:
1565 o Wine port of MSVCRT (build with GCC)
1566
1567 2003-01-05: Sander van Leeuwen <sandervl@innotek >
1568 - KERNEL32: o Added ODIN_SetDllLoadCallback; install a dll load hook
1569 that's called as soon as all exports are processed
1570 (so before any code is executed that can use the dll)
1571 o Added ODIN_SetProcAddress; override a name or ordinal export
1572 - USER32: o Corrected wrong bitmap headers in resources
1573 o Added workaround for handling black & white cursors
1574
1575 2002-01-05: Dietrich Teickner <Dietrich_Teickner@t-online >
1576 - USER32: o Return MA_NOACTIVATE in listbox WM_MOUSEACTIVATE handler.
1577 (apparently not necessary anymore in Wine; so probably
1578 caused by something else)
1579
1580 2003-01-04: Sander van Leeuwen <sandervl@innotek >
1581 - USER32: o Corrected drawing of menubar in OS/2 L&F mode (when highlighted)
1582 o Fixed handling of single ALT to select menu
1583 o Use different color for highlighted menus (OS/2 L&F)
1584 - GDI32: o Removed broken handling of TA_RIGHT in TextOut
1585 o Flip bitmap in GetDIBits if height is negative
1586 o Only return bitfield data in GetDIBits if compression set
1587 to BI_BITFIELDS (and lpvBits is not NULL)
1588
1589 2003-01-03: Sander van Leeuwen <sandervl@innotek >
1590 - USER32: o Merged Rewind menu control
1591 o Fixed GetSystemMetrics(SM_CXMENUCHECK); should be 13
1592 o Always use windows system colors (even in OS/2 L&F mode)
1593
1594 2002-01-03: Dietrich Teickner <Dietrich_Teickner@t-online >
1595 - KERNEL32: o Convert timezone names in Set/GetTimeZoneInformation as
1596 WGSS expects/returns ascii strings instead of unicode.
1597
1598 2003-01-02: Sander van Leeuwen <sandervl@innotek >
1599 - KERNEL32: o Set the codepage of the message queue for each new thread
1600 that is created. (done for the main thread in user32)
1601 - USER32: o Fix for composite keyboard character translation
1602 (e.g. ^ on german keyboards)
1603 o SystemParametersInfoA fix for SPI_GETNONCLIENTMETRICS in
1604 OS/2 L&F (font height must be negative)
1605 o Deactivate window when hiding it to force PM to switch focus.
1606 (Note: might cause regressions!)
1607 o Fixed behaviour of SetFocus(NULL); should return the current
1608 focus window.
1609
1610 2003-01-01: Sander van Leeuwen <sandervl@innotek >
1611 - USER32: o Fixes for windows with an iconless class and WS_EX_DLGMODALFRAME
1612 style. (they shouldn't have a system menu)
1613 (either right after creation or when the app add this extended
1614 style later on)
1615 o Remove minimize or maximize controls when the app requests it
1616 (OS/2 GUI mode)
1617 - GDI32: o Cleaned up SetDIBitsToDevice
Note: See TracBrowser for help on using the repository browser.