summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
AgeCommit message (Collapse)Author
2019-09-27fix for a function name:George Hazan
Clist_IsHidden => Contact_IsHidden Clist_HideContact => Contact_Hide
2019-09-26Clist_IsHidden / Clist_HideContact - two helpers to hide CList/Hidden ↵George Hazan
variable and unify access to it
2019-07-26warning fixesGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-06-20End of zoo with popup options namesdartraiden
2019-05-31final solution for resource id conflictsGeorge Hazan
2019-05-31unused icons & icon projects removedGeorge Hazan
2019-05-31resource id fixGeorge Hazan
2019-05-29all icons with keys replaced with skin password icon SKINICON_OTHER_KEYSGeorge Hazan
2019-05-27as well as calls of GetVersionEx should be removedGeorge Hazan
2019-04-17UINfoEx: fix for email extra-iconGeorge Hazan
2019-04-14manual target platform version assignment required only for ToasterGeorge Hazan
2019-04-14fix for a platformGeorge Hazan
2019-04-14also we need filters for VS2019 projectsGeorge Hazan
2019-04-14pack of changes for VS2019George Hazan
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12UserInfoEx: old icolib management replaced with new oneGeorge Hazan
2019-03-28unused translations removedGeorge Hazan
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-27UInfoEx: unused icolib code removed, the rest optimized to use Miranda's ↵George Hazan
standard structures
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-11warning fix for non-standard projectsGeorge 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-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-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-14UserInfoEx:George Hazan
- xml iterators; - mad code fixing
2019-02-12more code cleaningGeorge Hazan
2019-02-12code cleaningGeorge Hazan
2019-02-12UserInfoEx: old xml driver removed & replaced with new tinyxml2George Hazan
2019-02-01four forgotten meta services removedGeorge Hazan
2019-01-30remove some ICQ-related codedartraiden
2019-01-30m_icq.h removedGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-11-14code cleaningGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-08-07some old unused shit optimizedGeorge Hazan
2018-08-07UInfoEx: code cleaningGeorge Hazan
2018-07-24database:George Hazan
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s.
2018-07-13default file names for sounds restoredGeorge Hazan
2018-07-12UInfoEx: this should be one sectiondartraiden
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-06-27fixes #1442 (UserInfoEx Button on ToolBar)George Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins