Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | unused WM_GETMINMAXINFO handlers moved to the container | George Hazan | |
2018-04-25 | fixes #1302 (multiple problems with StdMsg window resizer) | George Hazan | |
2018-04-25 | the less flicker the better | George Hazan | |
2018-04-25 | fixes #1301 | 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 | Miranda hangs 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 | fix for setting container's name | George Hazan | |
2018-04-20 | fix for closing all another tabs but the current one | George Hazan | |
2018-04-20 | grrm... more fixes for #1288 | George Hazan | |
2018-04-20 | this code causes endless recursion via OnChange | George Hazan | |
2018-04-20 | warning fix | aunsane | |
2018-04-20 | core: checkbox control must notify change when it state changes programmatically | aunsane | |
2018-04-20 | fixes #1288 | George Hazan | |
2018-04-20 | StdMsg: fixes #1286 (wrong double click behavior for groupchats) | George Hazan | |
2018-04-20 | fix for wrong options' default values | George Hazan | |
2018-04-20 | Windows resources are in deep shit (fixes #1289) | George Hazan | |
2018-04-20 | StdMsg: fixes #1291 (rclick -> Close tab doesn't close a tab) | George Hazan | |
2018-04-20 | StdMsg: code cleaning | George Hazan | |
2018-04-20 | fixes #1288 | George Hazan | |
2018-04-20 | code cleaning | George Hazan | |
2018-04-20 | fixes #1290 | George Hazan | |
2018-04-20 | StdMsg: tab processing unification | George Hazan | |
2018-04-19 | fixes #1283 completely | George Hazan | |
2018-04-19 | StdMsg: middle click on tabs doesn't really closes window | 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 | CallObjectEventHook: new function to call the event hook of the specified object | George Hazan | |
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 |