summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat
AgeCommit message (Expand)Author
2015-06-14- all icolib services removed;George Hazan
2015-06-05fixes #937 (Bug with CTRL+TAB)George Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-01- ProtoCallService() function considered too dangerous and therefore isn't ex...George Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-28- MS_UTILS_GETBITMAPFILTERSTRINGS - end of story, replaced with BmpFilterGetS...George Hazan
2015-05-27ansi functionality removed from tabSRMMGeorge Hazan
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
2015-04-27TabSRMM: Wine fix for copy text from send area/message logRozhuk Ivan
2015-04-22oops... one missed manual string bufferGeorge Hazan
2015-04-22- one another manual buffer died;George Hazan
2015-03-30minor code cleaning George Hazan
2015-03-30button initialization should have been moved as wellGeorge Hazan
2015-03-30fix for the correct restoring of filter in tabSRMMGeorge Hazan
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-03-06TabSRMM: code cleanupTobias Weimer
2015-03-05TabSRMM: code cleanupTobias Weimer
2015-03-03less parameters, less problemsGeorge Hazan
2015-02-23DoRtfToTags fixed & moved into the coreGeorge Hazan
2015-02-21code formattingKirill Volinsky
2015-02-21tabSRMM chats to use the same rtf formatter both for chats & groupchatsGeorge Hazan
2015-02-21- fix for underlining processing;George Hazan
2015-02-20tautologyDart Raiden
2015-02-20TabSRMM: wine fixes for settings.Rozhuk Ivan
2015-02-16TabSRMM: fix font settingsDart Raiden
2015-02-12complex fix against NULL in nicksGeorge Hazan
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-12TabSRMM: fully de-capitalizedDart Raiden
2015-01-11code cleaningGeorge Hazan
2015-01-11correct implementation of IRichEditOleCallback for tabSRMMGeorge Hazan
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-19variable names' normalizationGeorge Hazan
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
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