Age | Commit message (Expand) | Author |
2020-01-20 | db_event_delete: unused parameter removed | 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-04 | GetContactProto: useless duplicate function replaced with standard Proto_GetB... | George Hazan |
2019-09-26 | C++'17 compatibility mode enabled | George Hazan |
2019-07-24 | massive warning fix | George Hazan |
2019-05-29 | all icons with keys replaced with skin password icon SKINICON_OTHER_KEYS | George Hazan |
2019-01-04 | Update copyrights | dartraiden |
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan |
2018-10-10 | code cleaning | George Hazan |
2018-10-10 | stupid schema with event handles sharing via CreateEventHook eliminated | George Hazan |
2018-09-23 | db_event_edit - new stub for editing messages | George Hazan |
2018-09-19 | GetEventById & SetEventId - two new methods to operate with events by their s... | George Hazan |
2018-09-05 | network log is not available on this stage, we have to use MessageBox instead... | George Hazan |
2018-08-29 | fixes #1555 (Import shouldn't import .bak second time in service mode) | George Hazan |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan |
2018-07-11 | GUI change: | George Hazan |
2018-06-23 | database isn't profile | dartraiden |
2018-06-19 | we shall not clear events that we don't own | George Hazan |
2018-06-18 | fixes #1429 (Ability to silently upgrade database) using new Database/SilentU... | George Hazan |
2018-06-18 | new functions to access mirandaboot.ini from all plugins: | George Hazan |
2018-05-29 | common version resource extracted to the separate file | George Hazan |
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who d... | George Hazan |
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 | m_crypto.h => CMPlugin | George Hazan |
2018-05-22 | m_genmenu.h unbound from hLangpack | 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 i... | George Hazan |
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 |
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan |
2018-05-17 | Db3x_mmap, Dbx_mdbx, Exchange, MyDetails, RecentContacts, TopToolBar, WebView... | George Hazan |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan |
2018-04-27 | fixes #1310 (Wrong language after profile conversion) | George Hazan |
2018-04-12 | initial version of profile compactor for MDBX | George Hazan |
2018-04-03 | unneeded option removed | George Hazan |
2018-03-29 | major clutch removed with double service mode plugins launch | George Hazan |
2018-03-26 | unused declaration removed | George Hazan |
2018-03-25 | string constants with word dbchecker fixed | George Hazan |
2018-03-25 | MIDatabaseChecker interface removed | George Hazan |
2018-03-25 | dbchecker moved to deprecated | George Hazan |
2018-03-24 | fix links | dartraiden |
2018-03-23 | MB_YESNOCANCEL => MB_YESNO | George Hazan |
2018-03-23 | related to #1197: clicking Yes shall redirect a user to plugin's download page | George Hazan |
2018-03-22 | end of dbx_mmap plugin: any attempt to open such a database not in read-only ... | George Hazan |