source: trunk/changelog@ 5064

Last change on this file since 5064 was 5064, checked in by sandervl, 25 years ago

* empty log message *

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