Age | Commit message (Collapse) | Author |
|
|
|
|
|
- unused members removed (requires new History++ for people who compile Miranda themselves);
- useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively;
- static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible
|
|
|
|
Proto_SetUniqueId / Proto_GetUniqueId
|
|
|
|
|
|
|
|
call
|
|
|
|
MDatabaseCommon
|
|
|
|
|
|
by its short name
|
|
|
|
|
|
|
|
- new method IsChecked for CCtrlCheck
- new methods GetUrl and SetUrl for CCtrlHypelink
- new event OnClick for CCtrlHypelink
- CCtrlSpin inherits from CCtrlData
|
|
|
|
- structure renamed: PROTORECVFILET -> PROTORECVFILE;
- useless service MS_PROTO_AUTHRECV removed;
- Proto_AuthRecv() helper converted into a function.
|
|
|
|
|
|
|
|
m_addcontact.h removed and replaced with Contact_Add* functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dunno how I could miss it
|
|
|
|
|
|
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing
changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
|
|
|
|
|
|
if the event is missing
usable to hook events that disappear after being used
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|