summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-04-24fix for a common version resourceGeorge Hazan
2019-04-23mir_core: warning fixMataes
2019-04-14Netlib_AddressToString expects input in network byte order (fixes issue #1764)obs
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12another missed helperGeorge Hazan
2019-04-12helper should be applied here to avoid a leakGeorge Hazan
2019-04-12wiping custom icolib functions: StdMsgGeorge Hazan
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-12major crutch for pascal pluginsGeorge Hazan
2019-04-12missing parameter addedGeorge Hazan
2019-04-12standard icolib management code added to CMPluginBaseGeorge Hazan
2019-04-12strange unused shit removedGeorge Hazan
2019-03-31icon leak fixesGeorge Hazan
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
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-27не пригодилосьGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-26we shall never load two Popup.dll at a timeGeorge Hazan
2019-03-26StdPopup and Popup decapitalizationdartraiden
2019-03-25major fix for the command-line parserGeorge Hazan
2019-03-24fixes #1897 (rare crash in IRC, when one user changes his nickname)George 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-18Notes & Reminders:George Hazan
- ANSI plugin became Unicode and therefore went under standard project templates; - globals.h renamed to stdafx.h, stdafx.cxx added to a project; - old pascal-style lists replaced with LIST<> templates; - massive code cleaning; - version bump
2019-03-12fixes for format specifiersGeorge 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-12these conditions are identicalGeorge Hazan
2019-03-12another manual critical section removedGeorge 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-07fixes #1889dartraiden
2019-03-07duplicate popup icons moved into global skinGeorge Hazan
2019-03-06fix for the popup window class nameGeorge Hazan
2019-03-06be simplerGeorge Hazan
2019-03-06popups: pascal code cleaningGeorge Hazan
2019-03-06Scott Ellis is an author of YAPPdartraiden
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-05code cleaningGeorge Hazan
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-03-01preventing endless loops on errorGeorge Hazan
2019-03-01crash fix for clicking on tray event iconGeorge Hazan
2019-02-28code cleaning / warning fixesGeorge Hazan
2019-02-27h++ => #1846George Hazan
2019-02-27fixes #1846 (tabSRMM: get my own nick from "MyHandle")George Hazan
2019-02-27fixes #1868 (Miranda NG crashes when trying to access message log)George Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan