source: trunk/changelog@ 22036

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

Release 0.8.6.

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