#
ebfec38c |
| 20-Sep-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[ATL][ATL_APITEST] Independent ReactOS ATL (RATL) support (#5657)
This is an attempt to make ReactOS ATL (RATL) independent.
https://github.com/katahiromz/RATL
CORE-19153
|
#
3fa90b53 |
| 19-Sep-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[ATL] Default value of dwInitParam is zero instead of NULL (#5703)
Fix warnings when dwInitParam was omitted at CDialogImpl::Create and/or CDialogImpl::DoModal.
|
#
e215a088 |
| 13-Sep-2022 |
Jose Carlos Jesus <zecarlos1957@hotmail.com> |
[ATL] Fix window position to fit in screen area (#4512)
Clicking "Edit compatibility modes" button in the "Compatibility" tab
opens a window centered on the parent window. If we move the parent
wi
[ATL] Fix window position to fit in screen area (#4512)
Clicking "Edit compatibility modes" button in the "Compatibility" tab
opens a window centered on the parent window. If we move the parent
window to one of the screen edges and then click this button again,
the new window will appear off screen.
Adjust position of created window, so now it would be completely visible.
CORE-17089
Reviewed-by: Mark Jansen <mark.jansen@reactos.org>
Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
show more ...
|
#
14dbd66d |
| 26-Dec-2021 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[SDK:ATL] Implement GetDlgItemText(BSTR&), GetTopLevelParent(), GetWindowText(CSimpleString&). (#4207)
And add SAL annotations to the Get***Text family of functions.
|
#
e60a4f00 |
| 27-Dec-2021 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[ATL] atlwin.h: Formatting, and add a comment in IsParentDialog().
|
Revision tags: 0.4.14-release |
|
#
49639c77 |
| 25-Mar-2021 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[ATL] CWindowImplBaseT::WindowProc(): Narrow 2 ATLASSERT() down (#3529)
Addendum to e076e05. CORE-17505
|
#
e076e057 |
| 11-Mar-2021 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[ATL] Add NULL-check in CWindowImplBaseT::WindowProc assertions
CORE-17505
|
#
4f83032a |
| 11-Mar-2021 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[ATL] Split CWindowImplBaseT::WindowProc asserion
CORE-9281
|
#
e24d3cc9 |
| 02-Mar-2021 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SDK][ATL] Fix CWindow::GetWindowText method of BSTR (#3498)
- Fix generic text mapping for GetWindowText and GetWindowTextLength functions.
- Fix the position.
- Fix the length.
- Fail elegantly
[SDK][ATL] Fix CWindow::GetWindowText method of BSTR (#3498)
- Fix generic text mapping for GetWindowText and GetWindowTextLength functions.
- Fix the position.
- Fix the length.
- Fail elegantly if necessary.
CORE-9281
show more ...
|
#
ef3e7a37 |
| 28-Feb-2021 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SDK][ATL] Implement UnsubclassWindow methods (#3492)
I want UnsubclassWindow methods.
- Implement CWindowImpl::UnsubclassWindow method.
- Implement CContainedWindowT::UnsubclassWindow method.
-
[SDK][ATL] Implement UnsubclassWindow methods (#3492)
I want UnsubclassWindow methods.
- Implement CWindowImpl::UnsubclassWindow method.
- Implement CContainedWindowT::UnsubclassWindow method.
- Add SubclassWindow testcase to atl_apitest test program.
- Fix generic text mapping of <atlwin.h>.
CORE-9281
show more ...
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
14374330 |
| 17-Mar-2020 |
Mark Jansen <mark.jansen@reactos.org> |
[ATL] Add some hacks for gcc, since parsing templates is not something it can do
|
#
1a231e1e |
| 15-Jan-2020 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[SDK:ATL] Fix the size of the ATL_WNDCLASSINFOW::m_szAutoName member according to the actual MS-compatible auto-generated window class name.
The autogenerated name has the format: "ATL:<hexadeci
[SDK:ATL] Fix the size of the ATL_WNDCLASSINFOW::m_szAutoName member according to the actual MS-compatible auto-generated window class name.
The autogenerated name has the format: "ATL:<hexadecimal_digits_of_pointer><NULL-terminator>"
and the number of hex digits in 0xABCD1234 (for 32-bit == 4-byte) pointers (without the '0x') is 8 == 4*2, and for 64-bit == 8-byte pointers (e.g. 0xABCDEF0123456789) is 16 == 8*2.
show more ...
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release |
|
#
f9e50f54 |
| 14-Jan-2019 |
Mark Jansen <mark.jansen@reactos.org> |
[ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h Remove all local definitions
|
Revision tags: 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC |
|
#
2c90194a |
| 21-Apr-2018 |
Mark Jansen <mark.jansen@reactos.org> |
[ATL] Add COMMAND_HANDLER macro. CORE-14543
|
Revision tags: 0.4.8-release |
|
#
0182dcd7 |
| 27-Feb-2018 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER - Make sure the DWLP_* values are correct on _WIN64 - Don't use the DWL_* constants, they are not portable. En
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER - Make sure the DWLP_* values are correct on _WIN64 - Don't use the DWL_* constants, they are not portable. Enforce this by removing them entirely from winuser.h - Make sure Get/SetWindowLong*Ptr* is used and pointers are not truncated to LONG
show more ...
|
Revision tags: 0.4.8-RC, 0.4.9-dev |
|
#
406c31ce |
| 06-Dec-2017 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[ATL] CWindow: Add an overload of GetDlgItemText which takes a CSimpleString as parameter
|
#
deb908b0 |
| 05-Dec-2017 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[ATL] -Add COMMAND_CODE_HANDLER macro
|
Revision tags: 0.4.7-release, v0.4.7 |
|
#
a75904fe |
| 31-Oct-2017 |
Amine Khaldi <amine.khaldi@reactos.org> |
[LIB/ATL] Take the gcc code path for the unused macros when compiling with clang. CORE-11799 (#94)
|
Revision tags: 0.4.8-dev, 0.4.7-rc1 |
|
#
e7c29bb1 |
| 23-Oct-2017 |
Giannis Adamopoulos <gadamopoulos@reactos.org> |
[ATL] Add CHAIN_MSG_MAP macro
|
#
31a11bba |
| 20-Oct-2017 |
Mark Jansen <mark.jansen@reactos.org> |
[ATL] Implement CDialogImpl CORE-13903
|
#
c2c66aff |
| 03-Oct-2017 |
Colin Finck <colin@reactos.org> |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|
Revision tags: backups/GSoC_2017/rapps@75905, ReactOS-0.4.6, backups/ros-branch-0_4_6@75728, 0.4.7-dev, ReactOS-0.4.5, backups/ros-branch-0_4_5@74569, ReactOS-0.4.4-CLT2017, backups/ReactOS-0.4.4-CLT2017@74182, ReactOS-0.4.4, backups/ros-branch-0_4_4@74002, ReactOS-0.4.4-FOSDEM2017, backups/ReactOS-0.4.4-FOSDEM2017@73667, ReactOS-0.4.3, backups/ros-branch-0_4_3@73437, backups/sndblst@72664, ReactOS-0.4.2, backups/ros-branch-0_4_2@73087, ReactOS-0.4.1, backups/ros-branch-0_4_1@71718 |
|
#
321bcc05 |
| 24-Apr-2016 |
Pierre Schweitzer <pierre@reactos.org> |
Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
|