summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
AgeCommit message (Collapse)Author
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-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 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-05-18unused proprietary services removed from UserInfoExGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16848 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-17MirLua:Alexander Lantsev
- added function topointer into _G - overrided tonumber to support pointers - api methods is only support light userdata as wparam/lparam git-svn-id: http://svn.miranda-ng.org/main/trunk@16697 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04MirLua:Alexander Lantsev
- no need to copy pointer data in MT - project cleanup - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16584 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-04-04MirLua: m_toptoolbar moved to separate projectAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-05Dropbox: sync service should return data immediatelyAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-04Dropbox: removed old serviceAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-03-03Dropbox: new service pt. 1Alexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-20"N/A" -> "Not available" (thx Wishmaster for idea)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@16126 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-09-30code optimization MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@15481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-09-05git-svn-id: http://svn.miranda-ng.org/main/trunk@15249 ↵MikalaiR
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-20db_autobackups:Tobias Weimer
- moved service declarations into a separate file git-svn-id: http://svn.miranda-ng.org/main/trunk@15000 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-28code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & ↵George Hazan
pcli->hwndContactTree respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@14386 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-14WindowList_* functions are not services anymore; unneeded helpers removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-02- old PNG conversion code (png2dib, dib2png) removed;George Hazan
- m_png.h also removed; - all calls of LoadImage replaced with CallService(MS_IMG_LOAD); - four invalid CloseHandle() calls removed; - massive code cleaning for Popup, HistoryStats & SplashScreen plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@13974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
replace wcscat to mir_wstrcat replace wcsncat to mir_wstrncat replace wcscmp to mir_wstrcmp replace wcsicmp to mir_wstrcmpi git-svn-id: http://svn.miranda-ng.org/main/trunk@13814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-23replace strncat to mir_strncatKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace lstrlenA to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13750 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strlen to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16fix for strncat useKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-11git-svn-id: http://svn.miranda-ng.org/main/trunk@13557 ↵Alexander Lantsev
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-11minus CreateThreadKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-29m_* headers moved to ExternalAPI folderKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-28use common m_skin_eng.hKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13220 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-29- Fixed compatibility of SendSS and HTTPServerTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@12540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-11all database functions moved to m_database.hGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-28Pascal: miranda API updatesAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31Year 2015 version updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31pascal code: reformat, small fixesAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-29mradio api update (C version)Alexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11677 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-22Actman API header updated to v.3Alexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-17mTextControl: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-15Folders: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11436 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14unused parameter removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11397 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08damned compatibilityAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11284 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08old actman compatibility fixAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08pascal include fixes. next tryAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11282 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-08Awkward's private repo syncAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@11279 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
build fix to prevous commit git-svn-id: http://svn.miranda-ng.org/main/trunk@11212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
fix some x64 ptr truncations git-svn-id: http://svn.miranda-ng.org/main/trunk@11211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c