Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-25 | merge with master to | George Hazan | |
fixes #1377 ("Options -> Plugins -> Download more plugins" opens Miranda folder instead of website) | |||
2018-05-22 | merge with master till | George Hazan | |
VKontakte: update VK_API to 5.76 | |||
2018-05-19 | merge with master till | George Hazan | |
fixes #1368 (Hide dbx_mmap from profile manager) | |||
2018-05-11 | merge from master to | George Hazan | |
fixes #1349 (Miranda crashes on coming back from auto away) | |||
2018-05-08 | merge from master | George Hazan | |
2018-05-07 | fixes #1323 | George Hazan | |
2018-05-05 | fixes #1320 (Ordinal 116 not found in mir_app.mir) | George Hazan | |
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 | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-18 | hPluginListHeap - useless windows heap removed | George Hazan | |
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-17 | fix for displaying locked/used profiles in Profile Manager window | George Hazan | |
2018-04-17 | MNonCopyable - the common class to avoid declaring fake private constructors | George Hazan | |
2018-04-16 | fixes #1271 (Warning if FloatingContacts is installed and "Disable drag and ↵ | George Hazan | |
drop of items" in clist settings is enabled) | |||
2018-04-15 | fixes #1268 (even if a service mode plugin is disabled in the Options, it ↵ | George Hazan | |
still remains loaded) |