Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | Dropbox moved to deprecated (use CloudFile) | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-27 | slightly optimized way of getting menu item's module name | George Hazan | |
2017-11-27 | add module name (part 1) | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-22 | fix for broken project filters | George Hazan | |
2017-10-12 | convert to ANSI (#990 related) | dartraiden | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-06-14 | more libjson dependencies | George Hazan | |
2017-04-28 | Dropbox: MIID for Dropbox | aunsane | |
2017-04-10 | compilation fix | George Hazan | |
2017-04-09 | Dropbox: temporary url option | aunsane | |
2017-04-05 | two remaining crutches removed | George Hazan | |
2017-03-28 | and finally MS_MSG_GETWINDOWDATA has gone, zihrono levraha | George Hazan | |
2017-03-28 | we don't need the uFlags field either | George Hazan | |
2017-03-28 | funny, but without cbSize we have no need in MessageWindowInputData at all | George Hazan | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-03-21 | more warnings fixed | George Hazan | |
2017-03-09 | Dropbox: chaged method that shares links: | aunsane | |
now it generates temporary direct linc to a file | |||
2017-03-06 | Dropbox: fix file upload | aunsane | |
2017-01-31 | - NUF_HTTPGATEWAY: unused option removed; | George Hazan | |
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning. | |||
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
2017-01-11 | strong typization - better typization | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-16 | Dropbox: fix for the toolbar button creation | George Hazan | |
2016-12-08 | misprint fixed | George Hazan | |
2016-12-02 | m_msg_buttonsbar.h is not needed anymore | George Hazan | |
2016-12-01 | toolbar icons processing code moved to mir_app | George Hazan | |
2016-11-29 | BBBF_ANSITOOLTIP - unused flag removed | George Hazan | |
2016-10-29 | unneeded macros removed | George Hazan | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
2016-10-22 | Dropbox: deprecated method replaced with new one | aunsane | |
2016-09-17 | chats: more functions, less structures | George 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-14 | second major wipeout of database services & structures: | George Hazan | |
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 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 | |||
2016-07-25 | hello, 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-22 | Standardize use of slashes in includes to "/" (thanks ybznek for idea) | Robert Pösel | |
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-21 | improperly named helper renamed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17110 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-05-12 | memleak fixed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16821 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-27 | Dropbox: memleak fix | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-24 | Dropbox: fix auth flow | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16759 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-24 | Dropbox: attempt to fix wrong encoding | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-23 | warning fixes | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-22 | Dropbox: links will never be short | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |