summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src
AgeCommit message (Collapse)Author
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-12-26WCHAR -> wchar_tGeorge Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-01-17Update copyrightsdartraiden
2020-03-22SendScreenShot:George Hazan
- fixes #2272 (main dialog doesn't restore cloud service correctly); - CloudService doesn't apply default settings correctly
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-08-23SendSS:George Hazan
- fixes #2018 (SendSS doesn't store image format correctly) - code cleaning
2019-08-09fixes #2018 (SendSS does not remember the last selected service)George Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-03-11too many +dartraiden
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-04Update copyrightsdartraiden
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-09-04SendSS: self-made JSON parser removedGeorge Hazan
2018-09-04SendSS:George Hazan
- fixes #1305 completely - code cleaning
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 ↵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-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-18hLangpack variable began migration inside CMPluginBaseGeorge Hazan
it remains existing for now, but as reference to g_plugin.m_hLang
2018-05-17Popup, PManagerEx, QuickContacts, RemovePersonalSettings, Restart, ↵George Hazan
SeenPlugin, SendSS, ShlExt, SimpleAR, SimpleStatusMsg, SkypeStatusChange, SmileyAdd, SMS => 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-05-01CloudFile: fix for #1315aunsane
2018-04-21CloudFile:aunsane
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump
2018-04-17code cleaningGeorge Hazan
2018-04-17SensSS: fix capitalizationdartraiden
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan