Age | Commit 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-22 | useless declaration removed | George 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-21 | oops... removed too much code | George Hazan | |
2017-03-21 | common chat hotkeys processing code moved to mir_app | George Hazan | |
2017-03-21 | no need to export Srmm_ButtonSubclassProc anymore | George Hazan | |
2017-03-21 | some common code moved into mir_app | George Hazan | |
2017-03-21 | more warnings fixed | George Hazan | |
2017-03-21 | various code cleaning & name conflict resolution | George Hazan | |
2017-03-21 | Scriver: standardizing file names | George Hazan | |
2017-03-21 | unused shit removed | George Hazan | |
2017-03-17 | no need to rebuild the whole clist if the search window is empty | George Hazan | |
2017-03-17 | fixes #739 (extra icons don't work in the totally encrypted database) | George Hazan | |
2017-03-17 | forgotten TCHAR removed | George Hazan | |
2017-03-17 | Scriver: fix for a bug with UTN in message dialog | George Hazan | |
2017-03-17 | code cleaning | George Hazan | |
2017-03-16 | Scriver: | 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-16 | tabSRMM: fix for saving private container options | George Hazan | |
2017-03-15 | fix for status bar in tabSRMM | George Hazan | |
2017-03-15 | fixes #753 (broken tabs dragging) | George Hazan | |
2017-03-14 | more common data moved into CTabBaseDlg | George Hazan | |
2017-03-14 | tabSRMM: | 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-14 | TabSRMM: there is no sense to assign twice | dartraiden | |
2017-03-14 | some fixes to make Coverity happier | George Hazan | |
2017-03-14 | fixes #744 | George Hazan | |
2017-03-13 | TabSRMM: fix copypaste bug | dartraiden | |
2017-03-12 | minor fix | George Hazan | |
2017-03-12 | - fixes #742 (closing groupchat tab crashes Miranda); | George Hazan | |
- the bForce parameter of CSrmmBaseDialog::CloseTab considered useless | |||
2017-03-11 | possible crash fix | George Hazan | |
2017-03-11 | tabSRMM: fix for setting filter results | George Hazan | |
2017-03-11 | crash fix | George Hazan | |
2017-03-11 | group 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-11 | unused constants removed from m_chat_int.h | George Hazan | |
2017-03-11 | GC_CLOSEWINDOW -> CloseTab() | George Hazan | |
2017-03-11 | minor code optimization | George Hazan | |
2017-03-11 | GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitle | George Hazan | |
2017-03-10 | more UI classes in tabSRMM window | George Hazan | |
2017-03-10 | Group 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 | crash fix | George Hazan | |
2017-03-10 | compilation fixes for VS2017 | George Hazan | |
2017-03-09 | Visual Studio 2017 support added | watcherhd | |
2017-03-09 | Dropbox: 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-09 | cosmetic fixes | George Hazan | |
2017-03-09 | moving session data into dialog classes | George Hazan | |
2017-03-09 | chat 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-09 | common rtf management code moved to the core | George Hazan | |
2017-03-09 | any CSrmmBaseDialog descendant can refer to SESSION_INFO, not only CChatRoomDlg | George Hazan | |
2017-03-08 | cosmetic code cleaning | George Hazan | |