Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-23 | Sessions: warning fix | Mataes | |
2019-04-18 | new_gpg: load key fix | Gluzskiy Alexandr | |
get rid of global user_data variable, use one from globals struct everywhere instead | |||
2019-04-18 | Notes & Reminders: fixed column size saving / restoring | George Hazan | |
2019-04-17 | UINfoEx: fix for email extra-icon | George Hazan | |
2019-04-15 | column width saving for Reminders list | George Hazan | |
2019-04-15 | fixes #1660 (Notes & Reminders: attempt to edit a reminder creates the ↵ | George Hazan | |
duplicate item that crashes Miranda on deletion) | |||
2019-04-14 | manual target platform version assignment required only for Toaster | George Hazan | |
2019-04-14 | compilation fix | George Hazan | |
2019-04-14 | fix for a platform | George Hazan | |
2019-04-14 | fix for references | George Hazan | |
2019-04-14 | also we need filters for VS2019 projects | George Hazan | |
2019-04-14 | pack of changes for VS2019 | George Hazan | |
2019-04-13 | Fingerprint: extra icon's missing default image | George Hazan | |
2019-04-13 | CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵ | George Hazan | |
HIMAGELIST | |||
2019-04-12 | resident icons removed | George Hazan | |
2019-04-12 | wiping custom icolib functions: MenuItemEx | George Hazan | |
2019-04-12 | wiping custom icolib functions: all another plugins | George Hazan | |
2019-04-12 | wiping custom icolib functions: Scriver | George Hazan | |
2019-04-12 | wiping custom icolib functions: simplestatusmsg | George Hazan | |
2019-04-12 | wiping custom icolib functions: Popup+ | George Hazan | |
2019-04-12 | wiping custom icolib functions: HistorySweeperLight | George Hazan | |
2019-04-12 | wiping custom icolib functions: CrashDumper | George Hazan | |
2019-04-12 | wiping custom icolib functions: Import | George Hazan | |
2019-04-12 | UserInfoEx: old icolib management replaced with new one | George 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-08 | code cleaning | George Hazan | |
2019-04-02 | minor fix for resource leak | George Hazan | |
2019-03-31 | icon leak fixes | George Hazan | |
2019-03-29 | fixes #372 (MirandaG15 plugin crashes when Logitech Gaming Software exits) | George Hazan | |
2019-03-29 | fixes #1660 completely | George Hazan | |
2019-03-28 | version bump | George Hazan | |
2019-03-28 | Notes & reminders: | George Hazan | |
- fixes #1660 (date change doesn't affect relative/absolute combo format); - code cleaning; - version bump | |||
2019-03-28 | StatusManager: unused resource removed | George Hazan | |
2019-03-28 | unused translations removed | George Hazan | |
2019-03-28 | Menu_ModifyItem to receive icolib handle, not HICON | George Hazan | |
2019-03-27 | I hate Folders | dartraiden | |
2019-03-27 | pascal icolib code cleaning | George Hazan | |
2019-03-27 | UInfoEx: unused icolib code removed, the rest optimized to use Miranda's ↵ | George Hazan | |
standard structures | |||
2019-03-26 | compilation fix | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-26 | we shall never load two Popup.dll at a time | George Hazan | |
2019-03-26 | Rename libaxolitl to libsignal | dartraiden | |
2019-03-26 | StdPopup and Popup decapitalization | dartraiden | |
2019-03-25 | another atempt to make OS version understandable | George Hazan | |
2019-03-22 | N&R: useless utility functions removed | George Hazan | |
2019-03-22 | fixed base addresses removed | George Hazan | |
2019-03-22 | Notes & reminders: | George Hazan | |
- resource id cleaning & reordering; - one more fix related to #1660: stored reminders cannot be edited | |||
2019-03-22 | fixes #1660 completely | George Hazan | |
2019-03-21 | no need to set the base address these days | George Hazan | |
2019-03-20 | Notes & 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 |