Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-18 | fixes #3433 (Jabber: не работает хайлайт по нику из ↵ | George Hazan | |
закладок) | |||
2023-03-09 | fixes #3412 (Jabber: If no nick for room in Bookmarks Miranda uses user ID ↵ | George Hazan | |
as nick) | |||
2023-03-02 | code cleaning | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-07-24 | fixes #3124 (Jabber: у действия "Edit" значок "Rename") | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-01-17 | Update copyrights | dartraiden | |
2020-10-23 | fixes #2518 (Jabber: bookmarks with russian paths could not be opened) | George Hazan | |
2020-10-22 | fixes #2518 (Закладки: не открываются) | George Hazan | |
2020-08-14 | fixes #2518 (Jabber: double click on a conference bookmark doesn't raise its ↵ | George Hazan | |
window) | |||
2020-08-12 | fixes #2518 (Jabber: double click on bookmarks should launch it) | George Hazan | |
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | George Hazan | |
2020-05-04 | fixes #2382 (Jabber: двойной щелчок по закладке ↵ | George Hazan | |
должен вызывать окно ее редактирования) | |||
2020-03-12 | Jabber: | George Hazan | |
- more logs added for #2243; - code cleaning | |||
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-05-13 | CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProc | 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-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-19 | dialog code cleaning | George Hazan | |
2019-02-19 | removed WM_JABBER_REFRESH handler restored | George Hazan | |
2019-02-19 | code cleaning | George Hazan | |
2019-02-19 | Jabber -> TinyXml2 | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-18 | code cleaning | George Hazan | |
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-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-04-18 | this feature was never used and only causes problems | 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-08-23 | code cleaning | George Hazan | |
2017-03-07 | minor code cleaning | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-11-17 | Utils_OpenUrlT | George Hazan | |
Utils_ReplaceVarsT | |||
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-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-04-13 | sorted lists are used now in Jabber instead of linear database lookup | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16642 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-06-21 | MS_UTIL_OPENURL -> mir_core::Utils_OpenUrl | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14306 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-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-04-29 | unified project for Jabber protocol | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-31 | Year 2015 version update | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |