Age | Commit message (Collapse) | Author |
|
new useful methods
(cherry picked from commit 9661e86b4d2e1280b6e5e562ffafb46d1b6c0817)
|
|
вызывается неправильное контекстное меню)
|
|
|
|
|
|
|
|
- added method CCtrlBase::GetCaretPos() to calculate context menu position;
- added missing const qualifiers for Get* methods
|
|
|
|
|
|
- fixes #2818 (TabSRMM: не хватает ограничителей)
- fixes #2817 (StdMsg: не хватает ограничителей)
|
|
included into minimum Windows SDK 7.1
|
|
|
|
|
|
"Добавлять пункты в меню контакта")
|
|
from inside WM_NOTIFY)
|
|
|
|
|
|
|
|
|
|
before OnInitDialog)
|
|
|
|
|
|
OnInitDialog isn't needed anymore
|
|
|
|
|
|
содержимое до применения изменений)
|
|
|
|
|
|
|
|
|
|
|
|
subfolders (recursively)
|
|
|
|
|
|
|
|
|
|
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not;
- unused/useless buttons with id=IDOK or IDCANCEL removed;
- brnOk.OnClick replaced with OnApply calls;
- unused/useless calls of EndDialog/EndModal removed;
- minor code cleaning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
settings)
|
|
|
|
- namespace DB declared for commonly used database classes;
- stubs for database event cursors;
- code cleaning
|
|
|
|
|
|
more information here: https://issues.igniterealtime.org/browse/OF-870
|
|
|
|
|