summaryrefslogtreecommitdiff
path: root/plugins/MirFox
AgeCommit message (Collapse)Author
2018-08-01fixes #1528 (MirFox: protocol names)George Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-05-27PRODUCTVERSION of any version resource to contain the number of current buildGeorge Hazan
2018-05-23we don't need MirandaPluginInfoEx() anymore. farewell, my lovelyGeorge Hazan
2018-05-22no more need in hLangpack variable *YAHOO*George Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵George Hazan
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-17KeyboardNotify, ListeningTo, MessageState, MirandaG15, MirFox, Msg_Export, ↵George Hazan
MsgPopup, mTextControl => CMPlugin
2018-05-15__NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiledGeorge Hazan
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-04-07Proto_GetStatus is used everywhere instead of PS_GETSTATUSGeorge Hazan
2018-04-06code cleaningGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-04-03Accounts() : iterator for accountsGeorge Hazan
2018-03-16class renaming, part IIGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-02-24guard headersGoraf
2018-01-01massive copyright updatedartraiden
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
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-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-01removed support for VS2010 as obsoleteGeorge Hazan
2017-11-01removing support for VS2013George Hazan
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-23Renamed readme.txtTobias Weimer
2017-10-08SSE2 instructions not to be used for 32-bit Release configurationsGeorge Hazan
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-04-25this time for real - good byewatcherhd
2017-04-25Revert "farewell MSVS 2015"watcherhd
This reverts commit 8d1e289188ba821bcfd5e85c6ace09ef97f8f894.
2017-04-25farewell MSVS 2015watcherhd
2017-03-28some more fixes for 64-bit versionGeorge Hazan
2017-03-28and finally MS_MSG_GETWINDOWDATA has gone, zihrono levrahaGeorge Hazan
2017-03-28funny, but without cbSize we have no need in MessageWindowInputData at allGeorge Hazan
2017-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-03-09Visual Studio 2017 support addedwatcherhd
2017-02-16duplicated lib folders no needed anymoreGeorge Hazan
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-12-02MS_SYSTEM_* services became functionsGeorge Hazan
2016-12-02[MirFox] fix projectSzymon Tokarz
[MirFox] fix project