Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-13 | Netlib_GetHeader() - handful utility to avoid writing cycles | George Hazan | |
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-16 | fixes #2147 (missing database link in CrashDumper's options) | George Hazan | |
2019-09-04 | CrashDumper: | George Hazan | |
- fixes #2043 (CrashDumper: add option to disable VI popup); - massive cleaning of options-related code; - version bump | |||
2019-08-26 | obsolete services removed from core & replaced with functions | George Hazan | |
2019-07-24 | NLHR_PTR - smart pointers make better code | George Hazan | |
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
2019-05-13 | CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc | George Hazan | |
2019-04-12 | wiping custom icolib functions: CrashDumper | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-09 | CrashDumper: fix for displaying dll versions | George Hazan | |
2019-01-28 | mir_urlDecode & mir_urlEncode to return CMStringA | George Hazan | |
2019-01-09 | CrashDumper: 2nd attempt fixes #1736 (CrashDumper: "Use classic dates" ↵ | Mataes | |
options should not depend on "Generate crash reports") | |||
2019-01-08 | fixes #1736 (CrashDumper: "Use classic dates" options should not depend on ↵ | George Hazan | |
"Generate crash reports") | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-12-29 | CrashDumper: fixed window resize | Mataes | |
2018-12-28 | CrashDumper: cleanup | Kirill Volinsky | |
MyDetails: moved to m_gui | |||
2018-12-27 | CrashDumper: code cleanning | Kirill Volinsky | |
2018-12-27 | more code cleaning | George Hazan | |
2018-12-27 | code cleaning | George Hazan | |
2018-12-24 | CrashDumper: moved to m_gui | Kirill Volinsky | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-05 | fix for random crash fix on start | 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-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_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-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-16 | Flags, CrashDumper, CryptoPP, CSList, Db_autobackups, DbEditorPP: cmplugin ↵ | Mataes | |
adaptation | |||
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-15 | fixes #1348 (unused protocols aren't listed in VI info) | George Hazan | |
2018-04-27 | fixes #1311 (Wrong langpack listed in VersionInfo) | George Hazan | |
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts | |||
2018-04-03 | CLIST_INTERFACE: | George Hazan | |
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible | |||
2018-03-15 | more intelligent solution for #1186 (Hide DbChecker from VersionInfo) | George Hazan | |
2018-03-12 | CrashDumper: | George Hazan | |
- fixes #1186 (Hide DbChecker from VersionInfo); - massive code cleaning; - version bump |