Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-21 | CloudFile: | 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-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-10 | obsolete compatibility code removed from AVS | George Hazan | |
2018-04-06 | all unused CLIST_INTERFACE members dropped (requires new history++) | George Hazan | |
2018-03-31 | AssocMgr: removed not used files and functions | Mataes | |
2018-03-13 | fixes #1179 (Resurrect MagneticWindows plugin) | George Hazan | |
2018-03-01 | Removed old dropbox header #1144 | aunsane | |
2018-02-25 | add missed guards for header files | Goraf | |
2018-02-24 | more nullptr | Goraf | |
2018-02-24 | guard headers | Goraf | |
2018-02-24 | SendSS: Reworking settings (#1144) | aunsane | |
CloudFile: fix upload service Db_autobackups: fix build | |||
2018-02-24 | CloudFile: Implement new upload services (#1144) | aunsane | |
2018-02-21 | Implement service that returns the list of available CloudFile services (#1144) | aunsane | |
2018-01-29 | unused code cleaned | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-10 | StopSpam moved to CMOption<> instead of custom code | George Hazan | |
2017-12-09 | CloudFile: realized MS_DROPBOX_UPLOAD | aunsane | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-30 | remove rest of deprecated protocols | dartraiden | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | fix after convert | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-10-15 | unused pascal headers removed | George Hazan | |
2017-10-15 | unused service removed | George Hazan | |
2017-10-09 | StatusManager: | George Hazan | |
- fix for the 'Ignore locked account statuses' checkbox behaviour; - massive code cleaning; - version bump | |||
2017-09-29 | MirLua: added service functions to execute lua code | aunsane | |
version bump | |||
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-07-31 | headers code cleaning | George Hazan | |
2017-04-28 | Dropbox: MIID for Dropbox | aunsane | |
2017-03-24 | more unused shit cleaned | George Hazan | |
2017-03-24 | more unused shit removed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-19 | plugins: | Gluzskiy Alexandr | |
alarms: added days of week. closes #318 | |||
2016-12-12 | sync for pascal headers | George Hazan | |
2016-12-08 | fix for dynamically created toolbar icons in Actman | George Hazan | |
2016-12-06 | StdMsg & Scriver: | George Hazan | |
- switched to the toolbar buttons instead of the fixed button set; - switched to the shared windows list | |||
2016-12-05 | fix for pascal toobar buttons api | watcher | |
2016-12-02 | toolbar services removed from pascal | George Hazan | |
2016-12-02 | m_msg_buttonsbar.h is not needed anymore | George Hazan | |
2016-12-01 | more fixes | George Hazan | |
2016-12-01 | toolbar icons processing code moved to mir_app | George Hazan | |
2016-11-29 | - BBBF_ISLSIDEBUTTON flag removed (set by default); | George Hazan | |
- m_bLSided removed, because it's mutually exclusive with m_bRSided | |||
2016-11-29 | BBBF_ANSITOOLTIP - unused flag removed | George Hazan | |
2016-11-27 | correct type for ServiceExists() - bool | George Hazan | |
2016-09-01 | duplicate code removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17235 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-08-28 | SendScreenshot: | Tobias Weimer | |
- Fixed FTPFile support git-svn-id: http://svn.miranda-ng.org/main/trunk@17215 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less 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 |