summaryrefslogtreecommitdiff
path: root/src/mir_app/src
AgeCommit message (Collapse)Author
2019-07-12fixes #2004 (ICQ/Clist_modern/core: роняет миранду при ↵George Hazan
подключении протокола ICQ)
2019-07-12unneeded parameter removedGeorge Hazan
2019-07-10dynamic unloaded plugins to be unchecked in Options - PluginsGeorge Hazan
2019-07-10fixes #1943 (after loading plugins via Plugin Updater checkboxes aren't set ↵George Hazan
correctly in Options - Plugins)
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-06-02fixes #1974 (Jabber: buttons' icons disappear after clicking Ok)George Hazan
2019-06-02Button_SetIcon_IcoLib - a helper to set MButton's icon using an icolib handleGeorge Hazan
2019-05-29one unused icon removedGeorge Hazan
2019-05-29all icons with keys replaced with skin password icon SKINICON_OTHER_KEYSGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-05-25Revert 59a6c23efbe3014833e83d14b00da9532e135068dartraiden
2019-05-23Remove obsolete iconsdartraiden
2019-05-21we don't need this perversion anymoreGeorge Hazan
2019-05-02minor fixesMataes
2019-04-25fixes #1929 (jabber menu bug)George Hazan
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-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-24fixes #1897 (rare crash in IRC, when one user changes his nickname)George 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-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-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-05code cleaningGeorge Hazan
2019-03-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan
2019-03-01crash fix for clicking on tray event iconGeorge 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
2019-02-27CLISTEVENT::szTooltip/pszService to be constantGeorge Hazan
2019-02-26Chat_Event not to change the original structure, but to use its own copy insteadGeorge Hazan