summaryrefslogtreecommitdiff
path: root/libs/win64
AgeCommit message (Collapse)Author
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-04-03code cleaning: old unions replaced with MAllStrings & MAllStringsArrayGeorge Hazan
2018-04-03CLIST_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-31update for openssl libsGeorge Hazan
2018-03-28PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵George Hazan
Proto_SetUniqueId / Proto_GetUniqueId
2018-03-28all protocols rewritten to CMPluginBaseGeorge Hazan
2018-03-28PLUGIN<> to receive the basic class located inside mir_appGeorge Hazan
2018-03-23account activation separated from account creationGeorge Hazan
2018-03-23forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ↵George Hazan
call
2018-03-22SetServiceModePlugin - core functionality exported from mir_appGeorge Hazan
2018-03-21DATABASELINK::Unload method replaced with the virtual destructor of ↵George Hazan
MDatabaseCommon
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-10GetDatabasePlugin(pszDriverName) - new function to retrieve a database link ↵George Hazan
by its short name
2018-03-07old AdvaImg services converted into Image_* functionsGeorge Hazan
2018-03-07old C-style code is obsolete now because of MDatabaseCommon existenceGeorge Hazan
2018-02-25core: added CCtrlLabel for static textaunsane
2018-02-23core: guiaunsane
- new method IsChecked for CCtrlCheck - new methods GetUrl and SetUrl for CCtrlHypelink - new event OnClick for CCtrlHypelink - CCtrlSpin inherits from CCtrlData
2018-02-13CDlgBase::FindControl made publicGeorge Hazan
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2017-12-29removing obsolete C-style helpersGeorge Hazan
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-28two missing operators added to json wrapperGeorge Hazan
2017-12-27obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵George Hazan
m_addcontact.h removed and replaced with Contact_Add* functions
2017-12-26standard color table exported from coreGeorge Hazan
2017-12-11IsTerminalDisconnected() moved to coreGeorge Hazan
2017-12-11parameters unification between JSON & HTTPGeorge Hazan
2017-12-06KillModuleOptions - more handly helper than an event hookGeorge Hazan
2017-11-24EnumResidentSettings moved to MDatabaseCommonGeorge Hazan
2017-11-24sudden refreshment of libjson librariesGeorge Hazan
2017-11-24more common database code moved to MDatabaseCommonGeorge Hazan
2017-11-23update for mir_core import libsGeorge Hazan
2017-11-23common database code to be concentrated in mir_appGeorge Hazan
2017-11-23moving libs to appropriate folderGeorge Hazan
2017-10-25new method that emulates button clickGeorge Hazan
2017-10-09MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode()George Hazan
dunno how I could miss it
2017-09-22fixed import libraries for mir_appGeorge Hazan
2017-09-12old good sound services became finally functionsGeorge Hazan
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-08-15fixes #799 (Crash on receiving msg in FB group chat)George Hazan
2017-08-08HookTemporaryEvent - new function that executes an event handler immediately ↵George Hazan
if the event is missing usable to hook events that disappear after being used
2017-07-30Hotkeys: code cleaningGeorge Hazan
2017-05-03CCtrlRichEdit::GetRichTextUtf considered uselessGeorge Hazan
2017-05-01Utils_IsRtl - core function to detect RTL direcctionGeorge Hazan
2017-04-17more common code incapsulated into mir_app.dllGeorge Hazan
2017-04-13fixed mir_core librariesGeorge Hazan
2017-04-13two new functions: CDlgBase::Resize & HideGeorge Hazan
2017-04-07Windows-specific code moved to mir_coreGeorge Hazan
2017-04-05Srmm_MessageStreamCallback isolated inside mir_core and therefore removed;George Hazan