summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2019-04-23Sessions: warning fixMataes
2019-04-18new_gpg: load key fixGluzskiy Alexandr
get rid of global user_data variable, use one from globals struct everywhere instead
2019-04-18Notes & Reminders: fixed column size saving / restoringGeorge Hazan
2019-04-17UINfoEx: fix for email extra-iconGeorge Hazan
2019-04-15column width saving for Reminders listGeorge Hazan
2019-04-15fixes #1660 (Notes & Reminders: attempt to edit a reminder creates the ↵George Hazan
duplicate item that crashes Miranda on deletion)
2019-04-14manual target platform version assignment required only for ToasterGeorge Hazan
2019-04-14compilation fixGeorge Hazan
2019-04-14fix for a platformGeorge Hazan
2019-04-14fix for referencesGeorge Hazan
2019-04-14also we need filters for VS2019 projectsGeorge Hazan
2019-04-14pack of changes for VS2019George Hazan
2019-04-13Fingerprint: extra icon's missing default imageGeorge Hazan
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12resident icons removedGeorge Hazan
2019-04-12wiping custom icolib functions: MenuItemExGeorge Hazan
2019-04-12wiping custom icolib functions: all another pluginsGeorge Hazan
2019-04-12wiping custom icolib functions: ScriverGeorge Hazan
2019-04-12wiping custom icolib functions: simplestatusmsgGeorge Hazan
2019-04-12wiping custom icolib functions: Popup+George Hazan
2019-04-12wiping custom icolib functions: HistorySweeperLightGeorge Hazan
2019-04-12wiping custom icolib functions: CrashDumperGeorge Hazan
2019-04-12wiping custom icolib functions: ImportGeorge Hazan
2019-04-12UserInfoEx: old icolib management replaced with new oneGeorge 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-08code cleaningGeorge Hazan
2019-04-02minor fix for resource leakGeorge Hazan
2019-03-31icon leak fixesGeorge Hazan
2019-03-29fixes #372 (MirandaG15 plugin crashes when Logitech Gaming Software exits)George Hazan
2019-03-29fixes #1660 completelyGeorge Hazan
2019-03-28version bumpGeorge Hazan
2019-03-28Notes & reminders:George Hazan
- fixes #1660 (date change doesn't affect relative/absolute combo format); - code cleaning; - version bump
2019-03-28StatusManager: unused resource removedGeorge Hazan
2019-03-28unused translations removedGeorge Hazan
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-27I hate Foldersdartraiden
2019-03-27pascal icolib code cleaningGeorge Hazan
2019-03-27UInfoEx: unused icolib code removed, the rest optimized to use Miranda's ↵George Hazan
standard structures
2019-03-26compilation fixGeorge 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-26Rename libaxolitl to libsignaldartraiden
2019-03-26StdPopup and Popup decapitalizationdartraiden
2019-03-25another atempt to make OS version understandableGeorge Hazan
2019-03-22N&R: useless utility functions removedGeorge Hazan
2019-03-22fixed base addresses removedGeorge Hazan
2019-03-22Notes & reminders:George Hazan
- resource id cleaning & reordering; - one more fix related to #1660: stored reminders cannot be edited
2019-03-22fixes #1660 completelyGeorge Hazan
2019-03-21no need to set the base address these daysGeorge Hazan
2019-03-20Notes & reminders:George Hazan
- useless control id IDC_CLOSE removed & replaced with IDCANCEL; - useless functions WriteSettingIntArray / ReadSettingIntArray / UpdateGeomFromWnd removed; - arrays g_reminderListGeom & g_notesListGeom removed, these data are controlled now via standard call of Util_Save/RestoreWindowPosition; - rest of UI code rewritten using UI classes; - code cleaning