summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders
AgeCommit message (Collapse)Author
2020-08-02fixes #2511 (Notes and Reminders: не убираются ↵George Hazan
напоминания)
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-01frankly speaking, neither colors not effects have flagsGeorge Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-12-19fixes #2152 (Notes & Reminders: no need to track mouse cursor)George Hazan
2019-12-19final fix for #2151George Hazan
2019-12-18fixes #2151 (Notes & Reminders: broken reminders order in View Reminders dialog)George Hazan
2019-12-16fixes #2126 (hotkey works only once)George Hazan
2019-12-09Notes & Reminders:George Hazan
- fixes #2129 (Notes and Reminders: random crash); - all list dialogs rewritten using UI classes; - code cleaning; - version bump
2019-11-28fixes #2126 (Notes & Reminders hotkeys)George Hazan
2019-07-16fixes #2000 (Notes&Reminders: wrong timeout periods)George Hazan
2019-04-18Notes & Reminders: fixed column size saving / restoringGeorge 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-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-28unused translations removedGeorge Hazan
2019-03-22N&R: useless utility functions 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-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
2019-03-20more corrections for #1660George Hazan
2019-03-20Notes & reminders:George Hazan
- manual delphi resources replaced with VS-style control ids; - reminder notification dialog moved to UI classes; - fixes #1746 (Notes and Reminders: add repeat reminders support)
2019-03-18Notes and Reminders: resource cosmeticdartraiden
2019-03-18Notes & Reminders:George Hazan
- options dialog rewritten using UI classes; - GUI logic changed, now all Reminders dialogs carry have attached structures; - fixes #1660 ([Sticky Notes and Reminders] Slight change in behaviour of plugin settings)
2019-03-18Notes & reminders:George Hazan
- Unicode fonts; - minor gui fixes; - custom Trim implementation removed;
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-11warning fix for non-standard projectsGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan
2018-07-25major code cleaning of all font-related structuresGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge 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
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-22new helper for MS_TTB_ADDBUTTONGeorge Hazan
2018-05-22m_fontservice.h => CMPluginGeorge Hazan
2018-05-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only