Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- all common options moved to the Clist namespace;
- fixes #2281 (Add option to not clear "NotOnList" group at start);
|
|
|
|
|
|
|
|
Proto_GetBaseAccountName
|
|
|
|
Clist_IsHidden => Contact_IsHidden
Clist_HideContact => Contact_Hide
|
|
variable and unify access to it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively;
- massive code cleaning considering the 'virtual' attribute of overridden methods;
- also fixes #1476 (Don't close "Create new account" window if user not set account name)
|
|
unions replaced with MAllString etc)
|
|
module setting
|
|
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
|
|
|
|
differ only in a build number
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
|
|
|
|
it remains existing for now, but as reference to g_plugin.m_hLang
|
|
|
|
StartPosition, SplashScreen, SpellChecker, Spamotron => CMPlugin
|
|
|
|
|
|
|