summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/src/reminders.cpp
AgeCommit message (Expand)Author
2020-08-02fixes #2511 (Notes and Reminders: не убираются напоминан...George Hazan
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
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
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 duplic...George Hazan
2019-03-29fixes #1660 completelyGeorge Hazan
2019-03-28Notes & reminders:George Hazan
2019-03-22N&R: useless utility functions removedGeorge Hazan
2019-03-22Notes & reminders:George Hazan
2019-03-22fixes #1660 completelyGeorge Hazan
2019-03-20Notes & reminders:George Hazan
2019-03-20more corrections for #1660George Hazan
2019-03-20Notes & reminders:George Hazan
2019-03-18Notes & Reminders:George Hazan
2019-03-18Notes & reminders:George Hazan
2019-03-18Notes & Reminders:George Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge 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-17NewAwaySys, NewEventNotify, NewXstatusNotify, NoHistory, NotesReminders, Noti...George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
2017-09-12old good sound services became finally functionsGeorge Hazan
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-03-17forgotten TCHAR removedGeorge Hazan
2016-08-30Notes & Reminders:George Hazan
2016-08-14NotesAndReminders: Warnung fixesTobias Weimer
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-06-05- fix for #1059;George Hazan
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
2016-01-28atavism removed: CLISTEVENT::cbSizeGeorge Hazan
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-06-24fixes for MENUITEMINFO declarationsGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-18langpack services module destroyed from mir_appGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace strncpy to mir_strncpyKirill Volinsky