summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders
AgeCommit message (Collapse)Author
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-11-19NotesAndReminders: hi-res reminder icon (thx C1eriC)dartraiden
2021-06-13fixes #2898 (Notes and Reminders: после рестарта ↵George Hazan
пропадает текст заметок)
2021-05-14another fix for #2793George Hazan
2021-05-14fixes #2793 (N&R: wrong initial value of m_bManualTime variable causes ↵George Hazan
problems with reminder creation)
2021-05-11CCtrlCombo::GetCurData = suitable helper for combo boxesGeorge Hazan
2021-04-08Notes & reminders:George Hazan
- common date&time processing code moved to the base dialog class; - madness with manual combobox mode eliminated; - duplicate code removed; - also fixed #2773 (Notes and Reminders: невозможно выставить существующей напоминалке более раннее время); - version bump.
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-03-23fixes #2794 (listbox resizer doesn't consider scrollbar's width)George Hazan
2021-03-23fixes #2793 (date setting fails when dates of system & local time differ)George Hazan
2021-03-19fixes #2773 (Notes and Reminders: невозможно выставить ↵George Hazan
существующей напоминалке более раннее время)
2021-03-18fixes #2785 (Notes and reminders: невозможно удалить ↵dartraiden
пункты меню плагина)
2021-03-18fixes #2780 (Notes and Reminders: неправильно работает ↵George Hazan
продление сработавшего напоминания)
2021-03-17fixes #2776 (Notes and Reminders: добавить поиск по ↵George Hazan
напоминалкам) + version bump
2021-03-17fixes #2778 (Notes and Reminders: плагину требуется доза ↵George Hazan
Unicode)
2021-03-17Notes & Reminders:George Hazan
- minus perversion with storing dates in hidden controls (we have classes for that); - fixes #2772 (Notes and Reminders: невозможно отмотать дату на сегодняшнюю);
2021-03-17fixes #2777 (Notes and Reminders: убрать настройку ↵George Hazan
"Добавлять пункты в меню контакта")
2021-01-17Update copyrightsdartraiden
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;