summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Utils.cpp
AgeCommit message (Collapse)Author
2018-03-17more warning fixesGeorge Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-15NewsAggregator: added symbol to replaceKirill Volinsky
2018-03-10NewsAggregator: crash fix, fully on m_guiKirill Volinsky
2018-03-09NewsAggregator: auth dialog moved to m_guiKirill Volinsky
2018-03-07some fixesKirill Volinsky
2018-01-18NewsAggregator: added symbol to replace tableKirill Volinsky
2018-01-14NewsAggregator: added replace symbolKirill Volinsky
2017-12-07NewsAggregator: added trimming textKirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-03NewsAggregator: greek o added to replace tableKirill Volinsky
2017-10-24Newsaggregator: auml added to replace tableKirill Volinsky
2017-05-28NewsAggregator: correct version of 774 codeKirill Volinsky
2017-05-28NewsAggregator: replace one more symbolKirill Volinsky
2017-05-28replace some unicode symbolsKirill Volinsky
2017-01-31- NUF_HTTPGATEWAY: unused option removed;George Hazan
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning.
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-11strong typization - better typizationGeorge Hazan
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-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
2015-07-26warnings fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14727 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-26NewsAggregator: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24fixed substring replacementKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13075 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-23more changes for string functionsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-30Miranda HTTP user agent unification (not to have problems with sites)George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-30fixed double memmory freeKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-16NewsAggregator: warnings fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-16NewsAggregator: some fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-12NewsAggregator: changed warning lavel to w4Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11349 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-07NewsAggregator: fix for timestampKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-07NewsAggregator: not need show auth form when no connectionKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11263 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-14minor fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13minor fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10982 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-13minor fixesKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10981 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-06- common message archiving code extracted to a separate function;George Hazan
- manual memory allocation code removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@10916 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-02NewsAggregator:Tobias Weimer
-Fixed memory leak -Fixed crash when server isn't available -performance improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@10899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-05fixed #743Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@10076 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-01-12crash fix for NewsAggregatorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@7620 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c