summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 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-07-17std_string_utils: Remove useless edit_html methodRobert Pösel
It shouldn't have been here anyway as it was specific to Facebook. git-svn-id: http://svn.miranda-ng.org/main/trunk@17106 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-17std_string_util: Add replace "&nbsp" to " "Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@16687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-02-12Facebook: Improve login procedure (not finished) and fix getting login ↵Robert Pösel
errors; version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@16275 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-22Move utils files from "plugins/utils" to "/utils" so it can be used from ↵Robert Pösel
protocols too git-svn-id: http://svn.miranda-ng.org/main/trunk@15592 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-20Add std_string_utils into /utils directory to easily share between more pluginsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@15574 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c