Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-04 | - static function CLIST_INTERFACE::pfnGetAverageMode exported as ↵ | George Hazan | |
Proto_GetAverageStatus - Proto_ActivateAccount is not exported anymore due to the lack of need | |||
2018-04-04 | fix for adding separators into SRMM toolbar | George Hazan | |
2018-04-04 | Windows lists: | George Hazan | |
- fix for a 64-bit issue that could cause a crash; - code cleaning | |||
2018-04-03 | we shall create missing icons (or destroy unneeded ones) after applying ↵ | George Hazan | |
toolbar options | |||
2018-04-03 | unneeded size fields removed | George Hazan | |
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-04-03 | CLIST_INTERFACE: | George Hazan | |
- unused members removed (requires new History++ for people who compile Miranda themselves); - useless helpers Proto_IsAccountEnabled & Proto_IsProtocolLocked replaced with direct calls of PROTOACCOUNT members IsEnabled & IsLocked respectively; - static interface member pfnGetProtocolVisibility replaced with static function Clist_GetProtocolVisibility or PROTOACCOUNT::IsVisible when possible | |||
2018-04-02 | fix for global status menu translation | George Hazan | |
2018-04-02 | related to #1241: fix for icon names' translation in Icon - Menu items | George Hazan | |
2018-04-02 | code cleaning | George Hazan | |
2018-04-02 | partially fixes #1241 = extra icons translation | George Hazan | |
2018-04-02 | fixes #1240 (Changing account order makes some accounts disappear) - ancient ↵ | George Hazan | |
evil destroyed | |||
2018-03-30 | code cleaning | George Hazan | |
2018-03-30 | fixes #1220 (Cached MirVer in metacontacts) | George Hazan | |
2018-03-30 | fixes #1231 (Actman: Null pointer in mir_app.mir!CompareProtos) | George Hazan | |
2018-03-29 | major clutch removed with double service mode plugins launch | George Hazan | |
2018-03-29 | code cleaning | George Hazan | |
2018-03-29 | fixes #1229 (Cannot create new account) | George Hazan | |
2018-03-29 | fixes #1224 (Crash when launch in service mode) | George Hazan | |
2018-03-28 | Import now works without accounts' activation, without calling Load() of ↵ | George Hazan | |
protocol plugins, just on CMPlugin information | |||
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-03-28 | fix for proper initialization of partially loaded plugins | George Hazan | |
2018-03-28 | all protocols rewritten to CMPluginBase | George Hazan | |
2018-03-28 | PLUGIN<> to receive the basic class located inside mir_app | George Hazan | |
2018-03-28 | fix for StdClist loading (thx Corak for quick reporting) | George Hazan | |
2018-03-28 | fix for plugin loader: it shall not unload already loaded plugins | George Hazan | |
2018-03-27 | there's no need to load contacts from unloaded protocols | George Hazan | |
2018-03-27 | Core: | George Hazan | |
- fix for chaos with service & hooks owners; - added 'mild' unload option for a plugin not to remove it completely from memory, only correctly deinit it | |||
2018-03-27 | MyDetails: fix for Chinese chars in the protocol's frame | George Hazan | |
2018-03-26 | universal fix for all clist initialization problems (missing icons, menu ↵ | George Hazan | |
items etc) - also fixes #1211 | |||
2018-03-26 | fixes #1212 (virtual protocols contacts) | George Hazan | |
2018-03-26 | fixes #1208 (if profile is opened in r/w mode, it should be locked) | George Hazan | |
2018-03-25 | fixes #1205 (menu editor crashes if there're unloaded plugin & zero langpack id) | George Hazan | |
2018-03-25 | string constants with word dbchecker fixed | George Hazan | |
2018-03-25 | dbchecker moved to deprecated | George Hazan | |
2018-03-24 | fixes #1198 (Crash when applying changes to sound settings) | George Hazan | |
2018-03-24 | fixes #1201 (Crash after disable any plugin) | George Hazan | |
2018-03-23 | account activation separated from account creation | George Hazan | |
2018-03-23 | MetaContacts are always enabled | George Hazan | |
2018-03-23 | forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ↵ | George Hazan | |
call | |||
2018-03-22 | mir_app: massive fix for account processing in service mode | George Hazan | |
2018-03-22 | code cleaning | George Hazan | |
2018-03-22 | SetServiceModePlugin - core functionality exported from mir_app | George Hazan | |
2018-03-21 | DATABASELINK::Unload method replaced with the virtual destructor of ↵ | George Hazan | |
MDatabaseCommon | |||
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-16 | chat api: | George Hazan | |
- useless locks removed, because SM_FindSession already does locking; - lock added to SM_FindSessionByIndex because it's really needed | |||
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | more intelligent solution for #1186 (Hide DbChecker from VersionInfo) | George Hazan | |
2018-03-15 | LIST<> iterators: | George Hazan | |
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators |