Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | fix for a log file name | George Hazan | |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan | |
2018-05-18 | constructor of CMPlugin now registers it automatically in the module list, ↵ | George Hazan | |
no need to call RegisterModule manually | |||
2018-05-18 | mir_app: CMPlugin introduced instead of g_hInst | George Hazan | |
2018-05-16 | CMake: Added FreeImage to mir_app dependencies. | protomors | |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan | |
2018-05-10 | StdMsg: | George Hazan | |
- tab icon look standardized with all another SRMM plugins; - fixes #1343 (StdMsg: wrong status icon as the window icon) | |||
2018-05-08 | code cleaning (using new MS coding style) | George Hazan | |
2018-05-08 | fixes #1334 (after unloading tabSRMM its fonts & colors are still visible in ↵ | George Hazan | |
the Options) | |||
2018-05-07 | fixes #1323 | George Hazan | |
(cherry picked from commit 40d3905a2c7a87bc48ce1624aa6409df08b4fbde) | |||
2018-05-07 | PROTOACCOUNT::bIsLocked: lock status to be stored in memory | George Hazan | |
PROTOACCOUNT became a normal class with constructor & destructor | |||
2018-05-05 | fixes #1320 (Ordinal 116 not found in mir_app.mir) | George Hazan | |
(cherry picked from commit 9db2e1eb71e2428191fe0cda4d372391d6046ee0) | |||
2018-05-03 | disable account first, free its object then | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-27 | fixes #1310 (Wrong language after profile conversion) | George Hazan | |
2018-04-27 | fixes #1309 (black-listed plugins got loaded somehow) | George Hazan | |
2018-04-27 | implementation of #1308 | George Hazan | |
2018-04-27 | if there's no need to rebuild icons - don't rebuild them, do that only if needed | George Hazan | |
fixes usage of the global status icons for the reenabled accounts | |||
2018-04-27 | stub for StdClist & Clist_Nicer | George Hazan | |
2018-04-26 | completely fixes #1294 even if offline contacts are shown | George Hazan | |
2018-04-26 | fixes #1304 (Clist_nicer: statuses bug) | George Hazan | |
2018-04-25 | fixes #1294 (Contacts from disabled accounts are displayed in certain ↵ | George Hazan | |
conditions) | |||
2018-04-25 | fix for wrong processing of No button in Account Manager | George Hazan | |
2018-04-24 | fix: willful protocol disabling in Accounts Manager makes a red icon instead ↵ | George Hazan | |
of simple empty checkbox | |||
2018-04-23 | fix for occasional crashes on exit | George Hazan | |
2018-04-23 | account's icon remains red after dynamic protocol loading | George Hazan | |
2018-04-23 | pack of fixes for complete dynamic reload of protocols | George Hazan | |
fixes #1295 | |||
2018-04-22 | let's allow protocols to be loaded / unloaded on the fly | George Hazan | |
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | unused constant removed | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-22 | forgotten x64 lib | aunsane | |
2018-04-21 | core: add Contact_GetStatus function | aunsane | |
2018-04-21 | EV_PROTO_DBSETTINGSCHANGED - old useless stub removed | George Hazan | |
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
2018-04-20 | grrm... more fixes for #1288 | George Hazan | |
2018-04-20 | fixes #1288 | George Hazan | |
2018-04-19 | fixes #1283 completely | George Hazan | |
2018-04-19 | code simplification | George Hazan | |
2018-04-19 | code cleaning | George Hazan | |
2018-04-19 | ancient horror removed | George Hazan | |
2018-04-19 | EV_PROTO_ONOPTIONS removed and replaced with the call of ↵ | George Hazan | |
CallObjectEventHook(pa->ppro, ME_OPT_INITIALIZE) this eliminates the possibility of making a mistake in hand-written code also fixes #1280 (Tox: "Confugure" menu item is broken) | |||
2018-04-19 | fixes #1283 (StdMsg: cursor does not change the shape) | George Hazan | |
2018-04-18 | fix for a roly-poly in plugin's options | 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-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | ability to dynamically load / unload protocol plugins | George Hazan | |