summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2017-03-22- more SRMM buttons went to mir_app;George Hazan
- history button handler also moved to mir_app;
2017-03-22useless declaration removedGeorge Hazan
2017-03-22- Clist_ClearSearch considered useless;George Hazan
- pfnDoSelectionDefaultAction rewritten to handle search correctly
2017-03-21- fix for button codes in tabSRMM;George Hazan
- CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well
2017-03-21oops... removed too much codeGeorge Hazan
2017-03-21common chat hotkeys processing code moved to mir_appGeorge Hazan
2017-03-21no need to export Srmm_ButtonSubclassProc anymoreGeorge Hazan
2017-03-21some common code moved into mir_appGeorge Hazan
2017-03-21more warnings fixedGeorge Hazan
2017-03-21various code cleaning & name conflict resolutionGeorge Hazan
2017-03-21Scriver: standardizing file namesGeorge Hazan
2017-03-21unused shit removedGeorge Hazan
2017-03-17no need to rebuild the whole clist if the search window is emptyGeorge Hazan
2017-03-17fixes #739 (extra icons don't work in the totally encrypted database)George Hazan
2017-03-17forgotten TCHAR removedGeorge Hazan
2017-03-17Scriver: fix for a bug with UTN in message dialogGeorge Hazan
2017-03-17code cleaningGeorge Hazan
2017-03-16Scriver:George Hazan
- fix for a problem with the initial container resize; - useless class InfobarWindowData removed - useless header file infobar.h removed; - version bump
2017-03-16tabSRMM: fix for saving private container optionsGeorge Hazan
2017-03-15fix for status bar in tabSRMMGeorge Hazan
2017-03-15fixes #753 (broken tabs dragging)George Hazan
2017-03-14more common data moved into CTabBaseDlgGeorge Hazan
2017-03-14tabSRMM:George Hazan
- fixes #735 (crazy dark magic of Windows); - common code of window creation moved to CTabBaseDlg::OnInitDialog(); - DM_REFRESHTABINDEX replaced with the call of TContainerData::UpdateTabs();
2017-03-14TabSRMM: there is no sense to assign twicedartraiden
2017-03-14some fixes to make Coverity happierGeorge Hazan
2017-03-14fixes #744George Hazan
2017-03-13TabSRMM: fix copypaste bugdartraiden
2017-03-12minor fixGeorge Hazan
2017-03-12- fixes #742 (closing groupchat tab crashes Miranda);George Hazan
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless
2017-03-11possible crash fixGeorge Hazan
2017-03-11tabSRMM: fix for setting filter resultsGeorge Hazan
2017-03-11crash fixGeorge Hazan
2017-03-11group chats:George Hazan
- massive extinction of all remaining GC_* messages; - color chooser completely moved to mir_app; - color buttons' subclass function also moved to mir_app; - all code management transferred to a bunch of virtual functions, members of CChatRoomDlg; - numerous small fixes, like fix for a broken highlight in StdMsg
2017-03-11unused constants removed from m_chat_int.hGeorge Hazan
2017-03-11GC_CLOSEWINDOW -> CloseTab()George Hazan
2017-03-11minor code optimizationGeorge Hazan
2017-03-11GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitleGeorge Hazan
2017-03-10more UI classes in tabSRMM windowGeorge Hazan
2017-03-10Group chats:George Hazan
- GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog
2017-03-10crash fixGeorge Hazan
2017-03-10compilation fixes for VS2017George Hazan
2017-03-09Visual Studio 2017 support addedwatcherhd
2017-03-09Dropbox: chaged method that shares links:aunsane
now it generates temporary direct linc to a file
2017-03-09- GCSessionInfoBase fields iWidth and iHeight moved to StdMSg;George Hazan
- CHAT_MANAGER methods DoEventHook & DoEventHookAsync removed from CHAT_API; - CSrmmBaseDialog::DoEventHook introduced instead
2017-03-09cosmetic fixesGeorge Hazan
2017-03-09moving session data into dialog classesGeorge Hazan
2017-03-09chat API:George Hazan
- SESSION_INFO now addresses an instance of CChatRoomDlg instead of HWND; - linked list of sessions replaced with the usual LIST<>; - saveCI removed everywhere
2017-03-09common rtf management code moved to the coreGeorge Hazan
2017-03-09any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlgGeorge Hazan
2017-03-08cosmetic code cleaningGeorge Hazan