| [5071] | 1 | /* $Id: changelog,v 1.1243 2001-02-08 18:16:53 sandervl Exp $ */
|
|---|
| [4454] | 2 |
|
|---|
| [5069] | 3 | 2001-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 4 | - KERNEL32: o Standard in/out/error handle fix. Disable change during
|
|---|
| 5 | console init.
|
|---|
| 6 | (fixes output of console applications; input doesn't work well yet)
|
|---|
| [5071] | 7 | - USER32: o Dialog control fix. Creating them with CreateWindowExW does not
|
|---|
| 8 | work since our standard user32 controls are still ASCII.
|
|---|
| 9 | (fixes missing icon control in Acrobat Distiller window)
|
|---|
| [5069] | 10 |
|
|---|
| 11 | 2001-02-08: Michal Necasek <michalnec@volny.cz>
|
|---|
| 12 | - KERNEL32: o RtlUnwind bugfix
|
|---|
| 13 |
|
|---|
| [5064] | 14 | 2001-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 15 | - USER32: o Wrong error set in GetDlgItem. Must be ERROR_CONTROL_ID_NOT_FOUND.
|
|---|
| 16 | (verified in NT4, SP6)
|
|---|
| 17 |
|
|---|
| [5059] | 18 | 2001-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 19 | - USER32: o Get/SetWindowLongA/W, Get/SetWindowWord: must set
|
|---|
| 20 | last error to ERROR_INVALID_WINDOW_HANDLE if window not found.
|
|---|
| 21 | (verified in NT4, SP6)
|
|---|
| 22 | Must also return ERROR_INVALID_INDEX if index is out of range.
|
|---|
| 23 | (used to return ERROR_INVALID_PARAMETER) (verified in NT4, SP6)
|
|---|
| 24 | o Temporary hack to force focus to newly created window
|
|---|
| 25 | (if no Odin window has focus after sending WM_ACTIVATE, set
|
|---|
| 26 | focus to window that received the activate message)
|
|---|
| 27 | (fixes wrong keyboard focus in RealPlayer 8)
|
|---|
| 28 |
|
|---|
| [5055] | 29 | 2001-02-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 30 | - USER32: o DrawEdge bugfixes (signed/unsigned char mismatches)
|
|---|
| 31 | (fixes lines in properties dialog of RealPlayer 8)
|
|---|
| 32 | o Fixed incorrect rounding in dialog control size calculation
|
|---|
| 33 | (fixes wrong height of some dialog controls (rp8 pref. dialog lines))
|
|---|
| 34 | o Don't unregister class if there are still windows that use it.
|
|---|
| 35 |
|
|---|
| [5054] | 36 | 2001-02-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
|---|
| 37 | - Win32k: o Added option for the All-In-One-Object fix to be able
|
|---|
| 38 | to debug PE executables thru the ICAT. Works with pe2lx
|
|---|
| 39 | and win32k.sys.
|
|---|
| 40 | -1<+|-|[*]>
|
|---|
| 41 | +: Applied when needed. (checked)
|
|---|
| 42 | -: Never applied (use this to debug). (not checked)
|
|---|
| 43 | *: Allways applied. (default) (gray)
|
|---|
| 44 | It's also added to Win32kCC as a three state checkbutton.
|
|---|
| 45 |
|
|---|
| 46 | WARNING! This option should only be used for debugging
|
|---|
| 47 | and will cause your system to crash if used with based
|
|---|
| 48 | images!
|
|---|
| 49 | - tools\Common:
|
|---|
| 50 | o Minor changes in the fileformat classes to use kFile.
|
|---|
| 51 |
|
|---|
| [5042] | 52 | 2001-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
|---|
| 53 | - GDI32: o LineDDA fix (wrong calling convention)
|
|---|
| 54 | (fixes crash in Solitaire)
|
|---|
| 55 | - USER32: o clientHeight bugfix. Check hwnd instead of pHps->hwnd.
|
|---|
| 56 | (pHps can be NULL)
|
|---|
| 57 | (fixes crash in Solitaire)
|
|---|
| 58 | - INSTALL: o Include ChangeLog-2001 in daily build
|
|---|
| [5043] | 59 | - COMDLG32: o Merged some changes from Wine (extra notification in
|
|---|
| 60 | FileOpenDlgProc95 & OFN_NOCHANGEDIR support (also added
|
|---|
| 61 | to Unicode version of file open dialog))
|
|---|
| 62 | o Removed workaround for Acrobat Reader file open dialog
|
|---|
| 63 | (Wine update fixed it)
|
|---|