Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-18 | Notes & Reminders: fixed column size saving / restoring | 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-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 | unused translations removed | George Hazan | |
2019-03-22 | N&R: useless utility functions 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-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 | |||
2019-03-20 | more corrections for #1660 | George Hazan | |
2019-03-20 | Notes & 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-18 | Notes and Reminders: resource cosmetic | dartraiden | |
2019-03-18 | Notes & 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-18 | Notes & reminders: | George Hazan | |
- Unicode fonts; - minor gui fixes; - custom Trim implementation removed; | |||
2019-03-18 | Notes & 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-11 | warning fix for non-standard projects | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | George Hazan | |
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-22 | new helper for MS_TTB_ADDBUTTON | George Hazan | |
2018-05-22 | m_fontservice.h => CMPlugin | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-22 | Hotkey_Register => CMPlugin::addHotkey | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | mir_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 | |||
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan | |
it remains existing for now, but as reference to g_plugin.m_hLang | |||
2018-05-17 | NewAwaySys, NewEventNotify, NewXstatusNotify, NoHistory, NotesReminders, ↵ | George Hazan | |
NotifyAnything, Nudge => CMPlugin | |||
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-04-06 | code cleaning | George Hazan | |
2018-02-24 | more nullptr | Goraf | |
2018-02-24 | guard headers | Goraf | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | all rc files reverted to utf-8 | Kirill Volinsky | |