1 | /* $Id: changelog,v 1.1261 2001-02-17 15:38:47 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2000-02-17: Yuri Dario <mc6530@mclink.it>
|
---|
4 | - INCLUDE: o Header changes for compiling Opera
|
---|
5 |
|
---|
6 | 2001-02-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
7 | - USER32: o Store active status in custom window word. QWS_FLAGS appears
|
---|
8 | to be modified by PM somewhere.
|
---|
9 | (fixes WM_ACTIVATE loop in Opera when maximizing or restoring
|
---|
10 | the mdi window)
|
---|
11 | o Don't include RDW_NOERASE flag in InvalidateRect/Rgn
|
---|
12 | (fixes background erase for mdi client window in Opera)
|
---|
13 | o IsChild only checked the direct parent of a window. Must
|
---|
14 | check all parents (parents of parents etc)
|
---|
15 | (fixes TAB handling in Opera dialogs)
|
---|
16 | o Ported latest GetNextDlgTabItem from Wine
|
---|
17 | (fixes TAB handling in Opera dialogs)
|
---|
18 |
|
---|
19 | 2001-02-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
20 | - COMDLG32: o Ignore OFN_FILEMUSTEXIST flag in GetSaveFileNameA/W
|
---|
21 | (NT4 seems to ignore it too and it fixes the save dialog
|
---|
22 | in ElstarFormular 2000)
|
---|
23 |
|
---|
24 | 2001-02-14: knut stange osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
25 | - Win32k.lib:
|
---|
26 | o Corrected build breaker: log.h should not be included.
|
---|
27 | log.h was removed from the CINLCUDES two days ago.
|
---|
28 |
|
---|
29 | 2001-02-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
30 | - KERNEL32: o Allocate TLS index of module before loading the dll it needs
|
---|
31 | (some apps assume their executable index is always zero)
|
---|
32 | (fixes crash in BrMSX)
|
---|
33 | o Must use EXC_CallHandler to call RtlUnwind handler
|
---|
34 | (fixes crash during RaiseException in BrMSX)
|
---|
35 | - OPENGL\GLU:
|
---|
36 | o Removed initterm.cpp. Use dllentry.obj instead
|
---|
37 | - INCLUDE\misc.h:
|
---|
38 | o Print file and function name before executing an int 3. (DebugInt3)
|
---|
39 | - *\initterm.cpp:
|
---|
40 | o Wrong calling convention for CRT_Init/Term, ctordtorInit/Term
|
---|
41 | o VAC 3.6.5 ctordtorInit/Term takes one parameter
|
---|
42 | - USER32: o Delay SetFocus when called during processing of WM_SETFOCUS
|
---|
43 | message (not allowed by PM).
|
---|
44 | (fixes keyboard focus in ElstarFormular 2000)
|
---|
45 |
|
---|
46 | 2000-02-13: Michal Necasek <mike@mendelu.cz>
|
---|
47 | - USER32: o Wrong unicode<->ascii translation for some listbox & combobox
|
---|
48 | messages. Must check if the control style includes LB/CB_HASSTRINGS.
|
---|
49 | (CB_FINDSTRING, CB_FINDSTRINGEXACT, CB_SELECTSTRING,
|
---|
50 | LB_FINDSTRING, LB_FINDSTRINGEXACT, LB_SELECTSTRING)
|
---|
51 |
|
---|
52 | 2001-02-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
53 | - Win32k.lib:
|
---|
54 | o Removed /src/win32k/include from the CFLAGS.
|
---|
55 |
|
---|
56 | 2001-02-11: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
57 | - Win32k: o Added symbols for the 14062D kernels.
|
---|
58 | o Added a query API for getting memory information.
|
---|
59 | o Added force preload option - should be very useful when
|
---|
60 | debugging Ring 3 apps with ICAT. (Option -F)
|
---|
61 |
|
---|
62 | 2001-02-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
63 | - ODINCRT: o Completed runtime dll for VAC 3.6.5
|
---|
64 | - WINMM, GLU, CRTDLL, KERNEL32:
|
---|
65 | o Compile fixes for VAC 3.6.5
|
---|
66 | - RASAPI32: o Can't use LXLITE as it crashes on this binary
|
---|
67 | - KERNEL32: o Check handle in LocalLock and return NULL if invalid
|
---|
68 | (some apps use LocalLock to get access to GDI objects; doesn't
|
---|
69 | work in Odin (TODO))
|
---|
70 |
|
---|
71 | 2001-02-10: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
72 | - USER32: o Check if window has been destroyed before accessing
|
---|
73 | this pointer again in SendInternalMessage.
|
---|
74 | (fixes heap corruption in MS Visual C++ 4.2 install)
|
---|
75 | TODO: Needs a permanent and correct solution as this
|
---|
76 | can happen in several other places.
|
---|
77 | Also a potential problem in user32 classes (InfoPtr).
|
---|
78 | o Set last error to ERROR_INVALID_INDEX for invalid class word
|
---|
79 | index.
|
---|
80 |
|
---|
81 | 2001-02-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
82 | - COMCTL32: o Register controls in LibMain, not in DLL_InitTerm
|
---|
83 | - KERNEL32: o Re-register dll if DosFreeModule failed with ERROR_INVALID_ACCESS
|
---|
84 | Dll refuses to unload if it has an active exitlist handler
|
---|
85 | or depends on a dll that registered an exitlist handler.
|
---|
86 | In this case the handle remains valid and the entrypoint of
|
---|
87 | the dll is NOT called for DLL_PROCESS_DETACH. The next time
|
---|
88 | DosLoadModule is called, the entrypoint (and RegisterLXDll)
|
---|
89 | isn't called (DLL_PROCESS_ATTACH).
|
---|
90 | WORKAROUND: Re-register the dll so future functions that
|
---|
91 | use this dll calls don't fail.
|
---|
92 | (fixes crash in shell32 in TextPad 4)
|
---|
93 | o shared & code heap umalloc changed (now more meaningful debug
|
---|
94 | messages in case of heap corruption)
|
---|
95 | - USER32: o WM_MINIMIZE/WS_MAXIMIZE support added to CreateWindow
|
---|
96 | (fixes size of main InstallShield window for Microsoft Visual
|
---|
97 | C++ 4.2)
|
---|
98 | o Fixed FS corruption in DIALOG_DlgDirList (c library function calls)
|
---|
99 |
|
---|
100 | 2001-02-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
101 | - KERNEL32: o Standard in/out/error handle fix. Disable change during
|
---|
102 | console init.
|
---|
103 | (fixes output of console applications; input doesn't work well yet)
|
---|
104 | - USER32: o Dialog control fix. Creating them with CreateWindowExW does not
|
---|
105 | work since our standard user32 controls are still ASCII.
|
---|
106 | (fixes missing icon control in Acrobat Distiller window)
|
---|
107 |
|
---|
108 | 2001-02-08: Michal Necasek <michalnec@volny.cz>
|
---|
109 | - KERNEL32: o RtlUnwind bugfix
|
---|
110 |
|
---|
111 | 2001-02-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
112 | - USER32: o Wrong error set in GetDlgItem. Must be ERROR_CONTROL_ID_NOT_FOUND.
|
---|
113 | (verified in NT4, SP6)
|
---|
114 |
|
---|
115 | 2001-02-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
116 | - USER32: o Get/SetWindowLongA/W, Get/SetWindowWord: must set
|
---|
117 | last error to ERROR_INVALID_WINDOW_HANDLE if window not found.
|
---|
118 | (verified in NT4, SP6)
|
---|
119 | Must also return ERROR_INVALID_INDEX if index is out of range.
|
---|
120 | (used to return ERROR_INVALID_PARAMETER) (verified in NT4, SP6)
|
---|
121 | o Temporary hack to force focus to newly created window
|
---|
122 | (if no Odin window has focus after sending WM_ACTIVATE, set
|
---|
123 | focus to window that received the activate message)
|
---|
124 | (fixes wrong keyboard focus in RealPlayer 8)
|
---|
125 |
|
---|
126 | 2001-02-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
127 | - USER32: o DrawEdge bugfixes (signed/unsigned char mismatches)
|
---|
128 | (fixes lines in properties dialog of RealPlayer 8)
|
---|
129 | o Fixed incorrect rounding in dialog control size calculation
|
---|
130 | (fixes wrong height of some dialog controls (rp8 pref. dialog lines))
|
---|
131 | o Don't unregister class if there are still windows that use it.
|
---|
132 |
|
---|
133 | 2001-02-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
134 | - Win32k: o Added option for the All-In-One-Object fix to be able
|
---|
135 | to debug PE executables thru the ICAT. Works with pe2lx
|
---|
136 | and win32k.sys.
|
---|
137 | -1<+|-|[*]>
|
---|
138 | +: Applied when needed. (checked)
|
---|
139 | -: Never applied (use this to debug). (not checked)
|
---|
140 | *: Allways applied. (default) (gray)
|
---|
141 | It's also added to Win32kCC as a three state checkbutton.
|
---|
142 |
|
---|
143 | WARNING! This option should only be used for debugging
|
---|
144 | and will cause your system to crash if used with based
|
---|
145 | images!
|
---|
146 | - tools\Common:
|
---|
147 | o Minor changes in the fileformat classes to use kFile.
|
---|
148 |
|
---|
149 | 2001-02-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
150 | - GDI32: o LineDDA fix (wrong calling convention)
|
---|
151 | (fixes crash in Solitaire)
|
---|
152 | - USER32: o clientHeight bugfix. Check hwnd instead of pHps->hwnd.
|
---|
153 | (pHps can be NULL)
|
---|
154 | (fixes crash in Solitaire)
|
---|
155 | - INSTALL: o Include ChangeLog-2001 in daily build
|
---|
156 | - COMDLG32: o Merged some changes from Wine (extra notification in
|
---|
157 | FileOpenDlgProc95 & OFN_NOCHANGEDIR support (also added
|
---|
158 | to Unicode version of file open dialog))
|
---|
159 | o Removed workaround for Acrobat Reader file open dialog
|
---|
160 | (Wine update fixed it)
|
---|