summaryrefslogtreecommitdiff
path: root/protocols/CloudFile
AgeCommit message (Collapse)Author
2020-06-04UI classes:George Hazan
- 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
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-03-22SendScreenShot:George Hazan
- fixes #2272 (main dialog doesn't restore cloud service correctly); - CloudService doesn't apply default settings correctly
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-07-24massive warning fixGeorge Hazan
2019-04-12wiping custom icolib functions: all another pluginsGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-02all protocols (even virtual ones) moved to the Protocols folderGeorge Hazan