summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
AgeCommit message (Expand)Author
2015-01-11code cleaningGeorge Hazan
2015-01-11various perversions in Paste command processing thrown outGeorge Hazan
2015-01-11we don't allow to insert junk into the entry field on file dropGeorge Hazan
2015-01-11correct implementation of IRichEditOleCallback for tabSRMMGeorge Hazan
2015-01-07fix for potentially endless loopsGeorge Hazan
2015-01-07TabSRMM: typosDart Raiden
2015-01-06TabSRMM: partial decapitalization (I tried not to broke any of the database s...Dart Raiden
2015-01-04Fix history handling in TabsRMM chats. It will no longer be discarded on Ctrl...ForNeVeR
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-31Happy new yearDart Raiden
2014-12-30final version of crutch for the buggy Windows7 rtf controlGeorge Hazan
2014-12-30another crutchGeorge Hazan
2014-12-29another oneGeorge Hazan
2014-12-29unused variable declaration removedGeorge Hazan
2014-12-29RichEdit behavior normalizations?Vadim Dashevskiy
2014-12-29unused DM_FORCESCROLL removedGeorge Hazan
2014-12-29code cleaningGeorge Hazan
2014-12-19variable names' normalizationGeorge Hazan
2014-12-19uused variable removedGeorge Hazan
2014-12-18fixes #798 (TabSRMM: language does not change until restart)George Hazan
2014-12-18fix for the total crash of everything when tabSRMM gets unloaded dynamicallyGeorge Hazan
2014-12-16Fixed memory leakTobias Weimer
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)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-13tabSRMM warning level 4George Hazan
2014-12-13code cleaningGeorge Hazan
2014-12-13fix for the url extractorGeorge Hazan
2014-12-13Utils::FormatTitleBar: wrong function's return typeGeorge Hazan
2014-12-13fix for info panel's tooltipGeorge Hazan
2014-12-13- ansi messages removed;George Hazan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
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 (by Mataes)Vadim Dashevskiy
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
2014-12-04- bin2hex() instead of manual loops;George Hazan
2014-12-02more transparent implementation of AppendToBufferGeorge Hazan
2014-12-02fix for tab locations in Scriver & StdChatGeorge Hazan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01static mir_tstrncpy replaced with direct _tcsncpy_s callsGeorge Hazan