summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus
AgeCommit message (Collapse)Author
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-24unified version resource with explicitly stated language & code pageGeorge 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-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-03-08project tools version resetGeorge Hazan
2017-02-15SendScreenshot: Restore some potentially useful commentsRobert Pösel
2017-02-14- fixes #712 (chaos in file name processing)George Hazan
- massive code cleaning
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-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
P.S. why is NETLIBHTTPREQUEST->szUrl non-const? Netlib shouldn't (and doesn't IIRC) write to it, just read.
2017-01-01bump copyright yeardartraiden
2016-11-17Utils_OpenUrlTGeorge Hazan
Utils_ReplaceVarsT
2016-09-17chats: more functions, less structuresGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-16- chats services replaces with functions;George Hazan
- chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-06minus MS_CLIST_RETRIEVE_INTERFACEGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-28SendScreenshot:Tobias Weimer
- Fixed FTPFile support git-svn-id: http://svn.miranda-ng.org/main/trunk@17215 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-21improperly named helper renamedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-05- fix for #1059;George Hazan
- direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-18these tons of code aren't needed anymore...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-05-17resource cosmeticsDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-15contact list groups:George Hazan
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-05SendSS: fix for sync dropbox serviceAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-04SendSS: moved to new dropbox serviceAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16421 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-04unused calls of MS_HOTKEY_UNREGISTER removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 3 (final)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-03capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-24SendSS: correct version of prevoious commit MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15434 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-24SendSS: dropbox fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-23SendSS: Dropbox - fix infinite waiting MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-22Revert "SendSS: Translations"René Schümann
This reverts commit cb7af38 ( r15403 ) and fixes one of multiple bugs recently introduced. One still lies in 9ade119 ( r15419 ) for example. (refer to CSendHTTPServer.cpp) (one shouldn't mess with code he doesn't yet understand, or software he doesn't actually use. Hint: some people got more than one monitor) git-svn-id: http://svn.miranda-ng.org/main/trunk@15422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-21SendSS: fix potential crash MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15419 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19SendSS: Translations MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19SendSS: typo fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19SendSS: Translation fixes MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19SendSS: fix sending to jabber; more other fixesMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-19SendSS: Dropbox sending reworkMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-05SendScreenshot: menu uidAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@15258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵George Hazan
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c