summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
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-13chat engine:George Hazan
- fixes #1174 (Group chat icons became "blank exe" icons if role cound exceeds 10); - unused chat api members removed;
2018-03-10GetDatabasePlugin(pszDriverName) - new function to retrieve a database link ↵George Hazan
by its short name
2018-03-10This partially reverts commit 97a16a6e09df80ffa3429e23a0174bd8daaa29a1.George Hazan
2018-03-10fix for loading hunspell projectGeorge Hazan
2018-03-09FreeImage: initialization order of internal plugins MUST pe same order as ↵aunsane
used in FREE_IMAGE_FORMAT enum (fixed #1177)
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-03-07some fixesKirill Volinsky
2018-03-04pick up Miranda-specific commitsdartraiden
2018-03-04SQLite 3.22dartraiden
2018-02-25core: added CCtrlLabel for static textaunsane
2018-02-24guard headersGoraf
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-31CMake: fixes for FreeImage.protomors
2018-01-31mir_app:George Hazan
- structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function.
2018-01-26AdvaImg: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-17neglection of const might easily cause problemsGeorge Hazan
2018-01-04compilation fixGeorge Hazan
2018-01-03libjson:George Hazan
- fix for printing null fields; - fix for passing NULL_PARAM & JSON_PARAM
2018-01-01massive copyright updatedartraiden
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-21pthreads: fix preprocessor definitionsaunsane
2017-12-20libtox moved to tox folder instead of libsaunsane
2017-12-16some additional checksGeorge Hazan
2017-12-16warning fixGeorge Hazan
2017-12-15libtox: added defaunsane
2017-12-15fix for pthreads projectGeorge Hazan
2017-12-15preparing to build tox from sourcesaunsane
2017-12-11IsTerminalDisconnected() moved to coreGeorge Hazan
2017-12-11parameters unification between JSON & HTTPGeorge Hazan
2017-12-07sqlite3 moved to the separate dllGeorge Hazan
2017-12-06libcurl: update to 7.57George Hazan
2017-12-06KillModuleOptions - more handly helper than an event hookGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-06fix after files conversationKirill Volinsky
2017-12-03compilation fixGeorge Hazan
2017-12-03Hunspell: lib updated to 1.6.2Kirill Volinsky
2017-11-29CMake: removed deprecated protocols.protomors