summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgdlgother.cpp
AgeCommit message (Collapse)Author
2022-02-09fixes #1950 (Remove notification engine from TabSRMM)George Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-11Fixes #2982:George Hazan
- status change events are now considered tabSRMM specific and are generated only for tabSRMM embedded log viewer - code cleaning
2021-11-28user typing notification for Discord group chatsGeorge Hazan
2021-03-27code cleaning & reorderingGeorge Hazan
2021-03-07further code cleaning & simplificationGeorge Hazan
2021-01-18fixes #2700 (Scriver: при открытии окна через попап ↵George Hazan
отображается лишь одно сообщение)
2021-01-17Update copyrightsdartraiden
2021-01-11SRMM windows: timer classes instead of perversions with WM_TIMERGeorge Hazan
2020-08-16tabSRMM:George Hazan
- fixes #2537 (TabSRMM: cannot close tab by pressing (x) in tab title); - code cleaning; - version bump
2020-08-12tabSRMM: DM_QUERYCLIENTAREA - unused message removedGeorge Hazan
2020-08-02tabSRMM: obsolete hidden setting removedGeorge Hazan
2020-07-21fixes #2222 (TabSRMM: не отключать получение новых ↵George Hazan
сообщений при отключённой автопрокрутке)
2020-05-12tabSRMM: some unused/obsoleted events removedGeorge Hazan
2020-05-04tabSRMM:George Hazan
- ANSI crutch removed; - LoadMsgDlgFont: useless parameter szMod removed; - wcscpy replaced with safer call of wcsncpy_s; - useless function LoadLogfont removed;
2020-04-25better tabSRMM compatibilityGeorge Hazan
2020-04-25CLogWindow::LogEvents considered useless and localized inside tabSRMMGeorge Hazan
2020-03-22File transfers:George Hazan
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list
2020-03-22tabSRMM: removed all checks if m_hContact == 0, because it never happensGeorge Hazan
2020-03-09tabSRMM: warning if a temporary file cannot be writtenGeorge Hazan
2020-02-19tabSRMM: fix for removed hot key handlerGeorge Hazan
2020-02-16fixes #2215 (TabSRMM: destroy custom tray icon from its own NeN)George Hazan
2020-02-16minor code cleaningGeorge Hazan
2020-02-04fixes #2197 ([0.95.11 x64] IRC: Update broke text transformation shortcuts)George Hazan
2020-01-24tabSRMM:George Hazan
- more correct fix for #2100; - fixes #2184 (TabSRMM: Баг в панели со списком контактов); - code cleaning; - version bump
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-08tabSRMM: tab autocomplete shall restore original cursor position if nothing ↵George Hazan
is found
2019-11-04fixes #2100 (TabSRMM: bug with vertical tabs)George Hazan
2019-11-04tabSRMM:George Hazan
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump
2019-10-29two more flags removedGeorge Hazan
2019-10-29rest of operational flags in tabSRMM moved to bool variablesGeorge Hazan
2019-10-29tabSRMM: get rid of manual bit operationsGeorge Hazan
2019-10-21fixes #2097 (TabSRMM: log background color is broken)George Hazan
2019-10-05fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions")George Hazan
2019-10-03fixes #2089 (tabSRMM doesn't scroll to bottom if custom log is chosen)George Hazan
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-18- more shit cleared from C++ code;George Hazan
- Pascal code partially restored till the full container log implementation
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-09-17Chat: common code moved to mir_appGeorge Hazan
2019-09-16tabSRMM: duplicate code removedGeorge Hazan
2019-09-15code cleaningGeorge Hazan
2019-09-15fixes #2051 (TabSRMM: group chats icon)George Hazan
2019-09-13tabSRMM: some DM_* messages removedGeorge Hazan
2019-09-13tabSRMM: no more chat_window.cppGeorge Hazan
2019-09-13tabSRMM: minor code reorderingGeorge Hazan
2019-09-13tabSRMM:George Hazan
- two constructors for CMsgDialog introduced - fixes for minor glitches
2019-09-12tabSRMM: single windowGeorge Hazan