summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-21common chat hotkeys processing code moved to mir_appGeorge Hazan
2017-03-21CCtrlButton:George Hazan
bool IsPushed() returns a status for a PUSHBUTTON; void Push(bool) sets a new pushed status
2017-03-21fix for export libsGeorge Hazan
2017-03-21no need to export Srmm_ButtonSubclassProc anymoreGeorge Hazan
2017-03-21some common code moved into mir_appGeorge Hazan
2017-03-21less useless crap exported from mir_coreGeorge Hazan
2017-03-21various code cleaning & name conflict resolutionGeorge Hazan
2017-03-21warning fixGeorge Hazan
2017-03-21unused shit removedGeorge Hazan
2017-03-18StdMsg:George Hazan
- added reaction to TCN_SELCHANGE; - more effective way of controlling tab switch - useless field removed from TPageInfo;
2017-03-17fixes #759George Hazan
2017-03-17CCtrlPages::SwapPages - a new method to swap two pages in a tab cobtrolGeorge 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-15fixes #748George Hazan
2017-03-15code cleaningGeorge Hazan
2017-03-15fixes #747 (crash in options during SRMM plugin unload)George Hazan
2017-03-12- fixes #742 (closing groupchat tab crashes Miranda);George Hazan
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless
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-11fix for closing sessions on the flyGeorge Hazan
2017-03-11GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitleGeorge 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-10- NULL -> nullptr to resolve conflictsGeorge Hazan
- warning fixes
2017-03-10warning fixGeorge Hazan
2017-03-09Visual Studio 2017 support addedwatcherhd
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
2017-03-07splitter data removed from common chat session settingsGeorge Hazan
2017-03-06fixes #729 ([Tabsrmm] "img" insert button no longer works on a toggle)George Hazan
2017-03-05StdMsg: applying standard resizerGeorge Hazan
2017-03-03groupchat buttons are set too highGeorge Hazan
2017-03-03StdMsg:George Hazan
- these cursors aren't used anymore; - SplitterSubclassProc is not needed as well
2017-03-03no need to post WM_SIZE so oftenGeorge Hazan
2017-03-03Compilation fixwatcherhd
2017-03-03Microsoft, you stupid bastardsGeorge Hazan
2017-03-03StdMsg: better fix for Esc in chatsGeorge Hazan
2017-03-03missing CSplitter initializer addedGeorge Hazan
2017-03-03CSplitter classGeorge Hazan
2017-03-03updated libraries for mir_coreGeorge Hazan
2017-03-03fix for the shitty idea of all pre-created button objects' manual initializationGeorge Hazan