Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-02-26 | more fixes related to #1827 - now the core checks unique user ids itself | George Hazan | |
2019-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-25 | PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completely | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-02-22 | SAL macros added to format functions | George Hazan | |
2019-02-19 | TranslateU - translates a string to Utf8 | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-02-19 | utf8 wrappers for CCtrlBase::GetText | George Hazan | |
2019-02-19 | MIME types are of type char, not wchar_t | George Hazan | |
2019-02-19 | fix for a typo | George Hazan | |
2019-02-19 | db_get_utfa supported in PROTO_INTERFACE & CMPlugin | George Hazan | |
2019-02-19 | db_get_utfa -> new function to allocate utf strings dynamically | George Hazan | |
2019-02-19 | old XML API removed | George Hazan | |
2019-02-14 | added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorter | George Hazan | |
2019-02-14 | XML iterators, first version | George Hazan | |
2019-02-13 | CurrencyRates: | George Hazan | |
- own archaic xml processor removed; - Import/Export now uses TinyXml; - massive code cleaning - version bump. | |||
2019-02-12 | UserInfoEx: old xml driver removed & replaced with new tinyxml2 | George Hazan | |
2019-02-12 | tinyxml2 added to mir_core to replace the old xml parser | George Hazan | |
2019-02-11 | unused xml api items removed | George Hazan | |