Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-24 | various unused stuff removed from Pascal headers | George Hazan | |
2019-07-24 | more useless shit cleaned | George Hazan | |
2019-07-24 | code cleaning | George Hazan | |
2019-07-24 | NLHR_PTR - smart pointers make better code | George Hazan | |
2019-07-24 | obsolete code removed from NETLIBBIND | George Hazan | |
2019-07-24 | useless member NETLIBOPENCONNECTION::cbSize removed | George Hazan | |
2019-07-24 | warning fixes | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-07-15 | PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with ↵ | George Hazan | |
avatars | |||
2019-07-12 | compilation fix | George Hazan | |
2019-07-12 | CMake: reduced dependency from prebult libraries. | protomors | |
2019-06-27 | manual access to CList/Group restricted | George Hazan | |
2019-06-04 | fixes #1963 (third portion) | George Hazan | |
2019-06-04 | more fixes for #1963 | George Hazan | |
2019-06-02 | Button_SetIcon_IcoLib - a helper to set MButton's icon using an icolib handle | George Hazan | |
2019-05-29 | all icons with keys replaced with skin password icon SKINICON_OTHER_KEYS | George Hazan | |
2019-05-27 | stupid constants replaced with the smarter ones | George Hazan | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-05-13 | CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc | George Hazan | |
2019-04-24 | warning fix | George Hazan | |
2019-04-13 | Jabber: | George Hazan | |
- Miranda to generate globally unique packet ids; - unused member IJabberInterface::AddTemporaryIqHandler removed; - two rarely used params removed from CJabberProto::AddIQ && CJabberIqManager::AddHandler - code cleaning | |||
2019-04-13 | CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵ | George Hazan | |
HIMAGELIST | |||
2019-04-12 | - extra icons default changed from icon's name to icon's handle; | George Hazan | |
- Skin_GetIconName() considered obsolete and therefore removed; | |||
2019-04-12 | compilation fix | George Hazan | |
2019-04-12 | major crutch for pascal plugins | George Hazan | |
2019-04-12 | missing parameter added | George Hazan | |
2019-04-12 | standard icolib management code added to CMPluginBase | George Hazan | |
2019-04-12 | strange unused shit removed | George Hazan | |
2019-03-27 | Clist events: | George Hazan | |
- no need to save 4 bytes each time we wanna declare protocol-wide events; - all event adding code is forced to be executed in the main thread; - also fixes #1904 (ICQ: mail notification bug); - now we can use any event ids for global events. | |||
2019-03-27 | pascal code cleaning | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-19 | added CCtrlDate::SetTime | George Hazan | |
2019-03-19 | missing CBN_KILLFOCUS handler in CCtrlCombo | George Hazan | |
2019-03-19 | CCtrlDate - new UI class for date/time pickers | George Hazan | |
2019-03-12 | warning fixes | George Hazan | |
2019-03-12 | - unused member CDbLink::m_bSigned removed; | George Hazan | |
- obsolete CCtrlBase private members removed; | |||
2019-03-12 | CCtrlBase: | George Hazan | |
- obsolete private declarations removed; - initialized member CCtrlBase::m_bSilent inited; - warning fixes | |||
2019-03-12 | CRITICAL_SECTION isolated inside mir_cs | George Hazan | |
2019-03-11 | another SAL specification for format strings added | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | George Hazan | |
2019-03-07 | duplicate popup icons moved into global skin | George Hazan | |
2019-03-06 | popups: pascal code cleaning | 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-05 | fixes #1876 (YAPP renamed to StdPopup, to popup service be always present) | George Hazan | |
2019-02-28 | code cleaning / warning fixes | George Hazan | |
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-27 | CLISTEVENT::szTooltip/pszService to be constant | George Hazan | |