summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap
AgeCommit message (Collapse)Author
2018-05-22m_genmenu.h unbound from hLangpackGeorge 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
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-17Db3x_mmap, Dbx_mdbx, Exchange, MyDetails, RecentContacts, TopToolBar, ↵George Hazan
WebView => CMPlugin
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-04-27fixes #1310 (Wrong language after profile conversion)George Hazan
2018-04-12initial version of profile compactor for MDBXGeorge Hazan
2018-04-03unneeded option removedGeorge Hazan
2018-03-29major clutch removed with double service mode plugins launchGeorge Hazan
2018-03-26unused declaration removedGeorge Hazan
2018-03-25string constants with word dbchecker fixedGeorge Hazan
2018-03-25MIDatabaseChecker interface removedGeorge Hazan
2018-03-25dbchecker moved to deprecatedGeorge Hazan
2018-03-24fix linksdartraiden
2018-03-23MB_YESNOCANCEL => MB_YESNOGeorge Hazan
2018-03-23related to #1197: clicking Yes shall redirect a user to plugin's download pageGeorge Hazan
2018-03-22end of dbx_mmap plugin: any attempt to open such a database not in read-only ↵George Hazan
mode causes automatic import into mdbx format
2018-03-21compilation fixGeorge Hazan
2018-03-21DATABASELINK::Unload method replaced with the virtual destructor of ↵George Hazan
MDatabaseCommon
2018-03-07old C-style code is obsolete now because of MDatabaseCommon existenceGeorge Hazan
2018-02-24guard headersGoraf
2018-02-21mmap: C++'11 iteratorsGeorge Hazan
2018-02-04fixes #1134 (Dbx mmap: wrong maxContactId on profile loading with very first ↵George Hazan
contact )
2018-01-01massive copyright updatedartraiden
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-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-06fix after files conversationKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27slightly optimized way of getting menu item's module nameGeorge Hazan
2017-11-27add module name (part 1)Kirill Volinsky
2017-11-24EnumResidentSettings moved to MDatabaseCommonGeorge Hazan
2017-11-24more common database code moved to MDatabaseCommonGeorge Hazan
2017-11-23database enumerators => void* instead of LPARAMGeorge Hazan
2017-11-23compilation fixGeorge Hazan
2017-11-23common database code to be concentrated in mir_appGeorge Hazan
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-05More CMake (#1016)Vitaly Svyastyn
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers.
2017-10-31Initial CMake support. (#1013)Vitaly Svyastyn
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins.
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-08-25this should be in [Database], because it's not dbx_mmap-specific featuredartraiden
2017-08-22code cleaningGeorge Hazan
2017-08-22code cleaningGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel