| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-06 | CLIST_INTERFACE::pfnRecalculateGroupCheckboxes => ↵ | George Hazan | |
| Clist_RecalculateGroupCheckboxes | |||
| 2018-04-06 | CLIST_INTERFACE::pfnSetGroupChildCheckboxes => Clist_SetGroupChildCheckboxes | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnInvalidateItem => Clist_InvalidateItem | George Hazan | |
| 2018-04-06 | CLIST_INTERFACE::pfnEventsProcessTrayDoubleClick => ↵ | George Hazan | |
| Clist_EventsProcessTrayDoubleClick | |||
| 2018-04-06 | CLIST_INTERFACE::pfnGetCacheEntry => Clist_GetCacheEntry | George Hazan | |
| 2018-04-06 | CDlgBase::OnChange - message processing slightly changed | George Hazan | |
| 2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
| 2018-04-05 | bunch of obsoleted CLIST_INTERFACE::Tray* methods removed or moved to ↵ | George Hazan | |
| Clist_Tray* | |||
| 2018-04-05 | CLIST_INTERFACE::pfnDrawMenuItem => Clist_DrawMenuItem | George Hazan | |
| 2018-04-05 | CLIST_INTERFACE::pfnChangeContactIcon => Clist_ChangeContactIcon | George Hazan | |
| 2018-04-05 | CLIST_INTERFACE::pfnLoadContactTree => Clist_LoadContactTree | George Hazan | |
| 2018-04-05 | CLIST_INTERFACE::pfnGetStatusModeDescription => Clist_GetStatusModeDescription | George Hazan | |
| 2018-04-04 | CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload() | George Hazan | |
| CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll() | |||
| 2018-04-04 | - CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenu | George Hazan | |
| - CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed | |||
| 2018-04-04 | CLIST_INTERFACE::pfnGetAccountIndexByPos => Clist_GetAccountIndex | George Hazan | |
| 2018-04-04 | static function CLIST_INTERFACE::pfnGetContactIcon exported as ↵ | George Hazan | |
| Clist_GetContactIcon (history++ to be recompiled) | |||
| 2018-04-04 | static function CLIST_INTERFACE::pfnInitAutoRebuild replaced with ↵ | George Hazan | |
| Clist_InitAutoRebuild | |||
| 2018-04-04 | Windows lists: | George Hazan | |
| - fix for a 64-bit issue that could cause a crash; - code cleaning | |||
| 2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
| 2018-04-03 | code cleaning: old unions replaced with MAllStrings & MAllStringsArray | 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-03-31 | update for openssl libs | George Hazan | |
| 2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
| Proto_SetUniqueId / Proto_GetUniqueId | |||
| 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-23 | account activation separated from account creation | George Hazan | |
| 2018-03-23 | forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ↵ | George Hazan | |
| call | |||
| 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-13 | chat engine: | George Hazan | |
| - fixes #1174 (Group chat icons became "blank exe" icons if role cound exceeds 10); - unused chat api members removed; | |||
| 2018-03-10 | GetDatabasePlugin(pszDriverName) - new function to retrieve a database link ↵ | George Hazan | |
| by its short name | |||
| 2018-03-10 | This partially reverts commit 97a16a6e09df80ffa3429e23a0174bd8daaa29a1. | George Hazan | |
| 2018-03-10 | fix for loading hunspell project | George Hazan | |
| 2018-03-09 | FreeImage: initialization order of internal plugins MUST pe same order as ↵ | aunsane | |
| used in FREE_IMAGE_FORMAT enum (fixed #1177) | |||
| 2018-03-07 | old AdvaImg services converted into Image_* functions | George Hazan | |
| 2018-03-07 | old C-style code is obsolete now because of MDatabaseCommon existence | George Hazan | |
| 2018-03-07 | some fixes | Kirill Volinsky | |
| 2018-03-04 | pick up Miranda-specific commits | dartraiden | |
| 2018-03-04 | SQLite 3.22 | dartraiden | |
| 2018-02-25 | core: added CCtrlLabel for static text | aunsane | |
| 2018-02-24 | guard headers | Goraf | |
| 2018-02-23 | core: gui | aunsane | |
| - new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData | |||
| 2018-02-13 | CDlgBase::FindControl made public | George Hazan | |
| 2018-01-31 | CMake: fixes for FreeImage. | protomors | |
| 2018-01-31 | mir_app: | George Hazan | |
| - structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function. | |||
| 2018-01-26 | AdvaImg: | George Hazan | |
| - freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg | |||
| 2018-01-17 | neglection of const might easily cause problems | George Hazan | |
| 2018-01-04 | compilation fix | George Hazan | |
