| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-29 | JabberG: | Tobias Weimer | |
| * Fixed typo | |||
| 2019-06-02 | fixes #1974 (Jabber: buttons' icons disappear after clicking Ok) | George Hazan | |
| 2019-04-13 | CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵ | George Hazan | |
| HIMAGELIST | |||
| 2019-04-12 | wiping custom icolib functions: Jabber | George Hazan | |
| 2019-04-04 | the stronger type check the better, also some large static arrays considered ↵ | George Hazan | |
| useless | |||
| 2019-02-25 | Jabber: no sense to display missing / non-actual information | George Hazan | |
| 2019-02-20 | Jabber: | George Hazan | |
| - fixes #1855 (Jabber: chinese in services info); - fixes #1854 (Jabber: crash on receiving channels list); - strange obsolete class UserInfoStringBuf removed; - code optimization | |||
| 2019-02-19 | TranslateU applied to Jabber | George Hazan | |
| 2019-02-19 | Jabber: | George Hazan | |
| - XmlGetChildText / XmlGetChildInt - new handy helpers for tinyxml2; - Unicode logging replaced with ANSI when appropriate; - JabberErrorMsg rewritten to be more useful | |||
| 2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
| 2019-01-26 | code cleaning | George Hazan | |
| 2019-01-04 | Update copyrights | dartraiden | |
| 2018-12-18 | code cleaning | George Hazan | |
| 2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
| 2018-05-20 | UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() | George Hazan | |
| 2018-05-08 | code cleaning (using new MS coding style) | George Hazan | |
| 2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
| 2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
| inside | |||
| 2018-03-09 | more loop-related code cleaning | George Hazan | |
| 2018-02-21 | Jabber: C++'11 iterators | George Hazan | |
| 2018-01-26 | AdvaImg: | George Hazan | |
| - freeimage extracted to the separate library; - FI_INTERFACE removed, all references to it are replaced with direct calls of FreeImage_* functions; - unified project for AdvaImg | |||
| 2018-01-01 | massive copyright update | dartraiden | |
| 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-29 | replace russian с to latin c | Kirill Volinsky | |
| 2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
| 2017-11-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-11-08 | Jabber: unneeded parameter eliminated from CJabberProto::GetResourceCapabilites | George Hazan | |
| 2017-08-23 | code cleaning | George Hazan | |
| 2017-08-23 | Jabber: all icons added to icolib (fixes #296) | Kirill Volinsky | |
| 2017-08-17 | jabber: omemo: working on TODO | Gluzskiy Alexandr | |
| implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message | |||
| 2017-08-16 | Jabber: client info disappears if remote has the same Miranda version as me | George Hazan | |
| 2017-08-10 | Jabber: | George Hazan | |
| - more fixes for XEP-115 support; - obsolete code removed; | |||
| 2017-01-01 | bump copyright year | dartraiden | |
| 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-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-06-05 | - fix for #1059; | George Hazan | |
| - direct unsafe work with icons replaces with Window_SetIcon_IcoLib / Window_SetSkinIcon_IcoLib; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@16917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-01-02 | Copyrights update part 2 | Dart Raiden | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-08-17 | - numerous name conflicts resolved; | George Hazan | |
| - funny code that loads resource #102 from miranda32.exe removed; - massive mir_sntprintf code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14979 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-19 | - all static protocol services replaced with functions; | George Hazan | |
| - m_protomod.h removed as useless git-svn-id: http://svn.miranda-ng.org/main/trunk@14260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-15 | MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function calls | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-14 | WindowList_* functions are not services anymore; unneeded helpers removed | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-14 | - all icolib services removed; | George Hazan | |
| - IcoLib_* functions are bound directly to the code git-svn-id: http://svn.miranda-ng.org/main/trunk@14161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-04 | new mir_sntprintf templates without SIZEOF | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@14004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-06-01 | - atavism named MS_UTILS_LOADBITMAP removed; | George Hazan | |
| - bmpfilter.cpp also removed; - Bitmap_Load() function added instead; - various bitmap related crap fixed; git-svn-id: http://svn.miranda-ng.org/main/trunk@13966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
