summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-01-08StdSSL: invalid URLDart Raiden
2015-01-07fix for potentially endless loopsGeorge Hazan
2015-01-05missing header removedGeorge Hazan
2015-01-05StdMsg redesigned to add events into a database only after confirmationGeorge Hazan
2015-01-04minus critical sectionGeorge Hazan
2015-01-03cosmeticsVadim Dashevskiy
2015-01-03cosmeticsVadim Dashevskiy
2015-01-03standard version.rcVadim Dashevskiy
2015-01-03loader of external plugins with MUUID_SSL supportGeorge Hazan
2015-01-03StdSsl - standard SSL/TLS driver for Miranda NGGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-21code cleaningGeorge Hazan
2014-12-19old tooltip management code removedGeorge Hazan
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-16Fixed minor leaksTobias Weimer
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13Minor warnings fixedTobias Weimer
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
2014-12-12- fix for drawing status bar icons;George Hazan
2014-12-11chat's component COLORCHOOSER standardized in the coreGeorge Hazan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
2014-12-04- bin2hex() instead of manual loops;George Hazan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-12-02more transparent implementation of AppendToBufferGeorge Hazan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30more warning fixesGeorge Hazan
2014-11-30warning fixesGeorge Hazan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan