summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2019-03-27Clist 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-27pascal code cleaningGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-19added CCtrlDate::SetTimeGeorge Hazan
2019-03-19missing CBN_KILLFOCUS handler in CCtrlComboGeorge Hazan
2019-03-19CCtrlDate - new UI class for date/time pickersGeorge Hazan
2019-03-12warning fixesGeorge Hazan
2019-03-12- unused member CDbLink::m_bSigned removed;George Hazan
- obsolete CCtrlBase private members removed;
2019-03-12CCtrlBase:George Hazan
- obsolete private declarations removed; - initialized member CCtrlBase::m_bSilent inited; - warning fixes
2019-03-12CRITICAL_SECTION isolated inside mir_csGeorge Hazan
2019-03-11another SAL specification for format strings addedGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-07Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵George Hazan
controls flags
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
2019-03-07duplicate popup icons moved into global skinGeorge Hazan
2019-03-06popups: pascal code cleaningGeorge 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-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan
2019-02-28code cleaning / warning fixesGeorge Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-27CLISTEVENT::szTooltip/pszService to be constantGeorge Hazan
2019-02-26more fixes related to #1827 - now the core checks unique user ids itselfGeorge Hazan
2019-02-26XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2George Hazan
2019-02-25PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completelyGeorge Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-02-22SAL macros added to format functionsGeorge Hazan
2019-02-19TranslateU - translates a string to Utf8George Hazan
2019-02-19Jabber -> TinyXml2George Hazan
2019-02-19utf8 wrappers for CCtrlBase::GetTextGeorge Hazan
2019-02-19MIME types are of type char, not wchar_tGeorge Hazan
2019-02-19fix for a typoGeorge Hazan
2019-02-19db_get_utfa supported in PROTO_INTERFACE & CMPluginGeorge Hazan
2019-02-19db_get_utfa -> new function to allocate utf strings dynamicallyGeorge Hazan
2019-02-19old XML API removedGeorge Hazan
2019-02-14added operator[] for XMLConstHandle & XMLHandle, making Xpath much shorterGeorge Hazan
2019-02-14XML iterators, first versionGeorge Hazan
2019-02-13CurrencyRates:George Hazan
- own archaic xml processor removed; - Import/Export now uses TinyXml; - massive code cleaning - version bump.
2019-02-12UserInfoEx: old xml driver removed & replaced with new tinyxml2George Hazan
2019-02-12tinyxml2 added to mir_core to replace the old xml parserGeorge Hazan
2019-02-11unused xml api items removedGeorge Hazan
2019-02-11old xml api removed from pascal pluginsGeorge Hazan
2019-02-07MSN was last plugin that used that crap with HTTP GatewaysGeorge Hazan
2019-02-07hopefully last custom UrlDecode implementation removedGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-02-01tabSRMM: old perversion removedGeorge Hazan
2019-02-01four forgotten meta services removedGeorge Hazan
2019-01-31fixes #1806 (Delete /include/delphi/deprecated or move to deprecated)George Hazan
2019-01-31fixes #1807 (Remove obsolete ICQ shit)George Hazan
2019-01-30fixes #1776 (rest of url-related stuff)George Hazan