Age | Commit message (Expand) | Author |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-30 | fix for the memory allocation conflict | George Hazan |
2014-12-21 | warning fixes | George Hazan |
2014-12-21 | - MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts; | George Hazan |
2014-12-18 | various calls of setlocale removed | George Hazan |
2014-12-14 | Jabber: warning level 4 | 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-13 | SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | Minor warnings fixed | Tobias Weimer |
2014-12-13 | arg fixes for MS_UTILS_OPENURL service | Rozhuk Ivan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-05 | warning fix | George Hazan |
2014-12-02 | less warnings | George Hazan |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-29 | -Fixed a bug in Ping and other small things reported in #837 | Tobias Weimer |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-25 | jabber code clean up | Rozhuk Ivan |
2014-11-18 | RichEd20.dll replaced with Msftedit.dll | George Hazan |
2014-11-02 | end of ancient perversion with connection data & false connections | George Hazan |
2014-11-02 | JabberNickFromJID usage moved to ptrT | George Hazan |
2014-10-04 | Jabber: | George Hazan |
2014-09-26 | Jabber: resource cosmetics | Vadim Dashevskiy |
2014-09-23 | crazy address expression replaced with the single call of mir_tstrndup() | George Hazan |
2014-09-22 | correct last _tcsncpy_s parameter's value | George Hazan |
2014-09-22 | _tcsncpy -> _tcsncpy_s; strncpy -> strncpy_s | George Hazan |
2014-09-19 | More correct version of previous commit (thanks Wishmaster) | Vadim Dashevskiy |
2014-09-19 | Jabber: translation fix | Vadim Dashevskiy |
2014-09-17 | complete extinction of seld-made arrays in Jabber | George Hazan |
2014-09-16 | MS_CLIST_REMOVEMAINMENUITEM also removed | George Hazan |
2014-09-16 | useless service MS_CLIST_REMOVECONTACTMENUITEM deleted | George Hazan |
2014-09-07 | OK finally uses TLS by default | Vadim Dashevskiy |
2014-09-07 | One nore fix for OK, VK leftovers cleaned | Vadim Dashevskiy |
2014-09-07 | ooops | Vadim Dashevskiy |
2014-09-07 | use TLS for OK.ru by default | Vadim Dashevskiy |
2014-09-06 | Jabber: manual lists partially removed | George Hazan |
2014-08-18 | CRITICAL_SECTION removed from Jabber | George Hazan |
2014-08-12 | extraicons registration moved to Load() | Kirill Volinsky |
2014-07-24 | event codes cleaning. try 1 | Alexey Kulakov |