summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src
AgeCommit message (Expand)Author
2018-09-04implements part 1 of #1305George Hazan
2018-09-04old ugly C-like calls replaced with CMStringAGeorge Hazan
2018-09-04hopefully that's last About form in NGGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-06-25SendSS: more clear icon namedartraiden
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge 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-22m_genmenu.h unbound from hLangpackGeorge Hazan
2018-05-22Hotkey_Register => CMPlugin::addHotkeyGeorge Hazan
2018-05-20mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed i...George Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
2018-05-17Popup, PManagerEx, QuickContacts, RemovePersonalSettings, Restart, SeenPlugin...George Hazan
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-05-01CloudFile: fix for #1315aunsane
2018-04-21CloudFile:aunsane
2018-04-17code cleaningGeorge Hazan
2018-04-17SensSS: fix capitalizationdartraiden
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-02-24more nullptrGoraf
2018-02-24SendSS: Reworking settings (#1144)aunsane
2018-01-26AdvaImg:George Hazan
2018-01-01massive copyright updatedartraiden
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ...dartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-06fix after files conversationKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-27slightly optimized way of getting menu item's module nameGeorge Hazan
2017-11-27add module name (part 1)Kirill Volinsky
2017-11-13Code modernize ...Goraf
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
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-07-30Hotkeys: code cleaningGeorge Hazan
2017-02-15SendScreenshot: Restore some potentially useful commentsRobert Pösel
2017-02-14- fixes #712 (chaos in file name processing)George Hazan
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
2017-01-05SendSS: fixed uploadpie upload by using HTTPSWhite-Tiger