Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-26 | more clipboard shit removed | George Hazan | |
2022-09-10 | no need to export Miranda's offal to the outside world | George Hazan | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-16 | Contact_IsGroupChat - a helper to detect chat rooms | George Hazan | |
2022-06-13 | project file fix | George Hazan | |
2022-02-08 | fixes #3022 (Jabber file transfers don't report failure) | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-05-11 | CCtrlCombo::GetCurData = suitable helper for combo boxes | George Hazan | |
2021-04-10 | CloudFile: wrong menu initialization sequence | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-12-19 | fixes #2653 (CloudFile cannot connect) | George Hazan | |
2020-12-11 | fixes #2646 (CloudFile: Dropbox auth is broken) | George Hazan | |
2020-06-04 | UI 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-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-03-22 | SendScreenShot: | George Hazan | |
- fixes #2272 (main dialog doesn't restore cloud service correctly); - CloudService doesn't apply default settings correctly | |||
2020-01-13 | Netlib_GetHeader() - handful utility to avoid writing cycles | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-07-24 | massive warning fix | George Hazan | |
2019-04-12 | wiping custom icolib functions: all another plugins | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-06 | popups: | 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-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-03-02 | all protocols (even virtual ones) moved to the Protocols folder | George Hazan | |