Age | Commit message (Expand) | Author |
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | George Hazan |
2020-03-12 | Jabber: | George Hazan |
2020-02-17 | fixes #2219 (Jabber: XML console does not send any stanza) | George Hazan |
2020-02-17 | code cleaning | George Hazan |
2020-02-15 | Jabber: partial support for XEP-0231: Bits of Binary | George Hazan |
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-12 | wiping custom icolib functions: Jabber | George Hazan |
2019-02-26 | XmlFirstChild / XmlGetAttr - safe wrappers for tinyxml2 | George Hazan |
2019-02-19 | dialog code cleaning | George Hazan |
2019-02-19 | all !!! fixed | George Hazan |
2019-02-19 | Jabber: | 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 |
2018-04-18 | this feature was never used and only causes problems | George Hazan |
2018-01-26 | code optimization | 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 6... | Kirill Volinsky |
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 |
2017-08-23 | code cleaning | George Hazan |
2017-01-01 | bump copyright year | dartraiden |
2016-08-30 | stupid bug with calling FreeLibrary several times | George Hazan |
2016-07-29 | no more TCHARs | George Hazan |
2016-07-27 | less TCHARs | George Hazan |
2016-07-26 | less TCHARs: | George Hazan |
2016-07-25 | hello, Unix. | George Hazan |
2016-06-11 | MRA: change avatars load threads count default value from 4 to 1 | Rozhuk Ivan |
2016-06-06 | - CGroupchatInviteAcceptDlg redesigned to avoid separate thread creation; | George Hazan |
2016-06-05 | - fix for #1059; | George Hazan |
2016-01-02 | Copyrights update part 2 | Dart Raiden |
2015-08-28 | mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos... | George Hazan |
2015-06-20 | xml api became a set of functions | George Hazan |
2015-06-19 | SIZEOF replaced with more secure analog - _countof | George Hazan |
2015-06-04 | new mir_snprintf templates without SIZEOF | George Hazan |
2015-04-29 | unified project for Jabber protocol | George Hazan |
2015-01-27 | Minor bugfixes | Tobias Weimer |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-05 | warning fix | George Hazan |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |