summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/tabs.cpp
AgeCommit message (Collapse)Author
2023-12-03SRMM: sending quoted event as PSS_MESSAGE parameterGeorge Hazan
2023-03-22Scriver: old unused trash removedGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-01-11SRMM windows: timer classes instead of perversions with WM_TIMERGeorge Hazan
2020-02-25Scriver: fix for a rare crash in group chatsGeorge Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-17duplicate code removed from ScriverGeorge Hazan
2019-09-11Scriver: all useless messages converted into methodsGeorge Hazan
2019-09-10Scriver: rollback of malicious changes, original order of things restoredGeorge Hazan
2019-09-10Scriver: fix for window resizerGeorge Hazan
2019-09-09Scriver: container-related code moved to the classGeorge Hazan
2019-09-08.George Hazan
2019-08-30no more old-style settings in ScriverGeorge Hazan
2019-08-30Scriver:George Hazan
- fixes #2037 (when tabs are used, "Save settings for contacts" corrupts window position); - rest of tabs options switched to UI; - version bump
2019-08-29Scriver: options automationGeorge Hazan
2018-11-12Scriver -> g_plugin callsGeorge Hazan
2018-06-08obsolete message removedGeorge Hazan
2018-06-06StdMsg: option "Restore previously open tabs when showing the window" ↵George Hazan
removed because it does nothing anyway. use plugin Sessions instead
2018-05-16Scriver -> CMPluginGeorge Hazan
2018-03-07some fixesKirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-01Scriver: no need to reset the splitter position each time..George Hazan
2017-04-12fix for a tab icon for message sessionsGeorge Hazan
2017-04-02fixes #764George Hazan
2017-03-31minor code cleaningGeorge Hazan
2017-03-28SRMM notifications went to the core with ME_MSG_WINDOWEVENTGeorge Hazan
2017-03-24m_message & m_log moved inside mir_appGeorge Hazan
2017-03-21various code cleaning & name conflict resolutionGeorge 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-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-11GC_UPDATETITLE replaced with CSrmmBaseDlg::UpdateTitleGeorge Hazan
2017-03-07code cleaningGeorge Hazan
2017-03-07splitter data removed from common chat session settingsGeorge Hazan
2017-03-05Scriver -> core splittersGeorge Hazan
also: - structure of Scriver SRMM classes redesigned to avoid problems with MS compilers; - unused cursors removed; - now splitter position is being saved & restored;
2017-02-26Scriver moved to UI classesGeorge Hazan
2016-12-23correct file name appliedGeorge Hazan