Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-11-06 | fixes #3840 (Jabber: кракозябры в заголовке окна ↵ | George Hazan | |
"Отправить заметку") | |||
2023-01-02 | Update copyrights | dartraiden | |
2022-07-24 | fixes #3124 (Jabber: у действия "Edit" значок "Rename") | George Hazan | |
2022-06-20 | time to get rid of some DlgProc defined just to handle WM_SIZE issues | George Hazan | |
2022-06-07 | Jabber: we use IsSendAck everywhere | George Hazan | |
2022-06-06 | Jabber: option for message delivery to control all chat markers according to ↵ | George Hazan | |
XEP-0333 | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-01-17 | Update copyrights | dartraiden | |
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | George Hazan | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2020-02-06 | Jabber: bye-bye, XEP-0022, you became completely obsolete these days... sic ↵ | George Hazan | |
transit gloria mundi | |||
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-04-12 | wiping custom icolib functions: Jabber | George Hazan | |
2019-03-04 | Jabber: | George Hazan | |
- ugly & obsolete class CCtrlFilterListView removed, because it behave wrong in the presence of scrollbars; - manual filter added to the Disco dialog; - also fixes #1882 (Jabber: channel list glitch) | |||
2019-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan | |
2019-02-25 | Jabber: | George Hazan | |
- obsolete class Xpath removed, its functionality replaced with helpers & iterators; - JABBER_FEAT_BIND added to enchance code reading & understanding; - unused function CNoteItem::AddNote removed; - fix for improper jabber:x:last behavior | |||
2019-02-19 | dialog code cleaning | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-03-05 | Jabber: code cleaning & simplification | George Hazan | |
2018-02-21 | Jabber: C++'11 iterators | George Hazan | |
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-10 | Jabber: | George Hazan | |
- more fixes for XEP-115 support; - obsolete code removed; | |||
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
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-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-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-06 | - CGroupchatInviteAcceptDlg redesigned to avoid separate thread creation; | George Hazan | |
- local function WindowSetIcon replaced with Window_SetIcon_IcoLib(); git-svn-id: http://svn.miranda-ng.org/main/trunk@16925 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-28 | another atavism removed: old stub services for clist events | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16181 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-28 | atavism removed: CLISTEVENT::cbSize | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16180 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-20 | xml api became a set of functions | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14288 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-04 | new mir_snprintf templates without SIZEOF | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |