Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-20 | fixes #2197 (IRC: Update broke input box shortcuts & Tab key) | George Hazan | |
hopefully it fixes that trash forever | |||
2020-02-19 | tabSRMM: fix for removed hot key handler | George Hazan | |
2020-02-16 | fixes #2215 (TabSRMM: destroy custom tray icon from its own NeN) | George Hazan | |
2020-02-13 | fixes #2210 (TabSRMM: crash on Quote button) | George Hazan | |
2020-02-05 | fixes #2200 ([0.95.11 x64] IRC-style colors (ctrl-k) regression) | George Hazan | |
2020-02-04 | final fix for #2184 | George Hazan | |
2020-02-04 | fixes #2197 ([0.95.11 x64] IRC: Update broke text transformation shortcuts) | George Hazan | |
2020-01-24 | tabSRMM: | George Hazan | |
- more correct fix for #2100; - fixes #2184 (TabSRMM: Баг в панели со списком контактов); - code cleaning; - version bump | |||
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-04 | tabSRMM: | George Hazan | |
- massive code cleaning; - fixes #2099 (TabSRMM: add tab scrolling by mouse wheel); - version bump | |||
2019-10-29 | rest of operational flags in tabSRMM moved to bool variables | George Hazan | |
2019-10-29 | tabSRMM: get rid of manual bit operations | George Hazan | |
2019-10-21 | tabSRMM: fixes problem with TAB in group chats | George Hazan | |
2019-10-05 | fixes #2091 (tabSRMM: added "Use the same splitter height for all sessions") | George Hazan | |
2019-10-03 | fixes #2089 (tabSRMM doesn't scroll to bottom if custom log is chosen) | George Hazan | |
2019-10-02 | merge with SrmmLogContainer | George Hazan | |
2019-09-30 | fix for sending %% in tabSRMM group chats | George Hazan | |
2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
2019-09-19 | useless variable CMsgDialog::m_nMax removed | George Hazan | |
2019-09-18 | - more shit cleared from C++ code; | George Hazan | |
- Pascal code partially restored till the full container log implementation | |||
2019-09-18 | fixes #2068 (crash in Window7 taskbar preview) | George Hazan | |
2019-09-16 | missing tab auto complete code handler restored | George Hazan | |
2019-09-16 | tabSRMM: duplicate code removed | George Hazan | |
2019-09-15 | fixes #2051 (TabSRMM: group chats icon) | George Hazan | |
2019-09-14 | unused junk removed (structure RECENTINFO, constant DM_QUERYRECENT & its ↵ | George Hazan | |
handler) | |||
2019-09-13 | tabSRMM: some DM_* messages removed | George Hazan | |
2019-09-13 | tabSRMM: no more chat_window.cpp | George Hazan | |
2019-09-13 | tabSRMM: minor code reordering | George Hazan | |
2019-09-13 | tabSRMM: | George Hazan | |
- two constructors for CMsgDialog introduced - fixes for minor glitches | |||
2019-09-12 | tabSRMM: single window | George Hazan | |
2019-09-04 | history manager built into CHAT_MANAGER isn't needed anymore | George Hazan | |
2019-07-08 | TabSRMM: code optimization | dartraiden | |
2019-06-04 | after calling CloseTab() we shall not call the basic class window procedure | George Hazan | |
2019-06-04 | tabSRMM: | George Hazan | |
- duplicate code removed; - code cleaning | |||
2019-05-31 | tabSRMM: | George Hazan | |
- fixes #1959 (TabSRMM: add option to disable Esc key); - skin option dialogs rewritten using UI controls; - version bump | |||
2019-03-07 | tabSRMM: | George Hazan | |
- useless message DM_SETICON replaced with a call of SetIcon; - fixes #1866 (when sub is changed, tabSRMM doesn't update an avatar in taskbar) - code cleaning & names conflict resolution | |||
2019-02-06 | fixes #1826 (TabSRMM: if a contact was added from clist, appropriate ↵ | George Hazan | |
controls in tabSRMM window remains active) | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-11-12 | tabSRMM -> g_plugin | George Hazan | |
2018-10-30 | tabSRMM: | George Hazan | |
- obsolete M.GetDword & M.GetByte calls removed; - useless m_isFavorite & m_isRecent moved from CContactCache to CMimAPI; - other code cleaning | |||
2018-08-31 | tabSRMM: tray menu code simplification | George Hazan | |
2018-08-30 | fixes #1561 (TabSRMM warnings) | George Hazan | |
2018-07-27 | TabSRMM: hotkeys correction | dartraiden | |
2018-07-16 | Unify special keys names | dartraiden | |
2018-07-12 | fixes #1485 (TabSRMM: remove "Enable typing sounds" option) | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-06-28 | tabSRMM: horizontal splitter must have the same height in both chats & group ↵ | George Hazan | |
chats | |||
2018-06-20 | tabSRMM: obsolete locale support code removed, because it doesn't work at all | George Hazan | |
2018-06-17 | GetTabWindow applied to all another places | George Hazan | |