summaryrefslogtreecommitdiff
path: root/plugins/Dropbox
AgeCommit message (Expand)Author
2015-06-29- unified menu creation using wrapper class CMenuItem;George Hazan
2015-06-28finally CLISTEVENT removed completelyGeorge Hazan
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont...George Hazan
2015-06-25rest of genmenu api diedGeorge Hazan
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-12Dropbox: one more fixAlexander Lantsev
2015-06-12Dropbox: fix encodingAlexander Lantsev
2015-06-11Dropbox: Duplicate of string.MikalaiR
2015-06-07Dropbox switched to NLHR_PTRTobias Weimer
2015-06-07- common.props divided into app.props & plugin.props;George Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-31Dropbox: one more timeAlexander Lantsev
2015-05-31Dropbox: fixed wrong argAlexander Lantsev
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
2015-05-30Dropbox:Alexander Lantsev
2015-05-23Dropbox: no need to translate thisDart Raiden
2015-05-23oopsAlexander Lantsev
2015-05-23Dropbox:Alexander Lantsev
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-18Dropbox: fixed bugs from coverityAlexander Lantsev
2015-05-15Dropbox: fixed contact statusAlexander Lantsev
2015-05-13Dropbox: fixed optionsAlexander Lantsev
2015-05-13Dropbox: some fixesAlexander Lantsev
2015-05-13git-svn-id: http://svn.miranda-ng.org/main/trunk@13576 1316c22d-e87f-b044-9b9...Alexander Lantsev
2015-05-13Dropbox: moved to core uiAlexander Lantsev
2015-05-13Dropbox: added wrappers for instance's services and hooksAlexander Lantsev
2015-05-13Dropbox:Alexander Lantsev
2015-05-13Dropbox: refactoring of http requestsAlexander Lantsev
2015-05-12Dropbox: attempt to terminate upload on cancelAlexander Lantsev
2015-05-11one another endless cycle :)George Hazan
2015-05-11fix for an endless cycleGeorge Hazan
2015-05-11Dropbox: work commitAlexander Lantsev
2015-05-11no need to display Dropbox menu item for chatsGeorge Hazan
2015-05-11- protocol icon is used in all menus & buttons;George Hazan
2015-05-11- STL removed;George Hazan
2015-05-03fix for the option's page style pt. 3Vadim Dashevskiy
2015-05-02Dropbox and Proto_Dropbox - unified projectsVadim Dashevskiy
2015-04-17dropbox: small improvmentsKirill Volinsky
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-08- Grammar: "allow" should be always followed by an indirect object (or whatev...RMN
2015-02-06Remove useless __INTERNAL_NAME constant from rest of pluginsRobert Pösel
2014-12-14Dropbox: changed warning lavel to w4Kirill Volinsky
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan